@charset "UTF-8";
/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
ul{ list-style:none; list-style-position:outside;}
a {  outline: none;}

/* Tell old browsers how to handle HTML5 elements */
header, footer, aside, nav, article {display: block;}

/* Essentials */

body {
	background: #F2E6E6;
	color: #666666;
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

p {
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Chewy', "Helveitca Neue", Helvetica, Arial, sans-serif;
	font-weight: lighter; /*counteract strong browser anti-aliasing*/
	font-size: 25px;
	color: #A03131;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.class2:link, a.class2:visited {
	color: #A03131;
	text-decoration: #A03131;
}

.wrapper {
	width: 960px;
	height: auto;
	margin: 0 auto;
}

/* Header */
header {
	height: 240px;
	margin: 0 auto;
}

header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7eded+0,f4d2d2+100 */
	background: #f7eded; /* Old browsers */
	background: -moz-linear-gradient(top, #f7eded 0%, #f4d2d2 100%); 
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f7eded 0%,#f4d2d2 100%); 
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f7eded 0%,#f4d2d2 100%); 
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7eded', endColorstr='#f4d2d2',GradientType=0 ); 
	/* IE6-9 */;
}

/* Logo */

h1.logo { 
	display: inline-block;
	height: 200px;
	width: 290px;
	background: url('images/weblogo.png') no-repeat;
}

/* Main Menu */

header { padding-top: 10px; }

header ul { 
	display: inline-block;
	float: right;
}

nav ul { 
	list-style: none; 
	background: #FFFFFF; 
	border-radius: 0px; 
	margin: 0px 0px 0px 0px;
}

header ul:after { 
	content: '.'; 
	clear: both; 
	visibility: hidden; 
	display: inline-block; 
	height: 0px; 
}

header ul li { 
	position: relative; 
	display: inline-block;
	width: 80px;
	height: 20px;
	margin: 20px 40px 0 0;
}

header ul li a { 
	text-decoration: none; 
	padding: 10px 10px 5px; 
	text-color: #FFFFFF;
	display: block;
	width: 80px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #4F000D;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #FFFFFF; 
	-webkit-box-shadow: 0 1px 0 #FFFFFF; 
	box-shadow: 0 1px 0 #FFFFFF;
	background: #a90329; 
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); 
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); 
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); 
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); 
	/* IE6-9 */
	-webkit-transition: 0.25s ease-out; 
}

header ul li:hover > a { 
	background: #681d1d;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #FFFFFF; 
	-webkit-box-shadow: 0 1px 0 #FFFFFF; 
	box-shadow: 0 1px 0 #FFFFFF;
}

header ul li.active > a { 
	background: #681d1d;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #FFFFFF; 
	-webkit-box-shadow: 0 1px 0 #FFFFFF; 
	box-shadow: 0 1px 0 #FFFFFF;
}

/* Sub Menu */
header ul li > ul:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0px;
	top: 5px;
}

header ul li > ul {
	position: absolute;
	left: 0px;
	padding-top: 10px;
	top: 80%;
	background: none;
	z-index: -9999;
	opacity: 0;
	-webkit-transition: 0.25s ease-out;
}
header ul li:hover > ul {  
	z-index: 100; 
	opacity: 1; 
	top: 50%; 
}

header ul li > ul li:first-child { 
	border-radius: 0; 
	padding-top: 0;
}

header ul li > ul li:last-child { 
	border-radius: 0; 
}

header ul li > ul li { 
	padding: 0; 
	width: 100%; 
}

header ul li > ul li a { 
	border-radius: 2px; 
	font-size: 12px; 
}

header ul li > ul li:hover > a {
	background: #681d1d;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #FFFFFF; 
	-webkit-box-shadow: 0 1px 0 #FFFFFF; 
	box-shadow: 0 1px 0 #FFFFFF;
	
}

header ul li > ul li.active > a { 
	color: #FFF; 
	background: #2980B9; 
}

/*Sub Sub Menu*/

header ul li > ul li > ul:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
}

header ul li > ul li > ul {  
	top: 0; 
	left: 0; 
	padding: 0; 
	padding-left: 0; 
	-webkit-transition: 0.25s ease-out; 
}

header ul li > ul li:hover > ul { 
	display: block; 
	opacity: 1; 
	z-index: 100; 
	top: -20px; 
	left: 105px;
	text-align: center;
}

/* Slide Show Area */

section.home_feature {
	height: 400px;
	background: #FFFFFF url('images/hatch_pattern.png') repeat;
	padding-top: 20px;
	-moz-box-shadow: inset 0 5px 9px #2D0F0F; 
	-webkit-box-shadow: inset 0 5px 9px #2D0F0F; 
	box-shadow: inset 0 5px 9px #2D0F0F;
}

/* Featured Items */

