body {
	background-color: #250A00;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	/*behavior:url("../scripts/csshover.htc");*/
}

h1 {
	
}
h2 {

}
h3 {

}
h4 {

}
p {

}
a {
	text-decoration: none; 
	color: #F6AA4E;
}
a:hover {
	text-decoration: underline;
}
.section_home #home a, .section_artwork #artwork a, .section_website_design #website_design a, .section_store #store a, .section_info #info a {color: #A43B23;}
.hrclear {
	clear: both;
	width: 100%;
	height: 1px;
	visibility: hidden;
}

/*///// Layout //////*/
#container {
	margin: 0 auto;
	padding: 0;
	width: 926px;
	text-align: left;
	border: 1px solid #FEBD70;
	background: #401B0D url(../gui/images/maze_bg.gif) top left no-repeat;
}
#brand_id, #whatever_else_needs_reset {
	text-align: left;
}

h1#brand_id {
	float: left;
	background: #401B0D url(../gui/images/brand_logo.gif) top left no-repeat;
	height: 176px;
	width: 178px;
	margin: 0;
	padding: 0;
}
#brand_id span {
	margin: 0 0 0 -5000px;
}

/*/// NAVIGATION ///*/
#main_nav { 
	float: right;
}
#main_nav ul { 
	margin: 30px 182px 12px  0px; 
	padding: 0 0 0 0;
}
#main_nav ul li { 
	display: inline; 
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main_nav ul li a { 
	font-size: 1.3em;
	font-weight: bold;
	color: #C6854A;	
	padding: 0 1em;
	margin: 0;
}
#main_nav ul a:hover { 
	color: #FFBE70; 
}

/* premise box */
#premisebox {
	float: right;
	width: 652px;
	margin-right: 24px;
}
* html #premisebox {
	margin-right: 12px;
}
#premisebox dl, #premisebox dl dt, #premisebox_middle, #premisebox_base {
	margin: 0;
	padding: 0;
}
#premisebox dl {
	padding: 0 0 0 0;
}
#premisebox dl dt {
	background: url(../gui/images/premisebox_top.jpg) top left no-repeat;
	height: 31px;
}
dd#premisebox_middle {
	background: url(../gui/images/premisebox_bg.jpg) repeat-y;
}
dd#premisebox_base {
	height: 33px;
	background: url(../gui/images/premisebox_base.jpg) top left no-repeat;
}
#premisebox p {
	font-size: 1em;
	margin: 0 2em 0 2.8em;
	padding: 0 0 .5em 0;
	color: #FFBE70;
}	

#premisebox h1 {
	margin: 0 0 0 2.1em;
	padding: 0;
	font-size: 1.3em;
	color: #CB823E;
}

/* CONTENT BOX /////////////////////////////////////////////*/
#contentbox {
	float: right;
	width: 874px;
	margin: 12px 24px 12px 0;
}
#contentbox a {
	color: #cf6e35;
}

* html #contentbox {
	margin: 12px 12px 12px 0;
}
#contentbox dl, #contentbox dl dt, #contentbox_middle, #contentbox_base {
	margin: 0;
	padding: 0;
}
#contentbox dl {
	padding: 0 0 0 0;
}

#contentbox dl dt {
	background: url(../gui/images/contentbox_top.jpg) no-repeat;
	height: 34px;
}

dd#contentbox_middle {
	background: url(../gui/images/contentbox_bg.jpg) repeat-y;
}

dd#contentbox_base {
	height: 35px;
	background: url(../gui/images/contentbox_base.jpg)  no-repeat;
}
#contentbox p {
	font-size: 1em;
	margin: 0 2em 0 2.8em;
	padding: 0 0 .5em 0;
	color: #401B0D;
	width: 700px;
}	
* html contentbox p {width: 500px;}

