/*****************************************************************************************************
* BASIC LAYOUT & PAGE DEFAULTS
******************************************************************************************************/

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
}

body>#page {
	font-size: 10px;
}

#page {
	width: 885px;
	padding: 20px 0;
	margin: 0 auto;
	font-size: x-small;
	line-height: 1.0;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
p {
	padding: 0 0 1em;
	margin: 0;
}

ol,
ul {
	padding-top: 0;
	margin-top: 0;
}

.hr {
	background: url(../../_images/line_content.gif) 15px 0 no-repeat;
	height: 1px;
}

hr {
	display: none;
}

a {
	color: #1d1d1d;
}

a.current {
	color: #1d97c3;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	color: #1d97c3;
	text-decoration: underline;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}
	
img {
	border: none;
}

/*****************************************************************************************************
* HEADER
******************************************************************************************************/

#header {
  color: #616161;
  line-height: 1.2;
}

#header h1 {
  background: url(../../_images/logo_sensodyne.gif) 0 0 no-repeat;
  width: 188px;
  height: 60px;
  padding: 0 0 15px;
  float: left;
  display: inline;
}

#header h2 {
  display: none;
}

#header ul,
#header ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#header ul li {
  display: inline;
}

#header span {
  display: none;
}

/* house-keeping navigation */

#header #info {
  width: 525px;
  padding: 20px 10px;
  float: right;
  display: inline;
  font-size: 110%;
  text-align: right;
}

#header #locale {
  width: 150px;
  padding-top: 17px;
  float: left;
  display: none;
  padding-bottom: 1em;
}

#header #locale select {
  width: 150px;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

#header #locale ul {
  padding-left: 6px;
}

/* site navigation */

#header #menu {
  background: url(../../_images/menu_bg.gif) 100% 0 no-repeat;
  width: 519px;
  height: 42px;
  padding-right: 365px;
  clear: both;
}

#header #menu li {
  float: left;
  display: inline;
}

#header #menu a {
	display: block;
	height: 42px;
}

#header #menu .questions a {
	background: url(../../_images/menu_questions.gif) 0 0 no-repeat;
	width: 132px;
}

#header #menu .experts a {
	background: url(../../_images/menu_experts.gif) 0 0 no-repeat;
	width: 129px;
}

#header #menu .consumers a {
	background: url(../../_images/menu_consumers.gif) 0 0 no-repeat;
	width: 129px;
}

#header #menu .products a {
	background: url(../../_images/menu_products.gif) 0 0 no-repeat;
	width: 129px;
}

#header #menu a:hover,
#header #menu a:active,
#header #menu .current a {
	background-position: 0 -42px;
}

/*****************************************************************************************************
* CONTENT
******************************************************************************************************/

#content {
	background: url(../../_images/content_bottom.gif) 0 100% no-repeat;
	position: relative;
	padding: 20px 3px 30px 7px;
	font-size: 110%;
	color: #616161;
}

#content h2,
#content h3,
#content h4,
#content h5 {
	font-weight: normal;
	color: #0b2577;
}

#content h2 {
	font-size: 1.8em;
}
#content h2.underline {
	background: url(../../_images/line_content_long.gif) no-repeat right 32px;
	margin-top: -1px;
	#margin-top: 0px;
	_margin-top: -2px;
}
#content h3 {
	font-size: 1.6em;
}

#content h4 {
	font-weight: 500;
	font-size: 1.4em;
}

#content h5 {
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5;
}

#content p,
#content ol,
#content ul {
	line-height: 1.3;
}

#content select {
	font-size: 1em;
}

/*
#content a {
	color: #1d1d1d;
}

#content a:hover,
#content a:active {
	color: #1d97c3;
}
*/

#content #another {			/* flash element */
	background: url(../../_images/line_content.gif) 100% 100% no-repeat;
	width: 260px;
	height: 40px;
	position: absolute;
	top: 6px;
	right: 6px;
	text-align: right;
}

#content #another.long {
	background: url(../_images/line_content_long.gif) 100% 100% no-repeat;
	width: 510px;
}

