body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #331100;
	text-align: center;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align:left;
	background-color: #ffffff;
	background-image: url(../images/layout/repeat.gif);
}
#wrapper-inner {
	margin: 0 10px;
	
	background-repeat: repeat-y;
}
#wrapper-top {
	background-image:url(../images/layout/header.gif);
	background-repeat: no-repeat;
	height: 20px;
	display: block;
}
#wrapper-bottom {
	background-image:url(../images/layout/footer.gif);
	background-repeat: no-repeat;
	height: 17px;
	display: block;
	margin-bottom: 5px;
}

#header {
	border-bottom: 6px solid #085007;
	height: 130px;
	position: relative;
	background-color: #f0f0f0;
}

#header-inner {
	position: absolute;
	top: 0px;
	left: 160px;
}

#logo {
	margin: 0;
	position: absolute;
	bottom: 0px;
	left: 20px;
}

#header h1 {
	font-size: 260%;
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	margin: 0 0 5px 5px;
	padding: 30px 0 0 0;
	font-style: italic;
}
#header h1 span {
	color: #666666;
}
#header h2 {
	font-size: 150%;
	color: #666666;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	margin: 5px 0 10px 5px;
	padding: 0;
}

#aastars {
	width: 35px;
	height: 50px;
	background-image: url(../images/aa_highly_recommended.gif);
	right: 142px;
}

#cyclists {
	width: 50px;
	height: 50px;
	background-image: url(../images/cyclistswelcome.gif);
	right: 20px;
}

#walkers {
	width: 50px;
	height: 50px;
	background-image: url(../images/walkerswelcome.gif);
	right: 80px;
}

#aastars, #cyclists, #walkers {
position: absolute;
top: -35px;
}
#aastars span, #cyclists span, #walkers span {
	display: none;
}


#sidebar {
	display: inline;
	float: right;
	margin-top: 26px;
	margin-right: 30px;
	width: 200px;
	text-align: right;
	font-size: 100%;
	color: #666666;
}

li {
	margin: 5px 0;
}

#content {
	margin-top: 40px;
	margin-right: 252px;
	margin-bottom: 30px;
	padding-left: 30px;
	color: #555555;
	font-size: 90%;
}

#content h1{ 
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	font-size: 250%;
	margin-top: 0;
}

#content h3 {
	cont-size: 150%;
}

#banner {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cecece;
}
#navigation {
	margin: 12px 0;
	font-weight: bold;
	text-align: center;
	display: block;
}
#navigation ul{
	display: block;
	padding: 0;
	margin: 0;
	font-size: 95%%;
	list-style-type: none;
}

#navigation ul li {
	display: inline;
	padding: 3px 10px;
	margin: 0;
	clear: none;
}

#navigation a {
	color: #333333;
	text-decoration: none;
	display: inline;
}
#navigation a:hover {
	text-decoration: underline;
	color: #085007;
}
#navigation .selected a {
	color: #089907;
	text-decoration:underline;
}

#footer {
	padding:0 12px;
	margin-top: 5px;
	text-align: left;
	font-size: 85%;
	color: #666666;
	font-style:italic;
}



fieldset {
	padding: 10px;
}

fieldset div {
	margin: 6px 0;
}

fieldset div label, fieldset div input {
	display: block;
	width: 350px
}

fieldset div textarea {
	display: block;
	width: 350px;
	height: 140px;
}

fieldset .buttons input {
	display: inline;
	width: 100px;
}



.customercomments {
	list-style-type:none;
	font-size: 90%;
	
	margin: 0;
	padding: 0 15px 0 0;
}
.customercomments li {
	padding: 5px;
	margin: 0 0 15px 0;
}
.customercomments h2 {
	margin: 0 0 5px 0; padding: 4px 0;
	border-bottom: 1px solid #666333;
	color: #666333;
}
.customercomments .stayedin {
	.color: #999999;
	font-size: 100%;
	font-style: italic;
	text-align: right;
	margin-top: -25px;
}
.customercomments quote {
	margin-top: 12px;
	display: block;
	clear: bloth;
}

.pricelist {
font-size: 110%;
}
.pricelist li {
	margin: 8px 0;
}

.vt {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.vt li {
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
}

.vt li img {
	margin: 5px 0 5px 0;
	display: block;
}

.vt a{
	text-decoration: none;
}
.vt a:hover {
	text-decoration: underline;
}