html {
scrollbar-arrow-color: #A5A5A5;
scrollbar-3dlight-color: #A5A5A5;
scrollbar-highlight-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #F5F5F5;
scrollbar-darkshadow-color: #A5A5A5;
}

body {
	background-color: #fff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}

.top {
	height: 400px;
	width: 790px;
	text-align: left;
	vertical-align: top;
	background-repeat: repeat-y;
	background-image: url(images/leftbg.gif);
	background-position: left top;
}
.bottom {
	height: 15px;
	width: 780px;
	background-position: left;
	background-repeat: repeat-y;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1226B8;
	text-align: center;
}
.content {
	width: 790px;
	background-color: #fff;
	font-size: 12px;
	line-height: 16px;
	height: 100%;
}

.stockcontent {
	width: 790px;
	background-color: #fff;
	
	line-height: 16px;
	height: 100%;
}

.left {
	width: 255px;
	background-color: #fff;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1226b8;
	line-height: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
a:link {
	color: #b81b12;
	text-decoration: none;
}
a:visited {
	color: #b81b12;
	text-decoration: none;
}
a:hover {
	color: #b81b12;
	text-decoration: underline;
}
.topTitle {
	height: 15px;
	background-repeat: repeat-y;
	width: 790px;
	background-position: right;
	margin: 0px;
	padding: 0px;
}
.homecontent {
	font-size: 12px;
	padding: 10px;
	line-height: 16px;
}

input, textarea{
width:250px;
}

.send{
width:100px;
}

#featured{
	background-image: url(images/featured.jpg);
	background-repeat:no-repeat;
	padding-top:34px;
	border:1px solid #1226b8;
	height:180px;
	float:left;
	width:510px;


}
