/* CSS Document */

/*reset all styles - courtesy of eric meyer*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*end reset all styles*/

/*global style selectors*/
sup {
	vertical-align: top;
	font-size:100%;
}

h1 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 36px;
  color:#c32e63; 
  width:500px;
  
}

h4 {
  font-family: "Lucida Grande", Verdana;
  line-height: 1em;
  font-size: 36px;
  color:#c32e63; 
  width:500px;
  
}

h4 sup{
	font-size:35%;
}

h5 {
  font-family: "Lucida Grande", Verdana;
  line-height: 19px;
  font-size: 18px;
  color:#c32e63; 
  width:500px;
  padding-bottom:10px;
  
}


h2 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 19px;
  font-size: 18px;
  color:#c32e63; 
  margin-top:0;
  margin-bottom:5px;
}


body {
	font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,sans-serif;
	font-size:12px;
	color:#111b25;
	background-color:#3295d7;
	background-image:url(../images/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
}

#mainbody {
	position:relative;
	margin:0 auto;
	width:959px;
}


/*header area*/
#header {
	margin-top:23px;
	width:959px;
	height:109px;
	height:auto;
	position:relative;
	height:87px;
	}

#signuparea {
	color:#fff;
	position:absolute;
	margin-top:-10px;
	left:455px;
	width:500px;
}

#logo {
	margin-left:45px;
	float:left;
	background-image:url(../images/nasal_logo.png);
	background-repeat:no-repeat;
	height:87px;
	position:relative;
	width:197px;
	display:inline;
}

#logo a {
	display:block;
	height:87px;
	width:197px;
}

/*top nav*/
#navmenu {
	margin-top:49px;
	height:auto;
	
	height:17px;
	display:inline;
	position:relative;
	float:right;
	}

#navmenu ul {

}

#navmenu ul li {
	display:inline;
	float:left;
}

#navmenu ul li a{
	border-right-style:solid;
	border-right-color:#cfebfc;
	border-right-width:1px;
	text-indent:-9999px;
	display:block;
	margin-left:15px;
	padding-right:15px;
	height:17px;
	background-repeat:no-repeat;
}



/*#nav ul li a {background-position:0 0;}*/

#navmenu ul li a:hover{background-position:0 -17px;}

#navmenu ul li a.nav_home {width:53px;background-image:url(../images/nav/nav_home.png);}
#navmenu ul li a.nav_qa {width:116px;background-image:url(../images/nav/nav_qa.png);}
#navmenu ul li a.nav_product {width:153px;background-image:url(../images/nav/nav_whynasalcrom.png);}
#navmenu ul li a.nav_offers {width:64px;background-image:url(../images/nav/nav_offers.png);}
#navmenu ul li a.nav_contact {
	width:80px;
	background-image:url(../images/nav/nav_contact.png);
	padding-right:4px;
	border:none;
}


#navmenu ul li a.nav_home_active {width:53px;background-image:url(../images/nav/nav_home.png);background-position:0 -17px;}
#navmenu ul li a.nav_qa_active {width:116px;background-image:url(../images/nav/nav_qa.png);background-position:0 -17px;}
#navmenu ul li a.nav_product_active {width:153px;background-image:url(../images/nav/nav_whynasalcrom.png);background-position:0 -17px;}
#navmenu ul li a.nav_offers_active {width:64px;background-image:url(../images/nav/nav_offers.png);background-position:0 -17px;}
#navmenu ul li a.nav_contact_active {
	width:80px;background-image:url(../images/nav/nav_contact.png);
	background-position:0 -17px;
	padding-right:4px;
	border:none;
	}

/*end top nav*/
/*end header*/


/*home flash*/
#flashhome{
	position:relative;
	width:959px;
	height:432px;
	/*background-image:url(../images/home/flash_holder.png);*/
}
/*end home flash*/

/*home body copy*/
#contenthome {
	padding-left:5px;
	padding-top:25px;
	margin-top:0;
	width:959px;
	height:283px;
	background-image:url(../images/home/home_bg.png);
	background-repeat:no-repeat;
}

#contenthome .divider {
	float:left;
	width:1px;
	border-right-style:solid;
	border-right-color:#c4e9fe;
	border-right-width:1px;
	height:240px;
}

.columnhome {
	margin-left:20px;
	position:relative;
	display:inline;
	float:left;
	width:280px;
}

.columnhome p {
	margin-bottom:15px;
	width:260px;
	line-height:18px;
	font-size:12px;
}


.offerstextlarge {
	margin-top:15px;
	margin-left:10px;
	float:left;
	position:relative;
	display:inline;
	font-size:15px;
	line-height:19px;
	width:180px;
}

.offerstextlarge a{
	color:#2181b9;
	text-decoration:none;
}

.couponfloat {
float:left;
margin-bottom:15px;
display:inline;
position:relative;
}


