@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	padding:0;
	margin:0;
}
#all {
	width:925px;
	margin-left:auto;
	margin-right:auto;
}
a {
	color:#FFF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.title {
	font-weight:bold;
	font-size:20px;
}
.bold {
	font-weight:bold;
	font-size:15px;
}
#header {
	width:925px;
	height:117px;
	background-color:#000;
}
#header_rt {
	width:17px;
	height:117px;
	background-image:url(assets/header_rt.jpg);
	float:right;
}
#logo {
	width:229px;
	height:117px;
	background-image:url(assets/logo.jpg);
	float:left;
}
.top_text {
	font-size:16px;
}
#request_btn {
	width:207px;
	float:right;
	margin-top:20px;
}
#header_contact {
	margin-top:5px;
}
#navbar {
	float:left;
	margin-top:84px;
}
#white_divider {
	width:925px;
	height:8px;
	background-color:#FFF;
}
#banner {
	width:925px;
	height:260px;
	background-image:url(assets/banner.jpg);
}
.home_links {
	margin-left:83px;
}
#actions_ourservices {
	background-image:url(assets/ourservices_box.jpg);
	width:230px;
	height:224px;
	float:left;
}
#actions_requestquote {
	background-image:url(assets/requestquote_box.jpg);
	width:232px;
	height:224px;
	float:left;
}
#actions_contact {
	background-image:url(assets/contactus_box.jpg);
	width:243px;
	height:224px;
	float:left;
}
#actions_quickcontact {
	background-image:url(assets/quickcontact_box.jpg);
	width:220px;
	height:224px;
	float:left;
}
.actions_text {
	margin:5px 5px 5px 49px;
}
.actions_quickcontact_text {
	margin:40px 5px 5px 12px;
}
.subpg_quickcontact_text {
	margin:0 5px 5px 48px;
}
.clearrow {
	clear:both;
}
#main {
	width:925px;
}
#subpg_content {
	width:664px;
	float:left;
	background-image:url(assets/subpg_content_bkgd.jpg);
	background-repeat:repeat-y;
}
#subpg_quickcontact_box {
	width:260px;
	float:left;
	background-image:url(assets/subpg_quickcontact_box_bkgd.jpg);
	background-repeat:repeat-y;
}
#footer {
	background-image:url(assets/footer_bkgd.jpg);
	width:925px;
	height:41px;
}
.footer_text {
	color:#b12601;
	font-size:11px;
	padding-top:6px;
	padding-left:10px;
}
.footer_text a {
	text-decoration:none;
	color:#b12601;
}
.footer_text a:hover {
	text-decoration:none;
	color:#FF0000;
}