@charset "utf-8";
/* CSS Document */

/* Reset Reloaded */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
	color: white;
	background: #020c0b; /* if IE then 010807 */
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background: #6d6d6d url(images/bg_gradient.png) top left repeat-x;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Structure */

#wrapper {
	width: 914px;
	margin: 0 auto;
}

#wrapper .wrapper_top {
	width: 914px;
	height: 20px;
	background: url(images/container_top.png) no-repeat;
}

#container {
	width: 900px;
	padding: 0 7px;
	background: url(images/container_mid.png) repeat-y;
	float: left;
}

#wrapper .wrapper_bottom {
	width: 914px;
	height: 20px;
	background: url(images/container_bottom.png) no-repeat;
}


/* Common */

.clear {
	clear: both;
}

.link_blue:link, .link_blue:visited {
	color: #1a80ff;
	text-decoration: none;
}

.link_blue:active, .link_blue:hover{
	color: #3ca6ff;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 19px;
	font-weight: normal;
	color: #666;
	padding-bottom: 10px;
	line-height: 24px;
}

.c_green {
	color: #2a8a42;
}

.c_blue {
	color: #FFFF33;
}

div.separator {
	width: 500px;
	height: 20px;
	background: url(images/separator.png) no-repeat;
	margin: 0 auto;
	clear: both;
}

div.separator_full {
	widows: 880px;
	height: 15px;
	background: url(images/separator_full.png) no-repeat;
	margin: 0 auto;
	clear: both;
}

a.heading_links {
	color: #0099CC;
	font-size: 13px;
	text-decoration: none;
}
	a.heading_links:hover {
		color: #0066FF;
		text-decoration: underline
	}


span.para_heading {
	font-size: 15px;
	color: #006633;
	font-weight: bold;
}


ul.content_ul li {
	padding-left: 30px;
	padding-bottom: 10px;
}

ul.content_ul li a {
	text-decoration: none;
	color: #0099FF;
}

	ul.content_ul li a:hover {
		text-decoration: underline;
		color: #006699;
	}
	
.font11 {
	font-size: 11px;
}

ul.list_style1 {
	list-style-type: disc;
	padding-left: 50px;
	padding-bottom: 20px;
}

	ul.list_style1 li {
		padding-bottom: 6px;
	}



/*----------------------
		Header 		
----------------------*/

	#header {
		width: 900px;
		padding-top: 10px;
		float: left;
	}
	
	#logo {
		background: url(images/logo.png);
		width: 150px;
		height: 55px;
		margin-left: 25px;
		margin-right: 58px;
		float: left;
	}
		
	#header #menu a {
		display: block;
		margin-left: 30px;
		float: left;
		height: 50px;
	}
	
		#menu .home {
			width: 57px;
			background: url(images/home.png) 0px 0px;
		}
			#menu a.home:hover { background: url(images/home.png) 0px 50px; }
			#menu .home_active {
				width: 57px;
				background: url(images/home.png) 0px 50px;
			}
		
		#menu .about_us {
			width: 92px;
			background: url(images/about_us.png) 0px 0px;
		}
			#menu a.about_us:hover { background: url(images/about_us.png) 0px 50px; }
			#menu .about_us_active {
				width: 92px;
				background: url(images/about_us.png) 0px 50px;
			}
			
		#menu .services {
			width: 83px;
			background: url(images/services.png) 0px 0px;
		}
			#menu .services:hover { background: url(images/services.png) 0px 50px; }
			#menu .services_active {
				width: 83px;
				background: url(images/services.png) 0px 50px;
			}
			
		#menu .sales {
			width: 59px;
			background: url(images/sales.png) 0px 0px;
		}
			#menu .sales:hover { background: url(images/sales.png) 0px 50px; }
			#menu .sales_active {
				width: 59px;
				background: url(images/sales.png) 0px 50px;
			}
			
		#menu .videos {
			width: 70px;
			background: url(images/videos.png) 0px 0px;
		}
			#menu .videos:hover { background: url(images/videos.png) 0px 50px; }
			#menu .videos_active {
				width: 70px;
				background: url(images/videos.png) 0px 50px;
			}
			
		#menu .contact_us {
			width: 110px;
			background: url(images/contact_us.png) 0px 0px;
		}
			#menu .contact_us:hover { background: url(images/contact_us.png) 0px 50px; }
			#menu .contact_us_active {
				width: 110px;
				background: url(images/contact_us.png) 0px 50px;
			}
			


