@charset "utf-8";
/* CSS Document */

body {
	background-color:#fff;
	/*background-image:url(../images/bck.jpg);
	background-repeat:repeat-x;*/
	
	color: #000000;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	/*letter-spacing: 1px;*/
	text-decoration: none;
	font-style: normal;
	margin: 0 auto;
}

.clear {
	clear:both;
}

h5 {
	margin-bottom: 20px;
	margin-top:10px;
}

#wrapper {
	width : 1000px;
	height : auto;
	margin : auto;
	background-image:url(../images/bck_main.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color:#fff;
}

/* HEADER */

#header {
	width: 980px;
	height: 80px;
	margin: 0px 0px 0px 10px;
	clear: both;
}

#logo {
	float:left;
	border: none;
	margin:15px 0px 0px 25px;
}


/* TOP MENU */

#topmenu {
	float: right;
	color: #2a652d;
	width: 260px;
	height: 70px;
	font-size: 10px;
	padding: 10px 20px 0 0;
	text-align: right;
}

#topmenu a {
	color: #2a652d;
	text-decoration: none;
}

#topmenu a:hover {
	text-decoration: underline;
}


/* MENU */

#main_menu {
	width: 1000px;
	background-image: url(../images/bck_main_menu.png);
	background-repeat: no-repeat;
	height: 87px;
	margin:0px 0px 0px 0px;
	clear:both;
	
}

#main_menu ul {
	margin: 0px 0px 0px 50px;
	padding: 0px;
	height:87px;
	list-style:none outside none;
}
#main_menu ul li {
	float: left;
	display: inline;
	margin: 17px 0px 0px 0px;
	padding:0px 10px 0px 0px;
	width: 140px;
	height: 70px;
}

#main_menu ul li:hover {
	color: #2a652d;
	margin: 17px 0px 0px 0px;
	background-image: url(../images/bck_main_menu_selected.jpg);
	background-repeat: repeat-x;
}

#main_menu ul li a {
	width: 130px;
	text-decoration: none;
	text-align: left;
	color: #4c874f;
	padding: 0px 10px 0px 10px;
	float: left;
	height:70px;
	position: relative;
}

#main_menu ul li a span {
	display:block;
	font-size : 16px;
	line-height : 20px;
	margin: 3px 0px 3px 0px;
	font-style:normal;
}

#main_menu ul li a em {
	font-size : 11px;
	font-style:normal;
	line-height:14px;
}

#main_menu ul li.selected {
	float: left;
	display: inline;
	margin: 17px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	width: 130px;
	height: 70px;
	color: #2a652d;
	background-image: url(../images/bck_main_menu_selected.jpg);
	background-repeat: repeat-x;
}

#main_menu ul li.selected span {
	display:block;
	font-style:normal;
	color: #2a652d;
	font-size : 16px;
	line-height : 20px;
	margin: 3px 0px 3px 0px;
}

#main_menu ul li.selected em {
	font-size : 11px;
	color: #2a652d;
	font-style:normal;
	line-height:14px;
	vertical-align:top;
}




/* CONTENT */


#content {
	margin: 20px 0px 0px 10px;
	width: 980px;
	height: 100%;
}

#content_left {
	float: left;
	width: 	700px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#breadcrumbs, 
#breadcrumbs a {
	font-size:12px;
	color: #4c874f;
	text-decoration:none;
	text-align:left;
	margin: 0px 0px 40px 0px;
}


#breadcrumbs a:hover {
	text-decoration: underline;
}


#box_promotion {
	width: 680px;
	height: 320px;
	margin: 0px 20px 0px 0px;
	visibility:visible;
}

#content_title {
	font-size:20px;
	color: #131313;
	margin: 20px 0px 30px 0px;
}

