/*--------------------------------------------------------------

Common screen styles that are used in all static pages

--------------------------------------------------------------*/
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, img, ins, 
small, strike, strong, sub, sup,
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;
	}
* {
	margin:0;
	padding:0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#fff;	
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
  line-height: 1.5; /* Unitless for proper inheritance */
	}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {text-decoration:underline; color: #7f5e33; font-weight: plain; }
a:hover {text-decoration:underline; }
.wrap {
	margin: 0 0 0 19px;
	float: right;
	clear: right;
	 }
a.image-links {
	display: block;
	width: 135px;
	height: 119px;
	border: 2px solid #5f3a00;
	margin-bottom: 10px;
	}
a.image-links:hover {
	border: 2px solid #ef5b66;
	}
a.image-links span {
	display: none;
	}
a.how { background: url(/img/how-it-works.jpg) no-repeat; }
a.buy { background: url(/img/buy-online.jpg) no-repeat; }
.more a { font-size: 75%; text-decoration: none; color: #e53c48; }
.more a:hover { text-decoration: underline; }
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p           { margin: 0 0 1em 0; font-size: 125%; color: #7f5e33; }
p.small	{ color: #5f3a00; font-size: 75%; }
p.small-buy	{ font-weight: bold; font-size: 90%; line-height: 24px; }
p.no-marg	{ margin: 0; }
.module p.small { font-size: 75%; line-height: 1.6; }
.module p 	{ margin: 0 0 0.5em 0; color: #000; font-size: 110%; line-height: 1.3; }
p.more { text-align: right; }
ul, ol      { margin: 0 0 1.5em 1.5em; color: #7f5e33; line-height: 1.6; font-size: 125%; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

strong      { font-weight: bold; }
em        	{ font-style: italic; }

acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
	}
caption, th, td {
	text-align:left;
	font-weight:normal;
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #5f3a00; 
  font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5em;
	}
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
#sidebar h2 {
	color: #fff6e3;
	background: url(/img/sidebar-h2.gif) no-repeat;
	height: 30px;
	line-height: 27px;
	text-align: center;
	margin: 0;
	}
h3 { font-size: 1em; line-height:1.2; color: #e53c48 }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#fixed-width-wrapper {
	position:relative;
	margin:0 auto 0 auto;
	width:784px;
	text-align:left;
	background:transparent;
	line-height:1.5;
	background: #fcb9be url(/img/sidebar-bg.gif) no-repeat bottom right;
	border-right: 1px solid #ef5b66;
	}
#left {
	width: 549px;
	border-right: 1px solid #ef5b66;
	float: left;
	background: #fff;
	}
#right {
	float: left;
	width: 234px;
	}
#header {
	height: 350px;
	background: url(/img/feature.jpg) no-repeat;
	}
#content {
	background: #fff6e3;
	}
#content .padFix {
	padding: 20px 16px;
	}
#sidebar .padFix {
	padding: 13px 20px;
	}
.module {
	background: #feeadc;
	margin-top: 20px;
	}
.module div	{
	padding: 10px 9px;
	}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#header h1 {
	margin:0;
	position:absolute;
	top: 12px; left: 16px;
	width: 354px;	
	background: url(/img/nosefrida-logo.jpg) no-repeat;
	}
#header h1 a {
	display: block;
	height: 80px;
	}
#header a span {
	display: none;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer { clear: both; }
#footer p {
	font-size: 100%;
	color: #ccc;
	padding: 1em 0;
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
ul#top-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#top-nav li {
	float: left;
	}
#top-nav li a span {
	display: none;
	}
#top-nav li a {
	height: 32px;
	display: block;
	}
#top-nav li a:hover {
	background-position: 0 -32px;
	}
#top-nav li a.current {
	background-position: 0 -64px;
	}
#stockists a {
	background: url(/img/nav/stockists.gif) no-repeat;
	width: 81px;
	}
#how-it-works a {
	background: url(/img/nav/how-it-works.gif) no-repeat;
	width: 103px;
	}
#clinical-studies a {
	background: url(/img/nav/clinical-studies.gif) no-repeat;
	width: 118px;
	}
#contact-details a {
	background: url(/img/nav/contact-details.gif) no-repeat;
	width: 112px;
	}
#in-the-press a {
	background: url(/img/nav/in-the-press.gif) no-repeat;
	width: 97px;
	}
#faqs a {
	background: url(/img/nav/faqs.gif) no-repeat;
	width: 60px;
	}
#buy-online a {
	background: url(/img/nav/buy-online.gif) no-repeat;
	width: 90px;
	}
/*--------------------------------------------------------------
 styles 
-------------------------------------------------------------*/
form.std-form label {
	display: block;
	padding-bottom: 3px;
	font-size: 90%;
	}
form.std-form label.nextto {
	display: inline;
	}
form.std-form fieldset {
	margin-bottom: 25px;
	}
form.std-form select option {
	padding-right: 10px;
	}
form.std-form fieldset.nextto {
	float: left;
	margin: 0;
	width: 250px;
	}
form.std-form .radio {
	float: left;
	padding-right: 10px;
	}
form.std-form .radio input {
	margin: 0;
	}
form.std-form input, form.std-form select {
	padding: 2px;
	margin-bottom: 5px;
	}
form.std-form input.check {
	margin: 0;
	}
form.std-form input.small, form.std-form select.small {
	width: auto;
	}
input.search {
	margin: 5px 0 0 10px;
	}
/*--------------------------------------------------------------
 Form Validation styles 
--------------------------------------------------------------*/
form.std-form fieldset input.validation-failed, form.std-form fieldset textarea.validation-failed {
	background:#fff3f3;
}
form.std-form fieldset input.validation-passed, form.std-form fieldset textarea.validation-passed {
	background:#f7f7f7;
}
.validation-advice {
	margin: 2px;
	padding: 2px;
	color:#f00;
	font-size: 80%;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 2px;
	padding: 2px;
	color:#fff;
	background-color:#bbb;
}
/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {text-align:right;}
.text-align-left{text-align:left;}
.center {text-align:center;}
.float-right {float:right;}
.float-left {float:left;}
div.float-fix {overflow:hidden;clear:both;height:0;}
br.float-fix {clear:both;}
.bold {font-weight:bold;}
.hide {display:none;}
.separator {
	height: 1px;
	font-size: 0;
	background: url(/img/separator.gif) repeat-x;
	margin-bottom: 15px;
	}
.paypal { margin-bottom: 20px; }
#privacyLnk, #privacyLnk:visited {
	color: #CCCCCC;
	font-weight: normal;
}
#privacyLnk:hover {
	color: #CCCCCC;
}
#termsLnk, #termsLnk:visited {
	color: #CCCCCC;
	font-weight: normal;
}
#termsLnk:hover {
	color: #CCCCCC;
}
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active #content h1,
.sIFR-active #sub-content h1 {
	visibility:hidden;
	font-family:Verdana;
	line-height:1em;
	font-size:27px;
	}
.sIFR-active #content h2,
.sIFR-active #sub-content h2 {
	visibility:hidden;
	font-family:Verdana;
	line-height:1em;
	font-size:18px;
	}