/*----------------------
		Image Main 		
----------------------*/

	
	.main_img {
		width: 900px;
		height: 260px;
		margin-top: 30px;
		background: url(images/header.jpg) no-repeat;
		float: left;
	}
	
		.main_img .image {
			position: relative;
			float: left;
			z-index: 2;
		}

		.main_img .text {
			position: relative;
			float: left;
			z-index: 3;
		}
		
		
			/*----------------------
					images 		
			----------------------*/
			
			.main_img .home .image {
				width: 285px;
				height: 238px;
				/*background: url(images/img_home.png) no-repeat;*/
				left: 20px;
				top: 22px;
			}
			
			.main_img .services .image {
				width: 285px;
				height: 238px;
				background: url(images/img_home.png) no-repeat;
				left: 20px;
				top: 22px;
			}
		
			.main_img .about .image {
				width: 285px;
				height: 238px;
				background: url(images/img_home.jpg) no-repeat;
				left: 20px;
				top: 22px;
			}
			
			.main_img .about_map .image {
				width: 285px;
				height: 238px;
				background: url(images/img_home.png) no-repeat;
				left: 20px;
				top: 22px;
			}
			
			.main_img .contact .image {
				width: 285px;
				height: 238px;
				background: url(images/img_home.png) no-repeat;
				left: 20px;
				top: 22px;
			}
			
			.main_img .sitemap .image {
				width: 285px;
				height: 238px;
				background: url(images/img_home.png) no-repeat;
				left: 20px;
				top: 22px;
			}
			
			/*----------------------
					text 		
			----------------------*/
			
			.main_img .home .text {
				width: 564px;
				height: 40px;
				background: url(images/tagline.gif) no-repeat;
				left: 30px;
				top: 170px;
			}
			
			.main_img .services .text {
				width: 293px;
				height: 40px;
				background: url(images/headings/h_one_stop_shopping.png) no-repeat;
				left: 30px;
				top: 170px;
			}
			
			.main_img .about .text {
				width: 530px;
				height: 40px;
				background: url(images/headings/h_what_we_do.png) no-repeat;
				left: 30px;
				top: 170px;
			}
			
				.main_img .about_map .text {
					width: 271px;
					height: 40px;
					background: url(images/headings/h_driving_directions.png) no-repeat;
					left: 30px;
					top: 170px;
				}

			.main_img .contact .text {
				width: 362px;
				height: 40px;
				background: url(images/headings/h_our_contact_information.png) no-repeat;
				left: 30px;
				top: 170px;
			}
			



/*----------------------
		Content 		
----------------------*/

#wrapper .content_outter {
	padding: 10px;
	width: 880px;
	float: left;
}


#wrapper .content {
	float: left;
	width: 590px;
}

div.half_para {
	width: 48%;
	padding-right: 2%;
	float: left;
}

#wrapper .content p {
	color: #666;
	padding-bottom: 12px;
	text-align: justify;
	font-size: 11px;
	line-height: 15px;
}

#wrapper .content img.left {
	float: left;
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 20px;
	margin-right: 10px;
}


#wrapper .content table {
	width: 590px;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#wrapper .content table td {
	border: 1px solid #ccc;
	font-size: 11px;
	color: #666;
	padding: 10px;
}

	#wrapper .content table td.center {
		text-align: center;
	}

/*----------------------
		Home Page 		
----------------------*/


.home_contact {
	width: 895px;
	padding-left: 5px;
	margin-bottom: 30px;
	float: left;
}

	.home_contact .address_outter {
		width: 290px;
		height: 150px;
		background: url(images/address_box.png) no-repeat;
		float: left;
		margin-left: 5px;
	}
	
		.address_outter div {
			padding: 10px;
		}
		
			.address_outter div img {
				float: left;
				padding: 4px;
				border: 1px solid #ccc;
				margin-right: 5px;
			}
			
			.address_outter div p {
				font-size: 10px;
				color: #333;
				line-height: 16px;
			}
			
				.address_outter div p.heading {
					font-size: 17px;
					color: #333;
					padding-bottom: 20px;
				}



/*----------------------
		Page Sales
----------------------*/

	.page_sales_about_jhon {
		width: 400px;
		margin: 0 auto;
	}
	
	a.blue_link {
		font-size: 11px;
		color: #999;
		padding-bottom: 10px;
	}
	a.blue_link:link, a.blue_link:visited {
		color: #1a80ff;
		text-decoration: none;
	}
	a.blue_link:active, a.blue_link:hover {
		color: #3ca6ff;
		text-decoration: underline;
	}
	
	
	
	
