@charset "utf-8";
#header {
	font-family: verdana;
	font-weight: normal;
	clear: both;
	height: auto;
	width: 900px;
	position: relative;
	margin: auto;
}
.sub_heading {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#header .header_right {
	float: right;
	height: 110px;
	width: 600px;
	background-color: #515351;
	color: #4F514F;
}
#footer .footer_box a {
	color: #333;
}
#footer .footer_box a:hover {
	color: #666;
}

#content_top_box {
	float: right;
	height: 150px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/curve.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #333;
}
.company_intro {
	float: left;
	width: 590px;
	color: #FFF;
	font-size: 12px;
	position: relative;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.service_box {
	float: left;
	height: 170px;
	width: 215px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #069;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 11px;
	color: #4B4B4B;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #00659C;
}


.content_bottom_box {
	margin: auto;
	padding: 0px;
	float: left;
	width: 900px;
	position: relative;
	background-color: #FFF;
}

.awards_box {
	padding: 0px;
	float: left;
	height: 75px;
	width: 300px;
	margin-top: 10px;
}
.awards_box a {
	font-weight: bold;
	color: #9C3;
	text-decoration: none;
	font-size: 18px;
	font-family: Arial;
}



body {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	background-color: #CCC;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer {
	height: auto;
	margin: auto;
	background-color: #DBDBDB;
	clear: both;
	padding: 0px;
	position: relative;
}
.top_contact {
	font-size: 11px;
	color: #FC0;
	margin: auto;
	float: right;
	height: auto;
	width: 590px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #666;
}

.footer_box {
	width: 900px;
	position: relative;
	color: #333;
	height: auto;
	background-color: #E6E6E6;
	margin: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 11px;
}


#logo {
	margin: 0px;
	float: left;
	height: 100px;
	width: 300px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content {
	margin: auto;
	clear: both;
	width: 900px;
	position: relative;
	height: auto;
}
.menubox {
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	float: left;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu_panel .menubox a {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#menu_panel .menubox a:hover {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.menubox:hover {
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 5px;
	float: left;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #990;
	background-image: url(../images/menu_side.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu_panel {
	margin: auto;
	clear: both;
	height: 40px;
	width: 900px;
	background-image: url(../images/menu_panel_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

