@charset "utf-8";
/* basic styling */

body {
	font-family:"Times New Roman", Times, serif;
	/*font-size: 85%; */
	/*background-color: #FFFFFF; */
	background-color: #EBE9ED;
	margin: 0;
	padding: 0;
}
.bigger {font-size:large;}
.smaller {font-size:medium;}
.smallest {font-size:small;}
.biggest {font-size:25px;}

#wrapper {
	position:relative;
	width:900px;
	height:785px; 
	margin: 0 auto;	
	text-align:left;
	background-color: #FFFFFF;
}

#clear {
	clear: both;
	}
			
#header {
	/*position: relative;*/
	height: 200px;
	width:900px;
	margin: 0;	
}
#header #logoimage {
	/*position:absolute;*/
	width: 900px;
	height: 150px;
	background:url(images/logobar_900x150.jpg) no-repeat top;
}
#header #logowords2 {
	float:right;
	width:290px;
	height:140px;
	text-align:right;
	margin-right:15px;
	margin-top:10px;
	color:#FFFFFF;
	line-height:27px;
	/*position:absolute;
	top: 0px; 
	left: 650px;
	width:250px;*/	
}

#header #nav ul{
	margin: 0;
	padding: 0;
	position: absolute;
	top:150px;
	left:0px;
	bottom:0;
	width: 900px;
	height:47px;
	list-style: none;
	background:url(images/navbar.jpg) repeat-x top left;
	/* background: url... repeatx top left */
}
#header #nav ul li {
	float: left;
}
#header #nav ul a {
	margin-top:12px;
	margin-left:50px;
	padding: 0 1.5em;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:8px;
	font-size: 14px;
	line-height: 1.0em;
	text-decoration: none;
	color: #00353F;	
	float: left;
	display: block;
	background: url(images/navbarsep_2x24.jpg) no-repeat left bottom; 
	/* background: url... norepeat left top; */
}
#header #nav ul a.first {
	background: none;
}

#header #nav ul a:hover {
	color: #FF3333; 	
}

#header #nav ul li a#current {
	color: #0099FF;
	text-decoration:none;
}
#content { 
	position:relative;
	width: 900px; 
	height:540px;
	top:0px; 
	margin: 0 auto; 
	font-size:13px;
	color: #00353F;
	
	/* Add image along Y axis of whole image for the sidebar background color*/
	/* background: url(images/vertbar_25x2.jpg) repeat-y left; */
}
#content #sidebar {
	float:right; 
	width:230px;
	height:540px;
	top: 0px;
}
#content #sidebar h2,h4 {
	margin:5px;
}
#content #sidebar img {
	margin:0 0;
	padding:0 0;
	text-align:center;
}
#content #sidebar a:link{
	color: #0099FF;	
	text-decoration:none;	
}
#content #sidebar a:visited {
	color: #0099FF;
	text-decoration:none;	
}
#content #sidebar a:hover {
	color: #FF3333;
	text-decoration:none;	
}
#content #sidebar a:active {
	color: #0099FF;
	text-decoration:none;	
}
#leftside {
	float:left;
	top:0px;
	width:670px;
	height:540px;
	background-color:#FFFFFF; 
	overflow:auto; 
}
#leftside h1, h2 {
	margin-left:25px;
}
#leftside h3, h4 {
	margin-left:25px;
}
#leftside h3, h4 img {
	margin-left:15px;
}
#leftside p {
	margin-left:30px;
	margin-top:-5px;
}
#leftside ul {
	margin-top:-15px;
}
#leftside li {
	list-style-position:outside;
	margin-left:10px;
	padding:2px;	
}
#leftside #storage_unit {
	position:absolute;
	top:380px;
	left:0px;
	height: 190px;
	width: 650px;		
}
#leftside #storage_unit img{
	padding-top:10px;
	padding-bottom:10px;
	margin-left:15px;	
}
#leftside #storage_unit #sizes {
	position:absolute;
	top:0px;
	left:325px;
	height: 190px;
	width: 320px;		
} 
#leftside #climate {
	float:right;
	margin-right: 30px;
	margin-left:15px;
	margin-bottom:10px;
	/*position:absolute;
	left:460px;
	top:40px;
	height:140px;
	width:140px; */
}
#leftside a:link {
	text-decoration:none;
	color:#0099FF;
}
#leftside img {
	margin-left:15px;
}
#leftside a:visited {
	text-decoration:none;
	color:#0099FF;
}
#leftside a:hover {
	color: #FF3333;
}
#leftside a:link img{
	padding: 0px;
	text-decoration:none;
	color:#0099FF;
	border-color: #0099FF;
	border-style: solid;*/
	/*border-style: none;*/
}
#leftside a:visited img{ 
	padding: 0px;
	text-decoration:none;
	color:#0099FF;
	border-color: #0099FF;
	border-style:solid;
	/*border-style: none;*/
}
#leftside a:hover img{
	color: #FF3333;
	border-color: #FF3333;
	border-style:solid;
	text-decoration:none;
}
#footer {
	color: #4B5534;
	font: .8em "Times New Roman", Times, serif;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:100px;
	/*text-align:center;*/	
}	
/*---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: #FF3333;	
}
