html,body {
	width: 100%;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F5F5F5;
	margin: 0 auto;
	overflow-x: hidden;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 990px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
}

.clear {
	clear: both;
}

p {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color : #000000;
}

a:hover {
	text-decoration: none;
	color : #ff0000;
}

.red {
	color: #ff0000;
}

img {
	border: none;
	display: block;
}

sup {
	font-size:8px;
}

.right {
	text-align: right;
}

.italic {
	font-style: italic;
}


/*** Top Navigation ***/

#topnav {
	margin: 0;
	background-image: url(../img/bg_top.jpg);
	background-repeat: no-repeat;	
	height: 51px;
	width: 990px;
}

#topnav ul {
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: bold;
	position: relative;
	top: 28px;
	left: 94px;
}

#topnav li {
	display: inline;
	padding: 0 0 0 70px;
}

#topnav a.on {
	color: #ff0000;
}

#logo {
	width: 107px;
	position: relative;
	left: 30px;
	top: -3.0em;
	margin-bottom: -6em;
}

#subnav {
	margin: 2px 0 0 0;
	padding: 5px 0 0 0;
	width: 990px;
	height: 55px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica;
	background-image: url(../img/bg_subnav.jpg);
	background-repeat: no-repeat;
}

#subnav ul {
	padding: 0;
	margin: 0;
	color: #000000;
	position: relative;
	left: 175px;
}

#subnav li {
	display: inline;
	padding: 0 20px 0 0;
}

#subnav a {
	color: #ffffff;
	text-decoration: none;
}

#subnav a:hover {
	text-decoration: underline;
}

#subnav a.on {
	color: #000000;
	text-decoration: none;
}

#content div.sidenav {
	width: 240px;
	padding: 0 38px 0 38px;
	float: left;	
}

#content div.main {
	width: 550px;
	padding: 0 42px 30px 42px;
	float: left;
}

#content {
	position: relative;
	width: 950px;
	min-height: 500px;
	padding: 0;
	margin: 3px 20px 0px 20px;
	font-size: 11px;
	line-height: 16px;
}

* html #content {
	height: 500px;
}

#content h1 {
	margin: 30px 0 10px 0;
	font-size: 18px;
	line-height: 24px;
	font-family: trebuchet ms, verdana, geneva, arial, helvetica;
	font-weight: normal;
}

#content h3 {
	margin: 14px 0 2px 0;
	font-size: 11px;
}

#content p {
	padding: 0;
	margin: 0 0 8px 0;
}

#content p.prodlink {
	padding: 0;
	margin: 10px 0 8px 0;
}

#content a.on {
	color: #ff0000;
}

#content ul.text {
	margin: 0;
	padding: 0 0 8px 16px;
}

#content ol.text {
	margin: 0;
	padding: 0 0 8px 24px;
}

#content span.text_image {
	float: left;
	border: 4px solid #f5f5f5;
	margin: 0 4px 8px 0;
}

.picture_r {
	float: right;
	border: 4px solid #f5f5f5;
	margin: 4px 0 8px 10px;
}

p.small {
	margin: 3px 0 2px 0;
	font-size: 10px;
}

div.thumb {
	margin-bottom: 12px;
}

div.sidenav ul {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

div.sidenav li {
	list-style: none;
	padding: 6px 0 0 30px;
}


#bottom {
	margin: 0;
	background: url(../img/bg_bottom.jpg) no-repeat bottom;
	height: 59px;
	width: 990px;
}

#footer {
	padding-bottom: 20px;
	text-align: center;
}

#footer a.red {
	color: #ff0000;
}


.prod_l {
	margin: 0 0 10px 0;
	width: 170px;
	float: left;
	line-height: 12px;
}

.prod_m {
	margin: 0 10px 10px 10px;
	width: 170px;
	float: left;
	line-height: 12px;
}

.prod_r {
	margin: 0 0 10px 0;
	width: 170px;
	float: left;
	line-height: 12px;
}

.prod_thumbs {
	height: 122px;
	background: url(../img/thumb_shadow.png) no-repeat;
}

* html .prod_thumbs {
	height: 122px;
	background: none;
}

#content h4 {
	margin: 10px 0 8px 0;
	font-size: 10px;
}



.gallery_thumbs {
	height: 120px;
	background: url(../img/thumb_shadow2.png) no-repeat;
}

* html .gallery_thumbs {
	height: 120px;
	background: none;
}