/* global styles */
body {
	background-color: #4c0010;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-align: center;
	color: #444444;
}
p {
	margin-top: 1.5em;
	padding: 0;
}
a:link, a:active, a:visited {
	color: #d52e12;   
	text-decoration: underline;
}
a:hover {
	color: #4a2a00;
}
h2 {
   font-size: 1.4em;
   margin: 20px 0 0 0;
   padding: 0;
   color: #9f2929;
}





/* clearing for the browsers */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* structure */
#container {
	width: 720px;
	margin: 0 auto;
}
#headerContainer {
	width: 720px;
	height: 46px;
	margin-top: 16px;
	margin-bottom: 16px;
}
#headerL {
	float: left;
	width: 216px;
	height: 46px;
	background-image: url(/images/davesLogo.gif);
	background-repeat: no-repeat;
}
#headerR {
	float: right;
	width: 320px;
	height: 46px;
	background-image:url(/images/headerTagline.gif);
	background-repeat: no-repeat;
}
#bodyContainer {
	background-color: #611226;
	width: 700px;
	padding: 10px;
}
#bodyIntContainer {
	background-color: #ffffff;
	width: 700px;
}
#adL {
	float: left;
	width: 450px;
	height: 247px;
	background-color: #611226;
	padding-bottom: 10px;
}
#adR {
	float: right;
	width: 250px;
	height: 247px;
	background-color: #611226;
	padding-bottom: 10px;
}
#subMainContainer {
	padding: 20px;
	text-align: left;
}
#subMainL {
	float: left;
	width: 404px;
	margin-right: 46px;
}
#subMainR {
	float: right;
	width: 210px;
}
#subadL {
	float: left;
	width: 197px;
	margin-right: 10px;
}
#subadR {
	float: left;
	width: 197px;
	text-align: right;
}
#copyrightBox {
	width: 720px;
	background-color: #3e000d;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;

}
#copyrightBox h1 {
	color: #ffffff;
	margin: 0;
	font-size: 10px;
	padding-left: 45px;
	line-height: 30px;	
	background-image: url(/images/copyrightLogo.gif);
	background-repeat: no-repeat;
	background-position: 12px 50%;
}
#copyrightBox h1 a{ 
	color: #ffffff;
}
.titleBox {
	width: 100%;
	height: 17px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ede5e7;
}
.makeOrange {
	color: #fd7700;
}
.makeRed {
	color: #3e000d;
}
.makeBold {
	font-weight: bold;
}
#headerGraphic {
	margin-top: 6px;
	margin-bottom: 6px;
}
.baseSubTitle {
	font-size: 1.2em;
	font-weight: bold;
	color:#333333;
}



/* store */
.yellowBar, .tanBar {
	background-image:url(/images/store/yellowBar.gif);
	background-repeat: no-repeat;
	width: 404px;
	height: 25px;
	margin-top: 12px;
	line-height: 25px;
	text-align: center;
	font-size: 15px;
	color: #3e000d;
}
.tanBar {
	background-image:url(/images/store/tanBar.gif);
	background-repeat: no-repeat;
	height: 64px;
}
.storeItemL, .storeItemR {
	width: 197px;
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 20px;
}
.storeItemL p, .storeItemR p {
	margin-top: .6em;
	margin-bottom: 0;
}
.storeItemL {
	float: left;
	margin-right: 10px;
}
.storeItemR {
	float: left;
}
.price {
	color: #3e000d;
	font-size: 1.2em;
}
.description {
	font-weight: bold;
	color: #3e000d;
}
.thankyou {
	margin-top: 24px;
	font-size: 1.3em;
	color: #3e000d;
}
.itemDivider {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.displayBox {
	background-color: #fbfaf4;
	padding: 6px;
	margin-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
}
.displayTitle {
	font-size: 1.3em;
	color: 3e000d;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


/* lists */
ul.resList  {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 6px;
}
 ul.resList li {
	list-style-type: disc;
	padding-left: 20px;
	line-height: 1.5em;
}
ul.links  {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 6px;
}
 ul.links li {
	padding-left: 10px;
	line-height: 1.3em;
	margin-bottom: 12px;
}

/* forms */
.sforms {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	clear: left;
}
.sforms form {
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
form input, form label, form textarea, form select {
	font-size: 1em;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 6px;
	margin-right: 4px;
}
form label {
	text-align: right;
	width: 130px;
	padding-right: 6px;
}
form textarea {
	margin: 0;
	padding: 0;
	margin-top: 6px;
	width: 250px;
	font-size: 1.2em;
}
#formTitle {
	margin-top: 20px;
}
#formTitle h3 {
	font-size: 1.3em;
	color: 3e000d;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
	
	

/* navigation */
#nav {
	width: 210px;
	margin: 0;
	padding: 0;
}
#nav h1 {
	width: 210px;
	height: 38px;
	background-image: url(/images/nav/navHeader.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
#nav h3 {
	width: 210px;
	height: 18px;
	background-image: url(/images/nav/navFooter.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#navbase {
	width: 210px;
	background-image: url(/images/nav/navBG.gif);
	background-repeat: repeat-y;
	padding-bottom: 30px;
}
#nav ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	padding-top: .2em;
	padding-bottom: .2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
}
#nav ul li {
	margin: 0 20px;
	padding: 0 .7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #d52e12;
	font-weight: normal;
	background-image: url(/images/nav/navArrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#nav li a:link, #nav li a:active, #nav li a:visited {
	color: #d52e12;   
	text-decoration: none;
}
#nav li a:hover {
	color: #4a2a00;   
}
/* end navigation */



/* downloads */
#downloads {
	width: 100%;
}
#downloads h3 {
	font-size: 1.3em;
	color: 3e000d;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#downloads ul {
	margin: 0;
	padding: 0;
	padding-top: .2em;
	padding-bottom: .2em;
	list-style-type: none;
}
#downloads ul li {
	padding: .5em .7em;
	color: #333333;
	font-weight: normal;
	background-color: #EDE9E0;
	margin-bottom: 10px;
	clear: both;
}
#downloads ul li a:link, #downloads ul li a:active, #downloads ul li a:visited {
	color: #d52e12;   
	text-decoration: underline;
}
#downloads ul li a:hover {
	color: #4a2a00;  
}
.lImage {
	float: left;
	margin-right: 6px;
}

/* contact pages */
.cBoxL, .cBoxR {
	float: left;
	width: 128px;
	margin-right: 10px;
	margin-top: 12px;
}
.cBoxR {
	margin-right: 0;
}
.cBoxL p, .cBoxR p{
	margin: 0;
	padding-top: 2px;
}
.cBoxTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c0010;
	width: 100%;
	font-weight: bold;
	display: block;	
	}