/* CSS Document */
html {scrollbar-face-color: #f9f2d6; 
scrollbar-shadow-color: #f9f2d6;
scrollbar-highlight-color: #2b5e2b; 
scrollbar-3dlight-color: #f9f2d6; 
scrollbar-darkshadow-color: #2b5e2b;
scrollbar-track-color: #fefefc;
scrollbar-arrow-color: #2b5e2b;
SCROLLBAR-BASE-COLOR: #FFFFFF; }




body{
text-decoration: none;
margin: 0;
text-align:center;
background-color: #2b5e2b;
font-family: Arial, Verdana, Sans Serif;
color: #2b5e2b;
}

a:visited {color: #2b5e2b;text-decoration:none;}
a:link {color: #2b5e2b;text-decoration:none;}
a:hover {color: #2b5e2b;text-decoration:underline;}
a:active {color: #2b5e2b;text-decoration:underline;}


/********************** Wrapper's **********************/
.wrapper{
width:750px;
margin:0px auto;
text-align: center;
}

img{
border:none;
}

.header{
background-image: url(images/header.jpg);
background-repeat: no-repeat;
width:750px;
height:203px;
}



/********************** Navigation **********************/
.nav{
margin: 0;
padding:0;
background-image: url(images/navbg.jpg);
background-repeat: no-repeat;
width:750px;
height:35px;
}
html>body .nav{

}
.nav ul{
margin: 0px;
padding:10 0 0 190;
width: 750px;
}
html>body .nav ul{
margin-left: 10px;
}
.nav li{
width:80px;
display: inline;
float: left;
}
.nav a{
width:90px;
display: block;
text-align: center;
font-size:12px;
color: #f9f2d6;
text-decoration: none;
font-weight: bold;
}
.nav a:hover{
color: #68bb6b;
text-decoration: none;

}

.nav a:visited {color: #f9f2d6;text-decoration:none;}

/********************** Content **********************/
.content_wrapper{
margin: 0;
width:750px;
height:427px;
background-image: url(images/contentbg.jpg);
background-repeat: no-repeat;
}
.stock_wrapper{
margin: 0;
width:750px;
height:1151px;
background-image: url(images/stockbg.jpg);
background-repeat: no-repeat;
}
.content_wrapperabout{
margin: 0;
width:750px;
height:427px;
background-image: url(images/contentbgabout.jpg);
background-repeat: no-repeat;
}

.content_wrapperlocation{
margin: 0;
width:750px;
height:427px;
background-image: url(images/locationbg.jpg);
background-repeat: no-repeat;
}

.contact_wrapper{
margin: 0;
width:750px;
height:660px;
background-image: url(images/contactbg.jpg);
background-repeat: no-repeat;
}

.content{
padding-left: 20px;
padding-top: 20px;
float: left;
width: 530px;
color: #2b5e2b;
}

.right_side{
padding-top: 20px;
float: left;
width: 180px;
}
html>body .right_side{
width: 180px;

}
.right_side p{
margin-top: -15px;

font-family: Arial, Verdana, Sans Serif;
font-size:9pt;
text-align: right;
color:#2b5e2b;
}

html>body .right_side p{
margin-top: 0px;
margin-right: 10px;
}

.mapleft{
text-align: left;
float: left;
}

.map{
text-align: left;
margin-left: 300px;
margin-top: 30px;
}


.homepagecar{
float: left;
}

.content li{
text-align: left;
color: #2b5e2b;
font-size: 12px;
}

/********************** Font Types **********************/
h1{
font-weight:bold;
font-family: Arial, Verdana, Sans Serif;
font-size:16pt;
text-align: left;
color:#2b5e2b;
text-decoration: underline;
}
h2{
font-weight:bold;
font-family: Arial, Verdana, Sans Serif;
font-size:14px;
text-align: right;
color:#2b5e2b;
height:10px;
}
html>body h2{
margin-right: 10px;
}


h3{
font-weight:bold;
font-family: Arial, Verdana, Sans Serif;
font-size:11pt;
text-align: left;
color: #2b5e2b;
}


p{
font-family: Arial, Verdana, Sans Serif;
font-size:10pt;
text-align: left;
color:#2b5e2b;
}

.rightside p{
font-family: Arial, Verdana, Sans Serif;
font-size:10pt;
text-align: left;
color:#2b5e2b;

}

.map{
float: right;
}




/********************** Footer Links **********************/

.footer{
margin:0px auto;
background-image: url(images/footerbg.jpg);
background-repeat: no-repeat;
width: 750px;
height: 126px;
padding:0;
text-align: center;
float: none;
color: #2b5e2b;
font-size:9pt;
padding: 45px, 0, 0, 90px;
}

html>body .footer{
width: 570px;
padding-top: 45px;
padding-left: 100px;
}

.footer a{
text-align: center;
font-size:9pt;
color: #2b5e2b;
text-decoration: none;
display: inline;
}
.footer a:hover{
color: #2b5e2b;
}

.footer a:visited {color: #2b5e2b;text-decoration:none;}

.register{
margin-top: -10px;
}

.register p{
font-size: 10px;
}
