@charset "utf-8";
/* CSS Document */
body
{
	background-color:#d8f2fb;
	margin:0 auto 0 auto;
	font-family:"Trebuchet MS", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#page
{
	width:780px;
	padding-left:15px;
	padding-right:12px;
	margin:0 auto 0 auto;
	background-image:url(images/contentRepeater_15.jpg);
	background-repeat:repeat-y;
}

div#header
{
	width:780px;
	height:125px;
	float:left;
	border-bottom:1px solid #bcb5ab;
}

div#headerLeft
{
	width:538px;
	float:left;
	height:125px;
}
div#listmenu /*--- Menu List Container ---*/
{
	float:left; /*--- Makes the div enclose the list ---*/
	padding:0px;
	margin:0px;
	width:538px;
	height:16px;
	padding-top:4px;
}

div#listmenu ul
{
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style-type: none;
}

div#listmenu li
{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/	
	display:block;
	margin:0px;
}
div#listmenu ul li
{
	padding-left:6px;
	padding-right:6px;
}

div#listmenu ul li a  {
	text-decoration:none;
	display:block;
	color:#48371b;
	font-weight:bold;
}
div#listmenu ul li a:hover {
	display:block;
	color:#3999c6;
	font-weight:bold;
	text-decoration:none;
}

div#headerRight
{
	width:242px;
	float:left;
	height:96px;
}

div#cart
{
	width:107px;
	float:left;
	height:68px;
	padding:5px;
}

div#newsletter
{
	width:200px;
	float:left;
	height:22px;
	padding-left:15px;
}
div#contentContainer
{
	width:780px;
	float:left;
	padding-top:6px;
	padding-bottom:6px;
}

div#promo
{
	width:780px;
	float:left;
	height:185px;
}
div#products
{
	width:770px;
	padding:5px;
	float:left;
}
div#thumbnails
{
	width:488px;
	height:105px;
	float:left;
	margin-top:18px;
	margin-left:8px;
	padding:5px;
	border:1px solid #bcb5ab;
}

div#suggestions
{
	width:725px;
	float:left;
	margin-left:11px;
	margin-right:11px;
	padding:5px;
	border:1px solid #bcb5ab;
}


div#footer
{
	width:780px;
	float:left;
	border-top:1px solid #bcb5ab;
	text-align:center;
	padding-top:6px;
	margin-top:18px;
}

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

div#footer a:hover, div#footer a:active
{
	color:#48371b;
	font-weight:normal;
	text-decoration:none;
}

div#footerbottom
{
	width:807px;
	background-image:url(images/layout_15.jpg);
	background-repeat:no-repeat;
	height:22px;
	margin:0 auto 0 auto;
	text-align:center;
}

.size
{
	font-size:20px;
	color:#3999c6;
	font-weight:bold;
	text-align:center;
}
.blueHeader
{
	font-size:20px;
	font-weight:bold;
	color:#36a3e1;
}
a, a:visited {
	text-decoration:none;
	color:#36a3e1;
	font-weight:bold;
}
a:hover, a:active {
	color:#ff3904;
	font-weight:bold;
	text-decoration:none;
}


/*--- CSS Document --------------------------------------------------------------------------
	File Name: holyhack.css
	Date: 6-22-06
	Description: Holy Hack for keeping divs from collapsing when they hold no content (floated divs) 
	Note: This is a hack for Internet Explorer 6 (This may not work for Internet Explorer 7)
-------------------------------------------------------------------------------------------*/

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for ie on a mac */
.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
*html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* End hide from IE-mac */
