@charset "UTF-8";
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: .02em;
	color: #7d6f62;
	background-color: #FFFFFF;
	margin-top: 35px;
}

a img{
	border:none;
}

#container { 
	width: 720px; 
    margin: 0px auto 0px auto; 
	background-color: white;
	}

#logo {
	float: right;
	display: inline;
	margin-bottom: 7px;
}
	
#navigation {
	margin: 13px 12px 0 0;
	padding: 0;
	font-size:1.2em;
	letter-spacing: .08em;
	text-align:right;
	vertical-align: middle;
	list-style-type: none;
	float: left;
}

#navigation li {
	border: 0px solid red;
	display: inline;
	margin-left:14px;
	margin-right: 14px;
}
	
#navigation a {
	color:#bbada1;
	text-decoration:none;
	font-weight: normal;
	}
	
#navigation a:hover {
	text-decoration:none;
	color:#7d6f62;
	}

#current a {
	color:#7d6f62;
}

#current a:hover {
	color:#7d6f62;
	text-decoration: none;
}

#content {
	clear:both;
	padding: 20px 0 0 0;
	border-top: 1px solid #efeeec;
}

#main_info {
	width: 500px;
	float: left;
	padding-right: 20px;
	font-size: 1.15em;
	line-height: 1.5em;
	text-align:justify;
}

#main_info img {
	width: 500px;
}
	
#side_info {
	float: right;
	width: 200px;
	background-color:#FFFFFF;
	text-align:left;
}

#side_info h1 a{
	color: #7d6f62;
	font-weight:bold;
	font-size:13px;
	margin: 0 0 0 0;
	letter-spacing: 1px;
	text-transform:uppercase;
}

#side_info h1 a:hover{
	text-decoration: none;
}

.side_photo{
	width: 200px;
	margin-bottom: 6px;
}

h1 {
	font-size:16px;
	margin: 0 0 0 0;
	padding: 0;
}

#main_info h1 {
	margin: 15px 0 15px 0;
	text-transform:lowercase;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: .08em;
}

#main_info h1 img{
	width: 200px;
}

#main_info table {
	padding: 0;
	margin: 0;
	border-collapse:collapse;
}

#main_info table tr {
	border-top: 1px solid #efeeec;
	border-bottom: 1px solid #efeeec;
}

#main_info table td {
	margin: 0;
	padding: 4px 8px;
	vertical-align:text-top;
}

h2 {
	font-size:13px;
	margin: 0 0 0 0;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight: bold;
}

h3 {
	margin: 10px 0 0 0;
	font-weight:bold;
}

a, a:visited {
	text-decoration: none;
	color: #cfa48e;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0;
}


/***** styles for navigating collection photos *****/
.nav_img {
	height: 16px;
	margin: 20px 0 7px 0;
	text-transform:uppercase;
	font-weight: bold;
}

.nav_img a{
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 3px 0 0;
	vertical-align: text-top;
}


/***** styles for side navigation links *****/
.link_list {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

.link_list a{
	color: #bbada1;
	font-weight: bold;
}

.link_list a:hover {
	color:#7d6f62;
	text-decoration: none;
}


/****** styles for the collections general page grid *****************************/
.grid{
	display: inline;
	background-color: #efeeec;
	border: 1px solid red;
}

.grid h1 {
	font-size: 3em;
	font-weight: normal;
}

.my_grid table {
	border: none;
	border-collapse:collapse;

	}
.my_grid td.cell {
	background-color: #efeeec;
	}
.my_grid td.spacer {
	background-color: #ffffff;
	width: 10px;
	height: 10px;
	}


/****** styles for the shopping page grid *****************************/
.shop_item {
	float: left;
	margin-right: 13px;
	margin-bottom: 35px;
	width: 165px;
	line-height: 12px;
}

img.shop_photo {
	width: 165px;
	border: 1px solid #7d6f62;
	margin-bottom: 4px;
}

.shop_item .googlecart-add-button {
	background-image:url(images_shop/btn_addtocart.gif);
	background-repeat:no-repeat;
}

.reg_price {
	text-decoration: line-through;
}

.sale_price {
	color: #CC0000;
}

.sale_heading {
	color: #CC0000;
	font-weight: normal;
	text-transform: capitalize;
}


/****** styles for the homepage *****************************/
.news {
	color: white;
	background-color: #7d6f62;
	text-align: right;
	text-transform: uppercase;
	padding: 8px 26px 4px 8px;
	font-size: 12px;
}

.news a {
	color: white;
}

.news a:hover {
	color: #cfa48e;
	text-decoration: none;
}