body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	background-color:#FFF;
	color:#FFFFFF;
	margin-top:30px;
	margin-bottom:30px;
	background-image: url(http://i988.photobucket.com/albums/af5/nickautomatic/nickautobgsite.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
}

a {
	color:#FFFFFF;
	text-decoration:none;}

a:hover {
	color:#FFFFFF;
	text-decoration:underline; }

select {
	width:200px; }

h1 {
	margin:0;
	color:#FFFFFF;
	font-size:2em;
	font-weight:100;}

h2 {
	margin:0;
	font-size:1.3em;
	font-weight:100;}


/*-------------------------------------------------------------------
	containers
---------------------------------------------------------------------*/
#leftPanel {
  width:228px;
  float:left;
  margin:1px;
  margin-right:5px;}

#detailsHolder {
  padding:18px;
  float:left;
  width:565px;
  background:#000000; }

#basket {
	position:absolute;
	height:40px;
	min-height:40px;
	right:0;
	top:0;
	line-height:40px;
	text-align:right;
	font-size:0.8em;
	width: 368px;
}
  
#store_nav {
	width:835px;
	margin:auto;
	margin-bottom:10px;
	height:40px;
	min-height:40px;
	border-bottom:1px solid #FFFFFF;
	font-size:0.8em;
	position:relative; }

#cart {
	width:835px;
	margin:auto;
	margin-bottom:10px;
	background-color:#000000;
	display:none; }

#header {
	width:835px;
	text-align:center;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;}

#top_nav {
	width:835px;
	height:50px;
	min-height:50px;
	margin:auto;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	margin-bottom:10px; }
	
#items_holder {
	width:835px;
	min-height:150px;
	margin:auto;
	padding:0;
	background:none; }

#items_holder_details {
	width:835px;
	min-height:150px;
	margin:auto;
	padding:0;
	background:none; }

#items_holder_basket {
	width:835px;
	min-height:150px;
	margin:auto;
	padding:0;
	background:none; }

#custom_content {
	width:835px;
	margin:auto;
	padding:0;
	background:none; }
	
#custom_content_faq {
	width:835px;
	margin:auto;
	padding:0;
	background:none; }
	
#custom_content_checkout {
	width:835px;
	margin:auto;
	padding:0;
	background:none; }

#footer {
	width:835px;
	padding-top:10px;
	height:15px;
	min-height:15px;
	margin:auto;
	margin-top:10px;
	text-align:right;
	font-size:0.7em;
	line-height:15px; }	
	
/*-------------------------------------------------------------------
	inner containers
---------------------------------------------------------------------*/
#leftPanelInner {
	background:#000000;
	padding-top:20px;
	padding-bottom:2px; }
    
#leftPanel .textBox {
  width:120px; }

#leftPanel ul {
  margin:0;
  margin-bottom:20px;
  padding:0;
  list-style:none;
  font-size:0.7em;}

#leftPanel li {
  margin:0;
  padding:0;
  list-style:none;
  width:210px;
  margin:auto;
  padding:3px;}

#leftPanel .listRowA {
  background:#000000;
  border-bottom:1px dotted #FFFFFF; }

#leftPanel .listRowB {
  background:#000000;
  border-bottom:1px dotted #FFFFFF; }

.leftPanelHeader {
  font-weight:bold;
  border:none;
  background:#000000;}

#detailsHolderInner {
  font-size:0.8em; }
  
#cartButtons {
  text-align:center;
  margin:5px; }

#viewcart_btn {
  margin-right:10px; }
  
#cartInner {
	margin:auto;
	width:95%;
	padding:10px 0 10px 0;
	font-size:0.9em;}


#store_nav ul {
	list-style:none;
	margin:0;
	padding:0; }
	
#store_nav li {
	list-style:none;
	margin:0;
	padding:0;
	width:100px;
	height:40px;
	min-height:40px;
	float:left;
	text-align:center;
	border-right:1px solid #FFFFFF;
	text-transform:capitalize;
	line-height:40px;
	font-size:1em;
	font-weight:100;
	position:relative;
	cursor:pointer;
	cursor:hand;}

.store_navClick {
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	width:100px;
	height:40px;
	min-height:40px;
	max-height:40px;
	line-height:40px;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	display:none;}

.transButton {
	position:absolute;
	top:0;
	left:0;
	background:#8b8b8b;
	width:100px;
	height:40px;
	min-height:40px;
	max-height:40px;
	line-height:40px;

	filter:alpha(opacity=10); 
	-moz-opacity: 0.1; 
	opacity: 0.1;}

.item {
	width:180px;
	float:left;
	margin:4px;
	padding-bottom:5px;
	background-color:#000000; }

.item_middle {
	width:180px;
	float:left;
	margin:4px;
	padding-bottom:5px;
	background-color:#000000; }

.item_image {
	width:180px;
	background-image:url(images/image.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
	cursor:hand;
	cursor:pointer;
	border-bottom:2px solid #000000;
  	height:180px;
  	min-height:180px;
  	margin-bottom:10px;}

.item_description {
	width:170px;
	position:relative;
	font-size:0.7em;
	margin:auto; }

#contentInner {
  font-size:12px; }

#faqContentInner {
  font-size:12px; }

#top_nav ul {
	list-style:none;
	margin:0;
	padding:0; }
	
#top_nav li {
	list-style:none;
	margin:0;
	padding:0;
	height:50px;
	min-height:50px;
	float:left;
	margin-right:20px;
	text-align:center;
	text-transform:uppercase;
	line-height:50px;
	font-size:0.7em;
	}

#infoBox {
	width:245px;
	float:left;
	font-size:0.7em;
	line-height:22px; }  

