<!-- 

	body  {
		font: 10pt verdana, arial, helvetica, sans-serif;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		background-color: #e2f9cc;
	}
	
	#siteWrapper {
		width: 983px;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: left; /* this overrides the text-align: center on the body element. */
		background: #e2f9cc url(../images/site-bgnd.jpg) top left repeat-y;
	}
	
.homeBgnd {
background: #e2f9cc url(../images/site-bgnd-home.jpg) top left repeat-y; 
}


/* BEGIN dolphin menu styling */
	#uses {padding:0px 20px 0 100px;}
	#products {padding:0px 20px 0 100px;}
	#community{padding:0px 20px 0 290px;}
	#media{padding:0px 20px 0 400px;}
	#reseller{padding:0px 20px 0 485px;}
	#buy{padding:0px 20px 0 620px; color:#ffff00; }

	#dolphincontainer{
		position:relative;
		margin-left:18px;
		border-bottom: 2px solid #9acd6c; 
		color:#fff;
		background:#4f643c;
		width:945px;
		font-family:Helvetica,Arial,Verdana,sans-serif;
	}
	
	#dolphinnav{
		position:relative;
		height:33px;
		font-size:12px;
		text-transform:uppercase;
		font-weight:bold;
		background:#8db15a url(images/dolphin_bg.gif) repeat-x bottom left;
		padding:0 0 0 20px;
		border-top: 2px solid #9acd6c; 
	}

	#dolphinnav .buy{
		color:yellow;
		font-size:18px;
	}
	
	.buynow {
	    color:yellow; 
		font-size:14px;
	}
	
	#dolphinnav ul{
		margin:0;
		padding:0;
		list-style-type:none;
		width:auto;
		float:left;
	}
	
	#dolphinnav ul li{
		display:block;
		float:left;
		margin:0 1px;
	}
	
	#dolphinnav ul li a{
		display:block;
		float:left;
		color:#fff; 
		text-decoration:none;
		padding:0 0 0 20px;
		height:33px;
	}
	
	#dolphinnav ul li a span{
		padding:12px 20px 0 0;
		height:21px;
		float:left;
	}

	#dolphinnav ul li a:hover{
		color:#fff;
		background:transparent url(images/dolphin_bg-OVER.gif) repeat-x bottom left;
	}
	
	#dolphinnav ul li a:hover span{
		display:block;
		width:auto;
		cursor:pointer;
	}
	
	#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{
		color:#fff;
		background:#4f643c url(images/dolphin_left-ON.gif) no-repeat top left;
		line-height:275%;
	}
	
	#dolphinnav ul li a.current span{
		display:block;
		padding:0 20px 0 0;
		width:auto;
		background:#4f643c url(images/dolphin_right-ON.gif) no-repeat top right;
		height:33px;
	}
	
	
	#dolphin_inner{
		color: white; 
		padding: 5px; 
		font-size: 100%; 
		height: 1.5em;
	}
	
	#dolphin_inner a:link, #dolphin_inner a:visited, #dolphin_inner a:active{
		color: white;
		text-decoration:none;
	}
	
	#dolphin_inner a:hover{
		color:yellow;
		text-decoration:none;
	}
	
	.innercontent{display: none;}
	
/* END dolphin menu styling */	

/* BEGIN header styling */
	#header {
	  	width: 966px;
		float: right;
		background: #fff url(../images/header-bgnd-flower2.jpg) right top no-repeat; 
		color: #4f643c;
		font-weight: bold;
		padding: 0;
		margin: 0;
		height: 124px;
		min-height: 124px;
	}
	
	#header p {
		 text-align: center;
		 font-variant: small-caps;
	}
	
	#header img {
		border: none;
		padding: 15px 15px 0 15px;
	}
/* END header styling */

