@charset "UTF-8";
body {
	background: #D6D3C7;
	margin: 0; /* 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: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
tr {
	font-size: 80%;
}

html, body { /* this rule keeps the page from appearing to shift when going from a long page, with scroll bar to a short page without on some browsers */
	height: 100%;
	margin-bottom: 1px;
}

#ProductDetailsImage {
	margin-right: 12px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ~~~~~~~~~~~~~~~ ProductDeails OVERRIDE ~~~~~~~~~~~~~~~ */
#tableProductDetails P, #tableProductDetails strong, #tableProductDetails TD, #divPrice {
	font-size: 120%;
	color: #261b1b;
}
#tableProductDetails FORM {
	font-size: 120%;
}
#mainContent #tableProductDetails TD H1 {
	font-size: 170%;
	font-weight: bolder;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* ~~~~~~~~~~~~~~~ ELEMENT SELECTORS ~~~~~~~~~~~~~~~ */
p, ul, ol, dl { /* when using percentage font sizing, be aware that any of these elements nested in each other will decrease the font-size of the nested element accordingly. The rule that follows shows how to offset that */
	font-size: 98%; /* was 80% */
	color: #52534A;	 /*was 797B6F */
}
ul p, ul ul, ul ol, ol p, ol ul, ol ol { /* the descendent selectors in this rule keep nested elements from getting exponentially smaller. If you nest more deeply you may need to add a selector to it */
	font-size: 100%;	
}
a:link, a:visited { /* page wide links (unless overridden by a more specific selector) */
	color: #00C; /* was D9A689 */
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active, a:focus { /* must be in this order and allows the hover style to be seen for keyboard navigators as well as mouse users */
	text-decoration: none;	
}
a img { /* this rule removes the default border on any image that is linked */
	border: none;	
}


/* ~~~~~~~~~~~~~~~ CONTAINER STYLES ~~~~~~~~~~~~~~~ */
#container {
	width: 945px;  /* this is the width of the main slice minus the 9px of padding on each side */
	background: #FFF url(../images/container_back.jpg) repeat-y; /* this creates a little white space before the close of the page */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 9px;
} 


/* ~~~~~~~~~~~~~~~ HEADER STYLES ~~~~~~~~~~~~~~~ */
#header {
	background: #8F9184; /* this color should match the color your logo gradient ends on */
	padding: 0;
	margin: 0; /* do not add any margin on this selector or the slice on the #container below it will show */
}
#action {
	float: right;
	color: #FEF8EA;
	font-size: 160%;
	line-height: .8; /* this keeps the space around the call to action from pushing the navigation down when text size is increased */
	padding-right: 40px; /* don't use margin as it can cause the doubled float margin bug in IE */
	margin-top: 40px; /* this adjusts the positioning of the call to action in the header */
}	
/*#navlist {
	background: #787B6E url(../images/nav_bar.jpg) repeat-x left top;  this image begins the gradient for the nav bar, and thus, is positioned at the top of the div -- the color used is sampled from the very bottom of the gradient image -- to make a seamless transition if the text is larger than anticipated 
}*/
#header ul {
	background: #787B6E url(../images/nav_bar.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	padding-left: 10px; /* creates alignment that matches the logo and navigation in the sidebar1 */
	line-height: 2.5; /* this creates the height of the nav bar */
	font-size: 95%;
}
#header li {
	list-style: none;
	display: inline;
	margin: 0;
}
#header li a {
	text-decoration: none;
	padding: 6px 20px 6px 10px; /* this padding fills out the button -- change the left and right padding to space the list items more, or less, apart */
	color: #FEF8EA;
	background: url(../images/nav_divide.gif) no-repeat right center; /* the circle image here divides the buttons visually */
	font-weight: normal;
}
#header li a.last { /* this should be placed on the last item in the list so there's no cirlce image to its right */
	background: none;	
}
#header li a:hover, #header li a:active, #header li a:focus { /* must be in this order and allows the hover style to be seen for keyboard navigators as well as mouse users */
    color: #000;
}
.home #home a, .catalog #catalog a, .about #about a, .contact #contact a, .privacy #privacy a, .cart #cart a, .checkout #checkout a { /* this selector will allow you to add a class to the body that matches the ID on the top menu and causes it to show a persistent page indicator (you are here) - if you change the menu, feel free to add more using the pattern here */
	font-weight: bold;
	color: #000;
}

