body{
	margin:	0;
	font-family:	courier, sans-serif;
	font-size:	12px;
	color:	#000;
	background:	#000;
	text-align:	center;
	}

/*__________________________ block positions*/
#container{
	width:	950px;
	margin:	0 auto 0 auto;
	text-align:	left;
	background:	url(img/logo_bg.gif) left 20px no-repeat;
	}
#logo{
	height:	105px;
	}
	#logo span{
		display:	none;
		}
#menu, #contact, #subscribe{
	width:	190px;
	color:	#FFF;
	margin:	0 20px 20px 10px;
	float:	left;
	clear:	left;
	font-size:	10px;
	}
	#menu{
		margin:	60px 20px 20px 10px !important;
	}
	#menu a{
		display:	block;
		text-transform:	uppercase;
		font-size:	12px;
		font-weight:	normal;
		margin:	0 0 2px 0;
		}
	#contact h1{
		display:	none;
		}
		#subscribe input{
			margin:	0 0 5px 0;
			}
#content{
	float:	right;
	width:	700px;
	padding:	10px;
	background:	#FFF;
	}
#foot{
	clear:	both;
	float:	right;
	width:	720px;
	color:	#FFF;
	margin:	20px 0 20px 0;
	text-align:	right;
	font-size:	11px;
	}
#screen_dimmer, #prompt, #images{
	background: url(img/screen_dimmer_bg.png);
	_background: none;
	display:	none;
	position:	fixed;
	top: 0;
	right:	0;
	bottom:	0;
	left:	0;
	z-index:	900;
	
	_position:	absolute;
	_top: expression(eval(document.body.scrollTop));
	_height:	100%;
	_width:	100%;
	}
#ajax_status, #the_prompt, #the_image{
	background:	#DDD;
	padding:	15px;
	font-size:	30px;
	font-weight:	bold;
	width:	300px;
	height:	100px;
	margin:	200px auto 0 auto;
	z-index:	1000;
	text-align:	center;
	overflow:	auto;
	}
#the_prompt, #the_image{
	display:	block !important;
	z-index:	950 !important;
	}
	#the_image{
		font-size:	12px;
		}
		#the_image img{
			margin:	auto;
			text-align:	center;
			}
		
/*__________________________ end block positions*/

/*__________________________ text styling*/
a{
	color:	#999;
	text-decoration:	none;
	cursor:	pointer;
	}			
a:hover, .selected{
	color:	#444;
	cursor:	pointer;
	}
h1{
	text-transform:	uppercase;
	font-size:	22px;
	font-weight:	normal;
	margin:	0 0 5px 0;
	}
	h1 span{
		font-size:	18px;
		}
h3, h4{
	text-transform:	uppercase;
	font-size:	18px;
	font-weight:	normal;
	margin:	0 0 5px 0;
	}
h5{
	text-transform:	uppercase;
	font-size:	12px;
	font-weight:	normal;
	margin:	0 0 2px 0;
	}
h6{
	text-transform:	uppercase;
	font-size:	11px;
	font-weight:	normal;
	margin:	0 0 2px 0;
	}
.alert{
	color:	#E62400;
	}
#response{
	display:	block;
	padding:	3px;
	margin:	0 0 10px 0;
	background:	#E62400;
	color:	#FFF;
	font-size:	14px;
	text-transform:	uppercase;
	font-family:	Verdana, sans-serif;
	}
p{
	clear:	both;
	margin:	0 0 10px 0;
	text-align:	justify;
	}
.note{
	font-size:	10px;
	text-transform:	lowercase;
	font-weight:	normal;
	}
sup{
	color:	#E62400;
	}
.clear{
	clear:	both;
	}
.hr{
	clear: both;
	padding:	5px 0 0 0;
	border-bottom:	1px solid #000;
	margin:	0 0 10px 0;
	}
/*__________________________ end text styling*/

