/********* GENERAL HTML TAG STYLES *********/

body {
	margin: 0px;
	padding: 0px;
	background-color: #178DCD;
	background-image: url(images/bg-border.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #B02624;
	padding-bottom: 3px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #178DCD;
	padding-top: 5px;
	padding-bottom: 0px;
}
h3 {
	font-size: 12px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #B02624;
}
h4 {
}
p {
	font-size: 12px;
	color: #3F3F3F;
	line-height: 16px;
	padding-top: 0px;
	padding-bottom: 3px;
}
.smallText {
	font-size: 10px;
	color: #666666;
	line-height: 14px;

}
a:link, a:visited {
	color: #178DCD;
	text-decoration: underline;
}
a:hover, a:active {
	color: #3F3F3F;
	text-decoration: none;
}
hr {
}
#content ul {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 10;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 10;
	list-style-image: url(images/bullet.gif);
}
#content li {
	padding-left: 0px;
	padding-top: 4px;
}


/********* LAYOUT STYLES (DIVS AND AFFILIATED CSS) *********/

/* Outer Wrapper that Contains Whole Site */
#wrapper {/* Contains side drop shadow that is specific to the top portion of the site only, no repeating */
	margin: 0px;
	padding: 0px;
	width: 800px;
}
/* Header Area Including Logo and Subnavigation Icons at Top */
#header {
	background-image: url(images/header.jpg);
	height: 181px;
	width: 800px;
	background-repeat: no-repeat;
}
#header h1 {
	margin: 0;
	border: 0;
	padding: 181px 0 0;
	height: 0px !important;
	height /**/:181px;
	width: 350px;
	overflow: hidden;
	cursor: pointer;
}
#header h1 span {
	display: none;
}
/* Navigation Tabs at Top */
#nav {
	height: 55px;
	width: 800px;
}
#nav ul	{
	width: 800px;
	height: 55px;
	background: url(images/nav.jpg);
	margin: 0;
	padding: 0;
	position: relative;
}
#nav ul li	{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
}
#nav ul li, #nav a	{
	height: 55px;
	display: block;
}
#nav ul li a	{
	text-indent: -9999px; 
	text-decoration: none;
}
#b1 {
	left: 48px;
	width: 100px;
}
#b2 {
	left: 190px;
	width: 58px;
}
#b3 {
	left: 295px;
	width: 89px;
}
#b4 {
	left: 427px;
	width: 142px;
}
#b5 {
	left: 612px;
	width: 120px;
}
#b1 a:hover {background: transparent url(images/nav.jpg) -48px -55px no-repeat;}
#b2 a:hover {background: transparent url(images/nav.jpg) -190px -55px no-repeat;}
#b3 a:hover {background: transparent url(images/nav.jpg) -295px -55px no-repeat;}
#b4 a:hover {background: transparent url(images/nav.jpg) -427px -55px no-repeat;}
#b5 a:hover {background: transparent url(images/nav.jpg) -612px -55px no-repeat;}
body#about #b1 {background: transparent url(images/nav.jpg) -48px -55px no-repeat;}
body#shop #b2 {background: transparent url(images/nav.jpg) -190px -55px no-repeat;}
body#awards #b3 {background: transparent url(images/nav.jpg) -295px -55px no-repeat;}
body#products #b4 {background: transparent url(images/nav.jpg) -427px -55px no-repeat;}
body#contact #b5 {background: transparent url(images/nav.jpg) -612px -55px no-repeat;}
/* Subnavigation Icons at Top, such as home, contact, etc. */
#subnav ul {
	margin: 0 0 0 632px;
	padding: 0;
	border: 0;
	width: 168px;
	position: absolute;
	background: url(images/subnav.jpg);
	height: 94px;
}
#subnav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#subnav a {
	height: 94px;
	display: block;
}	
#subnav ul li a {
	text-indent: -9999px; 
	text-decoration: none;
}
#s1 {left: 0; width: 168px;}
#s1 a:hover {background: transparent url(images/subnav.jpg) no-repeat 0px -94px;}
/* Wrapper that Contains All Content Elements - Such as Image Banners, Text Area */
#mainbody {
	width: 796px;
}
#banner {
}
#content {
	padding: 20px 40px 20px 20px;
}
#colL {
	float:left;
	width: 390px;
}
#colR {
	float:right;
	width: 325px;
}
body#shop #colL {
	float:left;
	width: 185px;
}
body#shop #colR {
	float:right;
	width: 530px;
}
body#products #colL {
	float:left;
	width: 185px;
}
body#products #colR {
	float: right;
	width: 520px;
	margin-right: 10px;
}
body#products h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #178DCD;
	padding-top: 0px;
	padding-bottom: 0px;
}
#col {
	width: 756px;
}
#signup {
	border: solid 1px #CCCCCC;
	margin-top: 10px;
	padding: 10px;
	width: 350px;
}
#signup h3 {
	background-image: url(images/signup.gif);
	background-repeat: no-repeat;
	height: 23px;
	margin: 0px;
	padding: 0px;
	background-position: center;
}
#signup h3 span {
	display: none;
}
#cart {
	color: #B02624;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
}
#cart a:link, #cart a:visited {
	color: #B02624;
	text-decoration: none;
}
#cart a:hover, #cart a:active {
	color: #B02624;
	text-decoration: underline;
}
body#shop #colL li a:link, body#shop #colL li a:visited {
	color: #B02624;
	text-decoration: none;
}
body#shop #colL li a:hover, body#shop #colL li a:active {
	color: #B02624;
	text-decoration: none;
	font-weight: bold;
}
body#shop p.breadcrumb {
	color: #B02624;
	font-size: 11px;	
}
body#about #content a:hover {
	position: relative;
}
body#about #content a span {
	display: none;
}
body#about #content a:hover span {
	width: 800px;
	display: block;
	position: absolute; 
	top: 10px; 
	left: -300px;
	/* formatting only styles */
	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	background: #f0f0f0; 
	border: 1px dotted #c0c0c0;
	opacity: 0.9;
	/* end formatting */
}
#footnote {
	width: 756px;
	float: left;
}
p.disclaimer {
	font-size: 10px;
	font-style: italic;
	color: #999999;
}

/* Bottom Footer and Copyright Styles - Also Controls Bottom Drop Shadow */
#footer {
	width: 785px;
	text-align: center;
}
#footer p {
	font-size: 9px;
	color: #188DCD;
}
#footer a:link, #footer a:visited {
	color: #178DCD;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #3F3F3F;
	text-decoration: none;
}


/********* TEXT AND CONTENT STYLES (IMAGE PLACEMENT, STYLE CLASSES, COLUMNS WITHIN TEXT AREA) *********/

/* Create an Expanding Drop Shadow Behind an Image by applying this class to a Div */
.dropshadow {
	float: left;
	background: url(images/drop-shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.dropshadow div {
	background: url(images/drop-shadow2.png) no-repeat left top !important;
	background: url(images/drop-shadow2.gif) no-repeat left top;
	padding: 0px 5px 5px 0px;
}
.dropshadow img {
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
	padding: 4px;
}
/* Float Images or Objects */
.floatL {
	float: left;
	padding: 5px;
}
.floatR {
	float: right;
	padding: 5px;
}



/* Clearfix for Floating Divs - When You Have One or More Floating Columns Inside a Div, Use this to Make It Appear Correctly in AOL and IE Browsers \*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
