/* screen styles */
/* NOTE: any * > selector rules are for standards-compliant browsers. The rule before will have a style that works in IE6. */
/* Table of Contents 
	Non-displaying Elements
	Layout
		Page Specific Layout
	Typography and Inline Elements
	Menu
	Product Layouts

*/

/* Non-displaying Elements */
/* *************************************************************************************** */
#pageTitle, #logo, #slogan, #addToCart{
	text-indent:-9999px;
	overflow:hidden;
}

/* Layout */
/* *************************************************************************************** */
body {
	background:#262626 url(images/bg.png);
	text-align:center;
	font-size:1em;
	padding:1em 0 1em;
}
#container {
	height:auto;
	margin:0 auto;
	position:relative;
	width:812px;
}
#branding {
	width: 812px;
	height: 217px;
	background: url(images/branding.png) no-repeat left top;
}
#logo {
	height:107px;
	position:absolute;
	width:363px;
	left: 0;
	top: 0;
	display:block;
}
#content {
	z-index: 1;
	width: 740px;
	background-color: #F7F7F7;
	padding: 35px 30px 20px;
	text-align: left;
	margin: 0 6px;
}
#bottom {
	background:url(images/bottom.png) no-repeat left 0px;
	height:66px;
	margin: 0 6px;
	overflow: hidden;
	width: 800px;
}

/* Page Specific Layout */
.layout-normal .products {
	width: 235px;
	margin-left: 1em;
	float: right;
}
.layout-normal .products .product {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.layout-normal .column.left {
	float:left;
	width: 450px
}
.layout-contact_us .column.left {width:45%}
.layout-contact_us .column.right {width:45%}

#dev-server_message{position:absolute;width:100%;z-index:100; left:0; top:0;}
* > #dev-server_message{position:fixed;}


/* Typography and Inline Elements */
/* *************************************************************************************** */
noscript {
	font-size: larger;
	font-weight: bold;
	color: #981B1E;
	text-align: center;
}
.moreInfo {
	float: none;
	width: 100px;
	clear: none;
	padding: 0px;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0 0 0 12px;
}
#productImagesArea {
	width: 200px;
	float: right;
	height: auto;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dotted #E2E2E2;
	text-align: center;
	overflow: hidden;
}
#productImagesArea img {border: 1px solid #6C6A65;}
#productImagesArea .thumbnails {margin-left:-10px}
#productImagesArea .thumbnails img {margin: 0 0 2px 10px;}

.productInfo {
	width: 500px;
	float: left;
}
#madeInUSA {border:none}

/* Menu */
/* *************************************************************************************** */
#menu {
	background:url(images/menu.png) no-repeat;
	height:35px;
	left:6px;
	position:absolute;
	top:171px;
	width:456px;
	z-index: 3;
	padding-top: 12px;
	padding-left: 350px;
	line-height: 1;
}

#menu a {
	margin: 0px .8em;
	color: #981B1E;
	font: italic bold 17px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}


/* Product Layouts */
/* *************************************************************************************** */
.products {
	margin:0 0 0.5em -7px;
	line-height:1em;
}
.product .note {
	font-size: 0.8em;
}
.product a {
	border: 1px solid #981B1E;
	text-decoration: none;
	padding: 0px 0.25em;
}
.product h3 {
	font-size: 1em;
	margin: 0px;
	color: #981B1E;
	border-bottom: 1px solid #981B1E;
	font-weight: bold;
}
.product h3 a {
	border: none;
	text-decoration: none;
	padding:0;
}
.product img {
	border: 1px solid #6C6A65;
	float: left;
	margin: 0px 5px 0px 0px;
}
div.product {
	clear: none;
	margin: 0 0 7px 7px;
	padding: 5px;
	height: 102px;
	width: 225px;
	border: 1px solid #6C6A65;
	font-size: 0.75em;
	float: left;
	overflow: hidden;
}
.product p, .moreInfo{
	margin: 0 0 0 12px;
	padding: 0 0 0.5em 0;
}
* > #addToCart {
	display:block;
	background-image:url(images/addToCart.png);
	background-repeat: no-repeat;
	background-position:left top;
	height: 32px;
	width: 120px;
	margin:0;
	border:none;
	padding:0;
	color:transparent;
}
* > #addToCart:hover {cursor:pointer; background-position:left bottom;}