/*__________________________ form styles*/
form{
	margin:	0 0 10px 0;
	}
form #subject{
	display:	none;
	}
/*input, select{
	border:	none;
	border-bottom:	1px solid #000;
	background:	#FFF;
	font-size:	10px;
	padding:	2px;
	}*/
input, select{
	font-size:	10px;
	padding:	2px;
	}
#signup input{
	margin:	5px 5px 0 0;
	}
input[type='button']:hover, .button:hover, input[type='submit']:hover{
	cursor:	pointer;
	}
textarea{
	margin:	5px 0 0 0;
	height:	80px;
	}
/*__________________________ checkout styles*/
#checkout_form input, #checkout_form select, #checkout_form textarea, #checkout_form a, #checkout_form div{
	float:	left;
	width:	300px;
	margin:	0 0 10px 40px;
	}
.normalise{
	float:	none !important;
	width:	auto !important;
	margin: 0 !important;
	}
#checkout_form select{
	width:	auto;
	}
#checkout_form textarea{
	heigh:	80px;
	}
#checkout_form  h5{
	float:	left;
	clear:	both;
	width:	200px;
	text-align:	right;
	margin:	0 0 10px 0;
	}
#checkout_form  h3{
	clear:	both;
	}
/*__________________________ end form styles*/

/*__________________________ image styles*/
img{
	display:	block;
	}
.thumb{
	height:	140px;
	width:	140px;
	float:	left;
	margin:	0 5px 0 0;
	}
.product_img img, .pc_img{
	width:		300px;
	margin:	0 0 5px 0;
	}
.img_fl{
	float:left;
	margin:	0 10px 10px 0;
	}
.img_fr{
	float:right;
	margin:	0 0 10px 10px;
	}
.img_c{
	text-align:center;
	margin:10px;
	}
.img_l{
	text-align:left;
	margin:10px 0 10px 0;
	}
.img_r{
	text-align:right;
	margin:10px 0 10px 0;
	}
/*__________________________ end image styles*/	

/*__________________________ table styles*/
table{
	margin:	0 0 10px 0;
	background:	#FFF;
	width:	100%;
	}
th, td{
	/*color:	#E62400;*/
	background:	#EEE;
	border-top:	1px solid #000;
	font-weight:	bold;
	padding:	2px 6px 2px 6px;
	text-align:	right;
	vertical-align:	top;
	clear:	both;
	}
#totals td{
	border-top:	2px solid #000 !important;
	font-weight:	bold !important;
	}
td{
	border:	none !important;
	font-weight:	normal !important;
	}
.odd{
	background:	#DDD;
	}
.even{
	background:	#EEE;
	}
.product_data .body table td{
	text-align:	left;
	}
.td_thumb{
	padding:	3px 0 3px 0;
	}
/*__________________________ end table styles*/


/*__________________________ section styling*/
#menu_news{
	clear:	both;
	overflow:	auto;
	width:	100%
	}
#menu_news a{
	margin-right:	20px;
	float:	left;
	}
#menu_category{
	float:	left;
	width:	230px;
	background:	#FFF;
	padding:	10px;
	}
	#menu_category a{
		display:	block;
		font-size:	18px;
		font-weight:	normal;
		margin:	0;
		}
.small, .menu, .comment{
	width:	330px;
	margin:	5px;
	padding:	5px;
	background:	#FAFAFA;
	float:	left;
	clear: none;
	overflow:	hidden;
	}
.menu{
	clear:	right;
	float:	right;
	width:	625px;
	margin:	0 10px 10px 10px;
	}
/*var_table*/
.var_table{
	font-size:	11px;
	float:	right;
	width:	185px;
	margin:	0;
	padding:	0;
	}
.var_table img{
	border:	1px solid #000;
	float:	left;
	margin:	0;
	height:	8px;
	width:	40px;
	}
.var_table td{
	border:	0;
	}
.var_table input{
	width:	90px;
	}
