/*
Design, CSS, and Flash by Travis Repetto @ Next Horizon © 2007
*/

/* Global */
*{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
html, body{
	border: 0;
}
body{
	background: #036;
	/* IE-only Scrollbars
	scrollbar-base-color: #fff;
	scrollbar-arrow-color: #ccc;
	scrollbar-3dlight-color: #eee;
	scrollbar-darkshadow-color: #eee;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #eee;
	scrollbar-shadow-color: #eee;
	scrollbar-track-color: #fff; */
}
a{
	color: #036;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #000;
	background: #9fc8f6;
}
h1{

}
h2{
	color: #036;
	font-size: 18px;
}
h3{
	color: #333;
	font-size: 16px;
}
#container{
	min-width: 980px;
}
.clear{
	clear: both;
	height: 0;
}

/* Header */
#header{
	width: 980px;
	height: 125px;
	margin: 0 auto;
	background: transparent url(../images/header.jpg) no-repeat;
}
#headerbg{
	background: transparent url(../images/bg_header.jpg) repeat-x top center;
}
#flashphrase{
	float: left;
	width: 650px;
	height: 60px;
	margin-top: 10px;
}
#flashphrase div{
	margin: 0px 0 0 15px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 9px;
}
#flashphrase a{
	color: #000;
	line-height: 9px;
}
#flashphrase a:hover{
	color: #80c93c;
	background: #fff;
}
#flashphrase a span{
}
* html #flashphrase img{
	behavior:  url(news/iepngfix.htc);
}
#headernav{
	width: 780px;
	float: left;
}
#logo{
	width: 190px;
	height: 125px;
	float: left;
}
#logo h1{
	background: transparent url(../images/logo.jpg) no-repeat;
	text-indent: -2000px;
	width: 190px;
	height: 125px;
}

/* Headernavmain */
#headernavmain{
	padding-top: 80px;
}
#headernavmain ul{
	margin: 0 0 0 10px;
}
#headernavmain li{
	display: inline;
	list-style-type: none;
	padding: 0 15px 0 25px;
	border-left: 1px solid #ccc;
}
#headernavmain li a{
	color: #036;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
	background: none;
}
#headernavmain li a:hover{
	color: #0078ff;
}
#headernavmain #firstlink{
	border: 0 none;
}
#headernavmain li.selected{
	background: transparent url(../images/bg_headernav.gif) no-repeat;
}

/* Headersubnav */
#headersubnav{
	width: 100px;
	float: right;
	margin: 15px 20px 0 0;
	color: #333;
	font-size: 11px;
	font-weight: bold;
}
* html #headersubnav{
	margin: 15px 10px 0 0;
}
#headersubnav li{
	list-style-type: none;
	text-align: right;
}
#headersubnav a{
	color: #fff;
	line-height: 18px;
	text-decoration: none;
	background: none;
}
#headersubnav a:hover{
	color: #333;
}

/* Flash */
#flash{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#flash img{
	padding-bottom: 8px;
}
#flashbg{
	padding: 0 10px;
	background: #6AA7EA url(../images/bg_flashcontent.jpg) repeat-y top center;
}
ul#flashnav{
	width: 190px;
	display: block;
	float: left;
}
#flashnav li{
	margin: 3px 0 0 0;
	list-style-type: none;
}
#flashnav li a{
	width: 190px;
	height: 50px;
	display: block;
	text-indent: -2000px;
	background-repeat: no-repeat;
	background-position: top left;
}
#flashnav li a:hover{
	background-position: bottom left;
}
#btn_inventory{
	background-image: url(../images/btn_inventory.jpg);
}
#btn_purchasing{
	background-image: url(../images/btn_purchasing.jpg);
}
#btn_sales{
	background-image: url(../images/btn_sales.jpg);
}
#btn_meetings{
	background-image: url(../images/btn_meetings.jpg);
}
#btn_wholesale{
	background-image: url(../images/btn_wholesale.jpg);
}
#flashcontent{
	width: 760px;
	height: 270px;
	float: left;
}
#purchasingcontent, #inventorycontent, #salescontent, #meetingscontent, #wholesalecontent{
	display: none;
}
.flashimg{
	width: 455px;
	height: 270px;
	float: left;
}
.flashtext{
	width: 305px;
	height: 270px;
	float: left;
	background: transparent url(../images/flash_content.jpg) no-repeat top left;
	font-weight: bold;
}
.flashtext .textpadding{
	margin: 15px 15px 0 20px;
}
.flashtext h2{
	border-bottom: 2px solid #7FC93D;
	margin-bottom: 10px;
	font-size: 26px;
	text-align: right;
}
.flashtext ul{
	color: #0078FF;
	margin-left: 10px;
	padding-left: 10px;
}
.flashtext li{
	margin-bottom: 15px;
}
.flashtext li:hover{
	background: #eff7ff;
}
.flashtext ul span{
	color: #036;
}
.flashtext .more{
	color: #333;
	font-size: 14px;
	text-align: right;
	margin-right: 10px;
}
.flashtext .more a{
	color: #0078FF;
	font-size: 12px;
}
.flashtext .more a:hover{
	color: #036;
}
#flashbottomspacer{
	height: 34px;
}

