/* RESET STYLES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	text-align: center;
	background: #ddd;
	position: relative;
}

/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a:link{
	color: #f60000;
	text-decoration: none;
	border-bottom: 1px solid #f60000;
}

a:visited{
	color: #f60000;
	text-decoration: none;
	border-bottom: 1px solid #f60000;
}

a:hover{
	color: #172a4b;
	text-decoration: none;
	border-bottom: 1px solid #172a4b;
}

h1{
	color: #f60000;
	font-weight: bold;
	font-size: 18px;
}

h2{
	color: #f60000;
	font-weight: bold;
	font-size: 16px;
}

#content p.smalltext{
	clear: both;
	font-size: 10px;
	color: #666;
}
p.bold{font-weight: bold;}
p.italic{font-style: italic;}

.bold{font-weight: bold;}
.italic{font-style:italic;}
.underline{text-decoration: underline;}
.strikethrough{text-decoration: line-through;}
.highlight{background: #ddd;}

p#credits{
	font-size: 9px;
	margin: 3px 0;
}


/* --------------------------------------------- SECTION STYLES -------------------------------------------- */

div#wrapper{
	width: 960px;
	min-height: 400px;
	margin:0 auto;
	background: #f5f5f5;
	text-align: left;
}

div#masthead{
	width: 960px;
	height: 176px;
	position: absolute;
	top: 0;
	background: transparent url(../img/mastheadbgblue.gif) top left no-repeat;
	z-index: 1000;
}

div#content-wrapper{
/*margin-top: 210px; */
position:relative;
}

div#nav{
	position: absolute;
	top:190px;
	left:0;
	width: 160px;
	z-index: 150;
	background: transparent;
	padding-top: 10px;
}

div#content{
	float: right;
	margin: 130px 20px 0 0;
	width: 780px;
	min-height: 400px;
	z-index: 100;
	background: #fff;
	border-bottom: 3px solid #f60000;
	padding: 40px 0 0 0;
	display: inline;
}

div#slideshow{
	width: 300px;
	height: 180px;
	margin: 20px 40px 0 0;
	overflow: hidden;
	float:right;
	border: 1px solid #ddd;
}
div#footer{
	width: 960px;
	clear:both;
	min-height: 70px;
}

div#footer-contents{
	float: right;
	width: 780px;
	margin: 10px 20px 0 0;
	text-align: center;
	color: #333;
}
/* -------------------------------------------- SPECIFIC SECTION STYLES -------------------------------- */
iframe#google-map{
	width: 600px;
	height: 300px;
	margin: 10px 0 0 40px;
}

a.manu-badges{
	border-bottom: none;
}

a.popup{
	padding: 0 15px 0 0;
	background: url(../img/external.gif) bottom right no-repeat;
	border-bottom:none;
	text-decoration:none;
	font-size: 13px;
	line-height:18px;
}

a.popup:visited{
	padding: 0 15px 0 0;
	background: url(../img/external.gif) bottom right no-repeat;
	border-bottom:none;
	text-decoration:none;
}

a.popup:hover{
	padding: 0 15px 0 0;
	background: url(../img/external.gif) bottom right no-repeat;
	border-bottom:none;
	text-decoration:underline;
}

div[id="masthead"] h1 a{
	display: block;
	width: 520px;
	height: 105px;
	border-bottom: none;
	position: relative;
	top: 15px;
	left: 10px;
	background: url(../img/masthead-logo.png) top left no-repeat !important;
	text-indent: -9999px;
}

#nav ul#section-menu li{
	border-top: 1px solid #ebbcc6;
	width: 100%;
	text-transform: uppercase;
	position: relative;
}

#nav ul#section-menu li.here{
	background: #fff url(../img/arrow-right.gif) 135px 0 no-repeat;
}
#nav ul#section-menu a{
	display: block;
	line-height: 28px;
	color: #333;
	padding: 0 0 0 20px;
	font-size: 13px;
	border-bottom: none;
}

