@charset "UTF-8";
/* CSS Document */
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D7D7D7;
	background-image: url(../images/backgrounds/bg-body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000;
	}
	
a {
	outline: none;
	color: #CCC;
	}
	
a:hover{
	text-decoration: none;
	color: #FFF;
	}
	
#clear{
	clear: both;
	}

/*-----------*/
/*FONT STYLES*/
/*-----------*/

.title{
	font-size: 16px;
	font-weight: bold;
	}
	
.small-text{
	font-size: 8px;
	}
	
.orange-text{
	color: #FF9933;
	}
	
#remove-link{
	color: #66CCFF;
	}
	
#remove-link a{
	color: #66CCFF;
	text-decoration: none;
	}
	
#remove-link a:hover{
	color: #FFCC33;
	text-decoration: underline;
	}	
	
/*--------------*/
/*WRAPPER STYLES*/
/*--------------*/

#main-wrapper{
	width: 1018px;
	margin-left: auto;
	margin-right: auto;
	}
	
#store-wrapper{
	width: 1018px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/backgrounds/bg-store.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}

#store-landing-wrapper{
	width: 1018px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/backgrounds/bg-store-landing.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}
	
/*------------------*/	
/*LEFT COLUMN STYLES*/
/*------------------*/

#left-image{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	}

/*NAVIGATION STYLES*/

#nav-wrapper{
	float: left;
	width: 158px;
	}
	
#nav{
	height: 135px;
	padding: 0px;
	margin: 0px;
	/*IE6 HACKS*/
	_height: 1%;
	}

#nav li{
	height: 27px;
	position: relative;
	list-style: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
	/*IE6 HACKS*/
	_margin-top: -3px;
	_height: 1%;
	}

#nav-links{
	height: 27px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	/*IE6 HACKS*/
	_height: 1%;
	}
	
#nav-bottom-spacer{
	height: 11px;
	padding: 0px;
	margin: 0px;
	/*IE6 HACKS*/
	_position: relative;
	_margin-top: -18px;
	_height: 1%;
	}


/*--------------*/
/*CONTENT STYLES*/
/*--------------*/

#home-content-wrapper{
	float: right;
	width: 820px;
	height: 500px;
	margin-top: 53px;
	}

#content-wrapper{
	float: right;
	width: 820px;
	height: 500px;
	margin-top: 53px;
	background-image: url(../images/backgrounds/bg-ad.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#contact-wrapper{
	float: right;
	width: 820px;
	height: 500px;
	margin-top: 53px;
	background-image: url(../images/backgrounds/bg-ad04.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#about-wrapper{
	float: right;
	width: 820px;
	height: 500px;
	margin-top: 53px;
	background-image: url(../images/backgrounds/bg-ad02.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#news-wrapper{
	float: right;
	width: 820px;
	height: 500px;
	margin-top: 53px;
	background-image: url(../images/backgrounds/bg-ad03.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#gallery-content-wrapper{
	float: right;
	width: 820px;
	margin-top: 53px;
	}
	
#gallery-image-thumbs{
	float: left;
	width: 450px;
	}
	
#gallery-image-large{
	float: right;
	margin-top: 5px;
	width: 350px;
	}
	
#thumbnail-padding{
	padding: 5px;
	}

#text-wrapper{
	width: 438px;
	margin-top: 34px;
	margin-bottom: 34px;
	}
	
#text-wrapper-home{
	float: left;
	width: 438px;
	margin-top: 34px;
	margin-bottom: 34px;
	}
	
#content{
	padding-top: 14px;
	padding-left: 25px;
	padding-right: 28px;
	padding-bottom: 14px;
	background-image: url(../images/backgrounds/bg-content.png);
	background-position: top;
	background-repeat: repeat-y;
	}
	
#home-slideshow{
	float: right;
	width: 380px;
	}
	
/*STORE STYLES*/
#store-landing-inner-wrapper{
	width: 200px;
	padding-top: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#store-inner-wrapper{
	float: right;
	width: 800px;
	height: 500px;
	}
	
#store-content-wrapper{
	padding-top: 60px;
	width: 600px
	}
	
#back-link{
	padding-top: 20px;
	}
	
#back-link a{
	color: #FFCC33;
	text-decoration: none;
	}
	
#back-link a:hover{
	color: #FFF;
	text-decoration: underline;
	}

#item-detail-wrapper{
	width: 580px;
	}

#item-detail-image{
	float: left;
	width: 234px;
	}

#item-detail-info{
	float: right;
	width: 260px;
	}
	
#item-code{
	font-size: 16px;
	color: #999;
	}
	
/*CART STYLES*/
#cart-wrapper{}

#cart-titles{
	font-size: 12px;
	color: FFCC33;
	border-bottom: 1px solid #FFCC33;
	}

#cart-padding{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFF;
	}

#cart-footer{
	font-size: 12px;
	color: FFCC33;
	border-top: 1px solid #FFCC33;
	}

	
/*-------------*/
/*FOOTER STYLES*/
/*-------------*/

#footer-wrapper{
	width: 100%;
	padding-top: 12px;
	background-image: url(../images/backgrounds/bg-body-bottom.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}
	
#store-footer-wrapper{
	width: 100%;
	height: 9px;
	margin-top: -10px;
	position: relative;
	background-image: url(../images/backgrounds/bg-body-bottom.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}
	
#footer{
	width: 1018px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 9px;
	}