/* Content */
#contenttop{
	width: 980px;
	height: 13px;
	margin: 0 auto;
	background: transparent url(../images/bg_contenttop.jpg) repeat-x top center;
}
#contenttopbg{
	height: 13px;
	background: transparent url(../images/bg_contenttop.jpg) repeat-x top center;
	margin-bottom: 15px;
}
#content{
	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
}
#contentbg{
	background: #9FC8F6 url(../images/bg_content.jpg) repeat-y top center;
}
#contentbottom{
	width: 980px;
	height: 7px;
	margin: 0 auto;
	background: transparent url(../images/bg_contentbottom.jpg) repeat-x top center;
}
#contentbottombg{
	height: 7px;
	background: transparent url(../images/bg_contentbottom.jpg) repeat-x top center;
	margin-top: 15px;
}

/* Contentleft */
#contentleft{
	float: left;
	width: 630px;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}
#contentleft h2{
	border-bottom: 2px solid #7FC93D;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#contentleft a{
	font-weight: bold;
}
#contentleft img[align="left"]{
	margin: 5px 10px 0 0;
}
#contentleft img[align="right"]{
	margin-left: 10px;
}
#contentleft img.caption{
	width: 300px;
	height: 200px;
	border: 5px solid #ccc;
}
* html #contentleft img.left{
	margin: 5px 10px 0 0;
}
* html #contentleft img.right{
	margin: 5px 0 0 10px;
}
#contentleft ul{
	margin-left: 10px;
	padding-left: 10px;
}
#contentleft ol{
	margin-left: 15px;
	padding-left: 10px;
}
#contentleft li{
	margin-bottom: 5px;
	padding: 3px;
}
#contentleft li:hover{
	color: #000;
	background: #eff7ff;
}
#contentleft .bold{
	font-weight: bold;
}

/* Contentright */
#contentright{
	color: #333;
	float: left;
	width: 280px;
}
#contentright h2{
	padding: 0 0 10px 10px;
	margin-bottom: 5px;
}
#contentright .leftborder{
	padding: 0 0 0 10px;
	border-left: 1px solid #ccc;
}
#contentright .scroll{
	overflow: auto;
	height: 320px;
}
#contentright dl{
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}
#contentright dt{
	font-size: 12px;
}
#contentright dt a{
	color: #036;
	text-decoration: none;
}
#contentright dt a:hover{
	background: #9fc8f6;
}
#contentright dl{
	color: #666;
}
#contentright dl .date{
	color: #7FC93D;
}
#contentright dd{
	margin-bottom: 15px;
}
#contentright dd:hover{
	color: #333;
	background: #eff7ff;
}
#sidebox{
	padding: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background: #f9f9f9;
	border: 1px solid #ccc;
}
#sidebox ul{
	margin-left: 10px;
	padding-left: 10px;
}

/* Footer */
#footer{
	padding: 20px 0;
	font-size: 11px;
	text-align: center;
}
#footernh{
	color: #666;
	font-weight: bold;
}
#footernh a{
	color: #666;
	text-decoration: none;
}
#footernh a:hover{
	color: #fff;
	background: #666;
}
#validation{
	color: #666;
	font-weight: bold;
}
#validation a{
	color: #666;
	text-decoration: none;
}
#validation a:hover{
	color: #333;
	background: #7FC93D;
}

/* Footernav */
#footernav{
	color: #9fc8f6;
}
#footernav ul{
}
#footernav li{
	display: inline;
	list-style-type: none;
}
#footernav li a{
	color: #9fc8f6;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
	padding: 2px 8px;
}
#footernav li a:hover{
	color: #333;
	background: #9fc8f6;
}

/* Info Page */
.info-content{
	margin-bottom: 20px;
}

/* Contact */
#staff{
	margin: 10px 0 20px 20px;
}
#staffleft, #staffright{
	float: left;
	width: 300px;
}
#staff dt{
	font-weight: bold;
}
#staff dd{
	height: 60px;
}

/* Contactform */
fieldset{
	margin-bottom: 10px;
	border: 1px solid #9fc8f6;
}
legend{
	color: #036;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 8px;
}
#contactformfieldset #directions{
	text-align: center;
	margin: 10px 0;
}
#contactform label, #contactform .text{
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contactform label{
	width: 120px;
	color: #036;
	text-align: right;
	padding-right: 10px;
}
#contactform .text{
	width: 150px;
	padding: 2px;
	color: #666;
	background: #f9f9f9;
	border: 2px solid #ccc;
}
#contactform .text:hover{
	color: #333;
	background: #eff7ff;
	border: 2px solid #999;
}
#contactform .text:focus{
	color: #333;
	background: #fff;
	border: 2px solid #ccc;
}
* html #contactform .text{
	color: #333;
	background: #fff;
	border: 2px solid #ccc;
}
#contactform select.text{
	width: 158px;
}
#contactform textarea.text{
	width: 438px;
	height: 75px;
}
#contactform .button{
	color: #036;
	font-weight: bold;
	background: #fff;
	border: 2px solid #ccc;
}
#contactform .button:hover{
	color: #fff;
	background: #666;
	border: 2px solid #999;
}
#contactform .red{
	color: #f00;
}
#messagecontainer h3{
	text-align: center;
	margin: 60px 0 70px 0;
}

/* News */
#news{
	
}
.news-date{
	color: #666;
	font-weight: bold;
}
.news-content{
	margin-bottom: 20px;
	
}

/* Sitemap */
dl#sitemap{
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
#sitemap dt{
	font-size: 14px;
	font-weight: bold;
}
#sitemap dt a{
	color: #036;
	text-decoration: underline;
}
#sitemap dt a:hover{
	color: #fff;
	text-decoration: none;
	background: #036;
}
#sitemap dl{
	color: #666;
}
#sitemap dl .date{
	color: #7FC93D;
}
#sitemap dd{
	margin-bottom: 15px;
}