body {
 background-color: #cce5d9; 

}
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		 Links
	 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	A:link    { color:  #339966;}    	/* unvisited links */
	
	/* two shades darker than the background */
	A:visited { color:  #26734d; }   	/* visited links   */
	A:hover   { color:  #339966; }		/* user hovers     */
	A:active  { color:  #000000; }	  	/* active links    */


	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		Content
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	#content {
				
		/* Use the base color, two shades darker */
		background:#26734d;

		
		/* Use the corresponding foreground color */
		color:#ffffff;
		
		/* Use the highlight color as a border 
		border:3px solid #ffffff*/
	}
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		Header
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	#headerArea {

	}
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		Navigation
		To ensure that you see your various link styles, 
		you're best off putting your styles in the order 
		link-visited-hover-active, or LVHA for short.
		http://www.developingwings.com/testCSS/index3.php

	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	#navigation {
		background:#0d261a;
	}
	#categoryTitle
	{
	background:#0d261a;
	color:  #66b38d;  
	}
	#categoryTitle a:link{
	color:  #ebf5f0;  
	}
	#catImage {
	background:#0d261a;
	color:  #0d261a;	}
	#catImage a:link{
	text-decoration: none;
	background:#0d261a;
	}
	#navigation a:link{
		text-decoration: none;
		/* two shades darker than the background */
		 color:  #66b38d;    	/* visited links   */

		
	}
	#navigation a:visited{
		text-decoration: none;
		color:  #cce5d9;    	/* visited links   */

	}
	#navigation a:hover{
		text-decoration: underline;
	}
	#navigation a:active{
		text-decoration: underline;
	}
	
	#lower_navigation{
			/* color: #FFFFFF; */
	}
	#lower_navigation a:link{
			text-decoration: none; 
	}
	#lower_navigation a:visited{
			text-decoration: none; 
	}
	#lower_navigation a:hover{
			text-decoration: none; 
	}
	#lower_navigation a:active {
		text-weight:bolder;
		color:#FFFF00;

	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	record set navigation
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	#recordsetNavigation{
	}
	
	#lower_recordset{
	}
	 #lower_recordset a{
		text-decoration: none;
		color:  #cce5d9;    	/* visited links   */
	 }
	#lower_recordset a:hover{
		text-decoration: underline;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Inventory Area
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	#inventory {
	}
	
	#inventory a {
	color:  #51a87d;    	/* visited links   */
	}
	#inventory a:hover {
	text-decoration: underline;
	}
	
	
	/* All the fields for one complete item*/
	#oneFile {
		border: thin inset #26734d;
	}
	/* thumbnail of one item*/
	#tn {
	}
	#tn a{
		text-decoration: none;
	}
	/* descriptions */
	#descriptions {
	}
	#year {
	}
	#options {
	}
	#options a{
		text-decoration: none;
	}
	#info {
	}
	/*make  */
	#categoryInfo a
	{
	color:  #66b38d; 	
	}
	#category {
	}
	/* Model */
	#sub_category {
	}
	#prices {
	}
	#regularPrice {
		color:#000000;
	}
	#salePrice {
		color:#ffffff;
	}
	#oldPrice{
		color:#;
	}
	/* sale pending - new area yet to be programmed*/
	#sale_pending {
	}
	
	#extraInfo{
	
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Enlargement Area
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	#enlargement {	
				background-color: #66B38D;
	
	}
	#enlargementDescription{
		color:#0d261a;
		
	}
	#enlargementLowerDescription
	{
		background-color: #339966;
	}
	#enlargementInfo{
		background-color: #339966;
	}
	#extraPics{
	
	}
	#enlargementPic{
	}
	#enlargementOptions{
		color:#0d261a;
	}
	#enlargementPrices{
	}	
	#enlargementOldPrice{
		color: #;
	}
	#enlargementSalePrice{
		color: #ffffff	}
	#enlargementRegPrice{
		
		color:#000000;	
	}
	#enlargement a {

	}
	#enlargement a:hover {
	}
	#enlargementPrintLink{
	}
	#saleText{
	color:#0d261a;
	}
		

	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
		Footer Area
		
		The footer area has been broken into 3 major parts
			1.  The addressFoot, containing the physical address
			2.  The hoursFoot, containing business hours 
			3.  The mailFoot, containing the mailing address
		
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	#footerArea {
		color:#66b38d;
		background-color:#26734d;

	}

	#footerArea a{
		background-color:#26734d;
		color:#9acdb3;
	}
	#bannerStripe {
		background:#0d261a;
	}	
	#nameFoot{
		color:#cce5d9;
		background:#0d261a;
		text-transform:uppercase;
		font-size: large;
		font-weight: bold;
	}
	#phone_TollFree{
	
	}
	#addressFoot{
	background-color:#26734d;
	}
	#phone_Office {
		color:#cce5d9;
	}
	#hoursFoot{
	background-color:#26734d;
	}
	#phone_Cell{
		color:#cce5d9;
	
	}
	#mailFoot{
		background-color:#26734d;
	}	
	#phone_Fax{
			color:#cce5d9;
		background-color:#26734d;
	}
	#copyFoot{
		background-color:#26734d;
	}
