body {
	margin: 0px; 
	font-family: arial;
	font-size:12px;
	color:#ffffff;
	background: #262626; 
	text-align: center;
}

a:link{ color: #ffffff;text-decoration:underline; font-weight: bold}

a:visited{ color: #ffffff;text-decoration:underline; font-weight: bold}

a:hover{ color: #ffffff;text-decoration:none;font-weight: bold} 

img {border:0px;}

h1, h2, h3, h4, h5, h6 {margin-bottom: 0px }
h1 {font-size: 14px; color: #ffffff;}
h2 {font-size: 12px;}
h3, h4, h5, h6 {font-size: 1.1em;}

.clear {clear:both;}	
.product-header {display: block; width: 100%;background: url(img/bgh1.png) repeat-x; height: 52px; float: left; font-size: 16px; font-weight: bold; padding-top: 14px}
#container {	margin: 0px auto; width: 812px; position: relative; text-align: left;}

#wrapper {float: left;display: inline; width: 812px; background: url(img/bgwrapper.png) repeat-y;}

#header {float: left;display: inline;width: 800px; margin-left: 6px;}

#content {float: left;display: inline;width: 800px; margin-left: 6px; background: url(img/bg-content.jpg) no-repeat; margin-top: -2px;}
	#content-left {float: left; display: inline; width: 160px;margin-left: 6px;text-align: center;}
	#content-right {float: left; display: inline; width: 612px; margin-left: 8px; text-align: justify; background: url(img/bg-content-right.png) no-repeat bottom;}
		.right-content {margin: 16px}
#footer {float: left; display: inline; margin: 14px; text-align: right; width: 773px;}

.item-title {float: left; display: inline; width: 324px;}
.item-image {float: left; display: inline; width: 256px; margin-bottom: 40px;}
.item-image ol{margin-left: -24px;}
.image-list li {list-style-position: inside; color: #000; float: left; background: #ffffff; padding: 2px; margin-right: 8px; text-align: center; margin-bottom: 8px;}
.image-list li  img {margin-bottom: 13px; margin-left: -18px;}

	#dropmenudiv{
	position:absolute;
	background-color: #3a3a3b;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	}

	#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: 
	}

	#dropmenudiv a:hover{ /*hover background color*/
	background-color: #111111;
	}

	/* Sample CSS definition for the example list. Remove if desired */
	.navlist li {
	list-style-type: square;
	width: 135px;
	background-color: #FFFFB9;
	}
