@import "shop.css";

html, body {
	height: 100%;
		}



body {
	background: url(img/body_bg.jpg) repeat-x #6E222E;
	background-attachment: fixed;
	font: 13px/22px "Lucida Grande", "Lucida Sans", Arial;
	margin: 35px;}
	
	
#white {
	width: 880px;
	margin: auto;
	background: white;}
	
#container {
	background: url(img/diag_bg_shallow.jpg;) repeat-x #CFEEE4 ;
	width:860px;
	margin: auto;
	border: 10px solid white;
	border-width:10px 0;
	}
	
.logo {
	1px solid white;
	margin:0;
	padding: 0;
	float: left;
	position: relative;
	top: 0px; left: 40px;
	width: 152px; height: 84px;
	text-indent: -9999px;
	background: url(img/logo.gif);}
	
	
p {
	font: 13px/22px "Lucida Grande", "Lucida Sans", Arial;
	color: #666;}
	
a {
	color: #666;}
	

	
	
.bigger {	
	font: 15px/22px "Lucida Grande", "Lucida Sans", Arial;
	color: #666;}
	

		
.clears {
	clear: both;
	height: -50px;}
	
.body_content {
	float:right;
	width:590px;
	padding: 25px;
	padding-top: 0px;}
	
#home_page .body_content {
	padding-bottom: 0;
}
	
	
#center_content {
	background: url(img/column_bg.gif) repeat-y;}
	
	
/* FOOTER */
	
.footer {
	width: 820px;
	margin: auto;}
	
	.footer p {
	text-align: center;
	color: white;
	font-size: 11px;}
	
	.footer p a {
	color: #CCC;}
	
	
/* GLOBAL NAVIGATION */

#home_page .body_content #global_nav {
	margin: 0px 0 0 0px;}
	
#home_page .body_content{
	padding-left: 30px;
}


#global_nav {
	margin: 0px 0 0 205px;
	border-width: 1px 0; 
	padding: 15px 0 0 0;}
	
	

	#global_nav li {
		font:16px "Lucida Grande", "Lucida Sans", Arial;
		display: inline;
		list-style-type: none;
		padding-right: 20px;
		padding-left: 20px;
		background: url(img/large_arrow_bullet.gif) no-repeat left center;
		}
		
	#global_nav a {color: maroon; text-decoration: none;}
	#global_nav a:hover {text-decoration: underline;}

/* MAIN NAVIGATION */

#nav_list {
	margin: 50px 0 0 0;
	border: 1px dotted #87B4A5;
	border-width: 1px 0; 
	padding: 15px;
	background: #A8DECC;}

	#nav_list li {
		font:14px "Lucida Grande", "Lucida Sans", Arial;
		display: inline;
		list-style-type: none;
		padding-right: 20px;}
	
	#nav_list a {
		color: #496159;
		text-decoration: none;}
		
	#nav_list a:hover {
		color: #333;
		text-decoration: underline;
		}
		
		
/* LEFT COLUMN */
	
#left_column {
	float: left;
	width: 200px;
	height: 100%;}
	
	#left_column ul {
		padding-left: 20px;}
	
	#left_column li {
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;}
	
	#left_column a {
		font: 11px "Lucida Grande", "Lucida Sans", Arial;
		color: #496159;}
		
	#left_column h3 {
		margin-left: 20px;
		font: bold 13px "Lucida Grande", "Lucida Sans", Arial;
		color: #384a44;
		}
		
		
		
/* BODY CONTENT ------------  */

.body_content h3 {
	font: bold 16px "Lucida Grande", "Lucida Sans", Arial;
	color: maroon;}
	
.body_content h2 {
	font: bold 23px "Lucida Grande", "Lucida Sans", Arial;
	color: maroon;}
	
.body_content h1 {
	font: bold 23px "Lucida Grande", "Lucida Sans", Arial;
	color: #496159;
	border-bottom: 1px dotted #496159;
	padding: 0;
	padding-bottom: 7px;
	margin-bottom: 30px;}
	
	
.body_content ul {
	list-style: square;}
		
		
/* SHOP ------------  */


.notebox_outer {
	border: 1px dashed #A7CABE;
	padding: 2px;
	margin-bottom:10px;
	margin-top: 15px;}


.notebox {
	padding:8px;
	border: 3px solid #b9dfd2;
	background:white;
	}
	
.notebox img {
	float:left;
	margin-right:20px;}
	
.notebox p {
	margin:0;
	padding:0;}
	

.divide {
	border-bottom:1px dashed #999;}

.product {
	border-bottom: 1px dotted #6fb89f;
	padding: 18px 9px 15px 0;}
	
.product_r {
	background-color: #F2FAF7;
	border-bottom: 1px dotted #6fb89f;
	padding: 5px 5px 5px 0;
	}

.recommend {
	background: url(img/recommend.gif) #CFEEE4 no-repeat ;
	height: 39px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;}
	
.prod_img {
	float: left;
	border: 3px solid #b9dfd2;
	margin: 0 15px 0 15px;}
	
.product h3, .product_r h3 {
	margin: 0 0 0 10px;
	font: bold 16px "Lucida Grande", "Lucida Sans", Arial;
	color: maroon;}

.price {
	font: bold 13px "Lucida Grande", "Lucida Sans", Arial;
	color: maroon;}
	
table {
	font: 11px "Lucida Grande", "Lucida Sans", Arial;
	color: #666;}
	
.rex {
	margin-left: 20px;}
	
	
/* home page ---------------- */

#home_page .body_content{
	width: auto;}
	
#home_page .girl {
	float: right;
	margin: 0 0 0 30px;}
	
	
	
	
	
/* contact form ------------- */

.form {
	padding: 10px;
	margin: 0;
	border: 1px dashed #CCC;}

.slants {
	padding: 10px;}
	
	
	
	
	
	
	
	