@charset "utf-8";
/* CSS Document */



a:link { color:#5a5a5a; text-decoration:none;}
a:visited { color:#5a5a5a; text-decoration:none;}
a:hover { color:#5a5a5a; text-decoration:none;}
a:active { color:#5a5a5a; text-decoration:none;}



h1{font-size:14px; color:#436175; font-weight:bold;}
h2{font-size:12px; color:#436175; font-weight:bold;}

body{
	background:#D8DCDF url(../images/main_bg.jpg) repeat-x;
	color:#5a5a5a;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

.body_holder{
width:802px;
margin:0 auto;
position:relative;
}

.body_header{
background: url(../images/main_header.jpg) no-repeat;
width:802px;
height:67px;
float:left;
}

.body_navigation{
background:url(../images/main_navigation.jpg) no-repeat;
width:777px;
height:24px;
float:left;
padding-left:25px;
padding-top:2px;
padding-bottom:14px;
}

/************************** HOMEPAGE *****************************/

.body_flash{
	width:802px;
	height:277px;
	float:left;
}



.body_icon{
	width:678px;
	height:97px;
	background:url(../images/main_icon.jpg) no-repeat;
	float:left;
	padding-left:200px;
	padding-bottom:5px;
	padding-top:8px;
}

.body_news{
	width:787px;
	height:224px;
	padding-top:10px;
	background:url(../images/main_news.jpg) no-repeat;
	padding-left:15px;
	padding-bottom:10px;
	float:left;
}

.body_footer{
	width:394px;
	height:55px;
	float:left;
	padding-left:408px;
	padding-top:15px;
	text-align:right;
	color:#999;
	background: url(../images/main_footer.jpg) no-repeat;
}



/**  Category Body **/

.banner_speaker{
	width:802px;
	background:url(../images/banner_speaker.jpg) no-repeat;
	height:105px;
	float:left;
}


.body_content_bg{
	background: url(../images/body_bg.jpg) repeat-y;
	width:802px;
	float:left;
}


.body_content_top{
	background:url(../images/body_shadow_top.jpg) no-repeat;
	width:802px;
	height:5px;
	float:left;
}

.body_content_foot{
	background:url(../images/body_shadow_foot.jpg) no-repeat;
	width:802px;
	height:5px;
	float:left;
}

.cat1{
	width:160px;
	height:86px;
	float:left;
}

.icon1{
	width:160px;
	height:66px;
	background:url(../images/cat1.jpg) no-repeat;
	float:left;
}

.btn_cat1{
	width:133px;
	height:20px;
	float:left;
	padding-left:15px;
}

/*****************************/
.cat2{
	width:140px;
	height:86px;
	float:left;
}

.icon2{
	width:140px;
	height:66px;
	background:url(../images/cat2.jpg) no-repeat;
	float:left;
}

.btn_cat2{
	width:113px;
	height:20px;
	float:left;
	padding-left:14px;
}

/*****************************/
.cat3{
	width:120px;
	height:86px;
	float:left;
}

.icon3{
	width:120px;
	height:66px;
	background:url(../images/cat3.jpg) no-repeat;
	float:left;
}

.btn_cat3{
	width:93px;
	height:20px;
	float:left;
	padding-left:12px;
}

/*****************************/
.cat4{
	width:118px;
	height:86px;
	float:left;
}

.icon4{
	width:118px;
	height:66px;
	background:url(../images/cat4.jpg) no-repeat;
	float:left;
}

.btn_cat4{
	width:93px;
	height:20px;
	float:left;
	padding-left:12px;
}

/*****************************/


.home_news1{
	width:256px;
	float:left;

}

.home_news3{
	width:264px;
	float:left;
}


/************************** CATEGORY PAGE *****************************/


.sub_body_foot{
	width:802px;
	height:35px;
	float:left;
	padding-bottom:30px;
	background:url(../images/body_shadow_foot.jpg) no-repeat;
}

.sub_body{
	width:802px;
	float:left;
	background: url(../images/body_bg.jpg) repeat-y;
}

.category_list{
	width:174px;
	float:left;

	padding-top:15px;
	text-align:center;
}

.category_body{
	width:588px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	_padding:0 15px;
}

.body_banner{
	width:802px;
	height:108px;
	float:left;
}

.body_title_bg{
	width:578px;
	height:22px;
	float:left;
	background:#EEE;
	padding-top:10px;
	padding-left:10px;
}

.body_title_bg2{
	width:578px;
	height:30px;
	float:left;
	background:#EEE;
	padding-top:10px;
	padding-left:10px;
}

.body_content{
	width:578px;
	float:left;
	padding-left:10px;
}



.body_content_images{
	width:160px;
	float:left;
}


.body_content_img{
	width:160px;
	float:left;
}

.body_content_overview{
	width:418px;
	float:left;
}


.body_content_overview2{
float:left;
padding-left:20px;
width:373px;
}


.news_menu,.news_menu_inactive{
	width:174px;
	height:20px;
	float:left;
	cursor:pointer;
	font-weight:bold;
	color:#F90;
}
.news_menu_inactive{
color:#585858;
}

/* menu styles */
#jmenu ul{
	margin: 0;
	padding: 0;
	position: absolute;
	background:#BFBFBF;
	display:none;
	margin-top:-5px;
	*margin:15px 0 0 -100px;
	_margin:15px 0 0 -100px;
}
.cat1 #jmenu ul{
	*margin-left:-135px;
	_margin-left:-135px;
}
#jmenu:hover ul{
	display:block;
}
#jmenu li{
	float:none;
	display:inline;
	list-style: none;
	padding:2px 0;
}
#jmenu li a{
	display: block;
	white-space:nowrap;
	width:auto;
	background:#BFBFBF;
	color:#fff;
}
.btn_cat1 ul{
	width:132px;
}
.btn_cat2 ul{
	width:111px;
}
ul#header-menu{
	list-style:none;
	float:left;
	width:100%;
	margin-top:5px;
}
li.headlink{
	float:left;
	padding-right:22px;
}
li.headlink ul { 
	display: none;
	list-style:none; 
	position: absolute;
	background:#DBDBDB;
	border:1px solid #989898;
	margin-left:-5px;
	padding-left:0;
	*margin:12px 0 0 -60px;

}
li.distro ul{
	*margin-left:-110px;
	_margin-left:-110px;
}
li.headlink:hover ul { 
	display: block; 
}
li.headlink ul li{
	padding:4px;
}
li.headlink ul li:hover{
	background:#989898;
}
li.headlink ul li:hover a{
	color:#ffffff;
}
.category-switch ul{
	display: none;
	list-style:none; 
	position: absolute;
	background:#DBDBDB;
	border:1px solid #989898;
	padding-left:0;
	*top:250px;
	*left:-7px;
	_top:250px;
	_left:-10px;
}
.with-flash .category-switch ul{
	*top:418px;
	*left:-7px;
	_top:418px;
	_left:-10px;
}
.category-switch:hover ul{
	display: block; 
	margin:0 0 0 35px;
}
.category-switch ul li{
	padding:4px;
}
.category-switch ul li:hover{
	background:#989898;
}
.category-switch ul li:hover a{
	color:#ffffff;
}
.body_content ul{
	padding-left:12px;
}


/* october updates */

.category_list div{
	cursor:pointer;
	}
	
.body_content_overview_oct {
	float:left;
	width:278px;
}	

.body_content_overview_oct h1{
background:#F4F5F7;
font-size:11px;
margin-top:13px;
padding:6px;
}
.body_content_img{
text-align:center;
width:295px;}

.tableAttr td{
	height:21px;
	}
.tableAttr th{
	
	height:21px;
	text-align:left;
	}
.tableAttr{
	margin-top:12px;
	}
.tableAttr tr{
	
	}	
	
	
.bcolorwhite{ 	background-color:#FFF	}	
.bgraywhite{	background-color:#f4f4f4	}

