body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin:0px;
color:#FFFFFF;
background-image:url(../images/bkg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-color:#333333;
}

h3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color:#CC0000;
text-align:center;
}

fieldset
{
border: 1px solid #CC0000;
width: 90%;
text-align:left;
padding-left:3px;
}

legend
{
color: #FFFFFF;
font-weight:bold;
background: #333333;
border: 1px solid #CC0000;
padding: 2px 6px
}

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

input
{
margin-left: 4.5px;
font-size:9px;
font-family:verdana;
margin-bottom:3px;
border:#000000 1px solid;
}

textarea {
font-size:9px;
font-family:verdana;
margin-left: 4.5px;
margin-bottom:3px;
border:#000000 1px solid;
}

select {
margin-left: 4.5px;
font-size:9px;
border: 1px solid #284279;
margin-bottom:2px;
}

img {
border-style:none;
}



div#header {
height:150px;
width:750px;
background-color:#000066;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
}

div#footer {
height:40px;
width:750px;
color:#FFFFFF;
font-size:9px;
font-weight:bold;
background-color:#000000;
border-top-color:#CC0000;
border-top-width:1px;
border-top-style:solid;
text-align:center;
}

div#bar {
height:18px;
width:750px;
background-image:url(../images/bar.jpg);
}

div#content {
width:750px;
background-color:#333333;
text-align:left;
}

table#menutable {
height:18px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:10px;
font-weight:bold;
position:static;
border-collapse:collapse;
}

table#maintable {
width:748px;
margin-top:0px;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:10px;
border-collapse:collapse;
border-color:#000000;
}

table#menutable td{
width:100px;
}

a:link {
text-decoration:none;
color:#FFFFFF;
}

a:visited {
text-decoration:none;
color:#FFFFFF;
}

a:hover {
text-decoration:none;
color:#FF0000;
}

a:active {
text-decoration:none;
color:#FFFFFF;

}

#cart {
border:#999999 1px solid; 
border-collapse:collapse;
text-align:center;
}

#cart th{
border:#999999 1px solid; 
border-collapse:collapse;
text-align:center;
}

#cart td{
border:#999999 1px solid;
border-collapse:collapse;
text-align:center;
background-color:#555555;
}

.catname
{
font-size:10px;
color:#CC0000;
font-weight:bold;
text-align:center;
}

.shoppinglink
{
font-size:10px;
color:#CC0000;
font-weight:bold;
text-align:right;
}

.catheader
{
font-size:14px;
color:#CC0000;
font-weight:bold;
text-align:center;
}

.productname {
font-size:12px;
color:#FFFFFF;
font-weight:bold;
}

.prodtable {
border-collapse:collapse;
border-color:#666666;
border-width:1px;
border-style:solid;
text-align:center;
}

.prodprice {
font-size:11px;
color:#00CC00;
font-weight:bold;
text-align:right;
}

.stocklevel {
font-size:9px;
text-align:right;
margin-right:5px;
}

.required {
font-size:9px;
font-weight:bold;
color:#FF0000;
}

.nrequired {
font-size:9px;
font-weight:bold;
color:#333333;
}

#product {
border-color:#666666;
border-width:1px;
border-style:solid;
background-color:#FFFFFF;
width:250px;
min-height:100px;
position:relative;
margin-bottom:2px;
margin-right:2px;
margin-left:2px;
margin-top:2px;
text-align:left;
}

#productimg {
position:inherit;
height:100px;
width:100px;
float:left;
text-align:center;
}

#productdesc {
position:inherit;
min-height:100px;
width:250px;
float:right;
}

td {
vertical-align:top;
}

div.float {float: left; width: 120px; padding: 10px;}
div.float p {text-align: center;}


.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color:#3366FF;
}