/* GLOBAL ELEMENTS */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #333333;
	background-image:  url(../img/bg_page.jpg);
	background-repeat: repeat-x;
	background-position: top; 
	

}
a img{border:none;}
.cleaner {
	clear:both;
	font-size:1px;
	border:none;
	margin:0px;
	padding:0px;
	display: block;
}

h1 { 
	color: #C00;
	font-size: 1.2em; 
	margin: 0px;
}
h2,h3 {font-size: 1.0em; margin:10px 0 0 0;padding:0px;color:#336699}
h3 {margin: 10px 0 5px 0; font-size: 0.9em;}
h4 {font-size: 0.9em; color: #999; margin: 0px; padding:0px;}
p, table, ul, ol {
	font-size: 0.8em;
}
p {margin: 5px 0 15px 0;}
/* GLOBAL LAYOUT */
#container {
	width: 770px;
	text-align: left;
	margin: 0 auto 0 auto;
	position: relative;
	
	
}
#rhs {
	float: right;
	width: 200px;
	position: relative;
}
.rhsbox {
	border: 1px solid #CCC;
	background-color: #EEEEEE;
	margin-top: 10px;
	padding: 5px;
}
.rhsbox ul {
	padding: 5px 0 10px 20px;
	margin:0px;
}
.rhsbox ul a {color:#666;}
.rhsbox table, .rhsbox form {margin:0px;padding:0px;}
.merchstock {
	float:left;margin:5px 20px 10px 0;
}
/* HEADER */
#logo{
	width:230px;
	height:83px;
	background-image:  url(../img/logo.gif);
	background-repeat:no-repeat;
	background-position: center top;
	margin:0px;
	text-align:center;
	padding-top: 57px;}

#header {
	height: 83px;
	background-image:  url(../img/bg_header.jpg);
	background-repeat:repeat-x;	
}
#nav {
	height: 37px;
	background-image:  url(../img/bg_nav.jpg);
	background-repeat:repeat-x;
}
#banner468 {
	position: absolute;
	top: 10px;
	right: 10px;
}
td a img {border:none;}
/* FOOTER */
#footer{
	width:770px;
	height: 91px;
	font-size: 0.7em;
	border-top: 20px solid #A5D7F1;
	margin: 10px auto 0 auto;
	text-align:right;
	padding: 0px;
	color:#A5D7F1;
	background-image:  url(../img/bg_foot.jpg);
	background-repeat: repeat-x;
	position:relative;
}
#footer img {border: none;border-left: 1px solid #A5D7F1;}
#footer .right{float:right;width:200px;text-align:right;padding:5px;}
#footer .left{float:left;white-space:nowrap;width:400px;text-align:left;padding:5px;}
#footer a {color:#A5D7F1;text-decoration:none;}
#footer a:hover{text-decoration:underline;}
#footer ul{margin:0px;padding:0px;}
#footer li{display:inline;padding:0px 5px;border-right:1px solid #FFF;}
#footer li#end{border:0px none;margin-right:0px;}
/* CONTENT */
#address {
	font-size: 0.8em;
	padding: 15px;
	position: absolute;
	bottom: 20px;
	text-align: right;
	color:#FFF;
}
#content {
	float: left;
	width: 555px;
	padding: 10px 10px 10px 0px;
	margin-bottom: 10px;
}
#content img, #content embed {float: left;}
#intro {
	float: right;
	width: 320px;
}
* html #intro {width: 310px;}
#intro p {margin:0px}
.tblcomp {
	width: 555px;
	border: 1px solid #CCC;
	padding:0px;
	margin:0px;
}
.tblcomp td, .tblcomp th { border: 0px; padding: 7px 3px; margin: 0px; border-bottom: 1px solid #EEEEEE; border-right: 1px solid #999; vertical-align: top; }
.tblcomp th {
	background-color: #FC0;
	border-bottom: 1px solid #999;
}
.tblcomp .tblfooter td{border-top:1px solid #CCC;text-align:center;height:30px;}
.tblcomp .tblfooter {padding: 10px auto;}
.titleimage {margin-top: 20px;}
.sale span {
	text-decoration: line-through;
}
/* Navigation Drop Down Menu */
#dmenu {
	padding: 10px 0 0 30px;
	margin: 0px;
	height: 25px;
	width: 770px;
	z-index: 100;
	
}
.topmenulifirst, .topmenuli {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
}
.topmenutitle {
	color: #FFF;
	margin: 0px;
	padding: 1px 19px;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	border-left: 1px solid #FFF;
}
.topmenulifirst .topmenutitle {
	border-left: none;
}
* html .topmenutitle {
	float: left;
}
.topmenutitle:visited {
	color: #FFF;
	text-decoration: none;
}
.topmenutitle:hover {
	color: #336699;
	text-decoration: none;
	background-color: #FFFFFF;
}
#dmenu>li .topmenutitle:hover {
	display: block;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
	z-index: 6000;
	clear: left;
	
	
}
#dmenu li>ul {
	top: auto;
	left: auto;
	margin: 0px;
	padding: 0px;
}
.proddesc {font-size:0.9em;color:#999;}
.news{margin-left: 20px;}


