/* # BASE ######################################################################################################## */

A {
	color: #ccc79d;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

BODY {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	background: #000000;
	text-align: center;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

TD, BODY {
	font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	font-SIZE: 12px;
	color: #EEEEEE;
}

H1, H2, H3, P {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

H1 {
	font-size: 23px;
	font-weight: normal;
	color: #ccc79d;
	font-style: italic;
}

H3 {
	font-size: 15px;
	color: #ccc79d;
}

/* # SPLASH PAGE ######################################################################################################## */

#splashpage {
	padding: 75px 0px 50px 0px;
	background-color: #000000;
}

#splashpage A {
	color: #ccc79d;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
}

/* # MAIN LAYOUT ######################################################################################################## */

#container {
	background: #000000;
	width: 960px;
	margin: auto;
	text-align: left;
}

#header {
	border-bottom: 1px solid #ccc79d;
	position: relative;
	padding: 20px 10px 10px 10px;
}

#header UL {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: absolute;
	top: 86px;
	right: 0px;
}

#header UL LI {
	float: right;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #474326;
}

#header UL LI.last {
	border: 0px;
	padding: 0px 0px 0px 20px;
}

#header UL LI A {
	display: block;
	padding: 0px 0px 2px 0px;
	color: #ccc79d;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom: 2px solid #000000;
}

#header UL LI A:hover {
	text-decoration: none;
	border-bottom: 2px solid #ccc79d;
}

#footer {
	color: #92907b;
	font-size: 10px;
	padding: 10px;
}

#footer .copyright {
	float: left;
}

#footer .copyright A {
	color: #ccc79d;
}

#footer .langlinks {
	text-align: right;
}

#footer .langlinks A {
	color: #ccc79d;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
}

#contentarea {
	padding: 20px 20px 30px 20px;
	border-bottom: 1px solid #333227;
	text-align: justify;
	line-height: 18px;
}


.gallthumb {
	margin: 0px 0px 40px 0px;
}


.stockiststable {
	width: 900px;
}

.stockiststable TD {
	font-size: 9px;
	vertical-align: top;
}

.stockiststable H2 {
	font-size: 18px;
	color: #ffffff;
	padding: 10px 0px 10px 0px;
}

.stockiststable H3 {
	font-size: 14px;
	padding: 10px 0px 0px 0px;
}

.stockiststable .subhead {
	border-bottom: 1px solid #29281f;
}