@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #3a464a;
	background: #2b2d39 url(images/bg_body.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #3a464a;
}
a:hover {
	text-decoration: underline;
}
#body_det {
	display: block;
	background-image: url(images/bg_body_det.jpg);
	width: 270px;
	height: 450px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -580px;
	z-index: -1;
}
#body_det2 {
	display: block;
	background-image: url(images/bg_body_det2.jpg);
	width: 35px;
	height: 450px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 460px;
	z-index: -1;
}
#content_holder {
	width: 920px;
	overflow: hidden;
	margin: 0 auto;
}
#content_wrapper {
	float: right;
	width: 770px;
	overflow: hidden;
}

#header {
	overflow: hidden;
}
#header_logo {
	float: left;
	width: 515px;
	height: 150px;
}
#header_info {
	float: right;
	height: 110px;
	text-align: right;
	font-size: 18px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 40px;
}
#menu_bar {
	background-image: url(images/bg_menu_bar.jpg);
	width: 770px;
	height: 100px;
}
#menu_bar a {
	width: 128px;
	height: 100px;
	text-indent: -5000px;
	float: left;
}
#spcer_menu_content {
	background-image: url(images/bg_spacer_menu_content.jpg);
	width: 770px;
	height: 20px;
}

#content_main {
	width: 710px;
	background: #f7f9fa url(images/bg_content_main.jpg) top left no-repeat;
	padding: 15px 30px;
	overflow: hidden;
	text-align: justify;
}
#height_holder {
	display: block;
	float: left;
	font-size: 1px;
	text-indent: -50px;
	height: 200px;
	width: 1px;
}

#calc {
	width: 255px;
	float: right;
	margin-right: -30px;
	margin-left: 10px;
}
#calc_top {
	width: 255px;
	height: 292px;
}
#calc_content {
	background: #797979 url(images/bg_calc_bottom.gif) bottom left no-repeat;
	text-align: right;
	padding: 10px 5px;
	color: #EEE;
	font-size: 11px;
}
#calc_content h3 {
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0px;
}
#calc_content .calc_input{
	width: 99px;
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	color: #EEE;
	border: 0px;
	background-image: url(images/bg_calc_input.jpg);
	padding: 3px 2px;
	margin: 2px 0px;
	vertical-align: middle;
}
#calc_content #calc_submit {
	color: #08c1e2;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#calc_content a {
	text-decoration: underline;
	color: #EEE;
}
#footer {
	background: url(images/bg_footer.jpg) top left no-repeat;
	width: 770px;
	color: #6d6e77;
	font-size: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
	
#footer_menu {
	text-align: center;
	width: 770px;
	height: 32px;
	line-height: 32px;
	color: #606060;
}
#footer_menu a {
	color: #606060;
}

#footer_design a {
	color: #6D6E77;	
}

#footer_copy {
	float: left;
	margin-top: 10px;
}
#footer_design {
	float: right;
	margin-top: 10px;
}
.gray {
	color: #7a7a7a;
}
.blue {
	color: #08c1e2;
}
.bold {
	font-weight: bold;
}


h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

li {
	margin-top: 7px;
	margin-bottom: 7px;
}
