/* RESET! */

html, body, div, dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, blockquote, th, td { margin: 0; padding: 0; }
fieldset, img, abbr, acronym { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }

html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #111 url(/_images/bckgrd.gif) repeat-x;
}

#container {
	width: 900px;
	margin: 0 auto;
	height: 400px;
}

#leftbuts {
	float: left;
	position: absolute;
	padding-top: 5px;
}

#leftbuts p {
	color: #fff;
	font: normal .7em/.8em Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

#topnav {
	width: 625px;
	height: 40px;
	padding: 20px 0 0 0;
	background: #222;
	position: relative;
	left: 295px;
	top: 10px;
	z-index: 3;
}

#container #logo {
	width: 288px;
	height: 226px;
	position: relative;
	z-index: 100;
	top: -392px;
	left: -20px;
	background: url(/_images/logo_box.png) no-repeat;
	float: left;
	padding: 17px 26px;
	display: block;
}

#logo p {
	color: #fff;
	font: normal 1em/1.6em Arial, Helvetica, sans-serif;
}

#h-photo {
	width: 900px;
	height: 369px;
	background: url(/_images/home_main-img2.jpg) no-repeat;
	position: relative;
}

#content-container {
	position: relative;
	overflow: hidden;
	clear: both;
	width: 900px;
	z-index: 200;
	top: -257px;
	background: #fff url(/_images/bckgrd_content.gif) repeat-y;
}

#left-col {
	width: 290px;
	float: left;
	background: url(/_images/home_shadow.png) repeat-x;
}

#right-col {
	float: right;
	background: url(/_images/home_shadow.png) repeat-x;
	width: 610px;
}

.clear {
	clear: both;
}

/* **** FOOTER **** */
#footer {
	position: relative;
	overflow: hidden;
	background: #000;
	clear: both;
	width: 900px;
	z-index: 300;
	top: -257px;
	height: 100px;
	text-align: center;
}

#footer p {
	color: #888;
	font: normal .8em/1.1em Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

#footer a {
	color: #888;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.fSpace {
	padding: 0 3px;
}


/***********************************************************************************/
/*                       GLOBAL STYLES
/***********************************************************************************/

#leftbuts .cart-icon {
	margin-top: 5px;
}

.cart-icon a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: normal .7em/.8em Arial, Helvetica, sans-serif;
}

/***********************************************************************************/
/*                       HOME STYLES
/***********************************************************************************/

body.home #left-col h2 {
	text-indent: -9999px; 
	background: url(/_images/bnr_5votes.png) no-repeat 0 0;
	width: 254px;
	height: 60px;
	margin: 20px 0 0 20px;
}

body.home #right-col h2 {
	text-indent: -9999px; 
	background: url(/_images/bnr_bestsellers.png) no-repeat 0 0;
	width: 345px;
	height: 41px;
	margin: 20px 0 0 20px;
}

.but-twitter {
	margin-bottom: 3px;
}

.h-topseller {
	float: left;
	padding: 10px 0 0 20px;
	width: 150px;
}

#h-photo a {
	display: block;
	width: 900px;
	height: 500px;
	text-align: right;
}

.h-topseller img {
	border: 3px solid #000;
}

.h-topseller p {
	font: normal .8em/1.3em Arial, Helvetica, sans-serif;
}

.h-topseller p a {
	text-decoration: none;
	font-size: .7em;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

.h-helpus {
	padding: 20px 0 20px 20px;
}

.h-topquote {
	display: block;
	background: #000;
	margin: 0 0 1px 0;
	padding: 0 8px 0 12px;
	color: #fff;
}

.h-topquote p {
	padding: 5px;
	margin: 0;
	font: bold .8em/1.8em Arial, Helvetica, sans-serif;
}

.chooseTop5 {
	color: #666666;
	position: relative;
	z-index: 7;
	left: -17px;
}
