*, html, body {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background: #666;
	line-height: 130%;
	}

body, input, textfield, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	}

span.nvf span,
.red {
	color: #D2232A;
	}

select {
	padding: 3px;
	border: 1px #ccc solid;
	width: 120px;
	margin-bottom: 3px;
	}

a {
	color: #D2232A;
	text-decoration: none;
	}

a:hover {
	color: #000;
	border: 0;
	outline: 0;
	}


h1 {
	font-size: 21px;
	margin-bottom: 5px;
	}

h2 {
	font-size: 18px;
	margin-bottom: 6px;
	}

h3 {
	font-size: 14px;
	margin-bottom: 4px;
	}

h4 {
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 6px;
	}




#container {
	background: #F3F2F1;
	}

.divider {
	height: 16px;
	background: url('../_img/divider_diag.gif') repeat-x;
	}


#innercontainer {
	width: 770px;
	margin: 10px auto;
	}


#header #nav {
	height: 22px;
	border-bottom: 1px #000 dashed;
	}

#header #nav ul {
	list-style-type: none;
	}

#header #nav ul li {
	float: left;
	margin-right: 24px;
	font-size: 16px;
	font-weight: bold;
	}

#header #nav ul li a {
	color: #000;
	text-decoration: none;
	}

body.about #header #nav ul li#nav-about a,
body.shop #header #nav ul li#nav-shop a,
body.stores #header #nav ul li#nav-stores a,
body.past #header #nav ul li#nav-past a,
body.wholesale #header #nav ul li#nav-wholesale a,
body.press #header #nav ul li#nav-press a,
body.events #header #nav ul li#nav-events a,
#header #nav ul li a:hover {
	color: #D2232A;
	}




#content {
	background: #fff;
	border-top: 2px #000 solid;
	border-bottom: 2px #000 solid;
	margin-top: 3px;
	}


#splash {
	width: 494px;
	padding-top: 3px;
	vertical-align: top;
	}


#right {
	padding: 3px 0 3px 7px;
	vertical-align: bottom;
	}

#right h1,
#right h2,
#right h3,
#right h4 {
	margin-right: 7px;
	}

#right p,
#right li {
	font-size: 10px;
	margin-right: 14px;
	}

#right p {
	margin-bottom: 14px;
	}

#right .static {
	margin-bottom: 30px;
	}

#right h2.red {
	color: #D2232A;
	}

#right .largescroller {
	overflow: auto;
	height: 400px;
	}

#right .smallscroller {
	overflow: auto;
	height: 200px;
	}

#right .entry {
	margin-bottom: 11px;
	border-bottom: 1px #ccc dashed;
	}

#right h3 {
	color: #D2232A;
	}

#right h4 {
	background: #666;
	color: #fff;
	padding: 3px 8px;
	margin-bottom: 5px;
	}

#right ul {
	margin-bottom: 14px;
	list-style-type: none;
	}

#right li {
	margin-bottom: 3px;
	margin-left: 9px;
	}

#right li strong {
	display: block;
	font-size: 11px;
	}


/* Shop Page Styles */

body.shop #right .item {
	padding: 9px 3px 0 3px;
	margin-top: 9px;
	border-top: 1px #ccc solid;
	}

body.shop #right .item img {
	float: right;
	}

body.shop #right .item p {
	line-height: 140%;
	}


/* Past Page Styles */


.collection {
	margin-bottom: 10px;
	line-height: 30px;
	}

.collection h4 {
	line-height: 14px;
	}

.collection a {
	border-bottom: 6px #ccc solid;
	}

.collection a:hover {
	border-bottom: 6px #D2232A solid;
	}
	



.clearboth {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	}


#photocredit {
	background: #fff;
	border-bottom: 1px #000 dashed;
	padding: 4px;
	font-size: 9px;
	font-family: Verdana, sans-serif;
	}

#photocredit #contact {
	float: right;
	}










/* default opacity for IE */
img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	top: 0;
	left: 0;
	z-index:30000;
	visibility:hidden;
	}
