body {
	background:  url(images/bg.gif) repeat-x #d8e0ab; 
	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: Georgia, "Times New Roman", Times, serif;
}
/* Redefines the p tag */
p { 	
	font-size: 13px;
	color: #333;
	margin-left: 10px;
	margin-right: 10px;
}


h1 {
	font-size:18px;
	color: #006600;
	margin-top: 20px;
	text-indent: 10px;
}


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: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;	
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}

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

div#wrapper{
	width: 789px;
	margin: 0px auto;
	position: relative;
}

div#container {
	width:770px;
	margin: 0px auto;
	background: url(images/bg_content.gif);
	border: 1px solid #d8e0ab;

 }
 

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


 }
/*container for pagetext and left coloum */
div#content {
	width: 748px;
	border: 0px solid #000;
	margin: 0px auto;
	
 }

div#pagetext {
	width: 562px;
	background: url(images/bg_pagetext.gif) repeat-x #f7f8f0;
	float: right;
		
}

div#audio{
	position: absolute;
	width: 100px;
	height: 33px;
	left: 569px;
	top: 192px;

}


#products{
	width: 580px;
	height: 190px;
}


#productsleft{
	width: 155px;
	float: left;

}

#productsright{
	width: 155px;
	float: left;
}



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

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


div#right{
	width: 186px;
	background: #fff;
	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;
}



div#address{
	background: url(images/bg_address.gif);
	background-repeat:no-repeat;
	font-style:normal;
	width: 442px;
	height: 205px;
	margin: 0px auto;
	position: relative;
}

div#addressinner {
	position: absolute;
	left: 22px;
	top: 23px;
	width: 350px;
	height: 158px;
}

div#address p{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

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


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

 
 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: #d8e0ab;
 	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;
 	
 }
 
 


 /* ----------------- PAGE NAVIGATION ELEMENTS ----------------- */

div#navigation{
	background:url(images/navigation.gif);
	width:186px;
	height:282px;
	margin: 0px;
}

div#mainnav{
	position: absolute;
	width: 186px;

	color: #FFFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
	left: 20px;
	top: 220px;

	
	
}


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

#mainnav li{
	border-bottom: 0px solid #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-indent: 5px;
	list-style: none;
}

#mainnav li a {
	width: 165px;
	display: block;
	padding: 5px 0px 5px 0px;
	color: #000033;
	text-decoration: none;
	border-left: 0px solid #fff;
	margin: 0px auto;
	
}

#mainnav li a:hover{
	background: #dacbae;
	color:#000033;
	border-left: 0px solid #ff9900;
	text-indent: 20px;
}


#mainnav .current{
	background: #dacbae;
	color:#000;
	border-left: 0px solid #ff9900;
}


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

.clear{
	clear: both;
}