.box_product {
	width: 328px;
	margin: 20px 20px 0px 0px;
	float:left;
	border: 1px solid #CCC;
	background-image:url(../images/bck_box_product.jpg);
	background-position:top;
	background-repeat:no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.box_product:hover {
	border: 1px solid #999;
}

.box_product h1 {
	font-size: 14px;
	color: #131313;
	margin: 6px 0px 6px 10px;
	font-weight: normal;
}

.box_product_content {
	float:left;
	margin: 15px 20px 10px 10px;
}


.box_product_content ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.box_product_content ul li {
	display: list-item;
	padding: 0;
	text-align: left;
	margin: 0px 0px 5px 0px;
	text-indent: 20px;
	width: 100%;
}

.box_product_content ul li a {
	text-decoration: none;
	color: #6ca76f;
}

.box_product_content ul li.selected a {
	text-decoration: none;
	color: #2a652d;
}

.box_product_content ul li a:hover {
	color: #2a652d;
}



.box_btn a {
	background-image:url(../images/btn_box_more.jpg);
	text-decoration:none;
	font-size: 11px;
	width: 101px;
	height: 20px;
	display:block;
	float: right;
	color:#444;
	margin: -10px 10px 10px 0px;
	text-align:left;
	padding:8px 0px 2px 10px;
}

.box_btn a:hover {
	background-image:url(../images/btn_box_more_over.jpg);
	color:#222;
}



.box_reference {
	width: 213px;
	margin: 18px 18px 0px 0px;
	float:left;
	border: 1px solid #CCC;
	background-image:url(../images/bck_box_product.jpg);
	background-position:top;
	background-repeat:no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.box_reference:hover {
	border: 1px solid #999;
}

.box_reference h1 {
	font-size: 12px;
	color: #131313;
	margin: 6px 0px 6px 10px;
	font-weight: normal;
}


.box_reference_content {
	font-size: 11px;
	float:left;
	margin: 15px 10px 10px 10px;
}

.box_reference_content img {
	border-bottom: 1px solid #CCC;
	margin: -15px -20px -5px -10px;
}

.box_reference_content a {
	text-decoration: none;
	color: #6ca76f;
}

.box_reference_content a:hover {
	color: #2a652d;
}



.article_date {
	float: left;
	color:#666; /* #333; */
	background-color:#eee; /* #c1e2c2; */
	height:25px;
	line-height:25px;
	width: 65px;
	margin-left:0px;
	padding-left:5px;
	font-size:10px;
}

.article_title {
	float: left;
	color:#666; /* #333; */
	background-color:#eee; /* #c1e2c2; */
	height:25px;
	line-height:25px;
	width: 610px;
	margin-right:20px;
}

.article_header {
	float: left;
	color:#666; /* #333; */
	background-color:#eee; /* #c1e2c2; */
	height:25px;
	line-height:25px;
	width: 65px;
	margin-left:0px;
	margin-right:20px;
	padding-left:10px;
	float: left;
	width: 670px;
}

.article_content {
	float:left;
	border-top: 1px solid #bbb; /* #999; */	
	margin: 0px 20px 25px 0px;
	padding-top: 10px;
	width: 680px;
}


.article_content a {
	color: #6ca76f;
}

.article_content a:hover {
	color: #2a652d;
}

#content_right {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
}

#content_right h1 {
	float: right;
	width: 275px;
	height: 100%;
	color:#ccc;
	background-color:#333;
	font-size:16px;
	text-align:left;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	padding: 5px 0px 5px 5px;
	display:block;
	
}

.most_popular {
	float: right;
	width: 270px;
	height: 61px;
	margin: 0px;
	padding: 5px;
	background-image:url(../images/btn_most_popular.jpg);
	text-decoration: none;
}

.most_popular a:link, a:visited {
	text-decoration:none;
}

.most_popular:hover {
	background-image:url(../images/btn_most_popular_over.jpg);
	color:#719272;
	text-decoration: none;
}

.most_popular span {
	color:#91a292;
	font-size:14px;
	font-weight: normal;
	text-align:left;
	margin:0px;
	padding: 9px 0px 0px 15px;
	display:block;
	text-decoration: none;
}

.most_popular em {	
	color:#91a292;
	font-size:18px;
	font-weight: normal;
	text-align:left;
	margin:0px;
	padding: 2px 0px 10px 15px;
	font-style:normal;
	line-height:24px;
	display:block;
	text-decoration: none;
}

.most_popular p a,
.most_popular h2 a {
	color:#91a292;
	text-decoration: none;
}


.vertical_20 {
	margin: 10px;
	float: right;
}


.separator {
	margin: 10px 0px 0px 0px;
	width:280px;
	float: right;
	border-bottom: 2px solid #333;
}

#social_networking {
	width: 250px;
	margin: 5px;
	padding: 10px;
	clear:both;
	background-color:#e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;

	
}

#social_networking .comp_title {
	float:left;
	font-size:21px;
	color:#999;
	width:120px;
	padding-top:4px;
}

#social_networking img {
	border:none;
}


#fan_count {
	width: 250px;
	height:100px;
	margin: 5px;
	padding: 10px;
	clear:both;
	background-color:#e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;	
	text-align:center;

}

#fan_count .comp_title {
	float:left;
	font-size:14px;
	color:#2a652d;
	width:250px;
	padding-top:4px;
}

#fan_count .fan_number {
	float:left;
	font-size:26px;
	color:#2a652d;
	width:250px;
	padding-top:4px;
	text-align:center;
}


.tweeter_date {
	float:left;
	width:270px;
	font-size:10px;
	color:#999;
	padding:0px 0px 0px 5px;
}
.tweeter_post {
	float:left;
	width:270px;
	font-size:12px;
	color:#333;
	border-bottom:1px solid #CCC;
	margin:0px 0px 6px 0px;
	padding:0px 0px 6px 5px;
}

.tweeter_post a {
	text-decoration:none;
	color: #6ca76f;
}

.tweeter_post a:hover {
	color: #2a652d;
}

/* FOOTER */

#footer {
	margin: 0px;
	padding: 70px 0px 0px 0px;
	height: 100%;
	background-image:url(../images/bck_footer_extra.png);
	background-position: center top;
	background-repeat:no-repeat;
}

#references {
	text-align:center;
	height: 100%;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom: #2a652d 1px solid;
	border-left: #2a652d 1px solid;
	border-right: #2a652d 1px solid;
}



img {
	border: none;
}

#copy {
	text-align: center;
	font-size: 10px;
	color: #2a652d;
	border-top: #2a652d 2px solid;
	margin: 20px 10px 20px 10px;
	padding: 10px 0px 0px 0px;
	width:980px;
}