﻿body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 78%;
	padding: 20px 0;
	margin: 0;
	background-color: #99FF99;
	/*background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top; */

}

h1	{
	font-size: xx-large;
	margin: 1em 0;
}
h2	{ font-size: 1.5em; margin: .75em 0 }
h3	{ font-size: 1.17em; margin: .83em 0 }
h4	{ margin: 1.12em 0 }
h5	{ font-size: .83em; margin: 1.5em 0 }
h6	{ font-size: .75em; margin: 1.67em 0 }

#page-container {
	width: 1004px;
	margin: 0 auto;
	/*background: url(images/middle.gif) repeat-y;*/
}

#left-nav {
	width: 18%;
	height: 200px;
	float: left;
}

#middle-column {
	width: 80%;
	margin: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;

}

//#page {
//	width: 936px;
//	margin: 0 auto;
//	background-color: #fff;
//	border: thin dotted #000099;
//}


#header {
	position: relative;
	height: 140px;
	display: block;
	width: 100%;
	border: thin solid #00FFFF;
}
.phone {
	font-size: medium;
	font: large serif;
	float: right;
	padding-top: 40px;
	font-weight: bolder;
	padding-right: 5px;
}
#header h1 {
	margin: 0;
	position: relative;
	height: 50px;
}


/*#header h1 a span {
	display: none;
}*/

#header-banner {
	position: absolute;
	top: 26px;
	left: 642px;
	width: 189px;
	height: 89px;
	text-align: center;
	font-size: .9em;
	color: #000;
}


#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 27px;
	background: #BC4444 url(images/nav-bg.gif) repeat-x;
	font-size: 14px;
}

#nav li {
	display: inline;
}

#nav li a {
	display: block;
	float: left;
	height: 27px;
	padding: 0 22px;
	line-height: 26px;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #d48383;
}

#nav li a.last {
	border: 0;
}

#nav li a:hover, #nav li.current {
	/*background: url(images/nav-bg.gif) 0 -27px repeat-x;*/
	background-color: #a42b2b;
}

#nav li a span {

}

#content {
	padding: 30px;
	position: relative;
	margin: 3px 0 0 5px;
	width: 920px;
	float: left;
	height: 700px;
}

#content a {
	color: #4976a8;
	text-decoration: underline;
}

body>#page-container>#top-fade>#page>#content {
	margin: 3px 0 0 10px;
}

#footer {
	position: relative;
	width: 912px;
	margin: 0 auto;
	height: 180px;
	background: url(images/footer.gif) no-repeat;
	color: #fff;
	font-size: .9em;
	padding: 44px 46px;
	clear: both;
}

#footer-topline {
	color: #FF0000;
	font-size: 1em;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;

}

#footer-topline a {
	color: #000;
}

#footer-topline a:hover {
	color: #000;
	text-decoration: underline;
}

#footer-sitemap {
	padding-left: 60px;
}

#footer-sitemap a {
	display: block;
	color: #eee;
	text-decoration: none;
	padding-bottom: 1px;
}

#footer-sitemap a:hover {
	color: #fff;
	background: url(images/dotted-white.gif) bottom repeat-x #8fadca;
}

#footer-sitemap div {
	float: left;
	padding: 10px;
	border-right: 1px solid #98b3cd;
}

#footer-sitemap div:hover {
	background-color: #7a9cbc;
}

#footer-sitemap h3, #footer-sitemap h3 a {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}

#footer-sitemap h3 {
	margin: 0;
}

#footer-sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-sitemap .siteby {
	width: 115px;
}

#footer-sitemap .specs {
	width: 125px;
}

#footer-sitemap .need {
	width: 160px;
}

#footer-sitemap .blisters {
	width: 160px;
}

#footer-sitemap .cards {
	width: 140px;
	border-right: 0;
}

.clear {
	display: block;
	clear: both;
}

input:focus, textarea:focus{
	background-color: #ffffcb;
}

hr {
	display: none;
}


#sidetools {
	position: relative;
	float: right;
	top: 18px;
	right: 46px;
}

body > #page > #page-padding > #content-area > #sidetools {
	position: absolute;
	float: none;
	top: 18px;
	right: 18px;
}

#sidetools a {
	
}

#sidebar {
	width: 160px;
	float: right;
	padding: 1em;
	border-left: 3px solid #eee;
	margin: 0 0 1em 2em;
}

#sidebar h4 {
	color: #888;
	margin: 0 0 1em 0;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
}

#sub-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1em;
}

#sub-nav li a {
	display: block;
	text-decoration: none;
}

#sub-nav li a:hover {
	text-decoration: underline;
}


#nav {

}

#nav li {
	display: block;
	float: left;
}

#nav li li {
	float: none;
	width: auto;
	background: url(images/nav-sub-bg.gif) top repeat-y;
}

#nav li li a {
	display: block;
	float: none;
	height: auto;
	border: none;
	padding: 0;
	width: 200px;
	line-height: 1;
	font-size: 14px;
	color: #a52d2d;
	font-weight: bold;
	background: url(images/dotted-red.gif) bottom repeat-x;
	text-align: left;
}

#nav li li a span {
	display: block;
	padding: 8px 10px 8px 10px;
}

#nav li li a:hover {
	background-color: transparent;
	color: #a52d2d;
}

#nav li li a:hover span {
	background: url(images/nav-rsaquo.gif) right center no-repeat;
}

#nav li a {
	float: none;
	padding: 0;
	text-align: center;
}

#nav li li a {
	float: none;
}

#nav ul {
	line-height: 1;
	font-size: 0; /* IE hack */
}

#nav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
	width: 200px;
	left: -5000px;
	border: 3px solid #a52d2d;
	background: #fff;
	line-height: 1;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -5000px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -33px 0 0 200px;
}

#nav-home {
	width: 70px;
}

#nav #nav-home a {
	background-image: url(images/nav-home.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#nav-home span {
	
}

#nav-blisters {
	width: 121px;
}

#nav-cards {
	width: 86px;
}

#nav-specs {
	width: 200px;
}
#nav-oper {
	width: 160px;
}

#nav-donate {
	width: 100px;
	background: url(images/nav-donate-bg.gif) top repeat-x;
}

#nav li#nav-donate a:hover {
	background-color: #971a1a;
}


.bottomrule{
	border-bottom: 2px solid #ddd;
}

/* Multi-Column Drop-Down */
#nav li div.multi-col{ 
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	position: absolute;
	z-index: 10;
	left: -5000px;
	border: 3px solid #a52d2d;
	background: #FBF9F4;
	line-height: 0.8em;
}
#nav li div.multi-col ul{
	position: relative;
	float: left;
	width: 125px;
	left: auto;
	border: none;
	margin-left: 6px;
}
#nav li div.multi-col ul li {
	width: auto; 
}
#nav li div.multi-col ul li a{
	padding: 4px 0;
	width: auto; 
	font-size: 11px;
	background: none;
}
#nav li div.multi-col ul li a span{
	padding: 0 3px;
}
#nav li:hover div.multi-col, #nav li.sfhover div.multi-col{ 
	left: auto;
}
#nav li div.multi-col ul li a:hover{ 
	background: url(images/dotted-red.gif) bottom repeat-x;
}
#nav-specs {
	width: 90px;
}
#nav-better {
	width: 120px;
}
#nav-need {
	width: 260px;
}
#nav-packagingHints {
	width: 160px;
}
#features {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2em;
	list-style-type: square;

}
.banner {
	font: bolder 2em Eurostile, EurostileBold;
	text-align: center;
	top: 10px;
	border: thin none #FF0000;
	position: relative;
	width: 100%;
	margin: 0px;

}