.infolinks a {/* info links */
	margin: 0 1em 0 0;
}	
.info_current {
	color: #df5d10;
}
#contentbox h1 {
	margin: 0 0 0 2.1em;
	padding: 0;
	font-size: 1.3em;
	color: #6D2C01;
	font-weight: bold;
}
#contentbox h2 {
	margin: .45em 0 -.2em 2em;
	padding: 0;
	font-size: 1.1em;
	color: #A26933;
}
#contentbox h3 {
	margin: .45em 0 0 2em;
	padding: 0;
	font-size: 1.1em;
	color: #602914;
}
#contentbox ul {
	list-style-type: disc;
	margin: 0 0 0 2em; 
	padding: .5em 0 0 2em;
}
#contentbox ul li {
	width: 700px;
}
li.title {
	font-size: 1.1em;
	list-style: none;
	font-weight: bold;
	color: #401B0D;
	margin-top: .4em;
}
li.def {
	list-style: none;
	font-weight: bold;
	color: #A26933;
}
#gallery {
	margin: 0 2em 0 2.8em;
	padding: 0 0 .5em 0;
}
* html #gallery {width: 90%;}
#gallery h2 {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 1em;
	color: #A26933;
}

img.cb_thumb {
	padding: 2px;
	border: 1px solid #6B2B05;
	background: #fff;
	margin: .4em .8em .4em 0;
}
img.cb_thumb:hover {
	border: 1px solid #fff;
	background: #000;
}

/* home page "recent" section */
#recent_wrapper {
	margin: 0 0 0 2.5em;

}
.recent_entry, .recent_entry_right {
	background: #eff;
	display: inline;
}
.recent_entry img, .recent_entry_right img {
	padding: 2px;
	border: 1px solid #6B2B05;
	background: #fff;
}
.recent_entry img {
	float: left;

}
.recent_entry_right img {
	float: right;

}
.recent_entry span {
	float: left;
	width: 230px;
	margin: 0 0 0 .5em; 
	padding: 0;
}
.recent_entry strong, .recent_entry_right strong {
	display: block;
	color: #6D2C01;
}
.recent_entry_right span {
	float: right;
	width: 220px;
	margin: 0 3em 0 .5em; 
	padding: 0;
}


/* store page table styles */
#contentbox_middle form { /* view cart link */
	margin: 0 0 0 0 ;
	padding: 0;
} 

form.viewCartForm a {
	padding: .1em .3em;
	border: 1px solid #CB823E;
	background: #fff;
}
form.viewCartForm a:hover {
	padding: .1em .3em;
	border: 1px solid #6D2C01;
	background: #FEBD70;
	color: #A43B23;
}
table#merchandise {
	margin: 0 0 0 2.2em;
	width: 810px;
	border: 0;
}
table#merchandise thead {
	font-size: 1.3em;
	color: #6D2C01;
	font-weight: bold;
}
#merchandise td.prod_image {
	width: 75px;
	height: 75px;
}
#merchandise td.prod_desc {
	width: 290px;
}
#merchandise td.framed_view {
	width: 120px;
}
#merchandise td.framed_view a {
	display: block;
}
#merchandise td.purch_options{
	width: 155px;
}
tr.legend {
	font-weight: bold;
	color: #A43B23;
}
a.inline_link {display: inline;}
#merchandise input {display: inline;}
/* recommendations page */
#recommendations {
	margin: 0 0 0 2.5em; 
	padding: 1em 0 0 0;
}
span.rec_spacer {
	width: .5em;
}
/* form styles */

#contentbox_middle table#contact_form {
	margin: 0 0 0 2.2em;
	padding: 0;
}

/* end contentbox */

#footer {
	width: 926px;
	height: 30px;
	background-color: #6D2C01;
	border-top: #A43B23 1px solid;
	text-align: right;
}
#footer a, #footer span{	
	display: inline; 
	margin: 0 28px 0 0;
	font-size: 1em;
	line-height: 2em;
	color: #B74900;
}
#footer a:hover {	color: #A26933;}

/* google adsense */
#adsense {
width: 728px;
height: 15px;
margin: 0 auto;
padding-top: 10px;
}
#adsense a {
	color: #A43B23;
}