* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(images/bg.jpg) no-repeat top center;
	color: #FFF;
	font: 9pt verdana, arial, sans-serif;
}

#bar {
	width: 100%;
	height: 31px;
	background: transparent url(images/bar.png) repeat-x top left;
}

	#bar p {
		margin: auto;
		width: 750px;
		text-align: right;
	}
	
#wrapper {
	margin: 20px auto auto auto;
	width: 750px;
	text-align: left;
}

#links { float: right; background: transparent url(images/transparent-bg.png); padding: 10px 20px; }
#links ul li { display: inline; padding: 0 3px; }
#links ul li a { color: #FFF; font-size: 8pt;}

#logo { float: left; width: 300px; margin: 0 0 20px 0; }

	#middle {
		margin: 20px 0 0 0;
		clear: both;
	}

		#left {	float: left; width: 375px;;}
		#left ul, #left ol { margin: 0 0 0 20px; }
		#left .post { min-height: 600px }
		#left .post img { background: transparent url(images/transparent-bg.png); padding: 5px; }
		#left .post a { color: #FFF; }
		#left .post h2 a { text-decoration: none; border: 0; }
		#left .post .productImg { float: left; padding: 0 10px 10px 0; }
		#left .post .purchase { text-align: right; }
		#left .post .purchase a {   background: transparent url(images/transparent-bg.png); padding: 5px 10px; }
		#left .post .postbottom { background: transparent url(images/transparent-bg.png); padding: 10px; margin: 10px 0 0 0;}
		#left .post .tSize li { text-align: center;list-style-type: none; display: inline; background: transparent url(images/transparent-bg.png); padding: 2px 4px; margin: 0 3px 0 0; }

			#welcome {	margin: 0 0 20px 0;	}
			#featured img { border: 0; background: transparent url(images/transparent-bg.png); padding: 10px;	}
			
		#right {float: right;width: 330px;margin: 0 0 0 20px;padding: 10px;background: transparent url(images/transparent-bg.png); }
			#right ul,	#right ol {	list-style: none;margin: 0 0 0 20px;}			
			#right li {	margin: 0 0 2px 0;}
			#right ul li {float: left;	margin: 0 2px 2px 2px;}
			#right #searchbox { margin: 0 0 0 20px; }
			#right #searchbox form input[type=text] { border: 0; padding: 3px 5px; border-radius: 3px; -moz-border-radius: 3px; color: #555;}
			#right #searchbox form input[type=submit] { background: transparent url(images/transparent-bg.png); border: 0; border-radius: 3px; -moz-border-radius: 3px; padding: 3px 5px; color: #FFF; }
			#right #searchbox form input[type=submit]:hover { color: #FFF; cursor: pointer; }
	
#bottom {
	clear: both;
	padding: 20px 0 0 0;
}

	#bottom ul {text-align: center; margin: 0 0 20px 0;}
	#bottom ul li { list-style: none; display: inline-block; background: transparent url(images/transparent-bg.png); padding: 5px; }
	#bottom ul li.hotproduct { margin: 0 28px 0 0;}
	#bottom ul li a { display: block; border: 0; }
	#bottom ul li a:hover { border: 0; }

	#footer {	background: url(images/transparent-bg);
		width: 750px;
		margin: 20px 0 0 0;
		font-size: 7pt;
		color: #f9e3a7;
		clear: both;
		text-align: center;
	}
	#cpBottom {  }
	#copyright { text-align: left; }

h3 {
	font-size: 11pt;
	font-weight: normal;
	margin: 0 0 10px 0;
}

	h3 span {
		font-weight: bold;
		font-size: 14pt;
		text-transform: uppercase;
	} 

p {
	padding: 10px 0;
}

#bar a {
	color: #FFF;
	text-decoration: none;
}

	#bar a:hover {
		border-bottom: 1px solid #FFF;
	}
	
#right a,
#welcome a,
#bottom a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

	#right a:hover,
	#welcome a:hover,
	#bottom a:hover {
		border-bottom: 1px solid #FFF;
	}
	
#footer a {
	color: #f9e3a7;
	border-bottom: 1px solid #f9e3a7;
	text-decoration: none;
}

	#footer a:hover {
		color: #FFF;
		border-bottom: 1px solid #FFF;
	}

#right a {
	border: 0;
}

	#right a:hover {
		border-bottom: 1px solid #FFF;
	}