ul.featured_services {
	clear: both;
	height: 240px;
	width: 960px;
	padding-top: 20px;
	margin: 0 auto;
	background: url('images/hr_shadow.png') no-repeat bottom;
}

ul.featured_services li {
	width: 300px;
	margin: 0 10px;
	float: left;
}

ul.featured_services h3 {
	font-size: 65px;
	color: #168FAD;
	text-indent: 40px;
}

ul.featured_services p {
	border-left: 3px solid #A90329;
	margin: 10px 0 10px 15px;
	padding: 0 0 0 25px;
}

.button_1 {
	display: block;
	width: 133px;
	height: 28px;
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
	border-radius: 50px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #A03131;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	background: #a90329; 
	/* Old browsers */
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); 
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); 
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); 
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); 
	/* IE6-9 */
}

.button_1:hover {
	background: #681d1d;
}

.button_1:active {
	background: #681d1d;
}

/* Main Product Area */

section.main_product {
	padding-top: 20px;
	margin-bottom: 20px;	
	box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);	
}

ul.main_product {
	clear: both;
	float: left;
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}

ul.main_product li {
	width: 450px;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-bottom: 20px;
}

ul.main_product h3 {
	font-size: 65px;
	color: #168FAD;
	text-indent: 0px;
}

ul.main_product p {
	margin-top: 15px;
	padding: 0 0 0 0px;
	text-align: left;
}

ul.main_product_image {
	float: none;
	height: 250px;
	width: 400px;
	clear: none;
	margin-top: 10px;
	}
	
/* Sub Product Area */

section.product {
	padding-top: 20px;
	margin-bottom: 20px;
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
}

ul.product {
	clear: both;
	float: left;
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}

ul.product li {
	width: 300px;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-bottom: 20px;
}

ul.product h3 {
	font-size: 65px;
	color: #168FAD;
	text-indent: 0px;
}

ul.product p {
	margin-top: 15px;
	padding: 0 0 0 0px;
}

ul.product_image {
	float: none;
	height: 150px;
	width: 250px;
	clear: none;
	margin-top: 10px;
	}
	
/* Individual Product Page */

section.indproduct {
	padding-top: 20px;
	margin-bottom: 20px;
}

ul.indproduct {
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
	text-align: center;
}

ul.indproduct li {
	width: 960px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-bottom: 20px;
}

ul.indproduct h3 {
	font-size: 65px;
	color: #168FAD;
	text-indent: 0px;
}

ul.indproduct p {
	margin-top: 15px;
	padding: 0 0 0 0px;
}

ul.indproduct_image {
	height: 250px;
	width: 400px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* Text Page */

section.indproduct {
	padding-top: 20px;
	margin-bottom: 20px;
}

ul.indproduct {
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
	text-align: left;
}

ul.indproduct li {
	width: 960px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-bottom: 20px;
}

ul.indproduct h3 {
	font-size: 65px;
	color: #168FAD;
	text-indent: 0px;
}

ul.indproduct p {
	margin-top: 15px;
	padding: 0 0 0 0px;
	text-align: center;
}

/* About Us Blurb */

article.about_us_blurb {
	clear: both;
	float: left;
	width: 940px;
	margin: 20px 10px;
}

article.about_us_blurb img {
	float: left;
	margin: 0 10px 0 0;
}

article.about_us_blurb h3 {
	font-size: 25px;
	color: #168FAD;
	margin: 10px 0;
}

article.about_us_blurb p {
	margin: 5px 20px 30px 10px;
}

/*table*/

table {
	width: 250px;
}

td {
	text-align: center;
}

th {
	height: 25px;
	text-align: center;
	background-color: #903131;
	color: white;
}

tr:nth-child(even) {background-color: #f2f2f2}

/* Footer */

footer {
	clear: both;
	height: 220px;
	background: #CDE0E4 url('images/hatch_pattern.png') repeat;
	color: #5E8C92;
}

footer h4 {
	font-size: 25px;
	color: #A03131;
	margin: 0 0 10px 0;
	clear: both;
}

footer p.tagline_text {
	float: left;
	height: 10 px;
	width: 600px;
	padding-top: 20px;
	color: #903131;
}

footer p.safety_text {
	float: left;
	height: 10 px;
	width: 600px;
	padding-top: 20px;
	color: #903131;
}

footer p.rental_info {
	float: left;
	height: 10 px;
	width: 600px;
	padding-top: 20px;
	color: #903131;
}

footer p.copyright_space {
	float: left;
	height: 30px;
	width: 600px;
	padding-top: 10px;
	color: #903131;
}

footer p.logo {
	float: right;
	width: 290px;
	height: 200px;
	margin: 0 0 0 0;
	background-image: url(images/weblogo.png);
	background-repeat: no-repeat;
}
