/* CSS Document */

body {
	background:#000000 none repeat scroll 0 0;
	font-family:"Tahoma",Arial,Helvetica,sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, input, textarea, label, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:inherit;
	line-height:1em;
	margin:0;
	padding:0;
	text-align:left;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 5px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	color:#97D522;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}

.title_tag{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-top: 5px;
}


.wrapper {
	margin:0 auto;
	width:1000px;
}

#border_right{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

/* a links styles */
a {
	color:#484848;
	line-height:20px;
}

a:hover {
	color:#1D1D1D;
}

a:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

a.internal_main {
	color:#484848;
	line-height:20px;
	text-decoration:none;
}

a.internal_main:hover {
	color:#1D1D1D;
	text-decoration:none;
}

/* button link styles */

.green_button a{
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 2px solid #000000;
	text-decoration: none;
	background-image: url(../images/greenButton_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	width: 110px;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
}

.green_button a:hover{
	background-image: url(../images/greenButton_bg_over.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #FFFFFF;
}

.orange_button a{
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 2px solid #000000;
	text-decoration: none;
	background-image: url(../images/orangeButton_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	width: 110px;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
}

.orange_button a:hover{
	background-image: url(../images/orangeButton_bg_over.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color:#FFFFFF;
}

.black_button a{
	background-image: url(../images/blackButton_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 2px solid #000000;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	width: 50px;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	background-color: #000000;
}

.black_button a:hover{
	background-image: url(../images/blackButton_bg_over.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #FFFFFF;
}


/* Header Styles */

.header_container {
	background:transparent url(../images/header_bg.jpg) repeat-x scroll 0 0;
	height:57px;
}

.wrapper_header {
	padding:0 25px;
	position:relative;
	width:950px;
}

.logo {
	float:right;
	margin:0 0 0 13px;
}

/* top navigation styles */

ul.topnav {
	display:inline;
	float:left;
	list-style-type:none;
	margin-left:6px;
	width: 700px;
	list-style-position: outside;
}

.topnav li {
	float:left;
	height: 57px;
}

.topnav li a {
	color:#D0D2D7;
	font-size:16px;
	height:51px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:3px 12px 2px;
	text-decoration:none;
	line-height: 48px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.topnav li a:hover {
	color:#000000;
	background-image: url(../images/topNav_onbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.topnav li a.on {
	background:transparent url(../images/topNav_onbg.jpg) repeat-x scroll 0 0;
	color:#000000;
}

/* Side Navigation styles */

ul.side_nav{
	list-style-type:none;
	margin-left:6px;
	list-style-position: outside;
}

.side_nav li{
	height: 45px;
}

.side_nav a{
	color:#666666;
	font-size:16px;
	height:35px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:3px 12px 2px 35px;
	text-decoration:none;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 210px;
}

.side_nav a:hover{
	color:#FFFFFF;
	background-image: url(../images/side_nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.side_nav a.on{
	background:transparent url(../images/side_nav_bg.jpg) repeat-x scroll 0 0;
	color:#FFFFFF;
}

/* Content Styles */

.content_container {
	background:#9FA1A4 none repeat scroll 0 0;
}

.wrapper_content {
	background:#FFFFFF url(../img/repeat_shadow.gif) repeat-y scroll 0 0;
	overflow:visible;
	width:1000px;
	position:relative;
}

.content_col {
	background:transparent url(../images/content_shaddow.jpg) no-repeat scroll center top;
	margin:0 20px;
	padding-top:40px;
}

.left_main_col {
	float:left;
	width:614px;
}

#search{
	float:left;
	width:960px !important;
}


.left_main_img {
}

.left_main_img_holder {
	position: relative;
	left: -20px;
}

#side_info_container{
	float:right;
	width:336px;
	margin-bottom: 20px;
}

.side_info {
	border:1px solid #AEAAA2;
	float:right;
	padding:4px;
	width:328px;
	margin-bottom: 20px;
}

.side_info_bg {
	border:1px solid #AEAAA2;
	position:absolute;
	padding:4px;
	width:328px;
}

.info {
	background:#E5E5E5 none repeat scroll 0 0;
	height:100%;
	padding:20px 25px;
	width:278px;
}

.info p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 24px;
}

.icon_holder{
	position: relative;
}

.icon{
	position:absolute;
	top: -65px;
	right: 0px;
	z-index: 8;
}

.request_quote{
	background-color: #E5E5E5;
	position: relative;
	height: 130px;
}

.flashcontent{
	position: absolute;
	top: 15px;
}

.intro_content{
	padding: 0 25px;
	margin-bottom: 25px;
}

.intro_content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	color:#999999;
	margin-bottom: 20px;
}

.mini_col_container{
	clear: both;
	float: left;
	margin-top: 20px;
	padding-left: 25px;
	margin-bottom: 25px;
	width: 565px;
}

.mini_col{
	float: left;
	width: 250px;
	padding-right: 20px;
}

.mini_col p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.quote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	font-style: italic;
}

.quote_source{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 24px;
	padding-left: 10px;
}

ul.content_list{
	color: #666666;
	margin-left: 35px;
	margin-bottom: 25px;
}

.content_list li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

ol.content_list{
	color: #666666;
	margin-left: 35px;
	margin-bottom: 25px;
}

.content_list li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}


/* Feature section styles */

.feature_container {
	background:#9FA1A4;
}

.wrapper_feature {
	background:transparent url(../images/content_wrapper_bg.jpg) repeat-x scroll 0px 0px;
	height:264px;
	position:relative;
	width:1000px;
}

.feature_section{
	margin:0 20px;
}

.feature_left{
	float: left;
	background:transparent url(../images/main_index_img.jpg) repeat-x scroll 0px 0px;
	width:592px;
	height:264px;
}

.feature_right{
	background-image: url(../images/index_top_shaddow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	width: 368px;
	height: 264px;
}

/* contact Form Styles */
	.yourname, .youremail, .yourcomments, .yournumber{
	float: left;
	clear: both;
	padding-left: 50px;
	width: 475px;
	}
	
	.submitbtn{
	float: left;
	clear: both;
	padding-left: 50px;
	width: 475px;
	margin-bottom: 20px;
	}
	
	#searchbut{
	float: left;
	clear: both;
	padding-left: 5px;
	margin-bottom: 20px;
	}
	
	#contact_form Label{
	color:#6A6A6A;
	font-size:14px;
	text-decoration:none;
	float: left;
	margin-right: 10px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}

	#contact_form{
	margin:0px 0px 20 0;
	float: left;
	width: 550px;
	}

	#contact_form .text-input{
	background-color:#EDECEC;
	border:1px solid #9F9F9F;
	color:#6A6A6A;
	font-size:15px;
	height:20px;
	padding:5px;
	text-decoration:none;
	width:400px;
	margin-right: 0;
	float: left;
	clear: both;
	}
	
	#contact_form .text-select{
	background-color:#EDECEC;
	border:1px solid #9F9F9F;
	color:#6A6A6A;
	font-size:15px;
	height:35px;
	padding:5px;
	text-decoration:none;
	width:412px;
	margin-right: 0;
	float: left;
	clear: both;
	}
	
	#contact_form .text-textarea{
	background-color:#EDECEC;
	border:1px solid #9F9F9F;
	color:#6A6A6A;
	font-size:15px;
	padding:5px;
	text-decoration:none;
	width:400px;
	clear: both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	.error{
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	#message2{
	margin:0px 0px 0 0;
	padding-top:75px;
	float: left;
	width: 550px;
	text-align: center;
	}
	
	#message2 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 5px;
	}
	
	#message2 p{
	font-size: 12px;
	color: #999999;
	margin-bottom: 10px;
	padding-right: 40px;
	}

/* Virgil Login Styles */

#virgil_login{
	float:left;
	margin: 45px 25px 25px 30px;
	width:308px;
}

#virgil_login p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#virgil_form{
}

#virgil_form .text-input {
	border: 1px solid #999999;
	width: 149px;
}

/* Footer Styles */

.footer_container {
	background:transparent url(../images/footer_bg.gif) repeat-x scroll 0 0;
	color:#FFFFFF;
	font-size:10px;
	min-height:200px;
}

.wrapper_footer {
	padding-bottom:25px;
	padding-top:25px;
	width:1000px;
	position: relative;
}

.footer_col {
	margin:0 20px;
}

.footer_clear_con{
	float: left;
	clear: both;
	width: 700px;
}

.footer_min_col{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}

ul.footer_list{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
}

.footer_list li{
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}

.footer_list li a {
	color:#D0D2D7;
	display:block;
	font-size:10px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

.footer_list li a:hover {
	color:#FFFFFF;
}

.copyright{
	clear: both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 50px;
	margin-left: 20px;
}

.logo_footer{
	position: absolute;
	right: 20px;
	top: 190px;
}

#right_border{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
