body{
	margin:	0;
	font-family:	times, serif;
	font-size:	11px;
	color:	#000;
	background:	url(img/body_bg.gif) center top #FFF;
	text-align:	center;
	}

/*__________________________ block positions*/
#container{
	width:	900px;
	padding:	0 10px 0 10px;
	margin:	0 auto 0 auto;
	text-align:	left;
	}
#logo{
	background:	url(img/logo_bg.gif) no-repeat;
	width:	82px;
	height:	38px;
	}
#logo span{
	display:	none;
	}
#menu{
	width:	230px;
	margin:	70px 10px 0 0;
	float:	left;
	}
	#menu a{
		text-transform:	uppercase;
		display:	block;
		padding:	0 0 1px 9px;
		font-weight:	normal;
		color:	#AAA;
		line-height:	11px;
		}
	#menu .selected{
		background:	url(img/menu_a_bg.gif) no-repeat;
		}
#content{
	width:	400px;
	min-height:	500px;
	margin:	120px 0 0 0;
	float:	left;
	overflow:	hidden;
	}
#sidebar{
	width:	140px;
	margin:	120px 0 0 65px;
	float:	left;
	}
#foot{
	clear:	both;
	font-size:	10px;
	padding:	65px 0 65px 0;
	}
#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{
	display:	none;
	background:	#DDD;
	padding:	20px;
	font-size:	30px;
	font-weight:	bold;
	width:	300px;
	height:	100px;
	margin:	40px auto 0 auto;
	z-index:	1000;
	text-align:	center;
	overflow:	auto;
	}
	#the_image img{
		clear:	both;
		margin:	0;
		border:	0;
		}
	#head{
		height:	30px;
		padding:	 0 0 5px 0;
		}
		#next{
			float:	right;
			}
		#prev{
			float:	left;
			}
		#head h5{
			height:	15px;
			margin:	0;
			}
	#caption{
		height:	30px;
		text-align:	left;
		}
#the_prompt, #the_image{
	display:	block !important;
	z-index:	950 !important;
	}
	#the_image{
		font-size:	12px;
		}
		
/*__________________________ end block positions*/

/*__________________________ text styling*/
a{
	color:	#888;
	text-decoration:	none;
	cursor:	pointer;
	}
h2 a{
	color:	#000 !important;
	}
a:hover{
	color:	#000;
	cursor:	pointer;
	}
.selected{
	font-style:	italic;
	}
h1{
	text-transform:	uppercase;
	font-size:	18px;
	font-style:	italic;
	font-weight:	normal;
	margin:	0 0 5px 0;
	line-height:	16px;
	}
h2{
	font-size:	15px;
	font-weight:	normal;
	margin:	0 0 5px 0;
	padding:	0;
	font-style:	italic;
	text-decoration:	underline;
	}
h3{
	font-size:	13px;
	font-weight:	normal;
	margin:	0 0 15px 0;
	padding:	0;
	font-style:	italic;
	text-decoration:	underline;
	}
h4{
	font-size:	11px;
	font-weight:	normal;
	margin:	0 0 5px 0;
	padding:	0;
	font-style:	italic;
	text-decoration:	underline;
	}
	#work h4{
		font-size:	13px !important;
		}
h5{
	font-style:	italic;
	font-size:	12px;
	font-weight:	normal;
	margin:	0 0 2px 0;
	}
h6{
	text-transform:	uppercase;
	font-size:	10px;
	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 0 0;
	padding:	0;
	text-align:	justify;
	}
.note{
	font-size:	10px;
	text-transform:	lowercase;
	}
sup{
	color:	#E62400;
	}
.clear{
	clear:	both;
	height:	1px;
	}
.hr{
	clear: both;
	padding:	15px 0 0 0;
	border-bottom:	1px dotted #DDD;
	margin:	0 0 15px 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 300px 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:	40px;
	width:	40px;
	float:	left;
	margin:	0 5px 5px 0;
	}
.product_img img, .pc_img{
	width:		300px;
	margin:	0 0 5px 0;
	}
.img_fl{
	float:left;
	margin:	0 5px 5px 0;
	}
.img_fr{
	float:right;
	margin:	0 0 5px 5px;
	}
.img_c{
	text-align:center;
	margin:5px;
	}
.img_l{
	text-align:left;
	margin:5px 0 5px 0;
	}
.img_r{
	text-align:right;
	margin:5px 0 5px 0;
	}
/*__________________________ end image styles*/	

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


/*__________________________ section styling*/
.news{
	}
	.news{
		color:	#AAA;
		}
	.news h4{
		color:	#000;
		text-decoration:	none !important;
		}
.full{
	padding:	0 0 40px 0;
	overflow:	auto;
	clear:	both;
	}