/* GLOBAL */

* {
	margin:0;
	padding:0;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

div {
	overflow: hidden;
}

/* MAIN LAYOUT */

body {
	background-color: #FFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#wrapper {
	width: 956px;
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

div#headertop {
	width: 956px;
	height: 118px;
	background-color: #FFF;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
}

div#headermenu {
	display: inline;
}

div#headerbot {
	width: 956px;
	height: 19px;
	background-color: #FFF;
	background-image: url(images/menu_bottom.png);
	background-repeat: no-repeat;
}

div#footer {
	width: 956px;
	height: 165px;
	background-color: #FFF;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
}

/* CONTENT CONTAINER */

div#outter {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: #FFF url(images/bg_left.png) repeat-y left top;
}

div#inner {
	width: 934px;
	margin-left: 22px;
	padding-bottom: 30px;
	border: 0;
	background: #FFF url(images/bg_right.png) repeat-y right top;
}

/* MENU */

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 956px;
	height: 40px;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
}

#menu li {
	overflow: hidden;
	height: 40px;
}

#menu span {
	display: none;
	position: absolute;
}

#menu a, #menu a:visited, #menu a:active, #menu a:hover {
	display: block;
	text-indent: -900%;
	text-decoration: none;
	position: absolute;
	outline: none;
}

#menu a span {
	display: none;
	position: absolute;
}

#menu a:hover {
	background-position: left bottom;
}

#menu a:hover span {
	display: block;
}

#menu .menuleft {
	display: block;
	width: 172px;
	height: 40px;
	background: url(images/menu_01.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .contact {
	width: 97px;
	height: 40px;
	background: url(images/menu_02_contact.png) no-repeat;
	left: 172px;
	top: 0px;
}

#menu .contact span {
	width: 97px;
	height: 40px;
	background: url(images/menu_02_contact_roll.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .about {
	width: 84px;
	height: 40px;
	background: url(images/menu_03_about.png) no-repeat;
	left: 269px;
	top: 0px;
}

#menu .about span {
	width: 84px;
	height: 40px;
	background: url(images/menu_03_about_roll.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .service {
	width: 72px;
	height: 40px;
	background: url(images/menu_05_service.png) no-repeat;
	left: 353px;
	top: 0px;
}

#menu .service span {
	width: 72px;
	height: 40px;
	background: url(images/menu_05_service_roll.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .rentals {
	width: 100px;
	height: 40px;
	background: url(images/menu_06_rv-rentals.png) no-repeat;
	left: 425px;
	top: 0px;
}

#menu .rentals span {
	width: 100px;
	height: 40px;
	background: url(images/menu_06_rv-rentals_roll.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .specials {
	width: 151px;
	height: 40px;
	background: url(images/menu_07_monthly.png) no-repeat;
	left: 525px;
	top: 0px;
}

#menu .specials span {
	width: 151px;
	height: 40px;
	background: url(images/menu_07_monthly_roll.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .parts {
	width: 158px;
	height: 40px;
	background: url(images/menu_08_catalog.png) no-repeat;
	left: 676px;
	top: 0px;
}

#menu .parts span {
	width: 158px;
	height: 40px;
	background: url(images/menu_08_catalog_roll.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .store {
	width: 122px;
	height: 40px;
	background: url(images/menu_09_store.png) no-repeat;
	left: 834px;
	top: 0px;
}

#menu .store span {
	width: 122px;
	height: 40px;
	background: url(images/menu_09_store_roll.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .menuright {
	display: block;
	width: 7px;
	height: 40px;
	background: url(images/menu_10.png) no-repeat;
	left: 956px;
	top: 0px;
}

/* CONTENT */

div#contenth {
	padding-bottom: 20px;
	margin-right: 22px;
	clear: both;
}

div#contenth hr {
	margin-top: 2px;
}

#contenth h2 {
	font-size: 24px;
}

div#contentc {
	font-size: 15px;
	margin-right: 22px;
}

#contentc div.cent {
	text-align: center;
}

#contentc h3 {
	font-weight: bold;
	font-size: 18px;
}

#contentc h4 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

#contentc h4.under {
	text-decoration: underline;
	margin-bottom: 5px;
}

#contentc a, #contentc a:visited, #contentc a:hover {
	color: black;
}

#contentc a:active {
	color: green;
}

#contentc a.stronga {
	font-size: 18px;
	font-weight: bold;
}

#contentc td {
	vertical-align: top;
}

#contentc td img {
	border: 1px;
	border-style: solid;
}

#contentc ul {
	margin-left: 22px;
	list-style: disc;
	font-size: 16px;
	font-weight: bold;
}

#contentc ol {
	margin-left: 40px;
}

#contentc p.center {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#contentc img.floatr {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px;
	border-style: solid;
}

#contentc img.floatrnc {
	float: right;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px;
	border-style: solid;
}

#contentc img.floatl {
	float: left;
	clear: left;
	margin: 20px;
	border: 1px;
	border-style: solid;
}

#contentc img.nofloat {
	float: none;
	clear: both;
	border: 1px;
	border-style: solid;
}

div.servicer {
	float: right;
	background: url(images/service1.jpg) no-repeat;
	margin-right: 10px;
	margin-left: 10px;
	width: 237px;
	height: 193px;
	border: 1px;
	border-style: solid;
}

div.partsr {
	float: right;
	background: url(images/parts2s.jpg) no-repeat;
	margin-right: 10px;
	margin-left: 10px;
	width: 300px;
	height: 347px;
	border: 1px;
	border-style: solid;
}

div#structure {
	clear: both;
}

div.nofloat {
	float: none;
	clear: both;
	margin-bottom: 20px;
}

.espass td {
	padding: 5px;
	border: 5px;
}

.espass th {
	text-align: left;
}

.editspecials {
	border-spacing: 3px;
}

.editspecials td {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.editspecials th {
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}

.tdc {
	text-align: center;
}

div.error {
	color: red;
	font-weight: bold;
	margin-bottom: 15px;
}

div.center {
	clear: both;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

img.norm {
	border: 1px;
	border-style: solid;
}

