
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #333333;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}



h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */


/* title */
.header {
	background: #FFF url(img/banner.gif);
	font-size: 1.2em;
	height: 110px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

.navigation {	
	background: #D9E1E5;
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5;
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em Tahoma;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #FFFFFF ; background: #CCCCCC}


/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmainb.gif) repeat-y;
}

.main1 {
	border-top: 4px solid #FFF;
	background: url(img/bgmainc.gif) repeat-y;
}
/* sub navigation */
.sidenav {
	float: left;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #FFCC66;
	color: #654;	
}

/* content */
.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}

.content_manu {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 531px;
	color: #664;
	font-size: 11px;

}
.img_manu {
	border-style:solid; border-color:#333333;
	float: left;
	width: 146px;
	margin-left: 18px;
}
.img_manu p{ text-align: left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333;font-weight:bold;

}
.img_manu_desc {
	border-style:dotted; border-color: #fafafa;
	float: left;
	width: 146px;
	margin-left: 18px; text-align: center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333333;font-weight:bold;
	}

.img_manu_desc a:hover {color:#0033FF;
}

.img_manu_desc a:link {text-decoration:none;
}

.content1 {
	float: left;
	margin: 10px 0;
	padding: 0 0px;
	width: 770px;}

.subcontent1 {
	float: left;
	margin: 10px 0;
	padding: 10px 10px;
	width: 760px;
	text-align:center;}	

.subcontent {
	float: left;
	margin: 10px 0;
	padding: 10px 10px;
	width: 760px;
	text-align:center;
	
	}

	
.subcontent_m {
border-style:solid; border-color:#333333;
	width: 280px;}
.subcontent1_m {
	float: left;
	padding: 0 10px;
	width: 530px;}
	
.content .descr {
	color: #664;
	font-size: 11px;
	margin-bottom: 6px;
}
.list {list-style-image:url(img/li_img.gif)
}
.centercontentleftb {float:left; width:531px; text-align:left; background-color:#FFFFFF;
border: solid 2px #999999; margin: 5px 5px 0px 0px; padding:2px; font-size:1.1em; color:#fff; background-color:#0099FF}

.centercontentleftimg {float:left; width:200px; height:200px; text-align:left;
border:dashed 1px #888; font-size:1.1em; color:#fff;}

.centercontentrightdesc {float:right; width:300px; text-align:left; padding:6px; font-size:1.1em; color: #0066FF;}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	background: #000000;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}
