html { margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	}
div { margin: 0; padding: 0; }
h1, h2
	{
	font-size: 13px;
	color: #82837f;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: .8em;
	margin-top: 1.8em;
	} 
h1 {
	margin-top: 0;	
}
p, a, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f2e2a;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.5;
	}
.pinkborder {
	border:1px solid #7e7978;
}
.dotborder {
	border-top: 2px dotted #82837f;	
	height: 1px;
	margin-top: 12px;
}
img.whoweare {
	position: relative;
	float:left;
	margin-left:-190px;
	margin-top: 5px;
}
p.alignR {
	text-align: right;
}
.columnL {
position: relative;
float: left;
width: 250px
}
.columnR {
position: relative;
	width: 250px;
	float: right;
}
img.imgright {
	float: right;
	margin: 0 0 1em 2em;
}
img.imgleft {
	float: left;
	margin: 0 2em 1em 0;
}
img.border {
	border: 1px solid #3f2e2a;
}
.galleryimage {
	margin: 0 10px 10px 0;
	border: none;
}
.notopmarg {
	margin-top: 0;	
}
div.mediaclip, div.pressclip {
	width: 160px;
	height: 350px;
	overflow: hidden;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	position: relative;
	z-index: 0;
	border-bottom: 3px solid #3f2e2a;
	}
div.pressclip {
	height: 318px;
}
div.pressclip img {
	border: 1px solid #3f2e2a;
	margin-bottom: 6px;
}

*+html div.mediaclip, *+html div.pressclip {
	margin-bottom: -20px;
}

* html div.mediaclip, * html div.pressclip {
	margin-bottom: -20px;
}

div.mediaclip h2 {
	height: 40px;
}
div.pressclip h2 {
	height: 20px;
}
.date {
	font-size: 10px;
	text-transform: none;
	font-style:italic;
}
p.error {
	color: #CC0000;
}
.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/* swap image for wholesale section  ====================================================== */
div.whsl {
	margin-right: 200px;
	text-align: center;
}
* html div.whsl {
	margin-right: 100px;
}
div.whsl_buttons {
	margin-top: 20px;
	margin-bottom: 15px;
	width: auto;
}
div.whsl_buttons img {
	border:none;
}
div.whsl_collection {
	height: 27px;
	width:260px;
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	background-image: url(/assets/download-collection_ovr.gif);
}
div.whsl_orderform {
	height: 28px;
	width: 121px;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	background-image: url(/assets/download-orderform_ovr.gif);
}
div.whsl_collection a, div.whsl_collection a:link, div.whsl_collection a:visited, div.whsl_orderform a, div.whsl_orderform a:link, div.whsl_orderform a:visited {
	display: block;
}
div.whsl_collection img, div.whsl_orderform img {
	width: 100%;
	height: 100%;
	border: 0;
}
div.whsl_collection a:hover img, div.whsl_orderform a:hover img {
	visibility:hidden;
}
/* wrap and header ===================================================================== */
#overwrap {
	width: 100%;
	background-color: #fff;
	background-image: url(/assets/page_bkg.png);
	background-repeat: repeat-x;
	background-positon: top left;
	margin: 0;
	padding: 0;
}
#wrap {
	width: 940px;
	margin-left: -470px;
	position: relative;
	height: auto;
	left: 50%;
}
#header {
	height: 92px;
	width: 940px;
	margin-top:0;
	
}
#media {
	position: absolute;
	right: 0;
	top: 12px;
	width: auto;
	white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#media form {
	color: #fff;	
	vertical-align: middle;
}
#media form input {
	color: #000;
	margin-right: 12px;
	padding: 0px 4px 0px 4px;
	vertical-align: middle;
}


#media form a.button {
	background-color: #82837f;
	padding: 4px 8px 3px 8px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	margin-left: 4px;
	vertical-align: middle;
}
*+html #media form a.button {
	padding: 3px 8px 3px 8px;
}
#media form input.button {
	background-color: #82837f;
	padding: 2px 8px 2px 8px;
	color: #fff;
	margin-left: -10px;
	border: none;
	font-size: 11px;
}
*+html #media form input.button {
	padding: 2px 0 1px 0;
}
* html #media form input.button {
	padding: 2px 0 1px 0;
}
#media form img {
	margin: 0 8px 0 0;
	vertical-align:bottom;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#media form input { padding: 1px 4px 1px 4px; }
	#media form input.button {padding: 3px 8px 3px 8px; }
	#media form a.button {padding: 3px 8px 4px 8px; }
}
/* menu bar ============================================================================*/
#logo {
	position:absolute;
	left: 0;
	top: 30px;
	z-index: 99;
}
#menubar {
	width: auto;
	float: right;
	z-index: 999;
	text-align: right;
	padding-top: 65px;
}

