body{
	background-color: #867361;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

body.popup{
	background-color: #fff;
}

a{
	color: #fff152;
}

a:hover{
	color: #fff;
}

p{
	margin: 0 0 1em 0;
}

form{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
	margin: 0;
	padding: 0;
}

input, textarea, select{
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
}

.button{
	border: 0;
}

#page{
	border: 1px solid #fff;
	margin: 20px auto;
	width: 768px;
}

#header{
	background-color: #baa387;
	border-bottom: 1px solid #fff;
	position: relative;
}

#header h1{
	background-image: url(/images/logo.gif);
	border-right: 1px solid #fff;
	height: 128px;
	margin: 0;
	padding:0;
	text-indent: -50000px;
	width: 232px;
}

#header #menu{
	border: 1px solid #fff;
	padding: 10px 5px;
	position: absolute;
	right: 40px;
	top: 30px;
	width: 200px;
}

#header #menu ul{
	float: left;
	margin: 0;
	padding: 0;
}

#header #menu ul li{
	list-style: none;
	margin: 2px 0;
	padding: 0;
}

#header #menu ul li a{
	display: block;
	height: 15px;
	text-indent: -50000px;
	width: 97px;
}

#header #menu a.home{
	background: url(/images/menu_home.gif);
}

#header #menu a.about{
	background: url(/images/menu_about.gif);
}

#header #menu a.collection{
	background: url(/images/menu_collection.gif);
}

#header #menu a.press{
	background: url(/images/menu_press.gif);
}

#header #menu a.stores{
	background: url(/images/menu_stores.gif);
}

#header #menu a.contact{
	background: url(/images/menu_contact.gif);
}

#header #menu a:hover, #header #menu a.current{
	background-position: 0 15px;
}

#footer{
	background-color: #baa387;
	border-top: 1px solid #fff;
	color: #fff;
	padding: 40px 0 6px 20px;
}

#popupheader{
	background-color: #739b2c;
	border-bottom: 3px solid #867361;
}

#popupheader img{
	float: left;
}

#popupheader .closewindow{
	background-image: url(/images/arrow_right-yel.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	color: #fff;
	display: inline;
	float: right;
	margin: 30px 20px 0 0;
	padding-left: 16px;
	text-decoration: none;
}

#popupheader .closewindow:hover{
	color: #fff586;
}

#popupmain{
	padding: 20px;
}



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

.clearfix {display: inline-table;}

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



