body {
	margin: 0;
	padding: 0;
	background: transparent url(../images/tile.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #231F20;
}

#outer {
	background: transparent;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: visible;
	background: transparent url(../images/bg.jpg) no-repeat left top;
	padding: 20px 12px 0;
}

#header {
	height: 165px;
	background: transparent;
}

a { color: #C1282D; }

#logo {
	display: block;
	width: 369px;
	height: 171px;
	background: transparent;
	text-indent: -9999px;
	float: left;
}

#login {
	font-size: 1.6em;
	text-decoration: none;
	color: #818181;
	float: right;
	margin: 74px 5px 0 0;
}

#phone {
	margin: 0;
	font-size: 2.2em;
	color: #ddd;
	float: right;
	clear: right;
	margin: 75px 20px 0 0;
}

#content {
	background: transparent url(../images/content-strip.jpg) repeat-y left top;
	margin: 0 0 15px;
	z-index: 0;
	clear: both;
}

#contentWrap { position: relative; overflow: auto; padding: 15px; background: transparent url(../images/content.jpg) no-repeat top left; min-height: 540px; }

#contentWrap #bottom { position: absolute; left: 0; bottom: 0; height: 17px; background: transparent url(../images/content-bottom.jpg) no-repeat left bottom; width: 100%; }

#content div.left { width: 670px; float: left; }

#sidebar {
	width: 259px;
	float: right;
	background: transparent url(../images/sidebar.jpg) no-repeat left top;
}

#banner {
	height: 254px;
	background: transparent url(../images/banner3.jpg) no-repeat left top;
}

#nav {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index: 1000;
}

#nav li {
	float: left;
	position: relative;
}

#nav a { 
	display: block;
	height: 49px;
	text-indent: -9999px;
	outline: none;
}

#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul { position: absolute; left: -9999px; width: 228px; background: transparent url(../images/dropnav.png) no-repeat top left; z-index: 1000; margin: 0; padding: 0; }

#nav li:hover ul { left: 0; }

#nav #home { width: 158px; background: transparent url(../new-images/nav-strip.jpg) no-repeat left -50px; }
#nav #about { width: 183px; background: transparent url(../new-images/nav-strip.jpg) no-repeat -158px -50px; }
#nav #services { width: 197px; background: transparent url(../new-images/nav-strip.jpg) no-repeat -341px -50px; }
#nav #contact { width: 203px; background: transparent url(../new-images/nav-strip.jpg) no-repeat -538px -50px; }

#nav li:hover #home { width: 158px; background: transparent url(../new-images/nav-strip.jpg) no-repeat left -1px; }
#nav li:hover #about { width: 183px; background: transparent url(../new-images/nav-strip.jpg) no-repeat -158px -1px; }
#nav li:hover #services { width: 197px; background: transparent url(../new-images/nav-strip.jpg) no-repeat -341px -1px; }
#nav li:hover #contact { width: 203px; background: transparent url(../new-images/nav-strip.jpg) no-repeat -538px -1px; }

#nav ul a#training { background: transparent url(../images/training.png) no-repeat left center; }
#nav ul a#rentals { background: transparent url(../images/rentals.png) no-repeat left center; }

div#scheduler { width: 244px; height: 65px; float: right; margin-top: 8px; overflow: visible; }
#scheduler a { 
	display: block; 
	width: 244px; 
	height: 65px; 
	text-indent: -9999px; 
	background: transparent url(../new-images/schedule-strip.jpg) no-repeat -1px -1px; 
	overflow: hidden;
}


/* CONTENT -------------------------------- */

h1 {
	font-size: 2.4em;
	color: #ddd;
}

h2 {
	font-size: 2.2em;
	color: #cdcdcd;
}

#content .left p, #content .left ul, #content .left table, #content .left ol {
	font-size: 2em;
	line-height: 1.5;
	color: #ddd;
}

#content .left ol ol { font-size: 1em; }

#buckets {
	font-size: 1em !important;
}

span.red { color: #C1282D; }

.sidebar-heading {
	height: 32px;
	margin: 0 0 0 15px;
	background: transparent url(../images/sidebar-header.jpg) no-repeat 13px top;
	color: #fff;
	padding: 10px 0 0;
	font-size: 2em;
	font-weight: normal;
}

#sidebar p {
	margin-left: 15px;
	color: #ddd;
	font-size: 1.2em;
	line-height: 1.5;
}

#buckets {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
	height: 300px;
}

#buckets li {
	width: 390px;
	height: 138px;
	padding-left: 220px;
	font-size: .9em;
	margin-top: 10px;
}

#buckets p { line-height: 1.2 !important; }

#buckets #trainingBucket { background: transparent url(../images/bucket-training.jpg) no-repeat left top; }
#buckets #rentalsBucket { background: transparent url(../images/bucket-rentals.jpg) no-repeat left top; }

#buckets h2 {
	text-indent: -9999px;
	margin: 0;
}

a.more {
	display: block;
	width: 112px;
	height: 31px;
	text-indent: -9999px;
	background: transparent url(../images/read-more.png) no-repeat left top;
}

#mainform label {
	display: block;
	font-size: 2em;
	color: #333;
}

#mainform input {
	font-size: 2em;
	padding: 4px;
	margin-bottom: 15px;
}

#mainform .submit {
	display: block;
}

#mapWrap { float: right; }

#sidebar img#g1000 { margin-left: 15px; }

#sidebar h3 { color: #ddd; margin-left: 15px; border-bottom: 1px solid #666; margin-right: 50px; }

#sidebar #normal { margin: 3px 0; display: block; width: 113px; height: 23px; background: transparent url(../images/button-normal.jpg) no-repeat left top; text-indent: -9999px; }

#sidebar #block { margin: 3px 0; display: block; width: 113px; height: 23px; background: transparent url(../images/button-block.jpg) no-repeat left top; text-indent: -9999px; }

a img { border: 0; }

ol.letters { list-style: lower-alpha; }

#buckets li { position: relative; }

#buckets a.readMore {
	display: block;
	width: 115px;
	height: 30px;
	position: absolute;
	left: 430px;
	top: 95px;
	text-indent: -9999px;
}


/* PHOTOGALLERY -------------------------------- */

#photo-gallery {
	width: 350px;
	float: right;
	margin-left: 15px;
}

div#slideshow { width: 350px; height: 263px; }

div#photo-gallery a img { border: 0; }

#slideshow span, #slideshow span a { display: block; width: 350px; height: 263px; margin: 0; padding: 0; }

#slideshow span a { text-decoration: none; }

#slideshow span a img { position: relative; top: -11px; }

div#thumbs { width: 350px; }

ul.thumbs { margin: 15px 0 0; padding: 0; list-style: none; width: 350px; overflow: auto; }

ul.thumbs li { width: 75px; height: 56px; float: left; margin: 0 6px 13px; }
