body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family: Trebuchet MS, Verdana, Tahoma, helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	color:#ffffff;
	margin:20px;
	scrollbar-face-color:		#111111;
	scrollbar-highlight-color:	#111111;
	scrollbar-shadow-color:		#111111;
	scrollbar-3dlight-color:	#606060;
	scrollbar-arrow-color:		#ffffff;
	scrollbar-track-color:		#222222;
	scrollbar-darkshadow-color:	#606060;
}

img	{ border:0;}

/*input, select, textarea {font-size: 10px;}*/

h1 {
	margin: 0;
	color: #ccc;
	font-size: 10px; 
	font-style: normal;
	font-weight: normal; 
}

h2 {
	margin: 0;
	color: #fff;
	font-size: 16px; 
	font-style: normal;
	font-weight: normal; 
}
h3 {
	margin: 0;
	color: #ccc;
	font-size: 14px; 
	font-style: normal;
	font-weight: normal; 
}

a:link, a:active, a:visited {
	color: #cccccc;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}

#wrap	{ width: 910px;	\width: 910px;	w\idth: 910px; margin: 0px auto;}

#container {
	
	padding: 0px;
	border: solid 1px #666666;
	background-color:#000;
}

#header_bg	{ width:908px; height:78px; background-image:url(images/header_bg.jpg); background-repeat:no-repeat; border-bottom: solid 1px #666666;}

#topleft	{ float: left; width: 600px; padding:0px 0px 0px 15px;}
#topright	{ float: right; width: 250px; }

.small		{ font-size: 11px; 
	  		  font-style: normal;
			  font-weight: bold; 
	  		  color:#fff;
			  text-align: left;
	  		  }
.small A:link		{ color:#fff; text-decoration: none; font-weight: bold; }
.small A:visited	{ color:#fff; text-decoration: none; font-weight: bold;}
.small A:hover		{ color:#fff; text-decoration: underline; font-weight: bold;}
.small A:active		{ color:#fff; font-weight: bold;}

/*.small input, select, textarea {	background: #000;
				font-family: Tahoma, sans-serif, Verdana, helvetica;
				color:#fff;
				font-size: 9px;
				font-weight: bold;
				border: solid 1px #cccccc;
				}*/

#main_content {	background-image:url(images/td_gray.jpg); background-repeat:repeat-x; background-color:#333333; }

.gray_grad	 {	background-image:url(images/td_gray.jpg); background-repeat:repeat-x; background-color:#333333; }
.gray_grad TD	{padding:15px;}

#menu {
	/*float: left;*/
	width: 160px;
	margin: 0;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	border-right:solid 1px #666666;
	padding-top:10px;
	text-align:center;
	
}
	ul#menulist {
		text-align: left;
		list-style: none;
		padding: 0;
		margin: 0 auto;
		width: 90%;
	}
		ul#menulist li {
			display: block;
			margin: 0;
			padding: 0;
			
		}
		ul#menulist li a {
			display: block;
			width: 100%;
			padding: 3px 0px 7px 25px;
			color: #fff;
			text-decoration: none;
			font-size: 13px; 
			font-style: normal; 
			font-weight: normal;
			background-image:url(images/menu_rest.gif);
			/*background: #000000;*/
		}
	
	#menu ul#menulist li a { width: auto; }
	
	ul#menulist li#active a { color: #FF3399; }
	ul#menulist li a:hover, ul#menulist li#active a:hover { color: #FF3399;  background-image:url(images/menu_over.jpg);}

ul#submenu {
		text-align: left;
		list-style: none;
		padding: 0;
		margin: 0 auto;
		width: 90%;
	}
		ul#submenu li {
			display: block;
			margin: 0;
			padding: 0;
			
		}
		ul#submenu li a {
			display: block;
			width: 100%;
			padding: 7px 0px 7px 25px;
			color: #fff;
			text-decoration: none;
			font-size: 12px; 
			font-style: normal; 
			font-weight: normal;
			background-image:url(images/sub_menu_rest.gif);
			/*background: #000000;*/
		}
	
	#menu ul#submenu li a { width: auto; }
	
	ul#submenu li#active a { color: #FF3399; }
	ul#submenu li a:hover, ul#submenu li#active a:hover { color: #FF3399;  background-image:url(images/sub_menu_over.jpg);}

#content {
	/*float: right;*/
	width: 748px;
}

.content_text { padding:10px;}
#content_text { padding:10px;}

/*.content_text input, select, textarea {	border: 1px solid #C7C1B3; font: 11px "Trebuchet MS", verdana, sans-serif; }*/


#foot_left	{ float: left; width: 600px; text-align: left;}
#foot_right	{ float: right; width: 200px; text-align: right;}

.footer		{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
	  		  font-size: 10px; 
	  		  font-style: normal;
			  font-weight: bold; 
	  		  color:#fff;
			  padding: 10px 0px 10px 0px; 
	  		  }
.footer A:link		{ color:#fff; text-decoration: none; font-weight: bold; }
.footer A:visited	{ color:#fff; text-decoration: none; font-weight: bold;}
.footer A:hover		{ color:#cccccc; text-decoration: underline; font-weight: bold;}
.footer A:active		{ color:#fff; font-weight: bold;}

#clear {
	clear: both;
}

#message {
	text-align: center;
	color: #FF0000;
	font-size:18px;
}

.clr { clear: both; }

.prodbg	{ background-color:transparent; border-bottom:solid 1px #ccc;}
.prod_title {color:#FF3399; font-size:12px}
.prod_title A:link		{ color:#FF3399; text-decoration: none; font-weight: bold; }
.prod_title A:visited	{ color:#FF3399; text-decoration: none; font-weight: bold;}
.prod_title A:hover		{ color:#fff; text-decoration: underline; font-weight: bold;}
.prod_title A:active	{ color:#FF3399; font-weight: bold;}

#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;}

#news		{ width:270px; height:585px; overflow: auto;}

.news		{ width:250px;}

#flash		{ border-bottom:solid 1px #666666;}

