/* <!-- */
/* General styles */


body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background: #fff url(../images/background_pattern.png);
    min-width:600px;
    
    /* text styles and all */
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #574633;
}
a {
	color:#654118;
	font-weight: bold;
}
/*
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
*/
h1, h2, h3 {
	font-family: "Gill Sans","Franklin Gothic Medium","Lucida Grande",Arial,Helvetica;
	font-weight: normal;
	text-transform: uppercase;
    margin:.8em 0 .2em 0;
    padding: 0px 0px 0px 10px;
}

h2 {
	font-size: 30px;
}

h2 a {
	font-weight: normal;
}

h3 {
	font-size: 20px;
}

.brands a img {
	margin-bottom: -10px;
}
.CartRemoveLink {
	font-size: 8px;
	text-transform: uppercase;
}

#SideProductRecentlyViewed  .BlockContent {
	margin-top: 10px;
	margin-right: 10px;
}

#SideProductRecentlyViewed  .BlockContent img {
	border: 1px solid #C4AF85;
}

/* Container styles */
#Container {
	width: 875px;
	margin:0px auto;
	padding:0px;
}

/* Blog styles */

/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
	height: 177px;
	margin-top: 8px;
	/* border-bottom:1px solid #000; */
	background: #eecd86 url(../images/header_bg.png) repeat-x;
}

#top_h {
	clear: both;
}

#header #top_h p {
	margin-top: 2px;
	margin-bottom: 2px;
}

#header #top_h  #logo {
	margin-top: -8px;
	margin-left: 10px;
	margin-bottom: -9px;
	float: left;
}

/*
#header #watermark {
	background-image: url(../images/header_watermark.png);
	width: 460px;
	height: 141px;
	float: right;
}
*/

/* Options */
#header #top_h #options {
	float: right;
	font-size: 85%;
	margin-top: 10px;
	margin-right: 10px;
}

/* Cart */

#cart {
	background-image: url(../images/cartbox.png);
	width: 189px;
	height: 50px;
	margin-top: 5px;
}

#cart a {
	color: #97815A;
}

#cart #cart_options {
	margin-left: 50px;
	padding-top: 10px;
}


/* Menu */

.ProductDetails span strong a{
	font-size: x-small;
}

#bottom_h {
	float: right;
}

/* #header #address {
	font-size: x-small;
	color: #663300;
	margin-top: 15px;
	margin-right: 20px;
} */

#searchbox {
border: 1px solid #654118;
float:right;
margin-top: -25px;
margin-right: 30px;
	padding: 1.5px 0.5em;
	background: #ffefd1;
} 
#searchbox input {
border-style: none;
}

.newmenu {
margin-left: 1px;
}

.menubar {
	height: 35px;
	width: 590px;
	border: 1px solid #654118;
	background: #ffefd1;
	margin-right: 10px;
	margin-top: 10px;
padding: 0px;
	/* padding: 3px 0.5em; */
}

#menu {
	margin: 0px auto;
	text-align:center;
}

#menu li {
	display:inline;
	padding:0;
	margin:0;
}

#menu li a:link,
#menu li a:visited {
	font-weight:bold;
	margin-top: 0px;
	padding:3px 0.5em;
	background:#ffefd1; 
  	color:#000; 
  	text-decoration:none;
	text-transform: uppercase;
}

#header #bottom_h #menu li a:hover {
  	color:#fff; 
  	background:#663300;
}

/* Wrapper */
#Wrapper {
	clear: both;
}

/* Brands */
#brands {
	margin-top: 5px;
	width: 200px;
	float: left;
	background: #fff;
	padding: 5px;
}

#brands #LayoutColumn1 {
	background: #ffefd1 url(../images/sidebar/sidebarbg.png) repeat-x scroll bottom;
	border: 1px solid #c4af85;
	text-align: center;
}

#BlogSidebar {
	background: #fff2da;
	border: 1px solid #c4af85;
	text-align: center;
}

#rightcontent {
	float: right;
}

/* Details */

#details {
	width: 650px;
	margin-top: 5px;
	background: #fff;
	background: #fff;
	padding: 5px;
}

#details #LayoutColumn2 {
	background: #ffefd1 url(../images/contentbg.jpg) no-repeat scroll bottom left;
	border: 1px solid #c4af85;	
	padding: 6px;
	font-size: 90%;
}

#details #LayoutColumn2 img {
	padding-left: 1px;
	padding-bottom: 2px;
}

#details #LayoutColumn2 p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

#endorse {
	background: #ffffff;
	padding: 5px;    
	text-align: center;  

}

#desctext {
	text-align: justify;
	margin-top: 10px;
	padding: 20px;
}


/* Misc styling */

#comment {
	font-family: arial;
	font-size: small;
	width: 600px;
	height: 50px;
	padding: 5px;
}



.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#engravemsg, #giftwrapmsg {
	width: 300px;
}

/* Footer styles */
#footer {
    width: 650px;
	border-top:1px solid #000;
	text-align: center;
}

#footer p {
	color: #97815a;
	font-family: arial;
	font-size: x-small;
    padding:10px;
	padding-left:100px;
	padding-right:100px;
    margin:0;
}

#footer p a {
	color: #dbb573;
	text-decoration: none;
	text-transform: uppercase;
}

#footer p a:hover {
	text-decoration: underline;
}

#sublist, .sidebar {
	text-align: left;
	font-size: 10px;
}

#sublist ul, #sublist li, .sidebar ul, .sidebar li {
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
}

#sublist li, .sidebar li {
	background-color: #dabd84;
	padding: 3px 5px;
	display: block;
}

#sublist a, .sidebar a {
	color: #654118;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	width: auto;
	height: auto;
}

.itemframe {
	padding: 10px;
}

.pictureFrame {
	padding: 10px 10px 0px 10px;
}


.itemframe, .formSection, .pictureFrame{
	background: #fff;
	border: 1px solid #c4af85;
	margin-bottom: 10px;
}

.formSection {
	padding: 0px 10px 10px 10px;
}

.formSection dl {
	margin-left: 20px;
}

.itemprice {
	font-weight: bold;
	color: #654118;
}

.itemdesc {
	text-align: justify;
	color: gray;
	font-size: 10px;
}

.itemtable td {
	padding-right: 3px;
	padding-left: 3px;
}

.itemcomparetext {
	font-size: 10px;
	text-transform: uppercase;
}

.itemcontent {
	background: #ffefd1;
	border: 1px solid #c4af85;
	padding: 10px;
	width: 350px;
	margin-bottom: 5px;
}

.faq_question {
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
	border-top: 1px solid #c4af85;
	border-bottom: 1px solid #c4af85;
	margin-bottom: 10px;
}
/* --> */

