@charset "UTF-8";
/* CSS Document */




/* ===== global styles ===== */

html, body {
	font-family: Verdana, Geneva, sans-serif;
	background: #0b0d01 url(images/bkgMain.jpg) repeat-x top fixed;
	margin: 0 auto;
	padding: 0;
}


p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #300;
	margin: 0;
	padding: 0;
}

.contact  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #300;
	margin: 0;
	padding: 0;
	text-align:left
}

select  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #300;
	margin: 0;
	padding: 0;
}

input  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #300;
	margin: 0;
	padding: 0;
}

textarea  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #300;
	margin: 0;
	padding: 0;
}


h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 21px;
	text-align: left;
	text-transform: capitalize;
	color: #5A1B08;
	padding: 13px 0 10px 19px;
	margin: 0;
	line-height: 10px;
	text-align: left;
	text-transform: uppercase;
}


h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FF9;
	text-align: left;
	text-transform: capitalize;
	padding: 19px 0 9px 20px;
	margin: 0;
	line-height: 0;
	text-transform: uppercase;
}


h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 21px;
	text-align: left;
	text-transform: capitalize;
	color: #5A1B08;
	padding: 13px 0 10px 0;
	margin: 0;
	line-height: 10px;
	text-align: center;
	text-transform: uppercase;
}


a:link, a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #5A1B08;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}


a:hover, a:active {
	color: #FFF;
	border-bottom: 1px dashed #990;
	border-left: none;
	border-right: none;
	border-top: none;
}


/* ===== outer div ===== */

div#outerDiv {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 900px;
	background: transparent;
}




/* ===== header div ===== */

#outerDiv div#headerDiv {
	width: 900px;
	height: 123px;
	background: url(images/bkgHeader.png) top no-repeat;
	margin: 0;
	padding: 0;
}


#headerDiv div#topLeft {
	position: relative;
	float: left;
	left: 18px;
	padding-top: 30px;
	width: 113px;
	height: 51px;
	display: block;
}


#topLeft a {
	background: url(images/bRentals.png) no-repeat top left;
	width: 113px;
	height: 81px;
	display: block;
	border: none;
}


#topLeft a:hover {
	background: url(images/bRentals.png) no-repeat bottom left;
}


#topLeft a.leftCurrent {
	background: url(images/bRentals.png) no-repeat bottom left;
}


#headerDiv div#topMiddle {
	position: relative;
	float: left;
	left: 8px;
	padding-top: 30px;
	width: 130px;
	height: 51px;
	display: block;
}


#topMiddle a {
	background: url(images/bAbout.png) no-repeat top left;
	width: 130px;
	height: 81px;
	display: block;
	border: none;
}


#topMiddle a:hover {
	background: url(images/bAbout.png) no-repeat bottom left;
}


#topMiddle a.middleCurrent {
	background: url(images/bAbout.png) no-repeat bottom left;
}

	


#headerDiv div#topRight {
	position: relative;
	float: left;
	left: 17px;
	padding-top: 30px;
	width: 181px;
	height: 81px;
	display: block;
}


#topRight a {
	background: url(images/bDIY.png) no-repeat top left;
	width: 181px;
	height: 81px;
	border: none;
	display: block;
}


#topRight a:hover {
	background: url(images/bDIY.png) no-repeat bottom left;
}


#topRight a.rightCurrent {
	background: url(images/bDIY.png) no-repeat bottom left;
}



#headerDiv div#logo {
	position: relative;
	background: url(images/logo.png) no-repeat;
	width: 458px;
	height: 114px;
	float: right;
	right: 9px;
	top: 9px;
}




/* ===== navDiv ===== */

#outerDiv div#navDiv {
	width: 900px;
	height: 43px;
	background: url(images/bkgNav.png) no-repeat;
	margin: 0;
	padding: 0;
}


#navDiv p {
	color: #CC3;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 13px;
}


#navDiv a:link, #navDiv a:visited {
	color: #CC3;
}


#navDiv a:hover, #navDiv a:active {
	color: #FFF;
}


#navDiv div#navLeft {
	position: relative;
	float: left;
	left: 25px;
	top: 13px;
	display: inline;
}


#navDiv div#navRight {
	position: relative;
	float: right;
	right: 27px;
	top: 13px;
	display: inline;
}




/* ===== mainContent ===== */

#outerDiv div#content {
	background: url(images/bkgBody.png) repeat-y top;
	margin: 0 auto;
	padding: 0;
}


#content div#mainContent {
	float: left;
	width: 852px;
	background: url(images/bkgContent.png) top center no-repeat;
	margin: 0;
	padding: 0 24px;
}


#mainContent a:hover {
	border: none;
}


#mainContent a.current {
	color: #FFC;
}


img.TopMargin {
	margin: 10px 0 0 0;
	border: 1px solid #5A1B08;
}


#mainContent div#mainLeft {
	position: relative;
	float: left;
	left: 2px;
	width: 150px;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}


#mainLeft a {
	line-height: 20px;
	padding: 0x 0 5px 0;
}


#mainContent div#mainMiddle {
	position: relative;
	float: left;
	left: 19px;
	top: 7px;
	width: 514px;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}


#mainMiddle p {
	line-height: 26px;
	text-align: justify;
	margin: 0 auto;
	padding: 0 20px 10px 20px;
}


.middle {
	background: url(images/bkgMiddle.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
}


.flash {
	border: 1px solid #5a1b08;
	margin: 0 auto;
	padding: 0;
}


#mainContent div#mainRight {
	position: relative;
	float: right;
	width:150px;
	display: block;
	margin: 0 auto;
	padding: 10px 1px 10px 0;
	text-align: center;
}


#mainRight a {
	line-height: 20px;
	padding: 0x 0 5px 0;
}




/* ===== footerDiv ===== */

#outerDiv div#footerDiv {
	position: relative;
	width: 900px;
	background: url(images/bkgFooter.png) no-repeat top center;
	margin: 0 auto;
	padding: 0;
}


#footerDiv div#footerIn {
	background: none;
	margin: 0 auto;
	padding: 5px 30px 0 30px;
	width: 840px;
	height: 36px;
}


#footerIn p {
	color: #FFF;
}


#footerIn a:link, #footerIn a:visited {
	color: #FFF;
}


#footerIn a:hover, #footerIn a:active {
	color: #CF3;
}


#footerDiv div#footerOut {
	background: tranparent;
	margin: 0 auto;
	padding: 10px 30px 20px 30px;
	width: 840px;
	text-align: center;
}


#footerOut p {
	color: #FFF;
	line-height: 20px;
}


#footerOut a:link, #footerOut a:visited {
	color: #CC3;
}


#footerOut a:hover, #footerOut a:active {
	color: #FFF;
}
	
	
	
	
/* ===== miscellaneous styles ===== */

.clear {
	clear: both;
}