#menubar img {
	border: none;
}

ul#navlist {
list-style: none;
padding: 0;
margin: 0;
}
ul#navlist li
{
display: block;
float: left;
margin: 0;
padding: 0;
position: relative;
z-index: 1;
color: #fff;

}
ul#navlist li a 
{
display: block;
padding: 0 10px 9px 10px;
color: #fff;
text-decoration: none;
margin: 0 0 0 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
background-image:url(../assets/nav-separator.png);
background-repeat: no-repeat;
background-position: bottom right;
}
ul#navlist li a.last {
	padding: 0 0 9px 10px;	
	background-image: none;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
color: #82837f;
}
/* subnavigation formatting ============================== */
#navlist li ul {
	margin: 0;
	z-index: 999;
}
*html li ul {
	padding-top: 2px;
}
#navlist li li a {
	margin: 0 0 0 -35px;
	width: 170px;
	font-size: 10px;
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 3px 6px;
	background-color: #82837f;
	border-bottom: 1px solid #fff;
	}
#navlist li li a.last {
	border-bottom: none;
}
*html #navlist li li a {
	margin: 0;
}
*+html #navlist li ul {
	margin: -1px 0 0 35px;
}
#navlist li li a:hover {
	color: #fff;
	background-color: #3f2e2a;
}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0%;
	visibility: visible;
}

li>ul {
	top: auto;
	left: auto;
	background-color: none;
}

li li {
	padding: 0px;
	display: block;
	float: left;
	background-color: none;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}
/* main copy content ==================================================================== */
#contentwrap
	{
	float: left;
	width: 940px;
			}
#RHcol
	{
	float: right;
	width: 726px;
	}
#LHcol { 
	margin-right: 726px;
	 }
#RHcol_content, #LHcol_content
	{
	padding: 50px 60px 20px 20px;
	border: none;
		}
#LHcol_content {
	padding: 47px 20px 0 20px;
}
#RHcol_content p {
	margin-bottom: 1em;
}
#LHcol_content p {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height: 1.4;
	margin-bottom: 1em;
}
#LHcol_content h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #82837f;
	text-transform:uppercase;
	font-weight: normal;
	margin-top: 0;
	line-height: 1.1;
}

/* footer and subfooter =================================================================== */
#footer{
	width: 100%;
	height: auto;
}
#footer p, #footer a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #82837f;
	text-align: center;
	padding-top: 12px;
	text-decoration: none;
	text-align: right;
}
/* contact form ===========================================================================*/
.contactform, .loginform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f2e2a;
	margin: 0;
	width: 100%;
	padding: 5px;
}
.loginform {
	margin-left: 30px;
}
*+html .loginform {
	margin-left: 15px;
}
* html .loginform {
	margin-left: 40px;
}
.contactform label, .contactform input, .contactform select, .contactform textarea, .loginform input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f2e2a;
	display: block;
	float: left;
	width: 19em;
	margin: 5px 0;
	padding: 2px;
	}
.contactform input, .contactform textarea, .contactform select, .storeform input, .loginform input {
	border: 1px solid #82837f;
}
.contactform input.button {
	background-image:url(/assets/menu_bkg.gif);
	background-repeat: repeat-x;
	height: 22px;
	border: 1px solid #82837f;
	line-height: 12px;
	color: #fff;
	width: auto;
	text-transform: uppercase;
	padding: 0 7px 2px 7px;
}
.loginform input.button {
	padding: 0 3px 3px 3px; 
	margin-left: 2px; 
	height: 18px; 
	width: 22px; 
	color: #000;
}
*+html .loginform input.button {
	padding: 0 3px 5px 3px;
	height: 20px;
}
* html .loginform input.button {
	padding: 0 3px 5px 3px;
	height: 20px;
}
.contactform select {
	background-color: #fff;
	width: 19.5em;
	border: 1px solid #82837f;
}
.contactform label {
	font-weight: bold;
	color: #3f2e2a;
	letter-spacing: 0.1em;
	text-align: right;
	width:14em;
	margin-right: 5px;
	font-size: 10px;
}
.contactform br {
	clear:left;
}
.contactform h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #82837f;
}
.contactform input.submit {
	height: 20px;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #3f2e2a;
	color: #fff;
	background-color: #82837f;
	padding: 0 15px 2px 15px;
	width: 19.5em;
}