body {
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #c7c7c7;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #000;
}

/* misc /**************************/

.standardsAlert { display: none; }
.clearleft { clear: left; }
img { border: none; display: inline; }
div.clearer {clear: both; line-height: 0; height: 0;}

/* basic items /**************************/

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #FBFFD4;
	padding: 0;
	padding-bottom: 1em;
	margin: 0 10px 0 15px;
}

h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: normal;
	color: #FBFFD4;
	padding: 0;
	padding-top: .5em;
	padding-bottom: .2em;
	margin: 0 10px 0 10px;
}

h2.basepad {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: normal;
	color: #FBFFD4;
	padding: 0;
	padding-top: .5em;
	padding-bottom: 1em;
	margin: 0 10px 0 10px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #FBFFD4;
	padding: 0;
	padding-bottom: .4em;
	margin: 0 10px 0 10px;
}

h4 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	padding: 0;
	padding-top: .5em;
	padding-bottom: .4em;
	margin: 0 0 0 0;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0;
	padding-bottom: 1em;
	margin: 0 10px 0 10px;
}

ul {
	padding: 0;
	padding-bottom: 1em;
	list-style-type: none;
	margin: 0 10px 0 10px;
}

ul li {
	line-height: 2em;
	text-decoration: none;
}

/* special /**************************/

.highlight {
	color: #C39233;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: .1em;
	font-variant: small-caps;
}

.choose {
	font-size: 1em;
	font-weight: bold;
	color: #d27b19;
	padding: 0;
	margin: 135px 10px 20px 10px;
}

/* structure /**************************/

#wrapper {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
	text-align: center;
	margin-bottom: 1.5em;
}

.contentwrapper {
	width: 600px;
	margin: 0 auto;
	background-color: #000;
	text-align: center;
	border: 0;
	padding: 0;
}

.content {
	float: right;
	text-align: left;
	width: 478px;
}

.content p, .content h1, .content h2, .content h3 {
	margin-left: 20px;
}

.content ul {
	padding: 0;
	padding-bottom: 1em;
	list-style-type: none;
	margin: 0 10px 5px 40px;
}

.content ul li {
	line-height: 2em;
	text-decoration: none;
	list-style-type: circle;
}

.sidenav {
	float: left;
	text-align: right;
	margin: 0;
	padding: 0;
	font-weight: normal;
	border: none;
	width: 122px;
}

.sidepic {
	float: left;
	text-align: right;
	margin: 0;
	padding: 0;
	font-weight: normal;
	border: none;
	width: 102px;
}

#largeimage {
	width: 400px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	margin-top: 20px;
}

#largeimage p {
	margin-top: 15px;
}

.pricelisting p {
	padding-bottom: .4em;
}

.pricelisting p.subheading {
	font-weight: bold;
	padding-bottom: .4em;
	padding-top: .3em;
}

.pricelisting h3 {
	padding-top: 15px;
}
	

/* homenav /**************************/

#homenav { 
	width: 468px;
	height: 2.2em;
	border: none;
	margin-bottom: 15px;
	margin-top: 5px;
	background-color: #d27b19;
	margin-left: 10px;
}

#homenav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#homenav ul li {
	float: left;
	list-style-type: none;
}

#homenav ul li a {
	font-size: 10px;
	padding: 0 10px;
	font-weight: normal;
	line-height: 2.4em;
	color: #FBFFD4;
	display: block;
}

#homenav a:hover {
	color: #fff;
	background-color: #D0AD45;
}

#homenav #here a {
	color: #fff;
	background-color: #BD9D3F;
	text-decoration: none;
}

/* homenav /**************************/

.sidenav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidenav ul li a {
	font-size: 10px;
	padding: .5em 10px .6em 10px;
	font-weight: normal;
	line-height: 1.2em;
	color: #FFEAAD;
	display: block;
	background-color: #d27b19;
	border-bottom: 1px solid #D0AD45;
}

.sidenav a:hover {
	color: #fff;
	background-color: #D0AD45;
}

.sidenav #here a {
	color: #fff;
	background-color: #BD9D3F;
	text-decoration: none;
}

/* feature /**************************/

.feature {
	width: 458px;
	text-align: left;
	margin: 0 0 20px 10px;
	padding: 5px;
	background-color: #333;
	float: right;
	display: inline;
	text-align: left;
	position: relative;
}

.feature img {
	float:  left;
	border: 1px solid #000;
}

/* images /**************************/

img.left {
	float: left;
   	margin: 5px 20px 10px 10px;
   	padding: 0;
	border: 1px solid #666;
}

img.right {
	float: right;
   	margin: 0 10px 10px 20px;
   	padding: 0;
   	margin-top: 3px;
	border: 1px solid #ecedf0;
}

/* item /**************************/

.item {
	width: 458px;
	text-align: left;
	padding: 5px;
	margin: 0 0 10px 10px;
}

.item img {
	float:  left;
	border: 1px solid #666;
	margin-bottom: 10px;
}

.item p, .item h2 {
	margin-left: 87px;
}

/* itemshade /**************************/

.itemshade {
	width: 458px;
	text-align: left;
	margin: 0 0 10px 10px;
	padding: 5px;
	background-color: #333;
}

.itemshade img {
	float:  left;
	border: 1px solid #000;
	margin-bottom: 10px;
}

.itemshade p, .itemshade h2, .itemshade h3 {
	margin-left: 87px;
}

.maker {
	font-size: .8em;
	margin-left: 97px;
	margin-bottom: 10px;
}

.price {
	font-size: 1.3em;
	line-height: .6em;
	margin-left: 97px;
	padding-top: 5px;
	font-weight: bold;
}

.small {
	font-size: .8em;
	line-height: .6em;
	margin-left: 97px;
}

.item img.largeitem {
	margin-bottom: 10px;
}


.itemlongtext {
	margin-left: 5px;
}

/* footer /**************************/

#footer {
	font-size: .9em;
	clear: both;
	width: 468px;
	color: #fff;
	margin-top: 15px;
	margin-left: 10px;
}

.credit {
	float: left;
	width: 288px;
	background-color: #663;
	padding-top: .6em;
	line-height: 24px;
}

.totop {
	float: left;
	width: 180px;
	background-color: #663;
	padding-top: .6em;
	line-height: 24px;
}

.totop p {
	text-align: right;
}

/* links /**************************/

a:link, .footer a:link, h2 a:link {
	color: #cccc99;
	border: none; 
}

a:visited, .featurebox a:visited, h2 a:visited {
	color: #cccc99;
	text-decoration: none;
	border: none; 
}

a:hover, .featurebox a:hover, h2 a:hover {
	color: #fff;
	text-decoration: none;
	border: none; 
}

a:active, .featurebox a:active, h2 a:active {
	color: #19c7e5;
	text-decoration: none;
	border: none; 
}


