
/* CSS Document */

	/*  www.doughmaker1.com general layout */

/* General elements */

html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


body	{
/*	background-color: #EAB438;*/
	background-color: #AFBCBF;
	margin: 10px 0px; 
	text-align: left;
	font-family: Verdana, sans-serif;
	}

p 	{
	font-size: .85em;
	line-height: 1.50em;
	margin:0px 20px 10px 20px;
	}
	
h1	{
	font-size: 1.1em;
	margin:  10px 0px 10px 0px;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: inherit;
	font-variant: normal;
	font-weight: 525;
	text-align:center;
	}

h2  {
	color: #BB5622;
	font-size: .80em;
	margin:0px 20px 10px 20px;
	font-weight: bold;
	}
	
	
	h3  {
	color: #BB5622;
	font-size: .90em;
	margin:0px 20px 5px 20px;
	font-weight: bold;
	}
	
	h4  {
	font-size: 1.1em;
	margin: 10px 30px 10px 17px;
	color: #BB5622;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	}
	
	
	h5	{
	font-size: 1.1em;
	margin:  0px 0px 0px 0px;
	color:#72605C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: inherit;
	font-variant: normal;
	font-weight: 525;
	text-align:center;
	}
	
	
a	{
	text-decoration: none;
	font-weight: bold;
	color: #333;
	font-size: small;
	}
	
a:hover	
	{
	color:	#999;
	background-color: transparent;
	text-decoration: none;
	}
	
img 
	{
	border:dashed;
	background:transparent;
	border-color: #99FF00;
	border-width: 0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

.sideImg 
	{
	margin: 0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	}
	
.sideImg2 
	{
	margin: 5px 0px 2px 0px;
	padding:0px 0px 0px 0px;
	}

.rightImg 
	{
	margin: 0px 0px 7px 0px;
	padding:0px 0px 5px 0px;
	}
	
.centerImage 
	{
	margin: 15px 10px;
	}
	
.productImage 
	{
	margin: 15px 40px 15px 20px;

	}
	
	
.affiliateImage
	{
	padding-left: 5px;
	margin: 10px 5px 10px 5px;
	float: both;
	}

#page ul li
	{
	padding: 0px;
	margin: 10px auto;
	color: #642500;
	text-decoration: none;
	text-align: left;
	font-weight: 750;
	letter-spacing: 0px;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	list-style-type: none;
	}
	
	
	#page ul li a
	{
	color: #642500;
	text-decoration: none;
	text-align: left;
	font-weight: 750;
	letter-spacing: 0px;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	background: url(../images/bullet.jpg) no-repeat -4px 0;
	padding-left: 20px;
	}

	#page ul li a:hover
	{
	color: #FF9900;
	text-decoration: underline;
	text-align: left;
	font-weight: 750;
	letter-spacing: 0px;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	background: url(../images/bulletOver.jpg) no-repeat 1px 0;
	padding-left: 20px;
	}

/* END General elements END*/


/* Header & Navigation */

#header	
	{
	position: relative;
	width:765px;
	height:170px;
/*	height:126px;
	background-image: url(../images/dmHeader.jpg); */
/*	background-image: url(../images/newheader1.jpg); */
	background-image: url(../images/newheader2.jpg); 
	background-position:left top; 
	}
#menu
	{
	width: 765px;
	height:30px;
	background-image: url(../images/dmNavBackNew.jpg);
/*	background-color:#CCCCCC;  /* gray */
	background-color:#663300;  /* dk brown */
	padding:0px 0px 1px 0px;
	border-bottom:5px solid #eeeeee;
	}

#navList
	{
	width:675px;
	height:30px;
	text-decoration: none;
	margin: 0px auto;
	}

#navList ul 
	{
	margin: 0px;
	padding: 0px;
	}

#navList ul li 
	{
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	}

#navList ul li a 
	{
	width: 110px;
	height: 30px;
	background-image: url(../images/navRollNew.jpg);
	border-top: 0px solid #ccc;
/*	border-left: 1px solid #ECECEC; /* light gray */
	border-bottom: 0px solid #000;
/*	border-right: 1px solid #D5D5D5; /* med. gray */
	padding: 0px;
	margin: 0px;
/*	color: #642500; /* chocolate brown font color */
	color: #f6e0ac; /* chocolate brown font color */
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: 750;
	letter-spacing: 0px;
	line-height: 2.2em;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
#navList ul li a:hover 
	{
	color: #fff; /* white font color */
	background-image: url(../images/navRoll.jpg);
	background-position: 0 -30px;
/*	border-left: 1px solid #ECECEC;
	border-right: 1px solid #E7AD25; /* gold */
	}	
	

/* END Header & Navigation END */

#form 
{
border: 0px dotted #642500; 
margin: 0px auto; 
padding: 0px; 
width: 465px; 
display: inline;
}

div.row {
  clear:both;
  }

div.row span.label {
	float: left;
	width: 220px;
	text-align: right;
	line-height:2em;
	font-size: 11px;
	font-weight: bold;
	color:#642500;
	display: inline;
	}

div.row span.formw {
  float: right;
  width: 230px;
  text-align: left;
  margin-bottom:5px;
  display: inline;
  }
  
  input {
    font-family: verdana;
	height:16px;
    font-size: 12px;
    color: #000;
	background-color:#F7F2EE;
	border: 1px solid #AE9B7B; 
	padding: 3px;
} 

#formbtn input {
    font-family: verdana;
	height:25px;
    font-size: 15px;
	font-weight:800;
    color: #000;
	background-color:#FFCC66;
	line-height: .50em;
	border: 1px solid #BB5622; 
	padding: 2px;
} 

#form TEXTAREA {
    font-family: verdana;
    font-size: 15px;
    color: #000;
	background-color:#F7F2EE;
	border: 1px solid #AE9B7B;  
	padding: 3px;
} 

#form SELECT {
    font-family: verdana;
	height:25px;
    font-size: 14px;
    color: #000;
	background-color:#F7F2EE;
	border: 1px solid #AE9B7B; 
	padding: 1px;
} 

