/* CSS DOCUMENT */

/* Different Font Families you can use
* font-family:Arial, Helvetica, sans-serif;
* font-family:Georgia, "Times New Roman", Times, serif;
* font-family:"Times New Roman", Times, serif;
* font-family:"Courier New", Courier, mono;
* font-family:Verdana, Arial, Helvetica, sans-serif;
* font-family:Geneva, Arial, Helvetica, sans-serif;
End Font Families */

/* Text text-decorations for hyperlinks
* text-decoration:blink; 
* text-decoration:inherit;
* text-decoration:none;
* text-decoration:overline;
* text-decoration:underline;
End Text-Decoration */

/* BODY ATTIBUTES */
body {
background-color : #000000;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:white
}


table, td {
	 color:#00aa00
}

/* Shopping cart item sku preview box text */
table.shopping-selfcontained_box td.text, table#moreinfo-summary td.text, table#moreinfo-summary th {color:#004400}




/* NAVIGATIONAL LINKS */
a:link { 
	color : #FF0000; 
	text-decoration:none;
}
a:visited { 
	color : #FF0000;
	text-decoration : inherit; 
}
a:hover { 
	color : #FF0000;
	text-decoration : underline;
}
a:active { 
	color : #FF0000; 
	text-decoration : inherit; 
}

/* LOGO CSS INFO */
h1 { 
	font-size: 20px;
	color:#FFFFFF;
}

/* SLOGAN */
.slogan {
	color: #FFFFFF;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}

/* CONTENT (main text)*/
.content {
	color:#00aa00;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	
/* VMENU (verticle menu) */
.vmenu:link {
font-size: 14 px;
}

.vmenu a:link {
	color : #FFFFFF; 
	text-decoration:none;
}
.vmenu a:visited {
	color : #FFFFFF; 
	text-decoration:inherit;
}
.vmenu a:hover {
	color : #FFEA00; 
	text-decoration:inherit;
}
.vmenu a:active {
	color : #FFFFFF; 
	text-decoration:inherit;
	}

/* TMENU DOES NOT HAVE A DECLARATION */

