body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #F0F0F0;	
	margin: 0;
}
a:link, a:visited, a:active {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #a00505
	text-align: left;
	margin: 8px 2px 8px 2px;
}
h2 {
	font-weight:bold;
	color:#a00505;
}
form {
	margin: 0;
}
.main {
	width: 750px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
}
.banner, .search_box {
	height: 80px;
	background-image: url(header.jpg);
	background-repeat: repeat-x;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
.banner {
	width: 730px;
	height:46px;	
	background-image:url(banner.jpg);
	padding-left: 20px;
	padding-top:160px;
	float: left;
	text-align: left;
}
.search_box {
	float: right;
	clear: right;
	width: 200px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.banner a {
	color: #FFFFFF;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
	color:white;
}

.menu {
	background: #a00505;
	height:33px; /* unfortunately we have to specify this */
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	background: #a00505;
	padding:2px;
	color:white;
}

#nav li ul { /* second-level lists */
	position: absolute;		
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	background:#cc0606; /* lighter background on popups */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;	
}

#nav li:hover, #nav li.sfhover { /* Go red on hover */
	background:#FF0000;
}


.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.content {	
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: both;
}
.footer {
	background-color: #FFFFFF;
	clear: both;
	height: 20px;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}

.wysiwyg_gallery_hbox {border:1px solid black}
.wysiwyg_gallery_vbox {float:right;background-color:#EEEEEE;width:105px;padding:5px;text-align:center;}
.wysiwyg_gallery_thumb {border:1px solid #333333;margin-bottom:3px;}
.wysiwyg_gallery_full {text-align:center;margin-left:auto;margin-right:auto;}
.wysiwyg_gallery_image {border:1px solid #666666;}
.wysiwyg_gallery_caption {color:#333333;margin-top:10px;font-size:10pt;text-align:center;margin-left:auto;margin-right:auto;width:60%;margin-bottom:6px}

input {
	border:1px solid black;
	color:#a00505;
	background-color:#EEEEEE;
}
select {
	border:1px solid black;
	color:#a00505;
	background-color:#EEEEEE;
}

.catalog_product {
	width:400px;
	margin:10px;
	border-bottom:1px solid gray;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}

.catalog_product_image {
	float:left;
	border:1px solid gray;
	margin:5px;
}

.catalog_product_title {
	font-weight:bold;	
}

.catalog_product_description {
	text-align:justify;
}

.catalog_product_price {
	font-weight:bold;
	color:#660000;
	font-family:courier,fixed;
}


