body {
	
	background-color:#ffffff;
	background-repeat:no-repeat;
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
background-image: url(images/back.gif);
background-repeat:repeat-x;
}


#containerh {
	height:780px;
	position:absolute;

	width:780px;
	
background-image: url(images/homeleft.gif);
background-repeat:repeat-y;
}


#containers {
	height:1530px;
	position:absolute;
	
	width:780px;
	
background-image: url(images/homeleft.gif);
background-repeat:repeat-y;
}

.tophead {position:absolute;
	left: 0px;
background-image: url(images/topback.gif);
	top: 0px;
	z-index: 1;
width:900px; height:121px;
}

.left {position: absolute;
	left: 0px;
background-image: url(images/leftback.gif);
	top: 121px;
	z-index: 1;
width:144px; height:390px;
}

.heading {font-weight:bold;display;block;}

.top {
	
	position: absolute;
	left: 180px;
	top: 140px;
	z-index: 3;

}


.mainContent {
	position: absolute;
	left: 180px;
	top: 360px;
	z-index: auto;
	width: 550px;
	

}

.homeContent {
	position: absolute;
	padding-top:50px;
	z-index: auto;
	width: 592px;
	height: 500px;
left:5px;


}


.stockContent {
	position: absolute;
	left:5px;
	padding-top:50px;
	z-index: auto;
	width: 592px;
	height: 600px;

}



.pagehead {
	top: 0px;
	background-image: url(images/welcome.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: -11px;
	padding-top:10px;
	height: 25px;
	width: 590px;
	padding-left: 15px;

}







.form {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	
	border: 1px solid #000000;
	font-weight: normal;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}















.homeContent p {padding-left: 0px; font-weight:normal;}
.homeContent ul {padding-left: 115px;}






a:link {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}


a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #D22730;
	text-decoration: none;
}

a:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.details {
	position: absolute;
	width: 115px;
	left: 5px;
	color: #fff;
	top: 275px;
	z-index: 2;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.smallText {
	font-size: 11px;
}


















#botnav {display:block; clear:both; ;border-top: thin dotted #A7A9AC;width: 592px;text-align:center}


#botnav a:link {
	text-decoration: none;
	color: #D22730;
	font-weight: bold;
}


#botnav a:visited {
	text-decoration: none;
	color: #D22730;
	font-weight: bold;
}

#botnav a:hover {

	text-decoration: none;
	color: #A7A9AC;
	font-weight: bold;
} 


#botnav a:active {

	text-decoration: none;
	color: #D22730;
	font-weight: bold;
} 























#sidenav {width:120px;  position:absolute; top:138px; left:0px;z-index:2;}

/* First  Level UL tags */

#nav, #nav ul
{
     padding: 0;
     margin: 0;
     list-style: none;
     height:15px
}

/* First Level Links */

#nav li
{
     float: bottom;
}

#nav li a
{
     width: 119px;
     display: block;
     color: #fff;
     text-decoration: none;
     border-bottom: thin solid #fff; 
     padding: 3px;
     font:bold 11px Tahoma, arial, sans-serif;
     text-align:left;
text-indent:5px;
margin-right:1px;height:15px

}

#nav li a:hover
{
     color: #ffffff;
     background-color: #D22730; display: block;
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;
}


