/*TIER 2 SELECTORS*/
#contenttier2{
	margin-top:35px;
	postion:relative;
}

#contenttier2 p.intropara {
	color:#2181b9;
	font-size:18px;
	line-height:23px;
	font-weight:regular;
}

#contenttier2 p.introparaoffersform {

}

#contenttier2 p.quote {
	font-style:italic;
}

#contenttier2 p.quotename {
	text-align:right;
}

#contenttier2 p.intropararight {
	color:#2181b9;
	margin-top:15px;
	font-size:15px;
	line-height:18px;
	font-weight:regular;
}

.trademark1_prod {
	position:absolute;
	color:#c32e63;
	font-size:15px;
	line-height:18px;
	top:167px;
	left:362px;
	
}

.trademark2_prod {
	position:absolute;
	color:#c32e63;
	font-size:15px;
	line-height:18px;
	top:367px;
	left:662px;
	
}

.trademark3_prod {
	position:absolute;
	color:#c32e63;
	font-size:15px;
	line-height:18px;
	top:467px;
	left:362px;
	
}

.trademarkholder {
}

.couponlink{
	color:#2181b9;
	font-weight:bold;
	text-decoration:none;
	font-size:15px;
}

#contenttier2 p {
	padding-bottom:10px;
	font-size:13px;
	line-height:18px;
	color:#111b25;
}

#contenttier2 p a{
	text-decoration:none;
	color:#2181b9;
}


#bodyheader{
	margin-bottom:0;
	width:912px;
	height:53px;
	background-image:url(../images/hdr_pagebg.png);
	background-repeat:no-repeat;
	padding-left:41px;
	padding-top:41px;
	
}

#bodycenter{
	width:877px;
	padding-right:35px;
	padding-left:41px;
	padding-top:15px;
	margin-top:0;
	height:auto;
	background-image:url(../images/mid_pagebg.png);
	background-repeat:no-repeat;
	background-color:#ffffff;
	
}

#bodyfooter{
	width:953px;
	height:84px;
	background-image:url(../images/footer_pagebg.png);
	background-repeat:no-repeat;
	
}

/*body sections*/
.bodybullet            
{ 
font-size:13px; 
text-align: left; 
list-style-type: none; 
list-style-position: outside; 
margin-top:0; 
margin-bottom: 1px; 
margin-left:0; 
padding-top:0; 
padding-bottom: 2px; 
padding-left: 0; 
/*width: 460px;*/ 
height: auto; }




.bodybullet li                            
{ 
font-size: 13px; 
line-height: 18px; 
text-decoration: none; 
background-image: url(../images/arrow.gif); 
background-repeat: no-repeat; 
background-attachment: scroll; 
background-position: 0 5px; 
text-align: left; 
list-style-type: none; 
display: block; 
margin-top: 1px; 
margin-bottom: 6px !important; 
margin-left: 0; 
padding-top: 0; 
padding-left: 11px; 
height: auto; 
}

.bodybullet li a {
	color:#19588e;
	text-decoration:none;
}


.bodybullet li a:hover {
	color:#19588e;
	text-decoration:underline;
	}
	
	

.subbullet            
{ 
font-size:11px; 
text-align: left; 
list-style-type: none; 
list-style-position: outside; 
margin-top:0; 
margin-bottom: 1px; 
margin-left:10px; 
padding-top:0; 
padding-bottom: 2px; 
padding-left: 0; 
/*width: 460px;*/ 
height: auto; }




.subbullet li                            
{ 
font-size: 11px; 
line-height: 17px; 
text-decoration: none; 
background-image: url(../images/arrow.gif); 
background-repeat: no-repeat; 
background-attachment: scroll; 
background-position: 0 5px; 
text-align: left; 
list-style-type: none; 
display: block; 
margin-top: 1px; 
margin-bottom: 6px !important; 
margin-left: 0; 
padding-top: 0; 
padding-left: 11px; 
height: auto; 
}

.subbullet li a {
	color:#19588e;
	text-decoration:none;
}


.subbullet li a:hover {
	color:#19588e;
	text-decoration:underline;
	}
	
	
	


.faqbullet            
{ 
font-size:13px; 
text-align: left; 
list-style-type: none; 
list-style-position: outside; 
margin-top:0; 
margin-bottom: 1px; 
margin-left:0; 
padding-top:20px; 
padding-bottom: 2px; 
padding-left: 0; 
width:424px;
float:left;
height: auto; }




.faqbullet li                            
{ 
font-size: 13px; 
line-height: 18px; 
text-decoration: none; 
background-image: url(../images/arrow.gif); 
background-repeat: no-repeat; 
background-attachment: scroll; 
background-position: 0 5px; 
text-align: left; 
list-style-type: none; 
display: block; 
margin-top: 1px; 
margin-bottom:20px; 
margin-left: 0; 
padding-top: 0; 
padding-left: 11px; 
height: auto; 
}

