/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/backgr.gif);
	background-color: #FFF;
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	color: #555;
}

.iframe {
	scrollbar-face-color:#6666FF;
	scrollbar-arrow-color:#6666FF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#666666;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-Color:#666666;
	background: transparent;
	overflow: hidden;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}


.topmain {
	margin: auto;
	width: 900px;
	height: 133px;
	background:url(images/top.jpg) no-repeat;
}
.support {
	display:block;
	margin-left: 498px;
	margin-top: 68px;
	margin-bottom:0px;
	float:left;
	width: 183px;
	height: 57px;
}
.support a{
	display:block;
	width: 183px;
	height: 57px;
	background:url(images/support.png) no-repeat;
	background-position: 0px 0px;
	outline:none;
}
.support a:hover{
	display:block;
	width: 183px;
	height: 57px;
	background:url(images/support.png) no-repeat;
	background-position: 0px -59px;
	outline:none;
}

.top {
	margin: auto;
	width: 900px;
	height: 26px;
}

.menu {
	background: url(images/menu_bg.jpg);
	margin: auto;
	width: 900px;
	height: 51px;
}
.header {
	margin: auto;
	width: 900px;
	height: 263px;
	background-repeat: no-repeat;
}
.head_left { 
	float:left;
	width: 343px;
	height: 196px;
	background: url(images/head1.jpg) no-repeat;
}
.head_right { 
	float:right;
	width: 557px;
	height: 196px;
	background: url(images/head2.jpg) no-repeat;
}
.belt {
	background: url(images/belt.gif) repeat-x;
	width: 900px;
	height: 8px;
	margin:auto;
}
.belt2 {
	background: #666666;
	width: 900px;
	height: 8px;
	margin:auto;
}

.content {
	margin: auto;
	width: 900px;
	height: auto;
}

.box1 {
	float:left;
	background: url(images/boxbg_01.gif);
	width: 325px;
	height: 236px;
}
.box2 {
	float:left;
	background: url(images/boxbg_02.gif);
	width: 292px;
	height: 236px;
}
.box3 {
	float: right;
	background: url(images/boxbg_03.gif);
	width: 283px;
	height: 236px;
}
.box_left {
	float:left;
	background: #FFF;
	width: 167px;
	height: 236px;
}
.box_right {
	
	overflow:auto;
	max-height:311px;
	float: right;
	background: url(images/bg_circles.jpg) no-repeat right bottom;
	width: 731px;
	min-height: 236px;
}

.text01 {
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

.text01a {
	width: 235px;
	float:left;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

.text02 {
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Tahoma;
	font-size: 10px;
	color: #FFF;
}
.text02 a{	color: #FFF;}
.text02 a:hover{	color: #FFF; text-decoration:underline;}
.footer {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 111px;
	background: #333333 url(images/footerbg.gif) repeat-x;
	
}
.foot {
	margin:auto;
	width: 900px;
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	padding: 10px;
}

h2 {
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left: 22px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background: #666666;
}
h3 {
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left: 22px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background: #FF6600;
}

ul { padding-left: 0px; padding-top:10px; margin-left:0px; margin-top:0px;}
ul li {list-style: none;}
ul li a {
	background:url(images/li_bg.gif);
	line-height: 15px;
	display: block;
	padding: 2px 0 2px 25px;
	text-decoration: none;
	width: 85%;}
	
ul li a:hover {background: url(images/li_bg_hv.gif); color:#FFFFFF; text-decoration:none;}

