/* CSS Document */
html, body
{
    width: 100%;
    height: 100%;
	background-color:#414141;
}

body {
	width: 999px;
	margin:0 auto;
	padding:0;
	background-color:#414141;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	height:100%;
}
a { color:#000; text-decoration:none; }
#main {
	float:left;
	width: 999px;
	background-color:#FFF;
}
#footer {
	float:left;
	width:985px;
	font-size:11px;
	background:#e7e8e9 url(../images/bg_footer.gif) repeat-x left top;
	padding:15px 7px 7px 7px;
	text-align:center;
}
.footer_txt { font-size:11px; line-height:22px; text-align:center; }
#content {
	float:left;
	width:999px;
	padding-top:8px;
	padding-bottom:20px;
}
#content.home {
	padding-bottom: 0px;
}
.left {
	float:left;
	width:285px;
}
#logo, #header {
	float:left;
	width:999px;
}
.right {
	width:693px;
	float: left;
	padding:4px 0 0 20px;
	font-size:14px;
	line-height:20px;
	text-align:justify;
	border-left:1px solid #666;
}
.right p.first { padding-top:12px; color:#000; } 
.right p {
	padding-bottom:10px;
	width:380px;
}
.side_img  {
	margin-left:10px;
}
.home .right {
	width:714px;
	float: right;
	border:0px;
	padding:0;
}
.contact .left { width:290px; }
.contact .right { width:688px; float:right; }

.left ul {
	list-style:none;
	margin:0 6px;
	padding:0;
}
.left ul li {
	list-style:none;
	margin:0;
	border-bottom:1px solid #666;
	padding:20px 0 20px 15px;
}
.teams { font-size:12px; line-height:16px; }
.teams p { padding-right:20px; width:325px; }
.teams h3 { padding-bottom:5px; }

.contact_right {
	float:right;
	width: 358px;
	height:500px;
}
.contact_left {
	float: left;
	width: 330px;
}
.errorMsg, .result {
	width:240px;
	font-size:12px;
	display:none;
	float:left;
	padding:0px 0px 20px 20px;
	line-height:16px;
}
.result { color:#000; }
.errorMsg { color: #F00; width:198px; padding:0 0 10px 85px; margin:0px; }
#slider {
	float: right;
	background:url(../images/bg_slider.gif) no-repeat right top;
	height:315px;
	width:710px;
	margin-bottom:6px;
}
#slider li {
	padding:7px 0 7px 8px;
	text-align:right;
}
.green {color: #669933; }
.white { color:#fff; }
.handcursor {
	cursor:hand;
	cursor:pointer;
	position:relative;
	width:370px; 
	height:31px;
	padding:1px;
	font-size: 13px;
	font-weight: bold;
}
.switchgroup1 {
	width:319px; 
	background-color:#E6E6E6; 
	padding:2px 8px;
	line-height:16px;
	font-size: 12px;
	margin:0 0 8px 0;
}
.title{
	position:absolute;
	top:10%;
	margin-top:-7.5px;
	width:328px;
	height:21px;
	border-bottom:solid;
	border-bottom-color:#666666;
	border-bottom-width:1px;
	padding-top:8px;
	padding-left:6px;
}
#menu {
	width:1000px;
	background:url(../images/bg_menu.gif) repeat-x left top;
}
#menu, #menu li {
	list-style:none;
	display:inline;
	float: left;
	margin:0;
	padding:0;
	height:54px;
}
.blue { color:#1b75bc;  }