/* these have to be modified for every new site */
body {
	background: lightblue url(../images/background.jpg) repeat-x;
	margin-top: 0px;
	background-color: #FFFFFF;
} 

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

/* use these for titles 1-2 per page */
h1 {
	font-family: Verdana, Helvetica, sans-serif;
	color: #006699;
	font-size: 25px;
	font-style: bold;
		}
		
/* use these for sub-titles 2-4 per page */
h2 {
       font-family: Verdana, Helvetica, sans-serif;
       color: maroon;
       font-size: 12px;
	   font-style: italic; 
		}
.topnav {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;

}
a.topnav:link,a.topnav:visited {
	color: #FFFFFF;
}

a.topnav:hover {
	color: #FFFF99;
}
.sidenav {
	font-size: 11px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 20px;
}
a.sidenav:link,a.sidenav:visited {
	color: #006699;
}

a.sidenav:hover {
    color: #0099CC;
}
.footer {
	font-size: 9px;
	color: #333333;
	font-family: Verdana;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.links {
	font-size: 12px;
	color: #0099CC;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
}

a.links:hover {
	color: #003366;
	text-decoration: underline;
	font-size: 12px;
}
.sidenav-title {
	font-size: 11px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.logo01 {
	font-size: 25px;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.logo02 {
	font-size: 25px;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.product {
	font-size: 25px;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.price-small {
	font-size: 12px;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.price {
	font-size: 25px;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.subtitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	text-decoration: none;
	font-weight: normal;
}
.subtitle3 {
	font-family: Helvetica, "Trebuchet MS", Verdana;
	font-size: 20px;
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
.bordercolor
{
border-style:solid;
border-color:#f3f3f3;
}
.cellback {
background: url(../images/banner.jpg) repeat-x;
width: 210px;
}