/* **************************************
 * Text Styles							* 	
 ************************************* */ 
.align_left{
	text-align:left;
}
.align_right{
	text-align: right;
}
b, a{
	color: #282820;
}
a.tan{
	color: #a29a8f;
	}	
.center_me{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.hide_me{
	visibility: hidden;
}
.remove_me{
	display: none;
}
.small_text{
	font-size: 6pt;
}
.med_text{
	font-size: 8pt;
	}
.normal_spacing{
	letter-spacing: 0px;
}
.underlined{
	border-bottom: 1px dotted #a29a8f;
}
.uppercase_me{
	text-transform:uppercase;
}
.normal_case{
	text-transform: none;
}
hr{
	border: 0px;
	border-bottom: 1px dotted #a29a8f;
	width: 100%;
}
hr.dashed{
	border: 0px;
	border-bottom: 1px dashed #a29a8f;
	width: 100%;
}
TD{
	padding: 0px;
}
.no_border{
	border: 0px;
}
/* **************************************
 * Form Element Styles					* 	
 ************************************* */ 
.error{
	color: red;
}
.success{
	color: green;
}
input{
	background-color: white;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 8pt;
	color: #282820;
	padding: 2px;
	border: 1px solid #7c756d;
}
input:hover{
	background-color: #eeeeee;
}
input.newprod{
	width: 300px;
}
input.small_input{
	width:40px;
}
input.med_input{
	width:60px;
}
select {
	color: #282820;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 8pt;
	background-color: white;
	padding: 2px;
	border: 1px solid #7c756d;
	width: 50px;
	letter-spacing: 0px;
}
select.countries{
	width: 160px;
}
textarea {
	background-color: white;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 8pt;
	color: #282820;
	padding: 2px;
	border: 1px solid #7c756d;
}
textarea:hover{
	background-color: #eeeeee;
}
textarea.newprod{
	width: 300px;
}
textarea.content{
	height: 300px;
	width: 100%;
}
textarea.content_short{
	height: 100px;
	width: 100%;
}
textarea.newsblog{
	width: 300px;
	height: 250px;
}
textarea.editBlog{
	width: 100%;
	height:150px;
}
input.cart_add{
	background-color: white;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 6pt;
	letter-spacing: 2px;
	color: #282820;
	padding: 5px;
	border: 1px solid #7c756d;
}

/* **************************************
 * Image Styles							* 	
 ************************************* */ 
 
.product_image_thmb{
	width: 80px;
	height: 80px;
}

.product_thumb{
	width: 80px;
	height: 80px;
	padding: 3px;
	background-color: white;
	border: 1px solid #a29a8f;
}

.product_thumb:hover{
	width: 80px;
	height: 80px;
	padding: 3px;
	background-color: white;
	border: 1px solid black;
}

/* **************************************
 * Page Layout Structure				* 	
 ************************************* */ 
 
#body-center {
	text-align:center;
	border:1px solid #1f324c;
	}	
#body {
	position: relative;
	margin-left: auto;
	margin-right:auto;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 9pt;
	letter-spacing:2.5px;
	color: #a29a8f;
	width: 700px; 
	text-align:left;	
	border:0px solid #1f324c;		
	}

#header {
	position:relative;
	left:00px;
	top:0px;
	height:85px;	
	text-align:center;
	background: url('../images/layout/artifacts_banner.jpg') no-repeat;
	background-position: bottom left; 
	}
	#header A{
				display: block;
				height: 100%;
				width: 100%; 
				text-decoration: none;
				border-bottom: 0px;
				z-index:10;
			}
#navigation{
	position: relative;
	left:0px;
	top:0px;
	color: #a29a8f;
	text-transform:uppercase;
	padding-top: 10px;
}	
	#navigation A{
		text-decoration: none;
	}

#content{
	position: relative;
	left:0px;
	top:0px;
	padding-top: 30px;
}

/* **************************************
 * Product Styles						* 	
 ************************************* */ 
#product_images{
	padding-top: 20px;
	height: 300px;
	width: 400px;
	margin-left:-30px;
	float: left;
	text-align:center;
}
#product_details{
	height: 300px;
	width: 285px;
	float: right;
	padding-top: 40px;
}
.product_arrows{
	padding-top: 115px;
}
img.product_arrows{
	border: 0px;
}
.product_images{
	background-color: #6d665c;
	margin-right: 3px;
	color:white;
	padding: 4px 8px 4px 8px;
	font-size: 10pt;
	letter-spacing:0px;
}
.product_images:hover {
	background-color: #a29a8f;
	text-decoration: none;
	color:white;
}
.image_line{
	padding-left:30px;
}
.gallery_pages{
	text-align: right;
}
.gallery_pages A{
	text-decoration: none;
}
.gallery_page_image{
	border: 0px;
	height: 12px;
}
/* **************************************
 * Cart Styles							* 	
 ************************************* */  
.cart_frame{
	background-color: #a29a8f; 
	padding:5px;
	color: white;
}
.cart_frame A{
	color: white;
	text-decoration: none;
}
table.shoppingcart{
	width: 100%;
	padding-left: 10px;
}
table.shoppingcart td.header{
	font-size: 13px;
	width:25%;
	font-weight: bold;
	border: 0px;
}
table.shoppingcart td{
	border-bottom: 1px solid #f1f1f1;
	padding: 3px;
}
/* **************************************
 * Stockist Styles							* 	
 ************************************* */ 
.stockist_float{
	width: 150px;
	float:left;
	padding: 10px;
}
.clear_both{
	clear:both;
}
UL.stockists{
	list-style: none;
	padding-left: 0px;
}