body {
 background-color: #d9e5e5; 

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


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

		
		/* Use the corresponding foreground color */
		color:#ffffff;
		
		/* Use the highlight color as a border 
		border:3px solid #000000*/
	}
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		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:#1a2626;
	}
	#categoryTitle
	{
	background:#1a2626;
	color:  #8db3b3;  
	}
	#categoryTitle a:link{
	color:  #f0f5f5;  
	}
	#catImage {
	background:#1a2626;
	color:  #1a2626;	}
	#catImage a:link{
	text-decoration: none;
	background:#1a2626;
	}
	#navigation a:link{
		text-decoration: none;
		/* two shades darker than the background */
		 color:  #8db3b3;    	/* visited links   */

		
	}
	#navigation a:visited{
		text-decoration: none;
		color:  #d9e5e5;    	/* 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:  #d9e5e5;    	/* visited links   */
	 }
	#lower_recordset a:hover{
		text-decoration: underline;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Inventory Area
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	#inventory {
	}
	
	#inventory a {
	color:  #7da8a8;    	/* visited links   */
	}
	#inventory a:hover {
	text-decoration: underline;
	}
	
	
	/* All the fields for one complete item*/
	#oneFile {
		border: thin inset #4d7373;
	}
	/* thumbnail of one item*/
	#tn {
	}
	#tn a{
		text-decoration: none;
	}
	/* descriptions */
	#descriptions {
	}
	#year {
	}
	#options {
	}
	#options a{
		text-decoration: none;
	}
	#info {
	}
	/*make  */
	#categoryInfo a
	{
	color:  #8db3b3; 	
	}
	#category {
	}
	/* Model */
	#sub_category {
	}
	#prices {
	}
	#regularPrice {
		color:#3333FF;
	}
	#salePrice {
		color:#ffffff;
	}
	#oldPrice{
		color:#;
	}
	/* sale pending - new area yet to be programmed*/
	#sale_pending {
	}
	
	#extraInfo{
	
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Enlargement Area
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	#enlargement {	
				background-color: #99CCCC;
	
	}
	#enlargementDescription{
		color:#1a2626;
		
	}
	#enlargementLowerDescription
	{
		background-color: #669999;
	}
	#enlargementInfo{
		background-color: #669999;
	}
	#extraPics{
	
	}
	#enlargementPic{
	}
	#enlargementOptions{
		color:#1a2626;
	}
	#enlargementPrices{
	}	
	#enlargementOldPrice{
		color: #;
	}
	#enlargementSalePrice{
		color: #ffffff	}
	#enlargementRegPrice{
		
		color:#3333FF;	
	}
	#enlargement a {

	}
	#enlargement a:hover {
	}
	#enlargementPrintLink{
	}
	#saleText{
	
	}
		

	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
		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:#8db3b3;
		background-color:#4d7373;

	}

	#footerArea a{
		background-color:#4d7373;
		color:#b3cdcd;
	}
	#bannerStripe {
		background:#1a2626;
	}	
	#nameFoot{
		color:#d9e5e5;
		background:#1a2626;
		text-transform:uppercase;
		font-size: large;
		font-weight: bold;
	}
	#phone_TollFree{
	
	}
	#addressFoot{
	background-color:#4d7373;
	}
	#phone_Office {
		color:#d9e5e5;
	}
	#hoursFoot{
	background-color:#4d7373;
	}
	#phone_Cell{
		color:#d9e5e5;
	
	}
	#mailFoot{
		background-color:#4d7373;
	}	
	#phone_Fax{
			color:#d9e5e5;
		background-color:#4d7373;
	}
	#copyFoot{
		background-color:#4d7373;
	}