#nav ul#section-menu a:visited{
	display: block;
	color: #000;
}

#nav ul#section-menu a:hover{
	display: block;
	color: #fff;
	background: #e10f0e url(../img/arrow-right-red.gif) 135px 0 no-repeat;
}

#nav li ul#products-menu{
	display: none;
	position: absolute; 
	top: 0;
	left: 0;
	width: 200px;
	color: #fff;
	border-top: 10px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
	z-index: 300;
}

#nav ul#products-menu li{
	border-top: 1px solid #fff;
	
}
#nav li > ul#products-menu {
	top: auto;
	left: auto;
}

#nav li:hover ul#products-menu, li.over ul#products-menu {
	display: block;
	top: -12px;
	left: 160px;
}	
	
#nav li ul#products-menu li a{
	background: #e10f0e;
	color: #fff;
	padding: 0 0 0 10px;
}

#nav li ul#products-menu li a:visited{
	background: #e10f0e;
	color: #fff;
	padding: 0 0 0 10px;
}

#nav li ul#products-menu li a:hover{
	background: #152757;
/* url(../img/arrow-right-red.gif) 135px 0 no-repeat;
/*	border-left: 4px solid #f5f5f5; */
	color: #fff;
	padding: 0 0 0 10px;
}

#content h1{
	padding: 0 0 0 30px;
}

#content h1.home-welcome{
	font-size: 24px;
	padding: 0 0 0 30px;
}

#content p{
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0 0 35px;
}

#content ul{
	font-size: 13px;
	line-height: 18px;
	padding: 5px 0 0 55px;
	list-style: square url(../img/list-icon.gif);
}

div#home-welcome{
	width: 400px;
	float: left;
}

div#featured-sections{
	clear:both;
	width: 730px;
	margin: 0 0 0 35px;
	padding: 20px 0 0 0;
}

a.feature-section{
	float: left;
	width: 220px;
	height: 100px;
	background: #eee;
	margin: 0 19px 0 0;
	border: 1px solid #ddd;
	color: #222;
}

a.feature-section:hover{
	background: #e0e0e0;
	margin: 0 19px 0 0;
	border: 1px solid #f60000;
	color: #111;
}

span.feature-title{
	float: right;
	display: block;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	padding: 5px 3px 0 0;
	color: #f60000;
}

span.feature-description{
	float: right;
	display: block;
	font-size: 11px;
	width: 150px;
	height: 60px;
	padding: 2px 3px 0 0;
}

span.feature-more{
	float:right;
	display:block;
	height: 15px;
	margin: 0 5px 0 0;
	color:#f60000;
}
img.feature-icon{
	float: left;
	margin:0;
	padding:0;
}


div#stock-logos{
	clear:both;
	margin: 0 0 0 35px;
	padding: 20px 0;
}

div#stock-logos h2{
	font-style: italic;
}

div#stock-logos ul{
	width: 500px;
	list-style:none;
	margin: 0 auto;
	margin-top: 20px;
	padding:0;
}

div#stock-logos li{
	display: inline;
	margin: 20px 20px 0 0;
}

span.stock-logo{
	display: none;
}

#footer a{
	color: #666;
	border-bottom: 1px dotted #666;
}

#footer a:visited{
	color: #666;
	border-bottom: 1px dotted #666;
}

#footer a:hover{
	color: #f60000;
	border-bottom: 1px dotted #f60000;
}

ul#footer-links{
	display: block;
	list-style:none;
	margin:0 auto;
	margin-bottom:10px;
}

ul#footer-links li{
	display: inline;
}

ul#footer-links a{
	border-bottom: none;
	color: #666;
	padding: 5px 10px;
	
}

ul#footer-links a:visited{
	border-bottom: none;
	color: #666;
	padding: 5px 10px;
	
}

