@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
	background-image: url(images/melt-bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
}

a:link {
	color: #9966cc;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #9966cc;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #66cc99;
	font-weight: bold;
	text-decoration: none;
}

.relDiv { position: relative; text-align: left; vertical-align: top; }

/* menu */

ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 42px;
	width: 930px;
}
ul#menu li {
	float: left;
	display: inline;
	height: 42px;
	margin: 0 0px;
	overflow: hidden;
}

ul#menu li a {
	display: block;
	height: 42px;
	text-indent: -666em;
}

ul#menu li.about a {
	background: url(images/menu-about.png) 0 0 no-repeat;
	width: 185px;
}
ul#menu li.theplan a {
	background: url(images/menu-theplan.png) 0 0 no-repeat;
	width: 103px;
}
ul#menu li.dosomething a {
	background: url(images/menu-dosomething.png) 0 0 no-repeat;
	width: 146px;
}
ul#menu li.saysomething a {
	background: url(images/menu-saysomething.png) 0 0 no-repeat;
	width: 163px;
}
ul#menu li.theevidence a {
	background: url(images/menu-theevidence.png) 0 0 no-repeat;
	width: 136px;
}
ul#menu li.newproducts a {
	background: url(images/menu-newproducts.png) 0 0 no-repeat;
	width: 197px;
}

ul#menu li.about a:hover, ul#menu li.theplan a:hover,
ul#menu li.dosomething a:hover, ul#menu li.saysomething a:hover, ul#menu li.theevidence a:hover, ul#menu li.newproducts a:hover {
	background-position: bottom left;
}
ul#menu li#selected a {background-position: bottom left;}

.subheader {width: 900px; height: 137px; background-image: url(images/melt-cont-top.jpg); background-repeat: no-repeat; position: relative; text-align: left; vertical-align: top; z-index: 1;}
.subfooter {width: 900px; height: 109px; background-image: url(images/melt-cont-bot.jpg); background-repeat: no-repeat; position: relative; text-align: left; vertical-align: top; z-index: 1; margin-top: -40px;}


#wrap {margin: 0 auto; width: 900px; background-color: #000; min-height: 100%;}

#header {width: 900px; height: 362px; background-image: url(images/melt-header.jpg); position: relative; text-align: left; vertical-align: top;}

#leftcolumn {width: 500px; float: left; background-color: #000; min-height: 440px;}

.largeblu {color: #84e4ff; font-size: 30px; letter-spacing: -1px; font-family: Arial, Helvetica, sans-serif; line-height: 34px; font-weight: bold;}

.contentwrap {padding: 0px 25px 0px 25px; text-align: left; background-color: #000; min-height: 100%; height: 100%;}

#rightcolumn {width: 400px; float: right; background-color: #000; min-height: 100%;}

#footer {clear: both; margin: 0 auto; width: 900px; height: 63px; background-image: url(images/melt-footer.jpg); position: relative; text-align: left; vertical-align: top;}

.titles {font-size: 20px;}

a.submit { display: block; width: 121px; height: 54px; background-image: url(images/btn-submit.jpg); background-repeat: no-repeat; text-decoration: none; }
a:hover.submit { background-position: -121px 0; }

a.help { display: block; width: 172px; height: 55px; background-image: url(images/btn-help.jpg); background-repeat: no-repeat; text-decoration: none; }
a:hover.help { background-position: -172px 0; }

.commentName { color:#fff; text-transform: uppercase; font-weight: bold; }

.commentMeta { color:#666;}

a.btnStats {
display: block;
float: left;
width: 358px;
height: 166px;
text-decoration: none;
background: url(images/btn-surveystaken.jpg);
cursor: pointer;
}
a.btnStats:hover {
background-position: -358px 0;
}