
body {
	background-color:#272420;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Geneva, sans-serif;*/
	color: #f3f2f1;
	font-size: 0.7em;
}

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

a:hover {
	color: #D26900;
}

img {
	border: 0px;
}

h1 {
	margin-top: 0px;
	/*color: #D26900;*/
	color: #eeede3;
	font-weight: normal;
}

h2 {
	margin-top: 0px;
	margin-bottom: 1em;
}

input, select {
	font-size: 0.8em;
}

hr {
	border-bottom: 1px dotted #666;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	
	padding-top: 10px;
	margin-bottom: 10px;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
}

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#header {
	background-color:#3E3832;
	height: 80px;
	border-bottom: 1px dotted #151515;
}

#top_menu {
	background-color:#3E3832;
	height: 40px;
	font-weight: bold;
	font-size: 12px;
	color:#EEEDE3;
	line-height: 40px;
	text-transform: uppercase;
}

#top_menu a {
	color:#EEEDE3;
}

#top_menu a:hover {
	color:#D26900;
}

#main {
	/*height: 285px;*/
	border-bottom: 2px solid #e1e0df;
	background-color: #332E2A;
	color: #e1e0df;
}

#content {
	padding: 20px 10px 20px 20px;
	color: #fff;
}
#content li {
	padding-left: 10px;
	background-image: url(../images/bullet_orange.png);
	list-style: none;
	background-repeat: no-repeat;
	background-position: top left;
}

#bottom_menu {
	background-color:#332E2A;
	height: 140px;
	font-weight: bold;
	font-size: 12px;
	color:#EEEDE3;
	line-height: 40px;
}

#bottom_menu .affiliate {
	/*margin-right: 10px;*/
	margin-right: 2px;
	margin-left: 0px;
	margin-bottom: 2px;
	padding: 0px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

#footer {
	background-color:#3E3832;
	height: 40px;
	font-size: 11px;
	color:#7A7672;
	line-height: 40px;
	z-index: 2;
	position: relative;
}

#footer2 {
	background-color: #272420;
	height: 40px;
	font-size: 11px;
	color:#7A7672;
	line-height: 40px;
	z-index: 2;
	position: relative;
}

.orange {
	color: #D26900;
}

.product_header {
	background-repeat: no-repeat;
	background-position: right;
	background-color: #e1e0df;
}

/*
#content h1 {
	font-size: 14px;
	font-weight: bold;
}
*/

.product_header > .title {
	padding: 20px 20px 10px 20px;
}

.product_header > .title h1 {
	font-size: 28px;
	margin-bottom: 0px;
	color: #D26900;
}

.product_header > .title h2 {
	margin: 0px;
	padding-left: 15px;
	color: #a1a1a1;
	font-size: 22px;
	font-weight: normal;
}

.column {
	float: left;
}

.clear {
	clear: both;
}

.image_border {
	border: 1px solid #e1dfe0;
}

.image_fade {
	/*border: 1px solid #D26900;*/
	border: 1px solid #aaa;
	/*
	padding: 0px;
	*/
}

.fancy_table th {
	text-align: left;
	vertical-align: text-top;
	color: #D26900;
}

a.nav_link  {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.nav_link:hover {
	color: #D26900;
	text-decoration: none;
}

.no_list ul {
	margin-bottom: 20px;
}
.no_list ul li {
	list-style: none!important;
	background-image: none!important;
	width: 400px;
}

