/* CSS Document */

/* Zeroing any browser appplied CSS elements */
html, body, h1, h2, h3, h4, h5, h6, blockquote, form{
margin: 0;
padding: 0;
}

html, body {
height:100%;
}

/* main styling */

body {
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #000;
font-size:12px;
background: #FFF;
/*background: #3a3a3a ;*/
height: 100%;
}

h1 {
font-size:1.5em;
}

h2 {
font-size:1.4em;
}

h3 {
font-size:1.3em;
}

h4 {
font-size:1.2em;
}

a img {
border:none;
}

a {
position:relative;
}

body > #wrapper {
height: auto; min-height: 100%; 
}

#wrapper {
width:940px;
min-height:100%;
height:auto !important;
height:100%;
margin:0 auto 0 auto;
padding-bottom:257px;
background:url(../images/2bg_repY.png) repeat-y;
}

#sunbeams {
position:absolute;
top:0px;
left:0px;
width:850px;
height:1000px;
margin:0 auto 0 auto;
padding:25px;
background:url(../images/2bg.jpg) no-repeat;
}

#header {
position:relative;
width:900px;
height:150px;
margin:-12px auto 0 auto;
}

#van {
position:absolute;
z-index:2;
left:675px;
top:50px;
width:209px;
height:144px;
}

#buyandsell {
position:absolute;
z-index:1;
left:385px;
top:78px;
width:297px;
height:94px;
}

#logo {
position:absolute;
z-index:1;
width:491px;
height:111px;
display:block;
margin: 24px auto auto 25px;
}

#content {
position:relative;
z-index:0;
width:650px;
margin:50px 25px 25px 45px;
float:left;
}

#content a {
text-decoration:underline;
color:#000;
}

#content a:hover {
text-decoration:none;
}

.textboxwrapper {
width:640px;
margin: 0 auto 50px auto;
}

.textboxtop {
width:630px;
height:30px;
background: url(../images/2textboxtop.png) no-repeat;
padding: 10px 0 0 10px;
}

.textboxtopstock {
width:630px;
height:47px;
background: url(../images/2textboxtopstock.png) repeat-y;
padding: 2px 0 0 10px;
}

.textbox {
width:620px;
padding:10px 10px 5px 10px;
background:url(../images/2textboxrepY.png) repeat-y;
text-align:justify;
line-height:1.5em;
}

.textboxbtm {
width:640px;
height:5px;
background:url(../images/2textboxbtm.png) no-repeat;
}

.textimg {
position:relative;
top:-35px;
left:-25px;
}

.texttitle {
position:relative;
padding:0 0 5px 0;
}

.map {
width:500px;
margin:25px auto 25px auto;
}

#navbar {
position:relative;
z-index:100;
width:195px;
margin:50px 25px 0 0;
float:right;
}

#navlist {
margin-left:-40px;
text-align:left;
}

#navlist a {
padding: 15px 0 0 0;
}

#navlist ul {
list-style:none;
}

#navlist li a{
display:block;
height:25px;
font-size:1.2em;
font-weight:bold;
text-indent:1em;
text-decoration:none;
color:#505050;
background:url(../images/2navbtnbg.png) top;
}

#navlist li a:hover{
background-position: 0 -40px;
}

#navlist li.comingsoon a:hover {
background:url(../images/2comingsoon.jpg) no-repeat;
}

#bpdeals {
width:200px;
height:300px;
position:relative;
z-index:1;
left:-5px;
top:0px;
}

#clearall {
clear:both;
}

#footer {
width:100%;
clear: both;
position: relative;
z-index: 10;
height: 157px;
margin-top:-257px;
}

#footertop {
position:relative;
z-index:100;
width:900px;
height:157px;
margin:0 auto 0 auto;
background:url(../images/2footertop.png);
}

#footerbtm {
position:relative;
z-index:100;
padding:10px 0 0 0;
width:100%;
height:100px;
background:#444444;
}

#footernav {
width: 100%;
margin: 25px auto 0 auto;
text-align:center;
}

#footernav p{
color:#fff;
font-size:1em;
}

#footernav li, #footernav a {
display:inline;
list-style:none;
color:#fff;
text-decoration:none;
font-size:1em;
}

#footernav a:hover {
text-decoration:underline;
}

#copyr {
color:#fff;
}

#adminnav ul{
list-style:none;
}

/* PHP Styling */

.phperrsF {
color:#FF0000;
font-weight:bold;
}

.phperrsT {
color:#009900;
font-weight:bold;
}

.price {
text-align:right;
}

.vphoto {
width: 80px;
height:60px;
margin:0 20px 0 0;
float:left;
}

.vphoto a{
position:relative;
}

.keydetails {
text-align:left;
}

.keyextras {
text-align:left;
}

.vdesc {
clear:both;
}

.contactdetails {
text-align:left;
}

.quoteresult {
font-size:24px;
color:#990000;
}