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

  * Boiron
  * Coded by Taylor Smith of Imulus

  screen.css
  - Site wide style, layout, and function
	- Updated CSS for homepage redesign

	=Colors

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


/* =Include External CSS Files 
------------------------------------------------------------ */


/* =Initial Page Structure 
------------------------------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #8f7a4b;
	background: #fbf8e9;
}

body { 
	position: relative;
	width: 760px;
	margin: 0 auto;
}

#header { 
	position: relative;
	background: url('/images/layout/bg-header.jpg') left top no-repeat;
	width: 760px;
	height: 86px;
	border-bottom: 1px solid #fff;
}

.sub #header { 
	position: relative;
}

#navigation {
	position: relative;
	width: 760px;
}

#flash {
	position: relative;
	width: 760px;
	height: 354px;	
	z-index: 8888;
}

#content { 
	position: relative;
}

.sub #content { 
	position: relative;
}

#footer { 
	clear: both;
	position: relative;
}

/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
}

h1 { 
	font-size: 18px;
	padding-bottom: 12px;
}

h2 { 
	font-size: 16px;
}

h3 { 
	font-size: 14px;
}

h4 { 
	font-size: 12px;
	color: #2371af;
	font-weight: bold;
}

h5 { 
	font-size: 12px;
}

h6 { 
	font-size: 12px;
}

p {
	padding-bottom: 18px;
}

.spacer { 
	padding-top: 18px;
}

input,
textarea { 
	padding: 2px;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type="image"], 
input.submit { 
	border: 0 !important;
	padding: 0 0 0 3px !important;
	background: transparent !important;
	width: auto !important;
}

select { 
	padding: 0;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #f0f;
}

a:visited { 
	color: #f0f;
}

a:hover { 
	color: #f00;
	text-decoration: none;
}

a.hover-box img.original {
	float: left;
	position: relative;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	z-index: 1000;
}


/* =Utilities 
------------------------------------------------------------ */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

	/* =Forms 
------------------------------------------------------------ */ 

.forms p { 
	position: relative;
	float: left;
	clear: left;
	padding: 0 0 15px 150px;
}
	
.forms p label.name { 
	position: relative;
	float: left;
	width: 140px;
	padding-right: 10px;
	margin-left: -150px;
	text-align: right;
}	

.forms span.error { 
	display: block;
	position: absolute;
	right: 0;
	width: 240px;
	color: #999;
	font-size: .9em;
	background: #eee;
	padding: 3px 5px 4px 5px;
	border: 1px solid #ccc;
	line-height: 1em;
}

.forms p input { 
	width: 300px;
}

.forms p input.small { 
	width: 70px;
}

.forms p input.medium { 
	width: 200px;
}

.forms p input.large { 
	width: 300px;
}

.forms p input.submit { 
	border: 1px solid #ccc;
	background: #eee;
	width: auto;
	height: auto;
	padding: 2px 5px;
}

.forms p textarea { 
	width: 300px;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 180px;
}

.forms p span.radcheck { 
	
}

.forms p span.radcheck input { 
	border: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 5px;
}

.forms p select { 
	border: 1px solid #ccc;
	width: 306px;
}

/* =Layout and Function 
------------------------------------------------------------ */ 

	/* =Header 
------------------------------------------------------------ */ 

#elsewhere {
	width: 760px;
	background: #2471b0;
	padding: 5px 0;
	text-align: right;
	font-size: 10px;
}

#elsewhere ul li {
	display: inline;
}

#elsewhere ul li a {
	padding-right: 10px;
	margin-right: 10px;
	background: url('/images/icons/white-arrow.gif') right center no-repeat;
	color: #ddd;
	text-decoration: none;
	text-transform: uppercase;
}

#elsewhere ul li a:hover {
	color: #fff;
}

#header .logo a {
	display: block;
	width: 195px;
	height: 86px;
	text-indent: -9999px;
}

#header ul {
	position: absolute;
	top: 10px;
	right: 10px;
}

#header ul li {
	display: inline;
	padding-left: 5px;
}

#header ul li a {
	font-size: 9px;
	padding: 5px;
	color: #005aa3;
	text-decoration: none;
	text-transform: uppercase;
}

#header ul li a:hover {
	color: #00315A;
}

#header fieldset {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#header fieldset input {
	vertical-align: middle;
	margin-right: 5px;
}

#navigation ul {
	width: 760px;
	background: #ff3b7d url('/images/layout/bg-navigation.gif') left top repeat-x;
	border-bottom: 1px solid #fff;
}

#navigation ul li {
	float: left;
}


#navigation ul li a {
	padding: 8px 0;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fd83ad;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
}

#navigation ul li a.homeopathy {
	width: 128px;
}

#navigation ul li a.consumer {
	width: 175px;
}

#navigation ul li a.products {
	width: 100px;
}

#navigation ul li a.education {
	width: 108px;
}

#navigation ul li a.newsroom {
	width: 108px;
}

#navigation ul li a.about {
	width: 136px;
	border: none;
}

#navigation ul li a:hover {
	background: #bc2f5f;
}

#flash img {
	position: absolute;
}

#flash #browser {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9998;
}

