/* CSS Document */

/* import reset stylesheet - resets most styles to 0 */

@import url(reset.css);

/* master page structure */

html{
	text-align : center;
}

body{
	width: 994px;
	text-align: left;
	margin: 0 auto;
	height: 604px;
	min-height : 605px;
	position : relative;
	}

#header{
	width: 994px;
	height: 160px;
	position : relative;
}

#menu{
	width: 170px;
	margin-right: 20px;
	float: left;
	clear: both;
	display: inline;
}

* html body #menu{
	height: 1%;
}

#main{
	width: 380px;
	margin-right: 20px;
	float: left;
}

#newsMedia #main, #consumersPoll #main, #merchandise #main{
	width: 760px;
} /* makes a wider main for LoSalt in the Media articles & Poll pages - no subcontent*/

body.recipe #main{
	width: 360px;
	padding: 10px;
	background: url(/templates/Losalt/images/white-bgsq-40pct.png) 0 0 repeat;
}

* html body.recipe #main{
	background: #fff;
	filter: alpha(opacity=70);
}/* gives white transparent bg on #main in recipe template - for IE6 only */



#sub{
	width: 384px;
	float: left;
	padding-right: 20px;
}

* html body #sub{
	height: 1%;
}

#footer{
	width: 994px;
	clear : both;
}

/* header menu structure */
ul#headMenu{
	position: absolute;
	top: 20px;
	left: 30px;
}

ul#headMenu li{
	float: left;
	margin: 0;
	padding: 15px 18px  0 4px;
	position: relative;
}

ul#headMenu li li{
	float : none;
	padding: 5px 10px;
	position: static;
	}

/* suckerfish-related styles */

#headMenu li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0;
	margin: 0 0 0 -8px;
}

* html body #headMenu li ul{
	margin:0;
}

#headMenu li:hover ul, #headMenu li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
	top: 27px;
	}

#headMenu li ul li ul{ /* third level list */
	display:none;
	visibility:hidden;
}

/* typography, colors, backgrounds */
html{
	background: #0E2C8E  url(images/html-bg.gif) 50% 0 repeat-y;
}

body{
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #fff;
}

body#home{
	background: url(images/clouds-home.jpg) 0 0 no-repeat;
}

body#news, body#newsMedia{
	background: url(images/clouds-news.jpg) 0 0 no-repeat;
}

body#saltscience{
	background: url(images/clouds-science.jpg) 0 0 no-repeat;
}

body#saltscienceHistory{
	background: url(images/clouds-science-soldier.jpg) 0 0 no-repeat;
}

body#health{
	background: url(images/clouds-health.jpg) 0 0 no-repeat;
}

body#diet{
	background: url(images/clouds-diet.jpg) 0 0 no-repeat;
}

body#products, body#merchandise{
	background: url(images/clouds-products2.jpg) 0 no-repeat;
}

body#consumers, body#consumersPoll{
	background: url(images/clouds-consumers.jpg) 0 0 no-repeat;
}

body#links{
	background: url(images/clouds-basic.jpg) 0 0 no-repeat;
}

body#contact{
	background: url(images/clouds-basic.jpg) 0 0 no-repeat;
}

body#searchResultsPage{
	background: url(images/clouds-basic.jpg) 0 0 no-repeat;
}


p{
	margin: 0 0 1em 0;
	line-height : 1.5em;
}

#main h1{
	margin: 0 0 0.8em 0;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: #FF0D00;
	margin-bottom: 10px;
}

#main h2{
	margin: 0 0 1em 0;
	font-size: 20px;
	font-weight : normal;
	color: #00489B;
}

#main h3{
	margin: 0 0 1em 0;
	font-size: 15px;
	font-weight : bold;
	color: #00489B;
}

#main p{
	font-size: 12px;
	color: #0E2C8E;
}

#main p sup{
	vertical-align: super;
	font-size: 11px;
	font-weight: bold;
}


#main p.email_error{
	padding: 10px 10px 10px 30px;
	background: #fff url(/assets/images/cross.png) 10px 12px no-repeat;
	font-weight: bold;
	border: 1px solid #A4C1E3;
}
#main p.email_thanks{
	padding: 10px 10px 10px 30px;
	background: #fff url(/assets/images/tick.png) 10px 12px no-repeat;
	font-weight: bold;
	border: 1px solid #A4C1E3;
}

#main p.bluesquare{
	color: #fff;
	padding: 10px;
	background: url(/templates/Losalt/images/blue-bgsq-60pct.png) 0 0 no-repeat;
	width: 360px;
}

#main p.whitesquare{
	color: #333;
	padding: 10px;
	background: url(/templates/Losalt/images/white-bgsq-40pct.png) 0 0 no-repeat;
	width: 360px;
}

#main span.lo{
	font-weight: bold;
	color: #FF0D00;
}

#main span.salt{
	font-weight: bold;
	color: #0E2C8E;
}

#home #main p{
	font-size: 18px;
}

#main a{
	color: #0B2370;
	font-weight: bold;
	text-decoration: none;
}

#main a:hover{
	color: #c00;
}