/*----------------------
		Page Sitemap
----------------------*/

	.content .sitemap a {
		font-size: 13px;
		color: #999;
		padding-bottom: 10px;
	}
	
	.content .sitemap a:link, .sitemap a:visited {
		color: #1a80ff;
		text-decoration: none;
	}
	.content .sitemap a:active, .sitemap a:hover {
		color: #3ca6ff;
		text-decoration: underline;
	}
	
	.content .sitemap {
		padding-left: 30px;
		line-height: 18px;
	}
	
		.content .sitemap ul {
			padding-left: 30px;
			padding-bottom: 15px;
		}


/*----------------------
		Side Bar 		
----------------------*/

#wrapper .sidebar {
	width: 280px;
	float: right;
	font-size: 11px;
	color: #fafafa;
	line-height: 22px;
}



	.sidebar .submenu_outter {
		width: 280px;
		margin-bottom: 10px;
	}
								
		.sidebar .submenu_outter .top {
			width: 280px;
			height: 10px;
			background: url(images/submenu_top.png) no-repeat top left;
		}
		
		.sidebar .submenu_outter .mid {
			width: 240px;
			padding: 0 20px;
			background: url(images/submenu_mid.png) repeat-y;
		}
		
		.sidebar .submenu_outter .mid .heading{
			font-size: 20px;
			font-weight: normal;
			color: #9c9c9c;
			padding-bottom: 10px;
		}
		
			.sidebar .submenu_outter .mid p {
				line-height: 18px;
				font-size: 13px;
				font-weight: bold;
			}
			
			.sidebar .submenu_outter .mid a {
				color: white;
				text-decoration: none;
			}
			
				.sidebar .submenu_outter .mid a:link, .sidebar .submenu_outter .mid a:visited, .sidebar .submenu_outter .mid a:active {
					color: white;
					text-decoration: none;
				}
	
				.sidebar .submenu_outter .mid a:hover {
					color: #FFCC33;
					text-decoration: underline;
				}
				
				.sidebar .submenu_outter .mid a.active {
					color: #999999;
					text-decoration: underline;
				}
		
		.sidebar .submenu_outter .bottom {
			width: 280px;
			height: 20px;
			background: url(images/submenu_bottom.png) no-repeat bottom left;
		}


	.sidebar label {
		padding-left: 20px;
		width: 70px;
		float: left;
	}

	.sidebar .request_a_quote {
		width: 280px;
		height: 210px;
		padding-top: 50px;
		background: url(images/requestaquote.png) no-repeat top left;
	}

		.sidebar input.btn_quote {
			display: block;
			cursor:pointer;
			border:none;
			width: 103px;
			height: 30px;
			float: left;
			margin-left: 166px;
			background: url(images/btn_quote.png) no-repeat;
		}
			.sidebar input.btn_quote:hover {
				background: url(images/btn_quote.png) no-repeat 0 -42px;
			}

	.sidebar .client_login {
		width: 280px;
		height: 116px;
		padding-top: 44px;
		background: url(images/client_login.png) no-repeat top left;
	}
	
		.sidebar input.btn_login {
			display: block;
			cursor:pointer;
			border:none;
			width: 103px;
			height: 30px;
			float: left;
			margin-left: 166px;
			background: url(images/btn_login.png) no-repeat;
		}
			.sidebar input.btn_login:hover {
				background: url(images/btn_login.png) no-repeat 0 -42px;
			}

	.sidebar .txt_field {
		width: 178px;
		height: 20px;
		border: 1px solid #5b5b5b;
		float: left;
		margin-bottom: 8px;
	}
	
	.sidebar .txt_area {
		width: 178px;
		height: 80px;
		border: 1px solid #5b5b5b;
		float: left;
		margin-bottom: 8px;
	}



/*----------------------
		Footer 		
----------------------*/

#footer {
	width: 100%;
}

#footer .links {
	font-size: 11px;
	color: #999;
	padding-bottom: 10px;
}

#footer a:link, #footer a:visited {
	color: #1a80ff;
	text-decoration: none;
}

#footer a:active, #footer a:hover {
	color: #3ca6ff;
	text-decoration: underline;
}

#footer .copyright {
	color: #999;
	font-size: 10px;
	width: 100%;
	float: left;
}

#footer .address {
	color: #999;
	font-size: 10px;
	width: 450px;
	padding-left: 50px;
	float: left;
}

	#footer .address div {
		width: 150px;
		padding-left: 50px;
		float: left;
		line-height: 14px;
		color: #666;
	}
	
	
	
	#footer .address .heading {
		color: #2a8a42;
		padding-left: 50px;
		font-size: 11px;
		font-weight: bold;
		line-height: 16px;
	}

label {
	cursor:pointer;
}

input:focus, select:focus, textarea:focus {
	background-color:#DFFFDF;
}
