* {
	margin: 0;
	padding: 0;
}
body {
	text-align:center;
	background: #666 url(../images/layout/bg-grad.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 80%;
}

h1{
	font-size: 150%;

}
h2{
	font-size: 140%;

}
h3{
	font-size: 130%;

}
h4,h5,h6{
	font-size: 100%;

}
#pageWrapper {
	text-align:left;
	width: 760px;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-left: .1px; /*prevents moz from exiting stage left border-right: 0;*/
}
#header {
	background: #fff url(../images/layout/el-toro-rv-storage-head.jpg) no-repeat;
	height:128px;
}
#printHeader {
	display:none;
}
#header #phone {
	position:absolute;
	top: 15px;
	right:20px;
	color: #FFFFFF;
	font-size: 150%;
}
#headerNav {
	position:absolute;
	top: 90px;
	right:20px
}
#headerNav ul {
	list-style:none;
}
#headerNav ul li {
	display:inline;
	padding: 0 5px 0 5px;
	border-right:thin solid #CCCCCC;
}
#headerNav a:link, #headerNav a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
#headerNav a:hover {
	text-decoration: underline;
}
#contentWrapper {
	background: url(../images/layout/el-toro-rv-service-content-mid.jpg) repeat-y; /* This is the middle of the content image box */
}
#contentContainer {
	background:url(../images/layout/el-toro-rv-service-content-top.jpg) no-repeat;
	position:relative;
	z-index: 5;
}
#sideBar {
}
#sideBarNav {
	position: absolute;
	top:20px;
	left:0px;
	width:170px;
	
}
#sideBarNav ul {
	list-style:none;
}
#sideBarNav ul li {
padding-bottom:2px;
}
#sideBarNav a:link, #sideBarNav a:visited {
	display: block;
	color: #CCCCCC;
	font-weight:bold;
	text-decoration:none;
	width:140px;
	padding: 2px 0 2px 20px;
}
#sideBarNav a:hover {
	display: block;
	background:url(../images/layout/el-toro-rv-service-link-hover.jpg) repeat-y;
	padding:2px 0 2px 20px;
}
#sideBarNav p {
	text-align:left;
	padding: 10px;
	font-weight:bold;
	background-color: #FFFFFF;
	margin: 10px 25px 0 25px;
}
#sideBarNav h3 {
	text-align: center;
	padding: 2px 0 2px 0px;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../images/layout/el-toro-rv-service-sideBar-h3-.jpg) repeat-y;
}
#content {
	position:relative;
	top:10px;
	left:170px;
	width:545px;
	padding: 10px 10px 20px 10px; /*top right bottom left*/
	min-height:700px;
}

/*#content h1 {
	font-size:150%;
}*/
#content ul{
	padding-left:25px;
	list-style-type:disc;
}
#content ul li{
	padding-bottom:10px ;
	list-style-type:disc;
}
.clear {
	clear:both;
}
#footer {
	padding: 20px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #666666;
	background-image:url(../images/layout/el-toro-rv-service-content-bottom.jpg);
	background-repeat:no-repeat;
	font-size:80%;
	text-align:right;
}
#footer p {
	padding: 10px 10px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link, #footer a:visited {
	color: #CCCCCC;
	font-weight:bold;
	text-decoration:none;
}
.story {
	padding:10px;
}

.storyImgLeft {
	float:left;
	padding-right:10px;
}

.pagingLinks {
	text-align:right;
	padding-right:10px;
}

#tableSearchResults h1 {
	font-size:100%;
}

#tableSearchResults td {
	vertical-align:top;
	border-right:#999999 thin groove solid;
	border-top:#999999 thin groove solid;
	padding-left: 5px;
	padding-top: 5px;
}

#featurelist ul {
	list-style-type: circle;
}

#featurelist li {
	margin: 0;
	padding:0;
}

#tableProductDetails td {
	vertical-align:top;
}

#tableProductDetails img {
	margin:10px 10px 0 0;
	float:left;
}

#tableProductDetails h1{
	font-size:180%;

}

#tableProductDetails p {
	margin-bottom:5px;
}

#tableProductDetails ul {
	margin-left:15px;
}

#tableProductDetails img {
	margin-right:15px;
	clear:both;
}
.oldprice {
	color:#990000;
	padding-right:15px;
	text-decoration:line-through;
	font-size:75%;
	font-weight:200;

}
#divPrice {
	font-weight:bold;
	font-size:150%;
	color:#990000;
}

.floatleft {
	float:left;
	margin-right: 10px;
}
.red {
	color: #F00;
}