#main ul{
	padding : 0 0 0 1.5em;
}

#main li{
	list-style : disc;
	color: #0E2C8E;
	margin-bottom: 1em;
	font-size: 12px;
	font-weight: bold;
}

#main ul.normal li{
	list-style: none;
}

#news #main ul{
	padding : 0 0 0 1.5em;
}

#main ul.normal{
	padding: 0;
	margin-top: 2em;
}


#news #main li{
	list-style : disc;
	color: #c00;
	margin-bottom: 1em;
	font-size: 14px;
	font-weight: bold;
}

#news #main li h1{
	font-style: normal;
	font-size: 14px;
	font-variant: normal;
}

#main table{
	font-size: 12px;
	color: #0E2C8E;
	margin-bottom: 10px;
	width: 360px;
}

#main table td, #main table th{
	padding: 3px;
	text-align: left;
}

#main table td input.txt{
	width: 20px;
	font-size:12px;
	border: 1px solid #0E2C8E;
}

#sub h2{
	font-size: 16px;
	color:#0E2C8E;
	margin-bottom: 1em;
}

#sub h3{
	color:#0E2C8E;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.4em;
}

#sub h4{
	font-size: 16px;
	color: #CB1E10;
	font-style: italic;
	font-weight: normal;
}

#sub p{
	color: #0E2C8E;
	margin-bottom: 1em;
}

#sub ul{
	padding-left: 20px;
}

#sub li{
	color: #f00;
	font-weight: bold;
	list-style: square;
}

/* styles to cover all levels of menu in availability pages */
#sub ul.LSM_0, #sub ul.LSM_1, #sub ul.LSM_2, #sub ul.LSM_3, #sub ul.LSM_4, #sub ul.LSM_5, #sub ul.LSM_6, #sub ul.LSM_7{
	padding:0;
	margin-bottom: 2em;
}

#sub ul.LSM_0 li, #sub ul.LSM_1 li, #sub ul.LSM_2 li, #sub ul.LSM_3 li, #sub ul.LSM_4 li, #sub ul.LSM_5 li, #sub ul.LSM_6 li, #sub ul.LSM_7 li{
	list-style: none;
}

#sub a{
	color: #0A1F65;
	text-decoration: none;
}

#sub a:hover{
	color: #1542D5;
	text-decoration: underline;
}

#sub.recipe  img{
	border: 1px solid #00008B;
}

#sub.recipe a  img{
	border: none;
	margin-left: 33px;
}


/* header presentation */

#header h1#logo{
	text-indent: -999em;
	width: 90px;
	height: 70px;
	overflow : hidden;
	background: url(images/logo.gif) 0 0 no-repeat;
	position: absolute;
	top: 15px;
	right: 28px;
	}

#header h2#sectionHead{
	text-indent: -999em;
	overflow : hidden;
	height :  95px;
	width: 371px;
	position : absolute;
	top: 55px;
	left: 130px;
	clear: both;
}

#home #header h2#sectionHead{
	background: url(images/section-welcome.gif) 0 0 no-repeat;
}

#news #header h2#sectionHead, #newsMedia #header h2#sectionHead{
	background: url(images/section-news.gif) 0 0 no-repeat;
}

#saltscience #header h2#sectionHead, #saltscienceHistory #header h2#sectionHead{
	background: url(images/section-science.gif) 0 0 no-repeat;
}

#health #header h2#sectionHead{
	background: url(images/section-health.gif) 0 0 no-repeat;
}

#diet #header h2#sectionHead{
	background: url(images/section-diet.gif) 0 0 no-repeat;
}

#products #header h2#sectionHead, #merchandise #header h2#sectionHead{
	background: url(images/section-products.gif) 0 0 no-repeat;
}

#consumers #header h2#sectionHead, #consumersPoll #header h2#sectionHead{
	background: url(images/section-consumers.gif) 0 0 no-repeat;
}

#links #header h2#sectionHead{
	background: url(images/section-links.gif) 0 0 no-repeat;
}

#contact #header h2#sectionHead{
	background: url(images/section-contact.gif) 0 0 no-repeat;
}

#searchResultsPage #header h2#sectionHead{
	background: url(images/section-searchResults.gif) 0 0 no-repeat;
}

#header ul#headMenu li{
	background : url(images/head-li-bg.gif) 100% 0 no-repeat;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	color: #999;
}

#header ul#headMenu li ul{
	border : 1px solid #999;
	background : #fff;
	z-index: 999;
}

#header ul#headMenu li li{
	background : #fff;
}

#header ul#headMenu li.last{
	background : none;
}

#header ul#headMenu li a{
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

#header ul#headMenu li a:hover{
	color: #444;
	text-decoration: none;
	cursor: pointer;
}

form#searchForm{
	position: absolute;
	right: 34px;
	top: 95px;
}

form#searchForm input{
	vertical-align : middle;
}

form#searchForm input#search{
	background: #EDF1F4;
	border: 1px solid #8BBDC4;
	height: 14px;
	font-size: 12px;
	padding: 2px;
}