.faqbullet li a {
	color:#19588e;
	text-decoration:none;
}

.faqbullet li a:hover {
	color:#19588e;
	text-decoration:underline;
}

.testbullet {
	width:425px;
	}

.testbullet li {
	padding-bottom:7px;
}


#leftrail {
	width:515px;
	float:left;
}

#rightrail{
	width:300px;
	padding-left:25px;
	margin-left:30px;
	position:relative;
	float:left;
	display:inline;
	border-left-color:#c4e9fe;
	border-left-style:solid;
	border-left-width:1px;
}

.imgfloatleft {
	float:left;
	display:inline;
	position:relative;
	margin-right:20px;
	margin-bottom:20px;
}


/*FOOTER STYLES */
#footer {
	margin-top:12px;
	padding-bottom:20px;
	font-size:11px;
	color:#fff;
	font-weight:bold;
}

#footer a{
	color:#c9eaff;
	font-weight:bold;
	text-decoration:none;
}

#footerleft{
	float:left;
	margin-left:19px;
	display:inline;
	position:relative;
}

#footerright{
	float:right;
	display:inline;
	position:relative;
	margin-right:25px;
}

/*QA SECTION*/
#qa_01{
	background-image:url(../images/qa/dandelionseeds.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.qaline {
	border-bottom-style:solid;
	border-bottom-color:#cfebfc;
	border-bottom-width:1px;
	
	/*padding-bottom:15px;*/
}

/*PRODUCT SECTIONS*/
#rightimage{
	float:right;
	display:inline;
	position:relative;
	margin-right:64px;
}

#wheretobuy {
	float:left;
	width:381px;
}

#instructions {
	float:left;
	width:315px;
	border-left-color:#c4e9fe;
	border-left-style:solid;
	border-left-width:1px;
	padding-left:30px;
}

#bottomproduct {
	padding-top:15px;
	}

/*CONTACT SECTIONS */

.contactline {
	border-bottom-style:solid;
	border-bottom-color:#cfebfc;
	border-bottom-width:1px;
	margin-top:15px;
	margin-bottom:15px;
}

#contactinforight {
	margin-left:21px;
	width:200px;
}


#contactformoffers {
	width:350px;
	margin-left:160px;
}


/*MAILING LIST BOX*/


#mailing-list {
	margin-top:24px;
	width:195px;
	height:auto;
	position:relative;
	
}

#mailing-list-nomenu {
	margin-top:-13px;
	width:195px;
	height:auto;
	position:relative;
	
}

#mailing-list-header {
	width:175px;
	height:26px;
	background-image:url(../img/global/hdrbg_mailinglist.gif);
	background-repeat:no-repeat;
	background-color:#2d609c;
	color:#f1f7fa;
	font-size:16px;
	font-weight:bolder;
	padding-left:20px;
	padding-top:14px;
}

#mailing-list-body{
	width:195px;
	height:180px;
	background-image:url(../img/global/mainbg_mailinglist.gif);
	background-repeat:no-repeat;
}

#mailing-list-body p {
	font-size:11px;
	width:128px;
	height:auto;
	padding-left:20px;
	line-height:16px;
	padding-top:13px;
}


#mailing-list-form{
	font-size:12px;
	font-weight:bolder;
	width:500px;
	height:auto;
	padding-left:20px;
	line-height:16px;
	padding-top:13px;
}

#mailing-list-form-offers{
	font-size:12px;
	font-weight:bolder;
	width:350px;
	height:auto;
	padding-left:0;
	line-height:16px;
	
}

.form-group {
margin-bottom:20px;
width:500px;
}

.form-label {
padding-top:3px;
width:120px;
display:block;
float:left;
}

.form-label-header {
color:#fff;
font-weight:bold;
margin-top:4px;
padding-right:5px;
width:250px;
height:20px;
float:left;
display:inline;
font-size:11px;
text-align:right;
}

.forminput {
	float:left;
	width:200px;
}

.formbg {
	background-color: #e7f9ff; 
	border: 1px solid #44b8ef; 
	height:22px;
}

.formbg-header {
	background-color: #e7f9ff; 
	border: 1px solid #44b8ef; 
	height:16px;
	float:left;
	
}

.submit-btn {
	margin-left:258px;
	margin-top:10px;
	}

.submit-btn-header{
	float:left;
	margin-left:5px;
}

/*misc declarations */
.clearer {
	clear:both;
}

.textbold {
font-weight:bold;
}

.textital {
font-style:italic;
}

.paralink {
text-align:right;
}

.fineprint {
	font-size:10px;
}

.extraspace {
	position:relative;
	height:20px;
	width:auto;
	
}