body {
	font-family: Verdana, Geneva, Arial, Helvetica; 
	font-size: 12px; 
	color: #000000; 
	background-color: #27375D;
	margin-top: 10px; 
	margin-left: 0px;
	margin-right: 0px; 
	margin-bottom: 0px;

}

p	{
	font-family:  Verdana, Geneva, Arial, Helvetica;	
	font-size : 12px;
	}

td	{
	font-family:  Verdana, Geneva, Arial, Helvetica;	
	font-size : 12px;
	}
	
hr	{
	color: #6B8BA6;
}

h1	{
	font-family:  Verdana, Geneva, Arial, Helvetica;
	font-size: 16pt;
	color: #000000;
}

h2	{
	font-family:  Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
	color: #003366;
}

h3	{
	font-family:  Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	color: #003366;
}

pre	{
	font-family : Courier ;
	font-size : 11px;
	line-height: 16px;
	}
	
/*----- link styles ----*/

.dummy a:hover {
	background: none;
}
/*work around for broswers that support hover. hover background color is red that 
shows on the products gif because of the transparent corners. this changes that to 
backgrouns color of white so it doesn't show*/
 
.white a:link {
	text-decoration : none;
	color: #FFFFFF;
}

.white a:visited {
	text-decoration : none;
	color: #FFFFFF;
}

.white a:hover {
	text-decoration : underline;
	color: #FFFFFF;
}

a:link {
	text-decoration : none;
	color: #336699;
	font-weight:bold;
}

a:visited {
	text-decoration : none;
	color: #336699;
	font-weight:bold;
}

a:hover {
	text-decoration : underline;
	color: #336699;
	font-weight:bold;
}

.cart a {
	color:#ffffff;
	text-decoration:none;
}

.cart a:hover {
	color:#ffffff;
	background: #9999FF;
}

.subscribe {
	color:#ffffff;
	background: #BCD1E7;
}

.subscribe a:hover {
	color:#ffffff;
	background: #EEF9FF;
}


/*-- end link styles --*/

/*following mostly used with forms - exceptions are the ids formLabel and note and the th selector*/	
#productSearchForm { 
	position:absolute;
	top:48px; 
	left:654px; 
}

.SearchForm { 
	color: #000000;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica;
	font-style: italic;
	font-weight:bold;
}	

textarea  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica;
	}	

select  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica;
	}	
	
input  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica;
	}

.formLabel {
	font-size : 11px;
	line-height: 14px;
}		
/*end following mostly used with forms*/
.smalldate {
	color: #000000; 
	font-family : Arial, Helvetica, Verdana, Geneva; 
	font-size: 10px; 
	font-weight: normal; 
}
.dummydot {
	font-size: 1px;
	color: #EEF9FF;
	line-height: 1px;
	}
	
.head {
	font-size: 14pt;
	}
.mainhead {
	font-size: 13pt;
	Font-family: Arial, Helvetica;
	color: #336699;	
}
.blackhead {
	font-size: 16pt;
	Font-family: Arial, Helvetica;
	color: #000000;	
}

.LeftSideBar { 
	color: #000000; 
	font-family : Arial, Helvetica, Verdana, Geneva; 
	font-size: 11px; 
	font-weight: normal; 
	}

.arial { 
	color: #000000; 
	font-family : Arial, Helvetica; 
	font-size: 12px; 
	line-height: 16pt;
	}
	
.whitearial { 
	color: #ffffff; 
	font-family : Arial, Helvetica; 
	font-size: 12px; 
	}
	
.topmain { 
	color: #000000; 
	font-family : Arial, Helvetica, Verdana, Geneva; 
	font-size: 14px; 
	}
	
.main { 
	color: #000000; 
	font-family : Arial, Helvetica, Verdana, Geneva; 
	font-size: 12px; 
	}
	
.tinyhome { 
	color: #FFFFFF; 
	font-family : Arial, Helvetica, Verdana, Geneva; 
	font-size: 3px; 
	}
	
.newbreaks { 
	color: #000000; 
	font-family : Arial, Helvetica ; 
	font-size: 10px; 
	line-height: 12px;
	}
	
.breakshead { 
	color: #000000; 
	font-family : Verdana, Geneva, Arial, Helvetica ; 
	font-size: 12px; 
	line-height: 14px;
	}
	
.accessories { 
	color: #FFFFFF; 
	font-family : Arial, Helvetica,Verdana, Geneva ; 
	font-size: 11px;
	}

.date { 
	color: #ffffff; 
	font-family : Arial, Helvetica, Verdana, Geneva; 
	font-size: 11px; 
	}

#copyright { 
	font-family : Verdana, Geneva, Arial, Helvetica;
	color: #ffffff;
	font-size:10px; 
	font-weight: normal;
	}
#copyright a {
	font-family : Verdana, Geneva, Arial, Helvetica;
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:visited {
	font-family : Verdana, Geneva, Arial, Helvetica;
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica;
	color:#6699cc;
	background: none;
	text-decoration: underline;
}

#about { 
	font-family : Verdana, Geneva, Arial, Helvetica;
	color: #ffffff; 
	white-space: nowrap; 
	font-size:10px; 
	font-weight: bold;
	}
	
#about a {
	font-family : Verdana, Geneva, Arial, Helvetica;
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}

#about a:visited {
	font-family : Verdana, Geneva, Arial, Helvetica;
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}

#about a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica;
	color:#9999CC;
	background: none;
	text-decoration: underline;
}

/*******************/
/*** drop menus ***/
/*******************/
.menubar{
	font-size: 10px;
	font-weight: bold;
	color:#000000;
	background: #FFCC00;
}

.menubar a {
	color:#000000;
	text-decoration:none;
}

.menubar a:visited {
	color:#000000;
	text-decoration:none;
}

.menubar a:hover {
	color:#000000;
	background: #FFCC00;
}

.Bottom_menubar{
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#ffffff;
	background: #27375D;
	text-decoration:none;
}

.Bottom_menubar a {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color:#ffffff;
	text-decoration:none;
}

.Bottom_menubar a:visited {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color:#ffffff;
	text-decoration:none;
}

.Bottom_menubar a:hover {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color:#ffffff;
	text-decoration:underline;
}