body 
	{
	margin: 0px;
 	padding: 0px;
 	background-color: #b19173;
 	font-family: Verdana Arial san-serif;
	font: 10px/14px Verdana ;
 	}
 	

p
	{
	font: Verdana 10px/14px;
	}


img
	{
	border: 0px;
	}

#container
	{
	border: 1px solid #fff;
	width: 766px;
	background-color: #FFF;
	margin: 50px auto 50px auto;
	}
	 
#header
	{
	height: 162px;
	background-color: #564033;
	border-bottom: 1px solid #fff;
	margin: 0px auto;
	padding: 0px;	
	width:766px;
	}

#header h1
	{
	background: url(/images/header_logo.gif) center center no-repeat;
	display: block;
	height: 162px;
	margin: 0;
	padding: 0;
	width:766px;
	text-indent: -5000px;
	}

#nav
	{
	background-color: #c9d8e5;
	border-bottom: 1px solid #fff;
	height: 24px;
	margin: 0px;
	padding: 0px;
	width:766px;
	
	}

#nav ul
	{
	display: block;
	margin: 0px;
	padding: 0px;
	}	

#nav ul li
	{
	clear: none;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}	

#nav ul li.home a
	{
	background-image: url(/images/link_home.gif);
	display: block;
	height: 24px;
	text-indent: -5000px;
	width: 58px;
	}	
	
#nav ul li.about a
	{
	background: url(/images/link_aboutus.gif);
	display: block;
	height: 24px;
	text-indent: -5000px;
	width: 67px;
	}	
	
#nav ul li.collect a
	{
	background: url(/images/link_collections.gif);
	display: block;
	height: 24px;
	text-indent: -5000px;
	width: 112px;	
	}	

#nav ul li.press a
	{
	background: url(/images/link_press.gif);
	display: block;
	height: 24px;
	text-indent: -5000px;
	width: 53px;
	}	

#nav ul li.store a
	{
	background: url(/images/link_stores.gif);
	display: block;
	height: 24px;
	text-indent: -5000px;
	width: 109px;
	}	
	
#nav ul li.contact a
	{
	background: url(/images/link_contact.gif);
	display: block;
	height: 24px;
	text-indent: -5000px;
	width: 62px;
	}	

#nav ul li.home2 a
	{
	background-image: url(/images/link_home2.gif);
	display: block;
	height: 24px;
	text-indent: -5000px;
	width: 58px;
	}	
	
#nav ul li.about2 a
	{
	background: url(/images/link_aboutus2.gif);
	display: block;
	height: 24px;
	text-indent: -5000px;
	width: 67px;
	}	
	
#nav ul li.collect2 a
	{
	background: url(/images/link_collections2.gif);
	display: block;
	height: 24px;
	text-indent: -5000px;
	width: 112px;	
	}	

#nav ul li.press2 a
	{
	background: url(/images/link_press2.gif);
	display: block;
	height: 24px;
	text-indent: -5000px;
	width: 53px;
	}

#nav ul li.store2 a
	{
	background: url(/images/link_stores2.gif);
	display: block;
	height: 24px;
	text-indent: -5000px;
	width: 109px;
	}	
	
#nav ul li.contact2 a
	{
	background: url(/images/link_contact2.gif);
	display: block;
	height: 24px;
	text-indent: -5000px;
	width: 62px;
	}
#footer
	{
	height: 56px;
	background-color: #564033;
	border-top: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	position: relative;
	}	

#footer p.copyright
	{
	color: #ece8de;
	font: 9px/9px Verdana;
	position: absolute;
	left: 10px;
	text-align: left;
	top: 30px;
	}
	
			
/* ----- Clearfix ----- */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 