vOPTION {
    font-family: verdana;
	height:20px;
    font-size: 14px;
    color: #000;
	background-color:#FFFFCC;
	border: 1px solid #AE9B7B; 
	padding: 1px;
} 


/* wrapper/container div's */

#wrapper	
	{
	position: relative;
	width:765px;
	margin:0px auto;
	background-image: url(../images/contentBack.gif);
	background-color:#FFFFFF;
	border:2px solid #B1B1B1;
	}
	
#contentRight	
	{
	margin: 15px 0px;
	padding:5px 20px;
	width:465px;
	border:0px solid red;
	float:right;
	}	

#contentLeft	
	{
	width:230px;
	margin: 15px 0px;
	padding:5px 10px 0px 17px;
	border:0px solid blue;
	float:left;
	}

/* END wrapper/container div's END */

/* Orgs List */
	
#orgslist	
	{
	clear:both;
	position: relative;
	width:765px;
	padding:5px 0px 3px 0px;
	}
		
.orgslist
	{
 	text-align: center;
	padding:10px 0px 0px 0px;
	}
.orgslist p
	{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-transform: none;
	}
	

/* Footer */
	
#footer	
	{
	clear:both;
	position: relative;
	width:765px;
	padding:5px 0px 3px 0px;
	background-image: url(../images/dmFooter.png);
	border-top:5px solid #eeeeee;
	}

.footer 
	{
 	text-align: center;
	padding:10px 0px 0px 0px;
	}
	
.footer p
	{
	font-size: 10px;
	color: #FF6600;
	font-weight: bold;
	font-family: Verdana;
	text-transform: none;
	}

.footer a	
	{
	text-decoration:	none;
	font-weight:	bold;
	color: #ccc;
	}
	
.footer a:hover	
	{
	color:	#fff;
	background-color: transparent;
	text-decoration: none;
	}
	
.statement
	{
 	text-align: center;
 	font-size: 9px;
 	color: #BB5524;
 	font-family: Verdana;
 	text-transform: none;
	font-weight:	300;
	}
	
/* END Footer END */	
	