/* section menu */
#menu ul#sectionMenu li{
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 10px 40px;
	line-height: 1.5em;
}

#menu ul#sectionMenu li a{
	color: #999;
	text-decoration: none;
}

#menu ul#sectionMenu li a:hover{
	color: #FD1B14;
	text-decoration: none;
}

#menu ul#sectionMenu li a.current{
	color: #0E2C8E;
}


#menu p{
	text-align: center;
}

#home #menu p{
	padding-top: 200px;
}

/* footer */
#footer p#tagLine{
	background : url(images/footer-bg.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	width: 636px;
	height: 30px;
	margin-left: 190px;
}


/* contact form */

form#contactform{
 width: 380px;
}

form#contactform input.txt{
	width: 180px;
}

form#contactform select{
width: 183px;
}

form#contactform textarea{
width: 180px;
}

form#contactform label{
	font-weight: bold;
	display: block;
	margin : 0;
	padding: 2px 5px 2px 170px;
	color: #0E2C8E;
}

form#contactform label span{
	position: relative; left: -170px; float: left; margin-right: -170px;
}

form p.buttons{
	text-align: left;
}

/*
form p.buttons input, form p.vote_submits input{
	background: #0E2C8E;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
} */



/* poll form */
form#pollForm label{
	display: block;
	padding: 5px;
	font-weight: bold;
	color: #f00;
	
}

#main p.poll_question{
	font-weight: bold;
}

#main p.poll_question a{
	padding-left: 20px;
	background: url(/templates/Losalt/images/button-expand.gif) 0 50% no-repeat;
}

#main p.poll_question a:hover{
	background: url(/templates/Losalt/images/button-expand-over.gif) 0 50% no-repeat;
}

#main p.vote_result{
	position: relative;
	line-height: 25px;
	padding: 5px;
	margin-bottom: 1px;
	width: 500px;
	font-weight:bold;
	color: #f00;
	background: url(/templates/Losalt/images/white-bgsq-40pct.png) 0 0 no-repeat;
}

#main div.resultsGroup{
	padding-bottom: 30px;
}

* html body #main p.vote_result{
	height: 1%;
}

#main span.vote_count{
	color: #191970;
	position: absolute;
	left: 150px;
	z-index: 2;
	font-size: 12px;
	font-weight:bold;
	top: 5px;
}

#main span.vote_graph{
	position: absolute;
	left: 200px;
	top: 5px;
	z-index: 1;
}

#main p.vote_result img.vote_graph{
	vertical-align: middle;
}

form p.vote_submits input#vote_now{
	background: url(/assets/images/button-addvote.png) 0 0 no-repeat;
	border: none;
	width: 75px;
	height: 24px;
	text-indent: -999em;
	line-height: 999em;
	display: block;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

form p.vote_submits input#view_results{
	background: url(/assets/images/button-viewresults.png) 0 0 no-repeat;
	border: none;
	width: 90px;
	height: 24px;
	text-indent: -999em;
	line-height: 999em;
	display: block;
	overflow: hidden;
	cursor: pointer;
}



/* add transparency to PNG with IE5.5+ PNG Alpha Fix (c) 2004-2008 Angus Turnbull http://www.twinhelix.com */
img, div, p.bluesquare, #main p.vote_result, p.whitesquare, #footer p, input { behavior: url(/templates/Losalt/iepngfix.htc) }
/* specify exact elements wherever possible to avoid conflicts with background positioning */


img.vote_graph{
	margin:0;
	padding:0;
}

/* intro page */

body#introPage{
	text-align: center;
}

#introPage div{
	width: 930px;
	height: 527px;
	margin: 0 auto;
}

#introPage p{
	text-align: center;
	padding-top: 40px;
}

#introPage a{
	color: #ccc;
	text-decoration: none;
}


.floatleft{
	float: left;
	padding: 0 10px 10px 0;
}

.floatright{
	float: right;
	padding: 0 0 10px 10px;
}


#main #tabs {border: none; font-size:12px; width: 600px; background:#fff; height: 780px; margin-bottom: 20px;}
#main #tabs table {width: 550px; border-collapse: collapse; border: none; }
#main #tabs th, #main #tabs td{text-align:left; padding: 8px; border-bottom: 1px solid #B0CBE3; border-spacing: 1px;}
#main #tabs td{background:#E3F1FA;}
#main #tabs td#score{background:#acd5ef; font-size: 17px; color:#fff;}
#main #tabs th{color:#EC3A24; background:#fff; font: italic 13px Georgia, "Times New Roman", Times, serif}
#main #tabs td input{vertical-align:middle}
#main #tabs table.selection td:hover{cursor: pointer}
#main #tabs tr.selected td{background: #CADCEC;}
#main #tabs table.selection tr:hover{background: #fff}
#main #tabs #tabs-1, #main #tabs td#score{text-align:center; font-weight:bold;}
#main #tabs #tabs-1{background: #fff url(images/calc-1-bg.jpg) 50% 50% no-repeat;}
#main #tabs p.buttons{margin: 10px; text-align:center}
#main #tabs input#calculate{margin-left: 30px}
