/* Mornsun - CSS */

* {margin:0;padding:0;}

img {border:none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	margin:0;
	padding:0;
}

a:hover, a:link, a:visited, a:active {
	color:#895116;
}

h1, h2, h3, h4, h5, h6, ul, li, form, p {
	margin:0;
	padding:0;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	color: #895116;
	margin-bottom: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3 {
	color: #000066;
	margin-top: 20px;
	font-size: 16px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #895116;
	margin-bottom: 20px;
}

h6 {
	line-height:normal;
	font-weight:400;
}


p {
	padding:0 0 15px;
}

#container {
	width:900px;
	margin:0 auto;
}

#headercontainer {
	text-align:right;
	background:url(../images/mornsun-america.jpg) no-repeat;
	padding: 55px 60px 30px 0;
	letter-spacing: -1px;
	color: #000066;
	font-size:28px;
	font-weight: 600;
	line-height: 32px;
	font-family: "Times New Roman", Times, serif;
}

/*
NAVIGATION STYLES
*/
#nav {
	float:left;
/*	width:209px; 
	padding:11px 0; */
}

ul#nav {
	position: absolute;
	top: -28px;
	z-index: 1000;
	}

#nav ul {
	width: 150px;
	list-style:none;
	padding-top: 15px;
}
#nav li {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000066;
	font-size:14px;
	padding: 5px;
	list-style:none;
	background:url(../images/nav-bg.jpg) repeat-y;
	border: solid 1px #895116;
	height: 19px;
	margin-bottom: 5px;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	display:block;
	width:150px;
	color:#000066;
	margin:0 0 4px;
}

#nav li li { /* all list items */
	float: left;
	width: 160px; /* width needed or else Opera goes nuts */
	height: auto;
	margin: 0;
	background: #CCCCCC;
	font-size:13px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFFFFF;
	padding: 0;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover {
    position: static; 
	background: #895116;
}

#nav li a:hover {color: #FFFFFF; }
#nav li li:hover {background: #FFFFFF;}
#nav li li a:hover {color: #895116; }
#nav li li a:link, #nav li li a:visited, #nav li li a:active { text-align: left; width: 160px;}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 145px;
	margin-top: -28px;
}

/* 
END NAVIGATION STYLES 
*/

#midpanel {
	padding:15px 0 30px;
	width: 625px;
	margin-left: 209px;
}

#midpanel ul li {
	list-style-position:inside;
	padding-left:25px;
}

.fltlft {float:left; padding-right: 20px;}

.fltrgt {float:right; padding-left: 20px;}

.clrbth {clear:both;}

#footer {
	width:900;
	text-align:center;
	clear:both;
	font-size:12px;
	color:#333;
	padding:13px 0;
}

#footer span {
	padding:0 12px;
}

#footer a:hover {
	text-decoration:underline;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#333;
}

.credits {font-size: 10px; color: #000066; line-height: 12px;}


#productbox {
	border: solid 1px #895116;
	margin: 20px 0 20px 0;
	padding: 10px;
}
.featureleft {
	background-color: #000066;
	float: left;
	width: 170px;
	height: 90px;
	color: #FFFFFF;
	padding: 4px;
}
.productimage {
	text-align:center;
	padding-top: 5px;
}
.productname {
	clear: both;
	background-color: #CCCCCC;
	color: #000066;
	text-align: center;
	padding-top: 2px;
	font-size:16px;
	height: 9px;
}
#featurebox2 {
	float: left;
	border: solid 1px #CCCCCC;
	margin-right: 10px;
	width: 276px;
	height: 124px;
	font-size: 12px;
}
#featurebox2 a {
	text-decoration: none;
	color: #000066;
}
#featurebox2 a.whitetxt {
	text-decoration: none;
	color: #FFFFFF;
}
#newsletter {
	background:url(../images/newsletter-bg.jpg) repeat-y;
	height: 22px;
	text-align: center;
	margin-bottom: 7px;
	padding-top: 3px;
}
#newsletter a, #newsletter a:hover, #newsletter a:link, #newsletter a:visited, #newsletter a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
}
#pgbottom {
	background:url(../images/newsletter-bg.jpg) repeat-y;
	height: 1px;
	margin: 7px 0 7px 0;
}
#showcase {
	border: solid 1px #999999;
	height: 200px;
	padding-top: 10px;
	padding-left: 20px;
}

#safetyshowcase {
	border: solid 1px #999999;
	height: 50px;
	padding-top: 1px;
	padding-left: 0px;
}



.showcasetitle {
	color: #000066;
	font-size:26px;
	font-weight: 600;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	text-align: center;
}
.tablesmtext {
	font-size:10px;
}
.tabletext {
	font-size:12px;
}
.tableheadings {
	color: #FFFFFF;
	font-weight: bold;
}

/* ---- REPS/DIST STYLES ---- */
#contacts {		width: 544px;
	margin-top: 20px;
}
#reps { width: 250px; padding-top: 1px;
}
#dist {
	float: right;
	width: 250px;
}
/* ---- SAMPLE REQUEST FORM ---- */
.label {
	float: left;
	width: 200px;
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
/*	clear: left;
	margin-top: 5px;
	padding-bottom: 2px;
*/	
}
.label-wide {
	float: left;
	text-align: left;
	font-weight: bold;
}
.label-clear {
	color: #000066;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
}
#samplerequest {
	margin: 0;
	padding: 0;
}
.quoteform {
	font-size: 12px;
	color: #000066;
	margin-bottom: 2px;
}
.press {
	padding-left: 2px;
}
.tableheader {
	background-color: #CCCCCC;
	color: #000066;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	border-bottom: solid 1px #000066;
}
.errortext {
	color: #FF0000;
	font-weight: bold;
}