/* general */

body, html {
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-image:url(../images/img-bgRepeat.gif);
	background-repeat:repeat-x;
	margin:0;
	background-color:#000000;
	color:#d1d1d1;
}


a{
	color:#FC3;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	color: #FFBA00;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:980px;
	margin: 0 auto;
}

#storeContainer {
	min-height: 650px;
	width:980px;
	margin: 0 auto;
}


.clear {
	clear:both;
}
/* header */

#header {
	height:115px;
	background-color:#ffba00;
	background-image:url(../images/hdr-bg.jpg);
}
#inputBox {
	position:relative;
	float:right;
	right:10px;
	top:73px;
	width:195px;
}
.searchInput {
	height:18px;
	border:1px solid #000000;
	font-size:12px;
	width:160px;
}
/*  nav  */

#navContainer {
	float:right;
	width:620px;
}
.cssnav {
	display:block;
}
.cssnav a {
	display:block;
	float:left;
}
/*  nav buttons  */



#mainContent{
	min-height:350px;
	display:block;
	width:900px;
	margin:0 auto;
}


a.home {
	background:url(../images/nav-home.gif) repeat 0px 0px;
	width: 74px;
	height: 32px;
	display: block;
}
a.home span {
	display: none;
}
a.home:hover {
	background: url(../images/nav-home.gif) repeat 0px -32px;
}
a.about-us {
	background:url(../images/nav-about-us.gif) repeat 0px 0px;
	width: 102px;
	height: 32px;
	display: block;
}
a.about-us span {
	display: none;
}
a.about-us:hover {
	background: url(../images/nav-about-us.gif) repeat 0px -32px;
}
a.slotmachines {
	background:url(../images/nav-slot-machines.gif) repeat 0px 0px;
	width: 151px;
	height: 32px;
	display: block;
}
a.slotmachines span {
	display: none;
}
a.slotmachines:hover {
	background: url(../images/nav-slot-machines.gif) repeat 0px -32px;
}
a.faq {
	background:url(../images/nav-faq.gif) repeat 0px 0px;
	width: 60px;
	height: 32px;
	display: block;
}
a.faq span {
	display: none;
}
a.faq:hover {
	background: url(../images/nav-faq.gif) repeat 0px -32px;
}
a.testimonials {
	background:url(../images/nav-testimonials.gif) repeat 0px 0px;
	width: 141px;
	height: 32px;
	display: block;
}
a.testimonials span {
	display: none;
}
a.testimonials:hover {
	background: url(../images/nav-testimonials.gif) repeat 0px -32px;
}
a.contact {
	background:url(../images/nav-contact.gif) repeat 0px 0px;
	width: 90px;
	height: 32px;
	display: block;
}
a.contact span {
	display: none;
}
a.contact:hover {
	background: url(../images/nav-contact.gif) repeat 0px -32px;
}
/*  Cart  */

#cart {
	float:left;
	background-color:black;
	width:218px;
	margin-bottom:7px;
}

#cart a:hover{
	color:white;
}

.contentSmlTxt {
	color:black;
	background-color:#ffc10f;
	padding:3px 0 3px 0;
	text-align:center;
	font-size:12px;
	float:left;
}

.contentSmlInfo {
	color:#fff;
	padding:1px;
	text-align:center;
	font-size:11px;
	float:left;
	padding:3px 0 3px 0;
	border-top:1px solid #333;
}

.cartInfo {
	margin:0;
	padding:9px 0 0 10px;
	font-size:11px;
	font-weight:bold;
	font-family:georgia;
	color:#d1d1d1;
	background-color:#1d1306;
}

.cartSubTotalBox{
	padding:9px 0 0 10px;
	font-size:11px;
	font-weight:bold;
	font-family:georgia;
	color:#d1d1d1;
}


/* LftNav */

#lftNav {
	margin:0;
	padding:10px 0 0 0;
	float:left;
	width:250px;
}
#navlist {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
#navlist li {
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	padding-left: 10px;
	background-image:url(../images/img-bullets.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#navlist a {
	color:#d1d1d1;
	text-decoration:none;
}
#navlist a:hover {
	color:#ffc10f;
}
/* flash */

#flash {
	margin:15px 0 0 0;
	width:686px;
	float:right;
}
/* featured */

#featuredBg {
	margin:15px 0 0 0;
	float:right;
	background-image:url(../images/img-featured-productBg.jpg);
	width:686px;
	height:437px;
}
.featuredWrapper {
	float:left;
	margin:30px;
	text-align:center;
	width:167px;
}
.featuredTitle {
	margin:10px 0 10px 0;
	color:#000000;
	font-weight:bold;
	font-size:14px;
}
.featuredPrice {
	margin:0 0 10px 0;
	color:#88ba00;
    font-size:14px;
	font-weight:bold;
}
/* news */

#news{
	width:980px;
	margin: 0 auto;
}

.newsHead {
	margin:8px 0 5px 5px;
	color:#ffc10f;
	font-size:18px;
	font-weight:bold;
}
.newsDate {
	margin:0 0 5px 5px;
	font-weight:bold;
}
.newsContent {
	padding:5px;
	background-color:#1d1306;
}
/* footer */

#ftrBg {
	margin:200px 0 0 0;
	background-color:#120f00;
}
#ftrNav {
	width:980px;
	margin:0 auto;
	padding:10px 0 0 0;
	height:60px;
}
#ftrNav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#ftrNav a {
	color:#ffffff;
	text-decoration:none;
}
#ftrNav a:hover {
	color:#ffc10f;
}

/* paging */


 
div#paging{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	vertical-align:middle;
}
 
div#paging .pageText{
	padding:2px;
	color:white;
	float:left;
	margin-left:1px;
}
 
div#paging .pagination{
	padding:2px;
	background-color:#CCF;
	color:#000;
	width:20px;
	height:20px;
	float:left;
	margin-left:1px;
}
 
div#paging .current{
	padding:2px;
	background-color:#FC0;
	color:#000;
	width:20px;
	height:20px;
	float:left;
	margin-left:1px;
}
 
div#paging .other{
	padding:2px;
	background-color:#9B9AC1;
	color:#000;
	width:40px;
	height:20px;
	float:left;
	margin-left:1px;
}
 
div#paging a{
	padding:2px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
 
div#paging a:hover{
	padding:2px;
	color:#006;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-color:#FFC;
	font-weight:bolder;
}