ul#footer-links a:hover{
	border-bottom: none;w
	color: #f60000;
}

div#slideshow img{
	margin:0;
	padding:0;
	top:0;
	left:0;
}
/* -------------------------------------------- Products Page Styles ------------------------------------------- */
ul#product-list{
	list-style: none;
	width: 380px;
	margin: 10px 0 0 50px;
	padding:0;
	border-bottom: 1px dotted #ddd;
}

ul#product-list li{
	margin: 0;
	padding: 0;
	border-top: 1px dotted #ddd;
	}
ul#product-list a{
	display: block;
	padding: 4px 0;
	height: 100%;
	border-bottom: none;
	color: #f60000;
}

ul#product-list a:hover{
	background: #f8f8f8;
	color: #f60000;
}

ul#product-list a:hover{
	background: #f8f8f8;
	color:#152757;
}

span.product-list-title {
	display:block;
	font-size: 14px;
	font-weight: bold;
	line-height:20px;
	margin:0;
	padding: 3px 0 0 0;
}

span.product-list-desc{
	display: block;
	font-size: 12px;
	margin:0;
	padding:2px 0 5px 0;
}

a.greyed-out{
	color: #666;
	border-bottom: #666 dotted 1px;
}

a.greyed-out:visited{
	color: #666;
	border-bottom: #666 dotted 1px;
}

a.greyed-out:hover{
	color: #f60000;
	border-bottom: #f60000 dotted 1px;
}

/* -------------------------------------------- Contact Form Styles ------------------------------------------- */
div#contact_form{
	padding: 20px 0;
	width: 550px;
}

div#contact_form .highlight{
	background:#f60000;
	color: #fff;
	padding: 2px;
}

div#contact_form input.wide{
	width: 500px;
}

textarea#comments{
	width: 500px;
	height: 100px;
}

div#contact_form input#send{
	float: right;
}

div#contact_form p.contactmessage{
	background:#f60000;
	color: #fff;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 5px 0 0 35px;
	font-weight: bold;
	padding: 1px;
}

/* -------------------------------------------- Login Styles ------------------------------------------- */

div#loginbox{
	width: 300px;
	margin:0 auto;
	margin-top: 20px;
	padding: 5px;
	border: 2px solid #f60000;
	background: #f8f8f8;
}

div#loginbox h1{
	font-size: 16px;
	font-weight: bold;
	color:#152757;
}

div#loginbox p{
	text-align: left;
	margin: 0 0 0 20px;
	font-size: 12px;
	font-weight: bold;
}
div#loginbox p.smallcentredtext{
	font-size: 10px;
	color: #666;
	text-align: center;
	clear:both;
	display:block;
	padding: 10px 0 0 0;
	font-weight: normal;
}

div#loginbox p.loginerror{
	width: 260px;
	display: block;
	padding: 3px;
	background: #f60000;
	color: #fff;
	margin: 10px auto;
	text-align: center;
}

input#username{
	width: 260px;
	margin: 5px auto;
	font-size: 14px;
	color: #152757;
}

input#pwd{
	width: 260px;
	margin: 5px auto;
	font-size: 14px;
	color: #152757;
}

input#login{
	float: right;
	clear: both;
	margin: 10px 20px 0 0;
}

img.admin-logo{
	margin: 10px auto;
}

/* --------------------------------------------- overriding styles ----------------------------------------- */
h1 span.greyed-out{
	color: #666;
}

img.image_left{
	float: left;
	max-width: 300px;
	margin: 0 20px 20px 0;
}

img.image_right{
	float: right;
	max-width: 300px;
	margin: 0 20px 20px 20px;
}

ul#sitemap li{
	padding: 2px 0;
}

ul#sitemap ul{
	list-style: none;
	margin: 6px 0 4px 20px;
	padding: 0;
}

ul#sitemap ul li{
	border-left: 2px solid #f60000;
	padding: 0 0 0 10px;
}