/* BEGIN home page styling */		
	#homeContent { 
		width: 943px;
		margin-left: 20px;
		text-align: left; /* this overrides the text-align: center on the body element. */
		background: #fff url(../images/home-mainBgnd.jpg) top no-repeat;
	}

	#homeContent p {
		margin-left: 8px;
		margin-right: 8px;
		padding-left: 60px;
		padding-bottom:5px;
	}

	#homeContent h1 {
		color: #4f643c;
		font-weight: bold;
		font-size: 20px;
		padding: 0px 0 0 68px;
		margin-bottom:0px;
	}

	#homeContent h2 {
		color: #9b301c;
		font-weight: bold;
		font-size: 14px;
		padding: 10px 0 0 68px;
	}

	#homeContent h3 {
		color: #173d19;
		font-weight: bold;
		font-size: 12px;
		padding: 10px 0 0 68px;
	}
	
	#homeContent h4 {
		color: #000;
		font-weight: bold;
		font-size: 12px;
		padding: 10px 0 0 68px;
	}	
	
	#homeContent a:link {
		color: #9b301c; 
		text-decoration: none; 
	}

	#homeContent a:visited {
		color: #9b301c; 
		text-decoration: none; 
		font-weight:normal;
	}

	#homeContent a:hover {
		color: #9b301c;
		font-weight:bold;s
		text-decoration: none; 
	}

	#homeContent a:active {
		color: #9b301c; 
		text-decoration: none; 
	}
/* END home page styling */

/* BEGIN secondary page styling */		
	#pageWrapper { 
		width: 923px;
		margin-left: 20px;
		margin-top:0;
		text-align: left; /* this overrides the text-align: center on the body element. */
		background: #fff;
		background: #e2f9cc url(../images/site-bgnd-2ndary.jpg) top left repeat-y;
	}
	
	#pageContent {
	float: left;
	width: 714px;
	margin-left: 45px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
	#pageContent p {
		margin-left: 8px;
		margin-right: 8px;
		padding-left: 20px;
		padding-bottom:5px;
	}

	#pageContent h1 {
		color: #4f643c; 
		font-weight: bold;
		font-size: 20px;
		padding: 0 0 0 28px;
		margin-bottom:0px;
		margin-top: -5px;
	}
	#pageContent h2 {
		color: #9b301c;
		font-weight: bold;
		font-size: 14px;
		padding: 0 0 0 28px;
	}
    #pageContent h3 {
		color: #173d19;
		font-weight: bold;
		font-size: 12px;
		padding: 10px 0 0 68px;
	}
	
	#pageContent h4 {
		color: #000;
		font-weight: bold;
		font-size: 12px;
		padding: 10px 0 0 68px;
	}	
	
	#pageContent a:link {
		color: #9b301c; 
		text-decoration: none; 
	}

	#pageContent a:visited {
		color: #9b301c; 
		text-decoration: none; 
		font-weight:normal;
	}

	#pageContent a:hover {
		color: #9b301c;
		font-weight:bold;s
		text-decoration: none; 
	}

	#pageContent a:active {
		color: #9b301c; 
		text-decoration: none; 
	}
	/* END pageContent styling */	
	
	#sideBar {
	float: right;
	width: 169px;
	margin-left: 0px;
	margin-right: 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

.sideMenuTitle {
	font-weight: bold;
	font-weight:normal;
	font-size:16px;
	color:#9b301c;
	color:#fff;
	font-variant: small-caps;
	background-color:8db15a;
	text-decoration: none; 
}

#sideMenu  {
margin-left:5px;

}

#sideMenu a:link {
		color: fff; 
		text-decoration: none; 
	}

	#sideMenu a:visited {
		color: #fff; 
		text-decoration: none; 
		font-weight:normal;
	}

	#sideMenu a:hover {
		color: #fff;
		font-weight:bold;
		text-decoration: none; 
	}

	#sideMenu a:active {
		color: #fff; 
		text-decoration: none; 
	}
	
#sideMenu p {
	color: #9b301c;
}
	
/* END secondary page styling */


/* BEGIN misc page styling */
	.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
		float: right;
		margin-left: 8px;
	}
		
	.fltlft { /* this class can be used to float an element left in your page */
		float: left;
		margin-right: 8px;
	}
		
	.clearDiv { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}
	
	.photoTxt {
		color: #173d19;
		color: white;
		font-weight: bold; 
		text-align: center;
	}
	
	.prodMore { 
 font-size:12px;
}


.caption{
	font-size: 100%;
	text-align: center;	
	font-weight:bold;
}

