/* ------------------------------------------------------------------------
CSS sheet for Avalon Service Center
Author: Chris Robinson
Date Created: 5/27/2008

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Dark Green  - #353420;
Lime Green (Fonts) - #BEB45F;

------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
	text-decoration: none;
	color: #000;
}
a img{
	border: 0;
}
body {
	color: #000;
	background: url(images/bodybg.jpg) repeat-y #E8E7DF;
	font: 14px/1.5em "Helvetica Neue", Arial, sans-serif;
	text-align: center;
}
#wrap{
	display: block;
	text-align: left;
	width: 100%;
}

/* -----------------------------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	display: block;
	background: url(images/headerbg.jpg) repeat-x;
	width: 100%;
	height: 209px;
	padding-top: 25px;
	margin-top: 12px;
	padding-bottom: 15px;
	position: relative;
}
#header h1{
	display: block;
	background: url(images/logo.png) no-repeat;
	width: 406px;
	height: 179px;
	text-indent: -9999px;
	margin-left: 20px;
	float: left;
}
#header #form {
    background: url("images/searchbg.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: bold;
    height: 48px;
    letter-spacing: 5px;
    margin-top: -25px;
    padding-left: 55px;
    padding-top: 12px;
    width: 339px;
}
#header #flash{
	display: block;
	position: absolute;
	top: 52px;
	right: 10px;
	border: 1px solid #000;
}
/*#header #form{
	display: none;
}
#header #flash{
	display: none;
}*/
/* -----------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
ul.nav{
	display: block;
	width: 220px;
	height: 269px;
	padding-top: 18px;
	background: url(images/nav.jpg) no-repeat;
}
ul.nav li{
	display: block;
	clear: both;
	list-style-type: none;
	position: relative;
	width: 200px;
	
}
ul.nav li a{
	width: 175px;
	display: block;
	margin-left: 20px;
	color: #fff;
	padding: 3px 5px;
	font: 12px/1.5em "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
ul.nav li a:hover{
	background: #3C3C3C;
}
.nav li ul{
	display: none;
	border: 2px solid #3C3C3C;
}
.nav li:hover ul, .nav li.hover ul{
	display: block;
	position: absolute;
	top: 0px;
	left: 100%;
}
.nav li ul li, .nav li ul a{
	float: none;
	color: #000;
	text-indent: 0;
	text-align: left;
	width: 190px;
	display: block;
	margin: 0;
	padding: 0px;
	padding-left: 2px;
	width: 174px;
	overflow: hidden;
	background: #646464;
}
.nav li ul li a{
	text-decoration: none;
	width: 190px;
	color: #fff;
	display: block;
}
.nav li ul li a:hover{
	background: #3C3C3C;
}

/* -----------------------------------------------------------------------
LEFT SIDE ELEMENTS
-------------------------------------------------------------------------*/
#left{
	float: left;
	display: block;
	width: 220px;
	margin-right: 5px;
}
#hours{
	background: #AAAAA9;
	width: 210px;
	margin-left: 5px;
	margin-bottom: 10px;
	display: block;
	border: 2px solid #585857;
}
#hours h3{
	font-size: 16px;
	height: 24px;
	text-align: center;
	padding-top: 8px;
	margin-left: 10px;
	margin-top: 5px;
	width: 190px;
	color: #AAAAA9;
	background: #585857;
}
#hours dl{
	width: 180px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#hours dl dt{
	padding: 2px 0px;
	font-weight: bold;
}
#hours dl dd{
	padding: 2px 0px;
	padding-left: 10px;
}
a.sheffield{
	display: block;
	clear: both;
	text-indent: -99999px;
	background: url(images/sheffield.jpg) no-repeat;
	width: 200px;
	height: 166px;
	margin: 12px;
}
a.sheffield:hover{
	background-position: 0 -166px;
}
/* -----------------------------------------------------------------------
MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#main{
	display: block;
	float: left;
	padding-left: 10px;
	width: 42%;
	padding-right: 2px;
}
body.full #main{
	width: 75%;
}

#main h3{
	margin: 1.5em 0px;
	font-size: 18px;
}
#main h3 span{
	margin-left: 10px;
	font-size: 16px;
}
#main h3 .break{
	display: block;
	margin: 4px 0;
}
#main .clear{
	display: block;
	clear: both;
}
#main p{
	margin: 1.5em 0px;
}
#main dl{
	margin: 1.5em 0px;
}
#main ul{
	margin-left: 20px;
}
#main dl dt{
	font-weight: bold;
}
#main dl dd ul{
	margin-left: 20px;
}
#main a{
	border-bottom: 1px dashed #000;
}
#main a:hover{
	border-bottom: 1px solid #000;
}
ul.man li{
	list-style-type: none;
	float: left;
	margin: 0 10px;
	padding: 0px;
}
ul.man2 li{
	width: 180px;
	list-style-type: none;
	float: left;
	margin: 0 10px;
	padding: 0px;
}
ul.man2 li.fleft{
	float: left;
	margin-right: 5px;
}
#main ul.man2 li a{
	border: 0;
}
#main ul.man li a{
	border: 0;
}
#main ul.manright{
	float: right;
	width: 600px;
}
#main ul.manright2{
	float: right;
}
#main p.rightbox{
	width: 40%;
	padding: 10px;
	float: right;
	display: block;
	border: 1px solid #000;
}
p.box{
	width: 335px;
	padding: 10px;
	border: 1px solid #000;
}
#main ul.box{
	margin: 1.5em 0;
	border: 1px solid #000;
	width: 335px;
	display: block;
	padding: 15px;
}
#main dl.box{
	margin: 1.5em 0;
	border: 1px solid #000;
	width: 335px;
	display: block;
	padding: 10px;
	float: left;
}
#main dl.box43{
	margin: 1.5em 0;
	border: 1px solid #000;
	width: 335px;
	display: block;
	padding: 10px;
}
ul.fright{
	float: right;
}
.fright2{
	float: right;
	margin: 10px;
}
.frightSwf{
	float: right;
}
.frightSwfFlat{
	float: right;
	margin-right: 50px;
}
img.sidelogo{
	margin-left: 50px;
}
#manufac{
	margin-right: 100px;
}
dl.sunValley{
	width: 580px;
}
dl.sunValley dd{
	float: left;
	width: 250px;
	padding: 15px;
	text-align: center;
}
dl.sunValley dd img{
	display: block;
	border: 1px solid #000;
}
#main dl.moreInfo{
	display: block;
	clear: both;
	border: 1px solid #000;
	width: 520px;
	margin: 20px;
	padding: 10px;
}
#main dl.logoLink{
	clear: both;
	display: block;
}
#main dl.logoLink dd{
	float: left;
	margin: 10px;
	height: 100px;
}
#main dl.logoLink dd a{
	border-bottom: 0;
}
#main dl.logoLinkCenter dd{
	float: left;
	margin-left: 55px;
	height: 100px;
}
#main dl.logoLinkCenter dd a{
	border-bottom: 0;
}
h3.center{
	text-align: center;
}
#main h3{
	color: #B93C2A;
}
#main dl.contact dd{
	text-align: center;
}
dt.title{
	text-align: center;
}
ul.fleft{
	float: left;
	padding-right: 25px;
	padding-left: 10px;
	list-style-type: disc;
}

/* -----------------------------------------------------------------------
RENTAL ELEMENTS
-------------------------------------------------------------------------*/
.section{
	margin: 1.5em 0;
	display: block;
	clear: both;
	border-top: 1px dashed #000;
	overflow: hidden;
	padding-bottom: 30px;
}
#main > .section{
	padding-bottom: 10px;
}
.section dl dt{
	font-weight: bold;
}
.section dl dd ul{
	margin-left: 20px;
	float: left;
	list-style-type: disc;
}
#main > .section dl dd ul{
	float: left;
	margin-left: 20px;
}
.section dl dd.image{
	float: left;
	text-align: center;
}
#main .section dl dd.image a{
	border: 0;
	font-size: 11px;
}
#main .section dl dd.image a:hover{
	text-decoration: underline;
}
#main .section dl dd.image a img{
	border: 1px solid #000;
	display: block;
}
.section dl.rate{
	font-weight: bold;
	float: right;
}
.section dl.rate dd{
	margin-left: 32px;
}
.section ul li{
	list-style-type: disc;
	margin-left: 20px;
}
/* -----------------------------------------------------------------------
ASIDE ELEMENTS
-------------------------------------------------------------------------*/
#aside{
	float: right;
}
p{
	margin: 1.5em 0;
}
p.location{
	display: block;
	width: 150px;
	padding: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 50px;
	background: #AAAAA9;
	border: 2px solid #585857;
	font-size: 12px;
}
p.location a{
	border-bottom: 1px dashed #000;
}
p.location a:hover{
	border-bottom: 1px solid #000;
}
#aside dl dt{
	font-weight: bold;
}
#aside dl ul{
	margin-left: 20px;	
}
#aside p.linkUnderline a{
	border-bottom: 1px dashed #000;
}
#aside p.linkUnderline a:hover{
	border-bottom: 1px solid #000;
}
/* -----------------------------------------------------------------------
CONACT ELEMENTS
-------------------------------------------------------------------------*/
#main form{
	float: left;
	margin: 10px 0;
	padding: 0;
	width: 360px;
}
#main form ul{
	margin: 0;
	padding: 0;
}
form ul li{
	display: block;
	clear: both;
	list-style-type: none;
	margin: 3px 0;
}
form ul li label{
	display: block;
	width: 170px;
	float: left;
}
form ul li input{
	width: 181px;
}
form ul li select{
	width: 185px;
}
form ul li.submit input{
	width: auto;
	padding: 0 5px;
}
form #validationbox{
	display: none;
}
.frightCon{
	float: right;
}
.frightMap{
	float: right;
	text-align: center;
	margin-right: 100px;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	background: url(images/footer.jpg) repeat-x;
	width: 100%;
	height: 45px;
	padding-top: 15px;
}
#footer a:hover{
	border-bottom: 1px solid #000;
}
#footer ul{
	float: left;
}
#footer li{
	float: left;
	list-style-type: none;
	margin: 0px 20px;
}
#footer p{
	text-align: center;
	padding-right: 20px;
	margin: 0;
	float: right;
}
/* -----------------------------------------------------------------------
ADMIN ELEMENTS
-------------------------------------------------------------------------*/
#serachLeft{
	float: left;
	width: 400px;
}
form.search{
	display: block;
	clear: both;
}
form.search label{
	width: 90px;
	display: block;
	float: left;
}
form.search select{
	width: 150px;
	display: block;
	float: left;
	margin-right: 10px;
}
img.searchPic{
	float: right;
	margin: 20px 10px;
}
#main table.resultstable a{
	border: 0;
}
#main table.resultstable a:hover{
	border: 0;
}
table.resultstable tr{
	display: block;
	clear: both;
}
table.resultstable td{
	width: 180px;
	padding: 1.5em 0;
	border-bottom: 1px solid #000;
}
table.resultstable td.img{
	width: 125px;
}
table.resultstable td .click{
	font-size: 12px;
}
table.resultstable td.cat{
	width: 225px;
}
table.resultstable th{
	width: 180px;
	background-color: #00427b;
	color: #fff;
}
table.resultstable th.long{
	width: 750px;
	padding-left: 3px;
}
table.resultstable td.img a img{
	border: 1px solid #000;
}
img.inventorypic{
	float: left;
	border: 1px solid #000;
	margin: 0 20px 0 0;
}
ul.details{
	float: left;
	margin: 0 20px 0 0;
}
ul.details li{
	margin-bottom: 20px;
}
.thumbs{
	display: block;
	clear: both;
}
#main .thumbs a{
	border: 0;
}
#main .thumbs a img{
	margin: 1.5em 0;
	border: 1px solid #000;
}

#main table.resultstable tr td.editLinks{
	border: 0;
}
#main table.resultstable tr td.editLinks a{
	margin: 0 10px;
}
#main table.resultstable tr td.editLinks a:hover{
	border-bottom: 1px solid #000;
}
table.admin{
	display: block;
	clear: both;
}
table.admin tr td{
	border-collapse: collapse;
	padding: 5px;
	border: 1px solid #000;
}
ul.adminLinks li{
	float: left;
	list-style-type: none;
	padding: 0 10px;
	margin-bottom: 10px;
	border-right: 1px solid #000;
}
#main ul.adminLinks li a{
	border-bottom: 0;
}
#main ul.adminLinks li a:hover{
	border-bottom: 1px solid #000;
}
ul.adminLinks li.logout{
	border: 0;
}












