@charset "utf-8";
/* --- basic styling ---*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Bodoni, "Times New Roman", Times, serif;
	 font-size:90%; 
	background-color: #EBE9ED; 
}

#wrapper {
	position:relative;
	width:900px;
	height:910px; 
	margin: 0 auto;
	text-align:left;
}

#clear {
	clear: both;
	}
			
#header {
	position: relative;
	height: 210px; 
	/*text-align: center; */
}
#header #logoimage {
	position:absolute;
	top: 1px;
	left: 0px; 
	width: 900px;
	height: 210px; 
	background:url(images/logobar_v9.jpg) no-repeat top;
} 
#content { 
	position:relative;
	width: 900px; 
	height: 660px;
	margin: 0 auto;
	/* Add image along Y axis of whole image for the sidebar background color*/
	background: #FFFFFF url(images/leftnavbarv5.jpg) repeat-y;	
}

#sidebar {
	float:left;
	width:200px;
	overflow:auto;
	margin-left: 10px;
	margin-top: 10px;
}
#sidebar h2 {
	color:#FFFFFF;
}
#sidebar ul li#sale2007m{
	padding: 10px;
}
#sidebar a:link{
	color: #FFFFFF;	
	text-decoration:none;
}
#sidebar a:visited {
	color: #FFFFFF;	
	text-decoration:none;
}
#sidebar a:hover {
	color: #0000F6; 	
} 
#sidebar ul a:hover {
	color: #FF9933;	
}
#sidebar a#current {
	color: #000000; 
	text-decoration:none;
}
#sidebar ul li a#current {
	color: #000000; 
	text-decoration:none;
}		
#rightside {
	float:right;
	/* position: absolute; */
	width:680px;
	height: 660px; 
	background-color:#FFFFFF; 
	text-align: left;
	overflow:auto;
}
#rightside #hummer_pic{
	position:absolute;
	top:40px; 
	left:210px;
}
#rightside #hummer_words{
	position:absolute;
	top:75px;
	left:540px;
	width:350px;
}
#rightside #hummer_words img {
	margin-left: 8px; 
	margin-right: 8px; 
	margin-top: 8px;
}														
#rightside #storage_pic{
	position:absolute;
	top:285px;
	left:470px;
}
#rightside #storage_words{
	position:absolute;
	top:300px;
	left:215px;
}
#rightside #storage_unit img{
	padding-top:10px;
	padding-bottom:10px;
	margin-left:25px;
	margin-right:25px;
}
/*#rightside #uhaul_pic{
	position:absolute;
	top:365px;
	left:210px;
}*/
#rightside #propane_pic{
	position:absolute;
	top:450px;
	left:245px;
}
/*#rightside #uhaul_words{
	position:absolute;
	top:570px;
	left:230px;
	width:300px;
	text-align:center;
}*/
#rightside #propane_words{
	position:absolute;
	top:475px;
	left:475px;
	width:235px;
	text-align:left;
}
#rightside #family_pic{
	position:absolute;
	top:5px;
	left:625px;
}
#rightside #family_name{
	position:absolute;
	top:200px;
	left:655px;
	width:160px;
	font-size:18px;
}
#rightside #cartips {
	float:right;
	width:200px;
	margin-left:10px;
	margin-right:5px;
	font-size:18px;
	border:#0066FF double thick;
}
#rightside #faqs {
	float:left;
	width:200px;
	margin-left:5px;
	margin-right:10px;
	font-size:18px;
	border:#0066FF double thick;
}
#content #rightside #products{
	margin-right: 80px;
}
#rightside #aproduct img{
	margin-bottom: 20px;
}
#rightside #tips p {
	margin:10px;
}
#rightside a:link {
	text-decoration:none;
	color:#000000;
}
#rightside a:visited {
	text-decoration:none;
	color:#000000;
}
#rightside a:hover {
	color: #0000F6;
}
#rightside p {
	margin:5px;
}
#rightside img {
	margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 10px;
}
#rightside a:link img{
	padding: 0px;
	text-decoration:none;
	color:#FFFFFF;
	border-color: #FFFFFF;
	border-style: hidden;
	border-style: none;
}
#rightside a:visited img{ 
	padding: 0px;
	text-decoration:none;
	color:#FFFFFF;
	border-color: #FFFFFF;
	border-style:hidden;
	border-style: none;
}
#rightside a:hover img{
	color: #0000F6;
	border-color: #0000F6;
	border-style:solid;
	text-decoration:none;
}
#rightside h2 h3 {
	line-height: 1.2 ems;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
}
#rightside h3 {
	color:#0000F6;
}
#rightside h4 {
	margin: 5px;
}
#rightside ul li {
	margin: 15px;
	list-style-position:inside;	
}
#rightside #marquee_replacement{
 border:3px dotted #0000F6;
 width:670px;
 height:30px;
 overflow:auto;
}
 
#rightside #marquee_replacement div#start p{
 padding:0;
 margin:5px;
 left:0;
 width:auto;
 display:inline;
 float:left;
 white-space: nowrap;
 height:20px;
}
 
#rightside #marquee_replacement div#start p.spacer{
 width:670px;
}
 
#rightside #marquee_replacement div#start{
 display:block;
 height:20px;
}
#footer {
	color: #000000;
	font: .8em "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	/*position: absolute;
	top: 815px;
	left:200px;
	width:690px; */
}
/*---rollovers need to be in the order of link, visited, hover, active ---*/	
#footer a:link {
	color: #0099FF;	
	text-decoration:none;
}
#footer a:visited {
	color: #0099FF;	
	text-decoration:none;
}
#footer a:hover {
	color: #0000F6;	
}