#galleryBox {
	width:296px;
	height:420px;
	min-height:420px;
	max-height:420px;
	margin:0;
	padding:0;
	margin-right:20px;
	float:left;
	}

div#gallery 	{ 
	position:relative; 
	width:296px;
	height:308px;
	min-height:308px;
	max-height:308px; 
	overflow:hidden;
	margin:0;
	padding:0;	
	}

#paypalLogo {
	float:right;
	margin-top:10px; }

/*-------------------------------------------------------------------
	inner elements
---------------------------------------------------------------------*/

.textBox {
	border:1px solid #FFFFFF;
	background-color:#e4e4e4;
	padding:2px;
	color:#9b9b9b;}

.textBoxContact {
	padding:4px;
	width:300px; }

.textAreaContact {
	padding:4px;
	width:500px;
	height:200px;
	min-height:200px; }

.inputButton {
	border:1px solid #FFFFFF;
	background-color:#e4e4e4;
	padding:2px;
	color:#9b9b9b;
	cursor:pointer;
	cursor:hand;}

#contactFormHolder {
	height:400px;
	min-height:400px;}
	
#contactThankyou {
	text-align:left;
	font-weight:bold;
	display:none; }

#cart .textBox {
	width:40px;
	text-align:center;}

#cartTotal {
	text-align:right;
	text-transform:capitalize;
	font-size:1.2em;
	font-weight:100;
	letter-spacing:1px;}

#cartTotal span {
	color:#FFFFFF; }

#emptyBasket {
	width:820px;
	text-align:center;
	font-size:0.8em;
	margin:10px 0 10px 0;}

.cartHeadings {
	font-size:0.8em;
	font-weight:800;
	text-transform:capitalize;
	padding:5px;}

.cartValues {
	font-size:0.8em;
	text-transform:capitalize;
	padding:5px;}

.itemRowA {
	background-color:#000000;} 

.itemRowB {
	background-color:#000000;}

.item_description a {
	color:#FFFFFF;
	text-decoration:none;}

.item_description a:hover {
	color:#FFFFFF;
	text-decoration:none;}

.item_imageBorder {
	border:1px solid #FFFFFF;
	width:219px;
	height:129px;
	min-height:129px;
	max-height:129px;
	line-height:129px;
	position:absolute;
	top:10px;
	left:10px;
	text-align:center;
	z-index:88;}

.priceTag {
		text-align:right;
		color:#FFFFFF;
		font-weight:bold;}

#priceDetails {
	color:#FFFFFF;
	font-size:1.8em;
	margin-top:10px; }

#onSale {
	margin-left:5px;
	font-weight:bold;
	font-size:0.7em;
	color:#FFFFFF; }

.item_hover {
	width:220px;
	height:130px;
	min-height:130px;
	max-height:130px;
	line-height:130px;
	position:absolute;
	top:10px;
	left:10px;
	text-align:center;
	display:none;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
	background-color:#fff;
	z-index:99;}

#gallery table tr td {
	margin:0;
	padding:0; }

.imageHolder {
	width:296px;
	height:308px;
	min-height:308px;
	max-height:308px;
	text-align:center;
	background-color:#333; }

.galleryButton {
	background-color:#000000;
	width:30px;
	height:30px;
	min-height:30px;
	max-height:30px;
	text-align:center;
	line-height:30px;
	font-size:0.8em;
	float:left;
	margin-right:5px;
	cursor:hand;
	cursor:pointer;}

#scroll_links {
	background:none;
	width:360px;
	margin-top:5px;
	margin-botton:50px;}

#addtoCartButon {
	border-top:1px solid #FFFFFF;
	margin-top:10px;
    padding-top:10px;
	}

#searchbox {
	width:840px;
	margin:auto;
	text-align:right;
	margin-bottom:10px;
	font-size:0.7em;
}


.seachButton {
	border:1px solid #FFFFFF;
	background-color:#e4e4e4;
	color:#9b9b9b;
	cursor:pointer;
	cursor:hand; }

.formLabel {
	margin-bottom:5px;
	font-weight:bold;
	font-size:10px; }
	
.formInput {
	margin-bottom:10px;
	font-weight:bold; }	

#rss {
	width:15px;
	height:15px;
	min-height:15px;
	max-height:15px;
	float:left;
	text-align:left; }

#inventory {
	margin-bottom:20px;
	 }

.inventoryTitle {
	font-size:10px;
	font-weight:bold; }

.inventoryBarOuter {
	background-color:#cfcfcf;
	position:relative; }

.inventoryBar {
	height:20px;
	min-height:20px;
	text-align:left;
	line-height:20px;
	width:1px;
	margin-bottom:5px;
	background-color:#a9a9a9;
	position:relative; }

.inventoryBar div {
	margin-left:5px;
	font-size:0.8em; }

.inventoryStock {
	position:absolute;
	z-index:90;
	right:5px;
	font-size:0.8em; }


#soldOut {
	font-weight:bold;
	font-size:0.9em;
	color:#3B3B3B; }
	
/*
Gallery lightbox popup ------------------------------------------------------------------------------------------------
*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;}
	
#jquery-lightbox a img { 
	border: none; }
	
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto; }
	
#lightbox-container-image { 
	padding: 10px; }

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0; }
	
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10; }
	
#lightbox-container-image-box > #lightbox-nav { 
	left: 0; }
	
#lightbox-nav a { 
	outline: none; }
	
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block; }
	
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left; }
	
#lightbox-nav-btnNext { 
	right: 0; 
	float: right; }
	
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0; }
	
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; }
	
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; }
		
#lightbox-image-details-caption { 
	font-weight: bold; }
	
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em; }
				
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em; } 