#flash #browser .module {
	position: relative;
	float: left;
	width: 213px;
	margin-right: 1px;
	padding: 15px 20px;
	background: url('/images/layout/bg-module.png');
	z-index: 200;
}

#flash #browser .module * { 
	vertical-align: top;
}

#flash #browser .module #symptoms-head,
#flash #browser .module #products-head {
	width: 205px;
	padding: 4px;
	background: #f0f;
	background: #fff url('/images/icons/dropdown.gif') 195px center no-repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #647412;	
	text-decoration: none;
	border: 0;
}

#flash #browser .module fieldset input.formfield {
  width: 181px !important;
  border: 0 !important;
  padding: 4px !important;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 11px;
	line-height: 14px;
  color: #647412;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

#flash #browser .module fieldset input.submit {
	margin-top: 2px !important;
}

#flash #browser .last {
	margin-right: 0;
	width: 212px;
}

#flash #browser .module h3 {
	color: #fff;
}

#information {
	margin-top: 10px;
	background: #c6e5ff url('/images/layout/bg-information.gif') left bottom no-repeat;
  position: relative;
  width: 760px;
  border-top: 1px solid #fff;
	z-index: 0;
}

#information #main {
	position: relative;
	float: left;
  width: 305px;
  padding: 30px 50px 15px 90px;
  border-right: 1px solid #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
	color: #414141;
}

#information #main img.pull {
	float: left;
	margin-left: -60px;
}

#information #products {
	position: relative;
  float: left;
  background: #b9d65d;
  width: 314px;
  padding: 30px 0 0 0;
  border-bottom: 1px solid #fff;
}

#information #news {
	position: relative;
  width: 274px;
  float: right;
	padding: 10px 20px 0 20px;
  background: #91ab3a;
	color: #414141;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#information #news p {
	padding: 0;
}

#information #news ul {
  clear: both;
}

#information #news ul li {
  background: url('/images/icons/white-arrow.gif') left 13px no-repeat;
  padding: 8px 0 8px 15px;
}

#information #news ul li a {
  text-decoration: none;
  color: #fff;
}

#information #news ul li a:hover {
  color: #eee;
  text-decoration: underline;
}


h3.homeopathic-medicines {
	background: url('/images/headings/homeopathic-medicines.gif') left top no-repeat;
	padding: 0;
	margin: 0;
	width: 293px;
	height: 16px;
	text-indent: -9999px;
}

h3.browse-products {
	background: url('/images/headings/browse-products.gif') left top no-repeat;
	padding: 0;
	margin: 0 0 0 37px;
  width: 183px;
  height: 14px;
	text-indent: -9999px;	
}

h3.news {
	float: left;
	width: 102px;
	height: 14px;
	background: url('/images/headings/in-the-news.gif') left top no-repeat;
	padding: 0 10px 0 0;
	margin: 0;
	text-indent: -9999px;	
}


#signup {
	position: relative;
	width: 440px;
	background: #2471b0;
	border-top: 1px solid #fff;
	padding: 10px 10px 10px 310px;
}

#signup h4.news-updates {
	float: left;
	width: 186px;
	height: 15px;
	background: url('/images/headings/news-updates.gif') no-repeat;
	text-indent: -9999px;
	margin: 3px 0 0 0;
	padding: 0;
}

#signup input {
	float: left;
	margin-left: 10px;
  width: 170px;
  border: 0;
	background: #fff;
  padding: 4px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #647412;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;	
	vertical-align: middle;
}

#footer {
	position: relative;
	border-top: 1px solid #fff;
	padding: 15px 10px 10px 10px;
	background: #e8e0bd url('/images/layout/bg-footer.gif') left top repeat-x;
}

#footer p {
	float: left;
	padding: 0;
}

#footer ul {
	float: right;
}

#footer ul li {
	float: left;
	background: url('/images/layout/footer-link-dividers.gif') right center no-repeat;
	margin-right: 10px;
	padding-right: 10px;
}

#footer ul li.last {
	background: none;
	padding-right: 0;
	margin-right: 0;
}

#footer ul li a {
	color: #8f7a4b;
	font-weight: bold;
}


#symptoms,
#productlist {
	margin: 0;
	padding: 0;
}

#symptoms li,
#productlist li {
	float: left;
	list-style: none;
}

#symptoms li a,
#productlist li a {
	display: block;
	background: #fff;
	text-decoration: none;
	color: #647412;
	white-space: nowrap;
}

#symptoms li a:hover,,
#productlist li a:hover {
	background: #eee;
}

#symptoms li ul,
#productlist li ul {
	margin: 1px 0 0 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 9999;
}


#symptoms li ul li,
#productlist li ul li {
	float: none;
	display: inline;
}

#symptoms li ul li a,
#productlist li ul li a {
	width: 205px;
	background: #fff;
	display: block;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	color: #647412;
	padding: 4px;
	white-space: nowrap;
}

#symptoms li ul li a:hover,
#productlist li ul li a:hover {
	background: #eee;
}

#symptoms li ul li a.more,
#productlist li ul li a.more {
	background: #ffc;
	border-bottom: 0;
}



	/* =Content 
------------------------------------------------------------ */ 


	/* =Footer 
------------------------------------------------------------ */ 

