/* Text CSS */

body, table, tr, td, div, p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; }
h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal; }
h1 { font-size: 170%; color: #553725; font-weight: bold; } /* main header, signifies which page your on */
h2 { font-size: 130%; color: #553725; font-weight: bold; } /* main header for content portion */
h3 { font-size: 100%; color: #FF7F00; }
h4 { color: #2899FF; font-size: 140%; font-weight: bold; text-align: left; }
h5 { color: #2899FF; font-size: 110%; font-weight: bold; text-align: left; }
a { color: #FF6633; text-decoration: underline; }
a:hover { text-decoration: none; }

#header {}
	#header .toplink { }
	#header .toplink a { color: #ffffff;}
	#header .toplink a:hover {}
#footer	{ font-size: 90%; }

/* navigation styles */
#nav { }
	#nav { color: #ffffff; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; }
	#nav a { color: #ffffff; text-decoration: none; }
	#nav a:hover { text-decoration: none; color: #333333; }
	#subnav1 a, #subnav3 a, #subnav2 a { color: #333333; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal; }
	#subnav1 a:hover, #subnav3 a:hover, #subnav2 a:hover { text-decoration: none; }
.product_info h2 { font-size: 110%; }

.where2buyHeader {
color: #FFE4BB; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; 
}
