body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	
	font-family: Tahoma, Verdana, helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
	font-weight: bold; 
	color:#ffffff;
}
#container {
	width: 900px;
	\width: 900px;
	w\idth: 900px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: solid 1px #ffffff;
}
#content_top {
	/*background-image: url(../images/content_top.gif);
	background-repeat: no-repeat;*/
	height: 15px;
	margin-bottom: 0;
}
#main_content {
	/*background-image: url(../images/content_background.gif);
	background-repeat: repeat-y;*/
	
	padding: 5px 20px 10px 0;
	/*overflow: auto;*/
}

#topleft	{ float: left; position: relative; width: 300px; }
#topright	{ float: right; position: relative; width: 600px; }

#sitelinks {
	top: 4px;
	padding: 95px 0px 0px 10px;
	height: 20px;
}
	#sitelinks ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	#sitelinks ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0;
		margin: 0;
	}
		#sitelinks ul li a {
			background: #000;
			width: 78px;
			height: 18px;
			border-right: solid 1px #fff;
			border-left: solid 1px #fff;
			padding: 5px 0px 0px 0px;
			margin: 0 0 10px 0;
			color: #ffffff;
			text-decoration: none;
			display: block;
			text-align: center;
			vertical-align: middle;
			font-family: Tahoma, Verdana, helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: bold;
		}
		#sitelinks ul li a:hover {
			color: #cccccc;
			background: #333333;
			text-decoration: none;
		}
		#sitelinks a:active {
			background: #333333;
			color: #fff;
		}
		#sitelinks li#active a {
			background: #333333;
			border: 1px solid #c60;
			color: #fff;
		}
		#sitelinks li a#linkright {
			border-right: 1px solid #ffffff;
		}
#menu {
	float: left;
	width: 25%;
	margin-top: 5px;
	
}
	ul#menulist {
		text-align: left;
		list-style: none;
		padding: 0;
		margin: 0 auto;
		width: 80%;
		background: #38332C;
		border: solid 1px #fff;
	}
		ul#menulist li {
			display: block;
			margin: 0;
			padding: 0;
		}
		ul#menulist li a {
			display: block;
			width: 100%;
			padding: 5px 0px 5px 5px;
			
			color: #cccccc;
			text-decoration: none;
			font-family: Tahoma, Verdana, helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold;
			/*background: #000000;*/
		}
	
	#menu>ul#menulist li a { width: auto; }
	
	ul#menulist li#active a { background: #f0e7d7; color: #cccccc; }
	ul#menulist li a:hover, ul#menulist li#active a:hover { color: #cccccc;	background: #000000; }
	
	
#content_text {
	float: right;
	width: 70%;
	margin-right: 10px;
}
a:link, a:active, a:visited {
	color: #C7C1B3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#news {
	float: right;
	width: 180px;
	margin-top: 20px;
	padding-right: 10px;
	background-image: url(../images/top_product_bg.gif);
	background-repeat: no-repeat;
	height: 140px;
	padding: 10px;
}
#top_products {
	width: 100%;
	margin: 0 0 0 10px;
	text-align: center;
}
h2 {
	margin: 0;
	color: #C7C1B3;
	font: bold 20px "Trebuchet MS", verdana, sans-serif;
}
h3 {
	margin: 0;
	color: #C7C1B3;
	font: bold 14px "Trebuchet MS", verdana, sans-serif;
}
input, select {
	border: 1px solid #C7C1B3;
	font: 11px "Trebuchet MS", verdana, sans-serif;	
}
textarea {
	border: 1px solid #C7C1B3;
	font: 11px "Trebuchet MS", verdana, sans-serif;	
}
#content_bottom {
	/*background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;*/
	height: 15px;
}

.copyright		{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal;
			  font-weight: bold; 
	  		  color:#C7C1B3;
			  text-align: left;
			  padding: 10px 5px 5px 10px; 
	  		  }
.copyright A:link		{ color:#C7C1B3; text-decoration: none; font-weight: bold; }
.copyright A:visited	{ color:#C7C1B3; text-decoration: none; font-weight: bold;}
.copyright A:hover		{ color:#cccccc; text-decoration: underline; font-weight: bold;}
.copyright A:active		{ color:#C7C1B3; font-weight: bold;}

#clear {
	clear: both;
}
#message {
	text-align: center;
	color: #FF0000;
}

.clr { clear: both; }

.prodbg	{ background-color:#38332C;}


#message {
	text-align: center;
	color: #FF0000;
}
.popup {
    /* Necessary: */
    position: absolute;
    display: none;

    /* Additional styling: */
    border: 1px solid black;
    opacity: .85;
    filter: alpha(opacity=85);
}

.subcat { font-family: Tahoma, Verdana, helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold;}