
/* CSS Document */
body
{
	background-color:#f6f2de;
	background-image:url(images/contentRepeater.jpg);
	background-repeat:repeat-x;
	margin:0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	behavior:url(/csshover.htc);
	font-size:11px;
}
div#page

{	margin:0 auto 0 auto;
	width:1000px;
	background-color:#f7f2de;
	text-align:left;
}

div#header
{
	width:1000px;
	float:left;
	height:223px;
}

div#headerTop
{	
	width:1000px;
	padding:0px;
	margin:0px;
	float:left;
	height:183px;
}
div#headerTopLeft
{
	width:706px;
	height:183px;
	float:left;
	padding:0px;
	margin:0px;
}

div#headerTopRight
{
	width:294px;
	float:left;
	height:183px;
	padding:0px;
	margin:0px;
}

div#login
{
	width:294px;
	float:left;
	height:34px;
	margin:0px;
	padding:0px;
	background-color:#d9ceb2;

}
div#login a, div#login a:visited
{
	font-size:11px;
	color:black;
	text-decoration:none;
	font-weight:normal;
}

div#login a:hover, div#login a:active
{
	text-decoration:underline;
}

div#cart
{
	width:294px;
	float:left;
	height:149px;
	background-image:url(images/layout_04.jpg);
	background-repeat:no-repeat;
	text-align:left;
}

div#headerBottom
{
	width:1000px;
	float:left;
	height:40px;
	padding:0px;
	margin:0px;
}

div#breadCrumbs
{
	width:775px;
	padding-left:190px;
	padding-top:5px;
	float:left;
	background-color:#f7f2de;
	height:15px;
}

div#breadCrumbs a, div#breadCrumbs a:visited
{
	font-size:11px;
	color:black;
	text-decoration:none;
	padding-left:10px;
	font-weight:normal;
}

div#breadCrumbs a:hover, div#breadCrumbs a:active
{
	text-decoration:underline;
}

a.lightBlue, a.lightBlue:visited
{
	font-size:14px;
	color:#81cbed;
	text-decoration:none;
	font-weight:bold;
}

a.lightBlue:hover, a.lightBlue:active
{
	color:white;
	text-decoration:none;
}
.white
{
color:white;
line-height:12px;
}
a.white, a.white:visited
{
	font-size:11px;
	color:white;
	text-decoration:none;
	font-weight:bold;
}

a.white:hover, a.white:active
{
	text-decoration:underline;
}
a.black, a.black:visited
{
	font-size:11px;
	color:black;
	text-decoration:none;
	font-weight:bold;
}

a.black:hover, a.black:active
{
	text-decoration:underline;
}

div#contentContainer
{
	width:1000px;
	padding-top:5px;
	float:left;
	background-color:#f7f2de;
}
div#leftNav
{
	width:173px;
	margin-left:10px;
	float:left;
	background-color:#e8dec0;
}
div#content
{
	width:785px;
	margin-left:15px;
	float:left;
	background-color:#f7f2de;
}

div#colorHeader
{
	width:785px;
	font-size:12px;
	color:white;
	background-color:#18388d;
/*	background-color:#7D4826;
*/}

div#catImages
{
	width:785px;
	padding-top:15px;
	float:left;
	background-color:#f7f2de;
	font-size:10px;
}

div#footer
{
	width:1000px;
	float:left;
	background-color:#f7f2de;
	font-size:11px;
	color:black;
	text-align:center;
}

div#footer a, div#footer a:visited
{
	font-size:11px;
	color:black;
	text-decoration:none;
	font-weight:normal;
}

div#footer a:hover, div#footer a:active
{
	color:red;
}
a, a:visited
{
	font-size:12px;
	color:#014380;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:active
{
	text-decoration:underline;
}















/*---------------------------------- FIX FOR FLOATED ELEMENTS WITHIN A CONTAINER DIV --------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*--- Fix for IE on Mac ---*/
.clearfix
{
	display: inline-block;
}

/*--- Hack for bug in IE6 ---*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}