body {
	color: #46669c;
}

h1 {
	color: #46669c;
	font-size: 1.4em;
	font-weight: bold;
}

/* Header */

#header {
	background: url(/images/header_bg.jpg) no-repeat 0 0;
	height: 110px;
	overflow: hidden;
	margin-bottom: 33px;
}

#header h2 { display: none; }

#header ul {
	margin-top: 78px;
	float: right;
}

#header ul li {
	list-style-type: none;
	float: left;
	font-weight: bold;
	border-right: 1px solid #fff;
}

#header ul li.last { border: none; }

#header ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 7px;
}

#header ul li a:hover, #header ul li a.active {
	color: #46669c;
}

/* Footer */

#footer {
	color: #4a82a5;
	border-top: 1px solid #7cb4d6;
	padding-top: 16px;
	text-align: right;
	margin-top: 33px;
}

#footer a { color: #4a82a5; }

#footer img { float: left; }

/* Home */

#title {
	margin: 18px 0;
}

#home_equipment {
	background: url(/images/home_bg.jpg) no-repeat 0 0;
}

#home_equipment h4 {
	color: #1951a2;
	font-size: 1.2em;
	font-weight: bold;
	padding: 18px 0 0 15px;
}

#home_equipment ul {
	list-style-type: none;
	margin: 0 0 15px 15px;
}

#home_equipment li {
	margin: 0 15px 15px 0;
	padding: 0;
	width: 128px;
	float: left;
}

#home_equipment li img {
	border: 1px solid #7cb4d6;
}

#home_equipment li a {
	font-weight: bold;
	color: #6594c6;
	text-decoration: none;
}

/* Equipment Rental */

#equipment_nav {
	background: #7cb4d6;
	padding: 0 0 5px 0;
	margin: 0 0 16px 0;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	-o-border-radius:		5px;
	-icab-border-radius:	5px;
	-khtml-border-radius:	5px;
	border-radius:			5px;
}

#equipment_nav h4 {
	color: #fff;
	font-weight: bold;
	padding: 13px 0 5px 10px;
	margin: 0;
}

#equipment_nav>ul {
	background: #bedaeb;
	margin: 0 5px;
}

#equipment_nav>ul ul {
	margin: 0;
}
 
#equipment_nav li {
	list-style-type: none;
	margin: 0;
}

#equipment_nav li a {
	display: block;
	padding: 3px 5px;
	border-top: 1px solid #9dc7e0;
	color: #46669c;
	text-decoration: none;
	font-weight: bold;
}

#equipment_nav li li a {
	padding-left: 25px;
	font-weight: normal;
}

#equipment_nav li a:hover, #equipment_nav li a.active {
	background: #dbe9f3;
}

.equipment_items {
	list-style-type: none;
	margin: 0 0 50px 0;
	border-top: 1px solid #8fbdda;
	float: left;
	clear: both;
}

.equipment_items li {
	border-bottom: 1px solid #8fbdda;
	padding: 1px 0;
	float: left;
}

.equipment_items li a {
	font-weight: bold;
	text-decoration: none;
	color: #46669c;
}

.equipment_items li .rate { text-align: right; }
.equipment_items li .detail { width: 70px; }
.equipment_items li .summary { margin: 0 0 5px 0; }
.equipment_items li .photo img { margin: 5px 0 5px 10px; border: 1px solid #8fbdda; }

.equipment_items li.odd {
	background: #e4f0f8;
}

.equipment_items li.even  {
	background: #fff;
}

.equipment_items.new, .equipment_items.new li { float: none; }

#hero {
	background: #8fbdda;
	padding: 5px;
	margin-bottom: 18px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	-o-border-radius:		5px;
	-icab-border-radius:	5px;
	-khtml-border-radius:	5px;
	border-radius:			5px;
}

h3 {
	font-size: 1.2em;
	color: #46669c;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 span {
	float: right;
	padding-right: 30px;
}

.container p a {
	color: #46669c;
}

/* Contact */

#map {
	background: url(/images/contact_bg.jpg) no-repeat 20px 0;
	overflow: auto;
	margin-top: 18px;
	padding-bottom: 18px;
	color: #1951a2;
}

#map h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 30px;
	color: #1951a2;
}

#map #cta {
	padding: 15px 0;
}

#map #cta a {
	color: #46669c;
	text-decoration: none;
}

input.text {
	background: #e5f0f7;
	border: 1px solid #7cb4d6;
	width: 235px;
}

textarea.text {
	background: #e5f0f7;
	border: 1px solid #7cb4d6;
	width: 285px;
	height: 155px;
}