.reviewLink {
	text-align:center;	
	font-size:12px;
	color:#9b301c;
	color:#fff;
	text-decoration: none;
	font-style:italic;
}

#slidesR { 
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	float:right;
	background-color:#FFFFFF;
}

.pIndent {
margin-left:20px;
}

#buyOnline {
float:right;
}

/* END misc page styling */

/* BEGIN footer styling */
	#footerHome {
		clear: both;
		width: 943px;
		min-height: 36px;
		background: #4f643c;
		color: #fff;
	  	text-align: center;		
	  	font-size: 10pt;
		margin: auto 0;
		padding: 0;
	}
     #footer {
		clear: both;
		width: 943px;
		min-height: 36px;
		background: #4f643c;
		color: #fff;
	  	text-align: center;		
	  	font-size: 10pt;
		margin: auto 0;
		margin-left:20px;
		padding: 0;
	}
	
	#footer {
		margin-top: 32px;
	}
	
	#footerHome {
		margin-top: 32px;
	}
	
	#footer ul {
	  	list-style-type: none;
		padding: 8px 0;
	}
	
		#footerHome ul {
	  	list-style-type: none;
		padding: 8px 0;
	}
	
	
	#footer ul li {
	  	display: inline;
		color: #fff;
	}

	#footerHome ul li {
	  	display: inline;
		color: #fff;
	}
		
	#footer  .left {
		padding-left: 0;
	}

	#footer  ul li a:link,  #footer ul li a:visited {
	  	color: #fff;
	  	text-decoration: none;
	}
	
	#footerHome  ul li a:link,  #footerHome ul li a:visited {
	  	color: #fff;
	  	text-decoration: none;
	}
	
	#footer ul li a:hover,  #footer ul li a:active, { 
		color: yellow;
		font-weight: normal;
	}	
	
	#footerHome ul li a:hover,  #footerHome ul li a:active, { 
		color: yellow;
		font-weight: normal;
	}
	
	#footerHome  .left {
		padding-left: 0;
	}


	
	
/* END footer styling */

/* BEGIN #testimonial styles */

#testimonial{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	color:#ffffff;	
}

#testimonial p{
	padding: 10px 0px 2px 10px;
	background-color:#ffff9b;
	border: 8px double #cc6600;
	
}

#testimonial h3{
	padding: 10px 0px 2px 10px;
}

#testimonial a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#testimonial a:hover{
	background-color: #dddddd;
}

.testimonialname {
	font-size: 8pt; 
	font-style: italic;
	vertical-align: top;
}

/* END #testimonial styles */

/* BEGIN fading slide show styling - Dynamic Drive */
/*contentwrapper and billcontent for fading slide show */
/*Modify attributes of #contentwrapper below as desired*/
#contentwrapper{
width: 154px;
height: 280px;
border: 0px solid black;
/* border-top: medium  groove #9b301c; */
background-color: #8db15a;
padding: 5px;
padding-left:10px;
color:#fff;
}

.billcontent{
width: 100%;
display:block;
color:#fff;
}


.reviewName {
	font-size:9px; 
	font-style:italic;
	}
	
/* END fading slide show styling */

/* begin styling for listing of dealers  */
#storeList	.even {
			background:	#fff;  
			background:	#bcd7a7;
			background:#DBF7F5;
			background:#C89BE6;
			background-color:#ffffb9;	
			color: #000000;    
		}
		
#storeList	.odd {			
			background-color:#ffffff;	 
			color: #000000;
		}
		
#storeList	.sortInstr {
			font-size: 8pt;
			text-align: left;
		}

#storeList	table.sortable { 
            width:680px;
			border-top: 1px solid #333399;
			border-left: 1px solid #333399;
			border-bottom: 1px solid #333399;
			border-right: 1px solid #333399;
			margin-top:5px;
			margin-left:20px;
			padding-top: 0px;
			clear: both;
		}
				
#storeList	table.sortable thead {
			color: #fff;
			font-weight: bold;
			font-size: 14px;
			background-color:#4f643c;
		}
		
#storeList	table.sortable td {
			padding: 6px;
			font-size:85%;
			border-bottom: 3px  #8db15a groove; 
		}


		

 --> 