@charset "utf-8";
/* CSS Document */
h1 {
	font-family:Courier New,Courier,monospace;
	text-transform:uppercase;
	font-size: 1.17em;
	font-weight: bold;
	margin: 1em 0;
}
a {
	font-family: Courier New, Courier, monospace;
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}
a:hover {
	color: #999;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}
a:active {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f7f2d9;
}
.bodytext, .bodytext a, div.search input {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
}
a.imagelink { 
border-style: none; 
} 

/*====Footer Links====*/
	#footer {display:block;margin:10px 0px;padding:40px 0px 20px; width:900px;height:auto;float:left;clear:both;font-family:Courier New,Courier,monospace;
	background:transparent url(/images/home-footer.jpg) top right no-repeat;}
    #footer a {color:#595959;text-decoration:none;} #footer a:hover {text-decoration:underline;}

    #bottom-links {display:block;margin:0px;padding:20px 0px;width:900px;height:auto;float:left;clear:both;}
    #bottom-links ul.links {display:block;width:195px;margin:0;padding:0 5px;list-style:none;float:left;}
    #bottom-links ul.links.first {width:200px;padding:0 5px 0 0;}
    #bottom-links ul.links.last {width:70px;padding:0 0 0 5px;}
	#bottom-links ul.links.last li {margin:0 0 10px;} #bottom-links ul.links.last li a img:hover {filter:alpha(opacity=70);opacity:0.7;-moz-opacity:0.7;-khtml-opacity:0.7;}
    #bottom-links ul.links li {margin:0 0 5px;font-size:14px;color:#595959;}
    #bottom-links ul.links li.heading {font-size:14px;font-weight:bold;color:#595959;
	text-transform:uppercase;margin:0 0 0px;padding:0 0 5px;}
    #bottom-links ul.links li.space {margin:0 0 5px;}

/*====Site Credits====*/
    #site-credits {display:block;margin:0px;padding:10px 0px 10px;width:900px;height:auto;float:left;clear:both;border-top:1px dotted #ABABAB;}
    #site-credits #copyright {float:left;color:#595959;font-size:12px;margin:0;padding:0 0 0 0px;}
    #site-credits #siteby {float:right;color:#595959;font-size:12px;margin:0;padding:0 0px 0 0;}
    #site-credits a {color:#595959;}
	
	
/*====Story Page====*/	

#page-story{
	width: 590px;
	margin: 0 auto;	
}

#page-story h2{
	margin: 10px 0 0 0;	
}

#page-story p{
	margin: 0 0 10px 0;
	line-height: 1.6em;
	text-align: center;	
}

/* ShopNav */

div.shopnav{
	margin-top:40px;
	display:block;
	float:left;
	}

div.shopnav ul li{
    display:block;
    float:left;
    clear:both;
    list-style-type:none;
    margin:10px 0;
}
div.shopnav ul li a{
    display:block;
    width:162px;
    height:20px;
    color:#595959;
    font-size:15px;
    text-transform:uppercase;
}
div.shopnav ul li a:hover,div.shopnav ul li.selected a{background-color:#ffffff;}

div.likebtn{
	display:block;
}
.header{margin-top:18px;}

.breadcrumbs{display:block;float:left;width:495px;margin-left:-161px;margin-top:6px;}
.search{display:block;float:right;width:200px;}
.instock{display:block;margin:10px 0;}
div.search input{padding:5px;}

div.product-form input.cat_textbox_small {
    background: none repeat scroll 0 0 #ECE1D0;
    border: medium none;
    width: 185px;
}

/*Featured Products Section*/	
ul.productfeaturelist li.productItem{display:inline-block;width:25%;}
li.productItem div.shop-product-small{margin:3px;}

