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

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

/* use these for titles 1-2 per page */
h1 {
	font-family: "Trebuchet MS", Verdana;
	color: #006699;
	font-size: 27px;
	font-style: bold;
	font-weight: 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: 12px;
	color: #003366;
	font-family: "Trebuchet MS", Verdana;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1pt;

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

a.topnav:hover {
	color: #006699;
}
.sidenav {
	font-size: 13px;
	color: #003366;
	font-family: "Trebuchet MS", Verdana;
	font-weight: normal;
	text-indent: 3px;
}
a.sidenav:link,a.sidenav:visited {
	color: #003366;
}

a.sidenav:hover {
    color: #0099CC;
}
.footer {
	font-size: 11px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana;
}
.content {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #003366;
	text-decoration: none;
	font-weight: normal;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.links {
	font-size: 12px; color: olive; font-family: Arial;
}
a.links:link:visited {
    color: olive;
}

a.links:hover {
    color: red; text-decoration: underline; font-size: 16px;
}
.logo01 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 27px;
	color: #CCFFFF;
	text-decoration: none;
	font-weight: bold;
}
.logo02 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 27px;
	color: #FFFFFF;
	text-decoration: none;
}
.logo03 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.title1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 27px;
	color: #003366;
	text-decoration: none;
	font-weight: normal;
}
.title2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 22px;
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}
.subtitle {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.price {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.side-box {
	font-size: 11px;
	color: #006699;
	font-family: "Trebuchet MS", Verdana;
	text-transform: uppercase;
	line-height: 12px;
}
.side-box2 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana;
	text-transform: uppercase;
	line-height: 12px;
}
.content-small {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 12px;
}
.content-small2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	font-weight: normal;
}
a.footer:hover {
	color: #99FFFF;
}
.subtitle2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

/* button */

.btn {
	float: left;
	margin: 5px 5px;
}
.btn a{
	float: left;
	height: 40px;
	background: url(button-bg.png) no-repeat right top;
	line-height: 40px;
	padding: 0 10px 0 0!important;
	color: #fff;
	font-size: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border:0;
	outline:none
}

.btn a:hover{
	text-decoration:underline;
}

.btn span {
	background: url(button-bg.png) no-repeat top left;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_addtocart { background-color:green}
.btn_addtocart:hover{background-color:red}

.btn_checkout { background-color:#239dd0; }
.btn_checkout:hover{background-color:#002c85}

.btn_learnmore { background-color: orange; }
.btn_learnmore:hover { background-color:#002c85; }

.btn_addtocart:active, .btn_checkout:active, .btn_learnmore:active{top:1px;left:1px;position:relative}


.clear {
	clear: both;
}