/* ~~~~~~~~~~~~~~~ SIDEBAR1 STYLES ~~~~~~~~~~~~~~~ */
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 45px 15px 20px; /* remember to add the padding on each side to the width to arrive at the space this div will take up in your layout */
	margin: 0;
}
#sidebar1 h1 {
	color: #000;
	font-size: 110%;
	margin-top: 20px;
}
#sidebar1 h2 {
	color: #797B6F;
	font-size: 100%;
	margin-top: 50px; /* this creates the space between the navigation and the H2 element below */
}
#sidebar1 h4 {
	font-size: 90%;
	margin-top: 20px; /* this creates the space between the navigation and the H2 element below */
}

/* NOTE: sidebar1 navigation is contained in the SpryMenuBarVertical.css file */

/* NEWSLETTER SUB STYLES */
#sidebar1 .newsSubFront {
	background: transparent;
	width: 145px;
	border-style: none;
	margin: 3px 2px 7px 4px;
	padding: 0px;
	min-height: 30px;
	font: 11px "Segoe UI", Calibri, Arial, Verdana;
	color: #52534A;
}
.newsSubFront label {
	font: 11px "Segoe UI", Calibri, Arial, Verdana;
	color: #52534A;
	background: transparent;
	width: 55px;
	margin-top: 3px;
	margin-right: 3px;
	height: 17px;
	text-align: right;
}
.newsSubFront input {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	height: 17px;
	width: 80px;
	margin-top: 3px;
}
.newsSubFront label.peepChk { 
	display: none;  /* block float the labels to left column, set a width */
	float: left; 
	width: 55px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
.newsSubFront input.peepChk {
	display: none;
	width:80px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}



/* ~~~~~~~~~~~~~~~ MAINCONTENT STYLES ~~~~~~~~~~~~~~~ */
#mainContent { 
	width: 580px;
	float: right;
	padding: 0 60px 0 20px; /* remember that padding is the space inside the div box (and is added to the total width) and margin is the space outside the div box */
	margin: 0; 
} 
#mainContent h1 {
	color: #874B2C; /* was D9A689 */
	font-size: 125%;
	margin-top: 20px;
}
#mainContent h2 {
	color: #8F9184;
	font-size: 130%;
}
#mainContent h3 {
	color: #000;
	font-size: 110%;
}
#mainContent h4 {
	font-size: 100%;	
}

/* ~~~~~~~~~~~~~~~ FOOTER STYLES ~~~~~~~~~~~~~~~ */
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	width: 945px;
	padding: 20px 9px;
	margin: 0 auto;
	background: url(../images/container_bottom.jpg) no-repeat center top;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #797B6F;
	font-size: 80%;
}
#FeaturedCallout {
	margin: 22px;
	width: 200px;
	float: left;
}
#FeaturedCallout a {
	margin-left: 10px;
}
#sidebarContent {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#sidebarContent h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: -5px;
}

/* ~~~~~~~~~~~~~~~ MISCELLANEOUS CLASSES ~~~~~~~~~~~~~~~ */
.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;
}

.clearfloat { /* 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;
}


/* ~~~~~~~~~~~~~~~~~~ Contact Form Styles ~~~~~~~~~~~~~~~~~~~~~~~ */

.contactform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dotted gray;
height: 1%;
}

.contactform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.contactform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.contactform textarea{
width: 250px;
height: 150px;
}


#sidebarCartLinks {
	font-size: 12px;
	width: 160px;
}
