body {
	background:  url(images/bg.gif) repeat-x #e1e5bb; 
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-size: 13px;
	color: #333;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.2em;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #663300;
	margin-top: 35px;
	text-indent: 10px;
	text-transform: uppercase;
}


ul{
  	padding-top: 5px;

}

#pagetext li  {
	font: 13px Georgia, "Times New Roman", Times, serif;
	list-style:url(images/bullett.gif);
	
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#996600;
	text-decoration: none;
}
a:visited {
	color: #996600;
	text-decoration: none;	
}
a:hover {
	color: #996600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 789px;
	margin: 0px auto;
	position: relative;
	background: url(images/bg_wrapper.gif);
}

div#container {
	width:770px;
	margin: 0px auto;
 }
 

div#header { 
	background: url(images/header.gif);
	width: 790px;
	height: 191px;


 }
/*container for pagetext and left coloum */
div#content {
	background: url(images/bg_pagetext.gif) repeat-x #f7f8f0; 
	width: 748px;
	margin-left: 12px;
	border: 1px solid #ccc;
		
 }

div#pagetext {

	margin-top: 0px;
	width: 540px;
	float: right;
	border-left: 0px solid #808080;
	background: url(images/bg_pagetext.gif) repeat-x #f7f8f0; 
		
}

div#audio{
	position: absolute;
	width: 201px;
	height: 71px;
	left: 24px;
	top: 226px;

}


div#chicteak{
	position: absolute;
	left: 580px;
	top: 191px;
}



div#pagetext a:link{
	font-family: Arial, Helvetica, sans-serif;
	color:#996600;		
}

div#pagetext a:visited{
	color:#996600;			
}


div#right{
	margin-top: 115px;
	width: 206px;
	float: left;
	
}


  #right p{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align:left;
	
}

.right {
	margin: 15px;
	float: right;
}


addressright{
	margin-right: 40px;
}

.left {
	margin: 15px;
	float: left;

}




.right img{
	border: 1px solid #ccc;
	padding: 2px;
}



address{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top:5px;
}


div#address a:link, a:visited{
	color:#cccc00;
}


div#footer {
	background: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	width: 790px;
	height: 11px;
	margin-bottom: 0px;
	margin: 0px auto;
	position: relative;
}

 
 div#links {
 	font-size: 10px;
 	width: 750px;
 	color: #fff;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	padding: 10px 0px 10px 0px;
 }
 
 div#links a{
 	color: #006600; 
	
 }
 
 
 
 div#login{
 	width: 770px;
	text-align: right;
	margin: 0px auto;
	clear: both; 
 }
 
 
 
 /* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 20px;
	border: 2px solid #fff;

}
img.right {
	margin: 30px;
	border: 2px solid #fff;
	float: right
}

 .copyright {
 	background: #e1e5bb;
 	width: 770px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
 	font-size:9px;
	margin:0px auto;
	text-align: center; 
	clear:both;
	padding: 10px 0px 10px 0px;
 }
 
  .copyright a{
 	color: #006600;
 	
 }
 
 


* ----------------- NAVIGATION ----------------- */
	
	
	#navigation {
		text-align: center;
	
		
	}
	#navigation ul {
	position: absolute;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;
	left: 28px;
	top: 191px;
	
		
	}
	
	#navigation li {
		display: inline;
		background: url(images/bgnav.gif) repeat-x center top;
		text-align: center;
		padding: 0;
		margin-right: 1px;	
		float: left;
		text-transform: uppercase;
		
	}
	#navigation a {
		color: #fff;
		background: url(images/bgnav_left.gif) no-repeat left top;
		float: left;
		margin:	0;
		padding-left:7px;
		text-decoration: none;
		font-size: 10px;
	}
	#navigation a span {
		background: url(images/bgnav_right.gif) no-repeat right top;
		display: block;
		padding:7px 10px 4px 5px;
	}
	#navigation a span {
		float: none;
	}
	
	#navigation a:hover {
		color: #FF9900;
	}
	
	#navigation .current {
		color: #ffff00;
	}


/*iframe*/
.center{
	text-align: center;
}

.clear{
	clear: both;
}

.products{
	margin-left: 10px;
}

.products img{
	border: 1px solid #ccc;
	padding: 2px;
}