/* CSS Document */
@charset "utf-8";
@import url('../css/news.css');
@import url('../css/paging.css');
@import url('../css/gallery.css');
@import url('../css/misc.css');

html, body {
	background:#FFF;
    margin: 0;
    padding:0;
    border: 0;
    font-size: 100%;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
	color:#444;
}
a {
	color:#444;
	text-decoration:none;
}
input, select, form {font-size:12px}
ul, li {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
.fr {
	float:right;
}
.fl {
	float:left;
}
.hr10 {
    clear: both;
    font-size: 1px;
    height: 10px;	
    line-height: 100px;
    overflow: hidden;
	display:block;
}
.hr20 {
    clear: both;
    font-size: 1px;
    height: 20px;	
    line-height: 100px;
    overflow: hidden;
	display:block;	
}
.clear {
	clear:both;
	height:0;
	border:none;
}
@font-face {
    font-family: "segoeUI";
    src: url("segoe_ui.ttf"), url("segoe_ui.eot");
}
/************** MAIN ****************/
#mainnav {
	width:1000px;
	margin:20px auto 10px;
}
#header {
	width:100%;
	float:left;
	margin-bottom:10px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background:#CCCCCC;	
	background: -moz-linear-gradient(top, #EEEEEE, #CCCCCC);
	background: -webkit-gradient(left top, left bottom, from #FFFFFF, to #EEEEEE, to #CCCCCC);
	background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE, #CCCCCC);
	background: -o-linear-gradient(top, #FFFFFF, #EEEEEE, #CCCCCC);
	background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE, #CCCCCC);
	background: linear-gradient(to bottom, #FFFFFF, #EEEEEE, #CCCCCC);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#CCCCCC', GradientType=0 );
}
.anyClass { width:100% !important;}
ul.slide_head {
	width:100%;
	display:block;
}
ul.slide_head li { display:block; margin:10px 10px 7px 0px; float:left;}
#menu { 
	width:997px;
	float:left;
	background:#004996;	
	background: -moz-linear-gradient(top, #0A519F, #004996);
	background: -webkit-gradient(left top, left bottom, from #346CB2, to #0A519F, to #004996);
	background: -webkit-linear-gradient(top, #346CB2, #0A519F, #004996);
	background: -o-linear-gradient(top, #346CB2, #0A519F, #004996);
	background: -ms-linear-gradient(top, #346CB2, #0A519F, #004996);
	background: linear-gradient(to bottom, #346CB2, #0A519F, #004996);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0A519F', endColorstr='#004996', GradientType=0 );
	height:35px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	line-height:25px;
	padding-left:3px;
}
#menu li.top {padding: 0;}
#menu li.top a.top {
	color: #FFFFFF;
    font-weight: 600;
	margin-top:5px;
}
	#menu li.top a.top:hover {
		background:#D7DBC0;	
		background: -moz-linear-gradient(top, #FDFFE7, #D7DBC0);
		background: -webkit-gradient(left top, left bottom, from #346CB2, to #FDFFE7, to #D7DBC0);
		background: -webkit-linear-gradient(top, #FDFFE7, #FDFFE7, #D7DBC0);
		background: -o-linear-gradient(top, #FDFFE7, #FDFFE7, #D7DBC0);
		background: -ms-linear-gradient(top, #FDFFE7, #FDFFE7, #D7DBC0);
		background: linear-gradient(to bottom, #FDFFE7, #FDFFE7, #D7DBC0);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDFFE7', endColorstr='#D7DBC0', GradientType=0 );
		color:#FE0000 !important;
		margin-top:5px;
		display:block;
		height:25px;
	}
#content {
	width:100%;
	margin-bottom:10px;
	float:left;
}
#left {
	width:220px;
	float:left;
}
.bg_title, .bg_right_title {
	background:url("../images/bg_title.png") no-repeat;	
	color: #FFFFFF;
    float: left;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    margin-bottom: 2px;
    padding-left: 10px;
    width: 96%;
}
.sactive {
	height:25px;
	background:#0A4999;	
	background: -moz-linear-gradient(top, #79BCFF, #0A4999);
	background: -webkit-gradient(left top, left bottom, from #79BCFF, to #0A4999);
	background: -webkit-linear-gradient(top, #79BCFF, #0A4999);
	background: -o-linear-gradient(top, #79BCFF, #0A4999);
	background: -ms-linear-gradient(top, #79BCFF, #0A4999);
	background: linear-gradient(to bottom, #79BCFF, #0A4999);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79BCFFs', endColorstr='#0A4999', GradientType=0 );
	line-height:25px;
	padding-left:10px;
	color:#FFF;
	font-weight:bold;
	width:210px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	display:block;
	margin:0;
}
.bg_cntent, .bg_right_cntent {
	background:#F8F8F8;
	width:200px;
	padding:9px;
	border:1px solid #DDDDDD;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	/*min-height:100px;*/
	margin-bottom:10px;
	float:left;
	line-height: 22px;
}
.bg_cntent h3 {font-size:11px;text-transform:uppercase;}
.bg_cntent li ul li {
	padding-left:10px;
}
#midden {
	width:540px;
	float:left;
	margin-left:10px;
}
	.box_content {
		border:1px solid #DDDDDD;
		padding:10px 10px 0;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
		float:left;
		width:96%;
	}
	.box_content img.adv {
		margin-bottom:8px;
		box-shadow:0px 0px 5px #666;
		border:none;
		float:left;
	}
#right {
	width:220px;
	float:right;
}
select.interested {
	width:100%;
	margin:5px 0px 10px 0px;
}
.btnSend {
	background:#DCDCDC;	
	background: -moz-linear-gradient(top, #FEFEFE, #DCDCDC, #FAFAFA);
	background: -webkit-gradient(left top, left bottom, from #FEFEFE, to #DCDCDC, to #FAFAFA);
	background: -webkit-linear-gradient(top, #FEFEFE, #DCDCDC, #FAFAFA);
	background: -o-linear-gradient(top, #FEFEFE, #DCDCDC, #FAFAFA);
	background: -ms-linear-gradient(top, #FEFEFE, #DCDCDC, #FAFAFA);
	background: linear-gradient(to bottom, #FEFEFE, #DCDCDC, #FAFAFA);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#FAFAFA', GradientType=0 );
	height:21px;
	border:1px solid #DDD;
	color:#666666;
}
/************* FOOTER ******************/
#footer {
	background:#004996;	
	background: -moz-linear-gradient(top, #0A519F, #004996);
	background: -webkit-gradient(left top, left bottom, from #346CB2, to #0A519F, to #004996);
	background: -webkit-linear-gradient(top, #346CB2, #0A519F, #004996);
	background: -o-linear-gradient(top, #346CB2, #0A519F, #004996);
	background: -ms-linear-gradient(top, #346CB2, #0A519F, #004996);
	background: linear-gradient(to bottom, #346CB2, #0A519F, #004996);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0A519F', endColorstr='#004996', GradientType=0 );
	/*border-top: 1px solid #000000;*/
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 100%;
	color:#FFF;
}
#footer a {color:#FFF}