@charset "UTF-8";
body  {
	margin: 20px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #50341a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/body_backgorund.jpg);
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/containerBckg.png); 
	border: 4px solid #50341a;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { margin: 10px; padding-top: 20px; text-align: center; background-image: url(../images/headerBckg.png); background-image: #F8F6F4; background-position: center center; border: 2px solid #50341a; font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; }
#header h3 { margin-top: 2px;} 
#headerLogo { margin: 0 auto; }
#header p {
	text-align: left;
	padding: 0 10px;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 40px 0 15px 20px;
}
#sidebar a {
	text-decoration: none;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar li {
	list-style-type: none;
}
#sidebar li.selected {
	background: url(images/buttons/keywords/selected.png) #444;
}
#mainContent { 
	margin: 0 0 0 200px;
	padding: 20px 20px;
	text-align: center;

} 
#footer {
	padding: 10px 0 0 0;
} 
#footer a {
	text-decoration: none;
	vertical-align: text-top;
}
#footer a:hover {
	color: #72cee6;
}
#footer a:visited {
	text-decoration: none;
}
#footer img{
	vertical-align: middle;
}
#contentNav {
	text-align: center;

}
#contentNav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #50341a;
	text-decoration: none;
	padding: 0 10px 0 30px;
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

.round { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.round-top { -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-radius-topright: 10px; -webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; border-radius-topleft: 10px;}
.round-bottom { -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px;}
.round-small {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.round-large {-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
/* -------- custom css --------- */

img {
	border-style: none;
}
a {
	border-style: none;
	text-decoration: none;
}
a:hover{
	color: #ffffff;
}
a:visited {
	text-decoration: none;
}
img.thumbs {
	padding: 2px;
}
#sidebar img {
	cursor:pointer;
	border-style: none;
	border: 0;
}
#categories img {
	padding: 4px 0px;
}
.hover { 
	cursor:pointer;
}
.oddRow {
	background:#CCCCCC;
}
.evenRow {

}
.selectedRow {
	border:#0000FF;
}



/* default layers */



#default {
	display: none;
	position: relative;
	border: thin solid #000000;
	width: 502px;
	height: 507px;
}
#default img {
	padding: 2px;
}
#layer1 {
	width: 154px;
	height: 214px;
	position:absolute;
	top: 0px;
	left: 0px;
	background: #6a7530;
}
#layer2 {
	width: 154px;
	height: 214px;
	position:absolute;
	top: 0px;
	left: 155px;
	background: #d27b9d;
}
#layer3 {
	width: 192px;
	height: 292px;
	position: absolute;
	top: 0px;
	left: 310px;
	background: #401006;
}
#layer4 {
	width: 192px;
	height: 292px;
	position: absolute;
	top: 216px;
	left: 0px;
	background: #9d2121;
	
}
#layer5 {
	position: absolute;
	width: 116px;
	height: 77px;
	top: 215px;
	left: 193px;
	background: #bad2d2;
}
#layer6 {
	width: 154px;
	height: 214px;
	position: absolute;
	top: 293px;
	left: 193px;
	background: #284741;
}
#layer7 {
	width: 154px;
	height: 214px;
	position: absolute;
	top: 293px;
	left: 348px;
	background: #a4640d;
}

/* cards layers */

#cards {
	display: none;
}
#thumbnails {
	width: 214px;
	margin-top: 20px;
}
#photoWrapper {
	width: 310px;
}
#viewControl {
	padding: 5px 0;
}
#photo {
	width:300px;
	height:420px;
	border: thin solid #290000;
}
#cartButton {
	margin-top:5px;
}
#paypalOption {
	padding: 3px 0 0 0;
}
#paypalButton {
	padding: 3px 0 0 0;
}
#about {
	display: none;
	text-align: left;
}
#about_image img {
	padding: 0 10px 5px 0;
}
#contact {
	display: none;
	text-align: left;
	position: relative;
}
#contact h1 {
	vertical-align: middle;
	padding: 0 5px;
}
#retail_locations {
	display: none;
}
#state_box {
	display: none;
}
#retail_locations_list {
	margin-bottom: 50px;
}
.locations {
	text-align: left;
	color: #50341a;
}
.locations dt {
	font-size: 1.1em;
	font-weight: bold;
	padding: .5em 0;
}
.locations dd {
	font-size: 1em;
	padding: .5em 0
}
#wholesale {
	display: none;
	text-align: left;
}
#press {
	padding: 10px 10px 10px 15px;
	margin-top: 30px;
	margin-left: 30px;
	background-color: #ECEEE5;
}
#press a {
	float: left;
	padding: 7px;
	margin: 0 15px;
}
#press a:hover {
	background-color: #d1d1e9;
}
#telephone {
	color: #50341a;
	padding: 2px;
	margin-right: 30px;
	cursor: pointer;
	position: relative;
}
#telephone:hover {
	color: #ffffff;
}
#voiceWidget {
	position: absolute;
	left: -700px;
}