#content .another {			/* text element */
	background: url(../../_images/line_content.gif) 100% 0 no-repeat;
	clear: both;
}

#content .another.long {
	background: url(../../_images/line_content_long.gif) 100% 0 no-repeat;
}

#content .wide .another {
	width: 559px;
	text-align: right;
}

#content .another span {
	background: url(../../_images/line_content.gif) 100% 100% no-repeat;
	width: 100%;
	padding: 10px 0;
	display: block;
}

#content .another span.long {
	background: url(../../_images/line_content_long.gif) 100% 100% no-repeat;
}

#content .another a {
	background: url(../../_images/arrow_ring.gif) 100% 60% no-repeat;
	padding: 4px 28px 4px 0;
}

#content .video {
	width: 280px;
}

#content ul.videos {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
}

#content ul.videos li {
	background: url(../../_images/icon_video.gif) 0 60% no-repeat;
	padding: 8px 0 8px 27px;
	margin: 0;
}

#content ul.videos li.question {
	background: url(../../_images/icon_question.gif) 0 60% no-repeat;
}

#content ul.products {
	background: url(../../_images/line_content.gif) 0 100% no-repeat;
	padding: 0 0 1.5em;
	margin: 0 0 1em;
	list-style: none;
}

#content ul.products li a {
	background: url(../../_images/arrow_small_right.gif) 100% 60% no-repeat;
	padding-right: 12px;
}

#content p.sort {
	font-weight: bold;
	color: #0b2577;
}

#content ul.pages {
	clear: both;
	margin: 0;
	color: #333;
	text-align: right;
}

#content ul.pages.top {
	background: url(../../_images/line_content_long.gif) 100% 100% no-repeat;
	width: 579px;
	padding: 0 16px 0.5em;
	position: absolute;
	top: 30px;
	right: 0;
}

#content ul.pages.bottom {
	background: url(../../_images/line_content_long.gif) 100% 0 no-repeat;
	clear: left;
	width: 864px;
	padding: 0.5em 0 0;
}

#content ul.pages li {
	clear: both;
	display: inline;
}

#content ul.pages li strong.current {
	color: #8732B6;
}

#content img.left,
#content img.middle {
	padding-right: 16px;
}

/*
*	text columns for multi-columned pages:
*	1. simple three-columned layouts use "left", "middle" and "right"
*	2. two-columned layouts, where the right column is double width, use "left" and "wide"
*	3. three-columned layouts, where the middle and right columns seem to be inside a "wide" column,
*	   use "left" and "wide", with "middle" and "right" contained in the latter
*/

#content div.left,
#content div.middle,
#content div.right,
#content div.wide,
#content div.thumbs {
	float: left;
	display: inline;
}

#content div.left {
	width: 280px;
}
	
#content div.narrow {
	width: 238px;
}

#content div.middle {
	width: 258px;
	padding: 0 26px 0 30px;
}

#content div.right {
	width: 280px;
}

#content div.wide {
	width: 579px;
	padding: 0 0 0 16px;
}
	
#content div.wider {
	width: 610px;
	padding: 0 0 0 16px;
}


#content .wide .middle {
	width: 278px;
	padding: 0 20px 0 0;
}

#content .wide .expert {
	width: 145px;
	float: left;
	display: inline;
	padding: 0 10px 1em 0;
	line-height: 1.2;
}
	
#content .wide .expert img {
	margin-bottom: 5px;}

#content .wide .expert strong {
	display: block;
}

#content .wide .expert strong a {
	background: url(../../_images/arrow_small_right.gif) 100% 60% no-repeat;
	padding-right: 12px;
}

#content .wide .last {
	padding: 0 0 1em;
}

#content .zup {
	position: relative;
	z-index: 10;
	}
	
/*****************************************************************************************************
* FORMS
******************************************************************************************************/

form {
	margin: 0;
}

form label.text {
	width: 75px;
	clear: left;
	display: block;
	float: left;
	display: inline;
	padding: 0;
	margin-right: 5px;
	font-size: 110%;
	color: #0b2577;
}

form input.text {
	width: 170px;
	padding: 2px;
	font-size: 110%;
}

