/*----------------Global Styles------------------*/

body {
	margin: 0;
	height: 100%;	
	min-height: 100%;
	background: #35000c url(images/back.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#wrap {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	max-width: 765px;
	background: #f6f1df;	
	border-left: 1px solid #bf6d33;
	border-right: 1px solid #bf6d33;
	border-bottom: 1px solid #bf6d33;
}

/*Header Styles*/

#message {
	margin: 0;
	padding: 5px 8px 0 0;
	font-size: 60%;	
	background: #902;
	color: #f6e0b7;
	text-align: right;
	font-style: italic;
}

#header {
	margin: 0;
	padding-left: 20px;
	background: #902 url(images/top_gradient.gif) repeat-x top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color:  #f6f1df;
}

#header img {
	margin: 0;
}

/*Main Navigation*/

div#nav {
	margin: 0;
}

div#nav ul {
	float:left;
	width: 100%;
	margin: 0;
	padding: 0;	
	background-color: #000;
	list-style: none;
}

div#nav ul li {
	float: left;
	padding: 0;
	margin: 0;
}

div#nav ul li a {
	float: left;
	display: block;
	margin: 0;
	text-decoration: none;
	padding: 7px 20px;
	color: #bf6d33;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}

#nav a:hover {
	background: url(images/nav_over.gif) repeat-x bottom;
	color: #f6f1df;		
}

/*Info Bar Styles*/

div#infobar {
	margin: 0;
	background: #740011 url(images/plaid.gif);
	clear: both;
	border-bottom: 1px solid #000;
}

div#infobar h4 {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
	font-size: 80%;
	font-weight: bold;
	color: #f6e0b7;
	line-height: 1em;
	}
	
div#infobar p {
	margin-top: 1%;
	font-size: 65%;
	color: #f6f1df;	
}

div#infobar-info {
	float: left;
	width: 65%;
}

div#infobar-info div {
	padding: 20px 20px 0 20px;	
}

div#infobar-feature {
	float: right;
	width: 35%;
}

div#infobar-feature div {
	padding: 20px 20px 0 20px; 	
	background: url(images/divider.gif) no-repeat top left;
}

div#infobar-feature div img {
	margin-right: 0.7em;	
	margin-bottom: 0.2em;
	float: left;
	border: 3px solid #f6f1df;
	display: block;
}

div#infobar-feature div a {
	color: #bf6d33;
	font-size: 70%;	
	font-weight: bold;
	vertical-align: top;
}

div#infobar div#wrapper {
	margin: 0;
	padding: 0;	
	font-size: 1%;
	color: #740011;
	clear: both;
}

/*Style Sidebar If Present*/

#sidebar {
	margin: 0;
	float: left;
	width: 22%;
	clear: left;
}

#sidebar div {
	margin: 0;
	padding: 20px;	
}

#sidebar div ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#sidebar div ul li {
	width: 100%;
	margin-bottom: 2%;		
}

#sidebar div ul li a {
	display: block;
	width: 100%;
	padding: 0 3px 3px 0;	
	text-decoration: none;
	color: #4d0000;
	font-weight: bold;
	font-size: 70%;
}

#sidebar div ul li a:hover {
	color: #bf6d33;
}

/*Content Div General Styles*/

#content div {
	padding: 20px;	
}

#content div h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	color: #35000c;
	margin: 0 0 15px 0;
}

#content div h2 {
	font-size: 85%;
	font-weight: bold;
	color: #902;
	margin: 0 0 15px 0;
}

#content div p {
	font-size: 70%;
}

#content div img {
	margin-right: 1.2em;
	margin-bottom: 0.8em;
	border: 3px solid #35000c;
	float: left;
}

#content div hr {
	border: none 0; 
	border-top: 1px dashed #902;
	width: 100%;
	height: 2px;
	margin: 18px auto 18px 0;
	text-align: left;
	}

#content div#new {
	margin-top: 1.5em;
	padding: 15px;
	background: url(images/new_gradient.gif) repeat-x left top;
	border: 1px solid black;
}

/*Content Div Product Styles*/

#content div.prodbox {
	margin: 0;
	padding: 0;
}

#content div.prodbox .boxwrap {
	margin: 0;
	padding: 0;
	color: #f6f1df;
	font-size: 1%;
	clear: left; 	
}

#content p.price {
	margin-top: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 130%;
}

#content p.price a.purchase {
	margin-left: 1em;
	padding: 10px;
	background: #000;
	text-decoration: none;	
	font-size: 60%;
}

#content p.price a.purchase:hover {
	background: #000 url(images/nav_over.gif) repeat-x bottom;
	color: #f6f1df;		
}

/*Table Styles*/

#content table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

#content table tr td {
	padding-left: 10px;	
	padding-right: 10px;
}

#content table tr td img {
	margin: 0;
	padding: 0;	
}

#content table tr td h4 {
	margin: 0;
	padding-top: 10px;
	font-size: 80%;	
	color: #920;
}

#content table tr td p {
	margin: 0;
	padding-top: 5px;	
}

#content table tr td p.price {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 130%;
}

#content table tr td p a {
	color: #bf6d33;	
}

/*Form Styles*/

form fieldset {
	border: 1px solid #000;
	margin-top: 1em;
	background: url(images/form_gradient.gif) repeat-x left bottom;
	padding: 5px 20px 5px 20px;	
}

form fieldset legend {
	font-size: 80%;
	color: #902;	
}

form fieldset ul {
	list-style: none;
	padding: 0;	
}

form fieldset ul li {
	margin-bottom: 1.2em;	
}

form fieldset ul li label {
	font-size: 75%;
}

form fieldset ul li input {
	border: 1px solid #902;
	padding: 3px;
}

form fieldset ul li select {
	border: 1px solid #902;
	margin-right: 1.5em;	
}

form fieldset ul li .errorbox {
	background-color: #cd8e5e;	
}

/*Style Contact info*/

div#content div address {
	font-size: 70%;	
}

div#content div h3 {
	font-size: 80%;	
	color: #902;
	margin-bottom: 0.4em;
}

div#content div a {
	font-size: 70%;
	color: #bf6d33;
}

/*Footer*/

#footer {
	clear: both;
	margin: 0;	
	background: #902 url(images/bottom_gradient.gif) repeat-x top;	
	color: #f6e0b7;	
}

#footer p {
	margin: 0;
	padding: 12px 0 8px 0;	
	text-align: center;
	font-size: 60%;
}

#footer a {
	color: #bf6d33;	
}
