/* CSS Document */
body {
	background-repeat: no-repeat;
	background-color: #b6e8ed;
	background-position: center;
	background-position:top;
	color:#ffffff;
	margin:0px;
}

a:link {
	color: #b6e8ed;
	font-size: 10px;
	text-decoration: none;
	font-weight:normal;
}

a:visited {
	color: #b6e8ed;
	font-size:10px;
	text-decoration: none;
	font-weight:normal;
}

a:hover {
	color: #ffffff;
	font-size:10px;
	text-decoration: underline;
	font-weight:normal;
}

hr {
	border: 1px solid #404040;
	color: #404040;
	background-color: #404040;
	height: 0px;
}

th {
	font-size:10px;
	color: #ffffff;
/*	background-color: #000000; */
}

h1 {
	font-size: 14px;
	margin: 0 30 0 37;
	color: #ffffff;
}


.filter_header {
	color: #b6e8ed;
	text-align:left;
	text-transform: uppercase;
}

th.filter_header {
	font-weight: bold;
}

div.filter_header {
	margin-bottom: 7px;
	color: #ffffff;
	text-transform: lowercase;
}

td {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

h1 {
	font-size: 14px;
}

h3 {
	font-size: 10px;
}

.main_content {
	background-color: #ffffff;
	height: 100%;
}

.small {
	font-size: 8px;
	color: #909090;
}

a.blue:link {
	color: #b6e8ed;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}

a.blue:visited {
	color: #b6e8ed;
	font-size:10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}

a.blue:hover {
	color: #b6e8ed;
	font-size:10px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: lowercase;
}

a.feed:link {
	color: #b6e8ed;
	font-size: 10px;
	text-decoration: none;
	font-weight:normal;
}

a.feed:visited {
	color: #b6e8ed;
	font-size:10px;
	text-decoration: none;
	font-weight:normal;
}

a.feed:hover {
	color: #ffffff;
	font-size:10px;
	text-decoration: underline;
	font-weight:normal;
}

a.port_feed:link {
	color: #404040;
	font-size: 12px;
	text-decoration: none;
	font-weight:bolder;
}

a.port_feed:visited {
	color: #404040;
	font-size:12px;
	text-decoration: none;
	font-weight:bolder;
}

a.port_feed:hover {
	color: #ffffff;
	font-size:12px;
	text-decoration: underline;
	font-weight:bolder;
}

.crumb {
	color: #909090;
	font-size:9px;
}

a.crumb:link {
	color: #909090;
	font-size: 9px;
	text-decoration: none;
}

a.crumb:visited {
	color: #909090;
	font-size:9px;
	text-decoration: none;
}

a.crumb:hover {
	color: #909090;
	font-size:9px;
	text-decoration: underline;
}

a.news_link:link {
	color: #b6e8ed;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.news_link:visited {
	color: #909090;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}

a.news_link:hover {
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	text-decoration: underline;
}


a.bottom_nav:link {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

a.bottom_nav:visited {
	color: #909090;
	font-size:10px;
	text-decoration: none;
}

a.bottom_nav:hover {
	color: #909090;
	font-size:10px;
	text-decoration: underline;
}

a.sitemap:link {
	color: #909090;
	font-size: 10px;
	text-decoration: none;
}

a.sitemap:visited {
	color: #909090;
	font-size:10px;
	text-decoration: none;
}

a.sitemap:hover {
	color: #909090;
	font-size:10px;
	text-decoration: underline;
}

.bottom_border {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

.bottom_border_gray {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c0c0c0;
}

.box {
	padding: 2px;
}

.border {
	border-style: solid;
	border-width: 1px;
	border-color: #fbcd2f;
}

/* this is for drop down menus...  you WILL need to add to go deeper */
.horizontal {
}

#nav ul {	padding: 0;	margin: 0;	list-style: none; }
#nav a { display: block; font-size: 10px; color:#ffffff; text-decoration: none; }
#nav a:hover { display: block; font-size: 10px; color:#b6e8ed; text-decoration: none; }
#nav li { float: left;  padding-right: 12px; list-style: none; }
#nav li ul { position: absolute; left: -999em; width: 70px; background-color: transparent; list-style: none; }
#nav li:hover ul { left: auto; list-style: none; color: #b6e8ed;}
#nav li:hover ul, #nav li.sfhover ul { left: auto;list-style: none; display: block; color: #b6e8ed; }

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 15em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #b6e8ed;
}


.childgrouptable {
	width:100%;
}

.childdiv {
	width: 165px;
	padding: 10px;
	float: left;
	font-size:10px;
	text-align:center;
}

.childgroup {
	font-size:12px;
}

.productgrouptable {
	width:100%;
}

.productdiv {
	width: 165px;
	padding: 10px;
	float: left;
	font-size:10px;
	text-align:center;
}

.product {
	font-size:10px;
	color: #b6e8ed;
	text-decoration: none;
}

.product_desc {
	padding-left:30px;
}

	#vertical, #vertical ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#vertical li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.7;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#vertical li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#vertical li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#vertical li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		text-align:right;
		font-size:14px;
		color : #ffffff;
		font-weight : bold;
		text-decoration : none;
		background-color : #404040;
/*		border : 1px solid black;
*/		padding : 0 .5em;
	}
	
	#vertical li a:hover {
		color : #df9131;
/*		background-color : black; */
	}
	
	#vertical li:hover ul ul, #vertical li:hover ul ul ul, #vertical li.sfhhover ul ul, #vertical li.sfhhover ul ul ul {
		left: -999em;
	}
	
	#vertical li:hover ul, #vertical li li:hover ul, #vertical li li li:hover ul, #vertical li.sfhhover ul, #vertical li li.sfhhover ul, #vertical li li li.sfhhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	.checkout {
		font-size: 12px;
		color: #ffffff;
	}



.content {
	margin: 0px 35px 60px 35px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.75;
}


.footer_main {
	color: #FFFFFF;
	font-size: 10px;
}
.footer {
	color: #b6e8ed;
	font-size: 8px;
	line-height: 20px;
}
.style4 {color: #FFFFFF}
.style7 {font-size: 14px}
.style8 {
	color: #b6e8ed;
	font-weight: bold;
}

.gal_image {
	float: left;
	padding: 10px 10px 10px 10px;
}

input {
	border: 1px solid #b6e8ed;
}

textarea {
	border: 1px solid #b6e8ed;
}

.white_button {
	height: 20px;
	background-color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
}

.blue {
	color: #b6e8ed;
}

a.list:link {
	color: #b6e8ed;
	font-size: 10px;
	text-decoration: none;
}

a.list:visited {
	color: #b6e8ed;
	font-size:10px;
	text-decoration: none;
}

a.list:hover {
	color: #ffffff;
	font-size:10px;
	text-decoration: underline;
}

a.faq_question:link {
	font-weight:bold;
	color: #b6e8ed;
	font-size: 10px;
	text-decoration: none;
}

a.faq_question:visited {
	font-weight:bold;
	color: #b6e8ed;
	font-size:10px;
	text-decoration: none;
}

a.faq_question:hover {
	font-weight:bold;
	color: #ffffff;
	font-size:10px;
	text-decoration: underline;
}

a.view:link { font-size: 12px; text-decoration: underline; color: #483318; }
a.view:visited { font-size: 12px; text-decoration: underline; color: #483318; }
a.view:hover { font-size: 12px; text-decoration: none; color: #b6e8ed; }