form p.required {
	padding-left: 80px;
}

form p.question {
	font-size: 110%;
	color: #0b2577;
}

.question {
	font-size: 110%;
	margin:0px;	
	padding:0px;
}

form p.question label {
	font-size: 95%;
	color: #616161;
}

form strong {
	color: #f00;
}

/*****************************************************************************************************
* FOOTER
******************************************************************************************************/

#footer {
	clear: both;
	color: #616161;
	font-size: 1.1em;
	background: url(../../_images/line_footer.gif) 0 100% no-repeat;
	line-height: 1.2;
	padding: 22px 0 23px 0;
}

#footer .line {
	background:url(../../_images/line_footer.gif) 0 100% no-repeat;
	width: 800px;
	min-height: 37px;
	padding: 20px 84px 0 0;
}

#footer p,
#footer ul,
#footer ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#footer p {
  display: block;
  margin-top: 3px;
}

#footer p.dp {
	background: url(../../_images/arrow_small_right.gif) 100% 60% no-repeat;
	padding-right: 12px;
	font-weight: bold;
}

#footer p.dp a {
	color: #1d1d1d;
}

#footer .logo {
  float: right;
  margin-top:-12px;
}

/*****************************************************************************************************
* PAGE-SPECIFIC
******************************************************************************************************/

/* Country selector */

#country #content {
	background: url(../../_images/line_content_long.gif) 170px 0 no-repeat;
	margin-top: 50px;
	padding-bottom: 0;
	font-size: 1.2em;
}

#country #content .cols {
	background: url(../../_images/line_content_long.gif) 170px 100% no-repeat;
	width: 440px;
	padding: 0 0 20px 270px;
}

#country #content .cols .left,
#country #content .cols .right {
	width: 220px;
}

#country #content .cols ul,
#country #content .cols ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#country #content .cols ul li a {
	background: url(../../_images/arrow_small_right.gif) 100% 60% no-repeat;
	padding-right: 12px;
}

#country #footer p {
	display: block;
	text-align: center;
}

/* Terms & Conditions */

#terms #content h3 {
	color: #0b2577;
}

#terms #content h4 {
	color: #616161;
}

#terms #content h3,
#terms #content h4 {
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
}

#terms #content ol {
	padding: 0 0 1em 1.3em;
	margin: 0;
	list-style: lower-roman;
}

/* Sign up */

form #signup {
	width: 600px;
	padding-left: 120px;
}

form #signup .right label.col {
	width: 150px;
	display: block;
	float: left;
}

form #signup h2 {
	text-align: center;
}

form #signup p.intro {
	padding-bottom: 3em;
}

/* text columns for form ONLY (for columns in other sections, refer to "CONTENT" above) */

#content #signup .left {
	width: 260px;
}

#content #signup .right {
	width: 300px;
}

#content #signup .buttons {
	clear: left;
	padding-top: 20px;
}

#content #signup .buttons .left {
	text-align: right;
}

#content #signup .right {
	margin-left: 40px;
}

/* Accessibility */

#accessibility #content h3 {
	color: #0b2577;
}

#accessibility #content h4 {
	color: #616161;
}

#accessibility #content h3,
#accessibility #content h4 {
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
}
	
#accessibility ol {
	list-style-type: decimal;
}

/* Site map */

#sitemap #content h2 {
	padding-bottom: 0;
}

#sitemap #content .line {
	background: url(../../_images/line_footer.gif) 0 0 no-repeat;
	clear: both;
	padding-top: 25px;
	margin-top: 25px;
}

#sitemap #content .col {
	width: 200px;
	float: left;
	display: inline;
	margin: 0 18px 25px 0;
}

#sitemap #content .col h3 a {
	background: url(../../_images/arrow_ring.gif) 100% 60% no-repeat;
	padding-right: 28px;
}

#sitemap #content p {
	padding-bottom: 0;
}

#sitemap #content ul {
	padding: 0 0 20px;
	margin: 0;
	list-style: none;
}

#sitemap #content ul li {
	padding: 0;
	margin: 0;
	display: inline;
}