body {
	
	background-color:#DBFFDB;
	background-repeat:no-repeat;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #112910;
background-image: url(images/homeback.jpg);
background-repeat:repeat-x;
}


#containerh {
	height:880px;
	position:absolute;

	width:780px;
	
background-image: url(images/main.jpg);
background-repeat:no-repeat;
}


#containers {
	height:1420px;
	position:absolute;
	
	width:780px;
	
background-image: url(images/main.gif);
background-repeat:no-repeat;
}



.leftcars {width:249px; height:194px;background-image: url(images/2cars.gif);position:absolute;left:0px; top:455px;visibility:hidden;}


 .blackhorse {width:114px; height:114px;background-image: url(images/blackhorse.gif);position:absolute;left:50px; top:735px;}


.heading {font-weight:bold;display;block;}

.top {
	
	position: relative;
	left: 210px;
	top: 80px;
	z-index: 3;

}

.page {
	top: -60px;
	
	background-repeat: no-repeat;
	position: absolute;
	left: 30px;
	padding-top:10px;
	height: 25px;
	width: 490px;
	padding-left: 15px;

}




.form {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	
	border: 1px solid #666666;
	font-weight: normal;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}



h2 {width:487px; height:21px;background-image: url(images/welcome.gif);
	font-size: 12px;padding-left:8px;padding-top:2px;
	font-weight: bold;
	color: #DBFFDB;
}


.homeContent h3 {font-size:12px;}



.mainContent {
	position: absolute;
	left: 190px;
	top: 410px;
	z-index: auto;
	width: 550px;
	

}

.homeContent {
	position: absolute;
	left: 47px;
	top: -20px;
	z-index: auto;
	width: 492px;
	height: 500px;


}

.stockContent {
	position: absolute;
	left: 47px;
	top: -20px;
	z-index: auto;
	width: 492px;
	height: 1100px;

}




.homeContent p {padding-left: 0px; font-weight:normal;}
.homeContent ul {padding-left: 5px;}






a:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #112910;
}


a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #112910;
	text-decoration: none;
}


a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #284F28;
	text-decoration: underline;
}

a:active {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #112910;
}
.details {
	position: absolute;
	width: 170px;
	left: 19px;
	color: #DBFFDB;
	top: 385px;
	z-index: auto; font:11px Arial, sans-serif;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.smallText {
	font-size: 11px;
}
















#botnav {display:block; clear:both; ;border-top: 1px dotted #112910;width: 492px;text-align:center}


#botnav a:link {
	text-decoration: none;
	color: #112910;
	font-weight: bold;
}


#botnav a:visited {
	text-decoration: none;
	color: #112910;
	font-weight: bold;
}

#botnav a:hover {

	text-decoration: none;
	color: #284F28;
	font-weight: bold;
} 


#botnav a:active {

	text-decoration: none;
	color: #112910;
	font-weight: bold;
} 























#sidenav {width:200px;  position:absolute; top:152px; left:0px;z-index:2;}

/* First  Level UL tags */

#nav, #nav ul
{
     padding: 0;
     margin: 0;line-height: 1;
     list-style: none;
     height:22px;
}

/* First Level Links */

#nav li
{
     float: bottom;
}

#nav li a
{background-image: url(images/butback.gif);
	background-repeat: no-repeat;
     width: 200px; height:22px;
     display: block;

     color: #DBFFDB;
     text-decoration: none;
     
     padding: 3px 0px 0px 5px;
     font:11px Arial, sans-serif;
     text-align:left; text-indent:15px;
margin-right:1px;

}

#nav li a:hover
{background-image: url(images/butbacko.gif);
	background-repeat: no-repeat;
     color: #030703;
    display: block; height:22px;
position:relative; left:0px;

}


/* Hide the drop-downs until mouseover */
     
#nav li ul
{
     position: absolute;
     left: -999em;
     width: 139px;
}
     
/* Show the drop-downs on mouseover */     

#nav li:hover ul, #nav li.sfhover ul
{
    left: auto;
}


















