/*=============================================================
Type:				Dead Sea Healthcare Main Stylesheet
Build by:			VGroup
Document Author:	Mark Perkins
Author Email:		mark.perkins@vgroup.com
Copyright: 			(c) Vgroup 2008 	
---------------------------------------------------------------
Creation Date:		20-06-2008
Last edited:		N/A
============================================================ */

/*==============================================
general layout
==============================================*/

body {
	background: #DDDDE2 url(../cssimages/gradient_bg.jpg) repeat-x 0% 0%;
	color:#606477;
}

p {
	line-height:125%;
	margin-bottom:1em;
	margin-top:0em;
}

#page {
	background-color:#FFFFFF;
	border: 1px solid #C9CED2;
	margin: 0px auto;
	padding: 20px 26px 10px 26px;
	position: relative;
	width: 710px;
	margin-top: 21px;
}

#header {
	border-bottom: 1px solid #dfe0e4;
	padding: 0 5px 17px 5px;
}

#content {
	padding: 20px 5px 0 5px;
	border-bottom: 1px solid #dfe0e4;
	position: relative;
}

#main_content {
	float: left;
	width: 460px;
}

#sub_content {
	float: right;
	width: 220px;
}

#why #sub_content, #agiriline #sub_content {
	margin-top: 46px;
}

#credits {
	width: 708px;
	margin: 10px auto 0 auto;
	font-size: 11px;
	position: relative;
	text-align: right;
	padding-bottom: 16px;
	color:#A7A7A7;
}

#music_control {
	left:-1px;
	position:absolute;
	top:0px;
}

#music_embed {
/*	display: none;*/
}

#credits a:hover {
	text-decoration:underline;
}

#credits a {
	color:#A7A7A7;
	text-decoration:none;
}

/*==============================================
header
==============================================*/

#logo {
	float: right;
}

/*==============================================
headings
==============================================*/

h1, h2, h3 {
	color: #616378;
	font-weight: normal;
	margin-bottom: 0.6em;
}

h1 {
	font-size: 1.8em;
	margin-top: 0;
	margin-bottom: 0.4em;
}

.sIFR-active h1 {
	margin-bottom: 0;
	font-size: 1.6em;
	margin-top: 0em;
}

.sIFR-active h2 {
	margin-bottom: 0;
	font-size: 1.1em;
	margin-top: 0.9em;
}

/*==============================================
navigation
==============================================*/

.main_nav {
	list-style: none;
	width: 140px;
	float: left;
	margin-top: 6px;
}

.main_nav ul {
	list-style: none;
}

.main_nav li {
	line-height: 1.4;
}

.main_nav li.current a {
	color: #484b5b;
}

.main_nav li.current ul a {
	color: #c8c8ca;
}

.main_nav li.current ul a:hover {
	color: #484b5b;
}

.main_nav li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #aaaaaa;
	font-size: 11px;
}

.main_nav li a:hover {
	color: #606477;
}

/*#pages_nav {
	border-right: 1px solid #dfe0e4;
}
*/
#products  #pages_nav, #blackmud  #pages_nav, #malegrooming #pages_nav {
	border-right: 1px solid #dfe0e4;
}

#products_nav {
	width: 150px;
	margin-left: 10px;
}

/* footer nav */

#footer_nav {
	list-style: none;
	padding: 10px 5px 5px 5px;
}

#footer_nav li {
	display: inline;
	margin-right: 23px;
}

#footer_nav li a {
	font-size: 11px;
	color: #606477;
	text-decoration: none;
}

#footer_nav li.last {
	margin-right: 0;
}

#footer_nav li a:hover {
	text-decoration: underline;
}

/* product nav */

#content ul#product_nav {
	margin: 10px 0 10px 0;
	background: #FFF url('../cssimages/product_pointer.gif') no-repeat -5px 0;
	padding-bottom: 20px;
}

#product_nav li, #secondary_product_nav li {
	display: block;
	float: left;
	list-style: none;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#malegrooming #product_nav li a{
	background-image: url('../cssimages/male_grooming_menu.gif');
}

#product_nav li a, #secondary_product_nav li a {
	display: block;
	height: 132px;
	width: 132px;
}

#product_nav li.antiwrinkle a, #secondary_product_nav li.antiwrinkle {
	background-color: #CCC;
		background-position: 0px -134px;
}

#product_nav li.handrepair a, #secondary_product_nav li.handrepair {
	background-position: -142px -134px;
	background-color: #CCC;
}

#product_nav li.facialscrub a, #secondary_product_nav li.facialscrub {
	background-position: -284px -134px;
	background-color: #CCC;
}

#product_nav li.aftershave a, #secondary_product_nav li.aftershave {
	background-position: -426px -134px;
	background-color: #CCC;
}

#malegrooming  #product_nav li.shampoo a, #malegrooming #secondary_product_nav li.shampoo {
	background-position: -570px -134px;
	background-color: #CCC;
}

#malegrooming #product_nav li.shampoo {
	margin: 0;
}


#product_nav li.antiwrinkle a:hover, #product_nav li.antiwrinkle a.current, #secondary_product_nav li.antiwrinkle a.current,  #product_nav li.antiwrinkle a.currentHover, #secondary_product_nav li.antiwrinkle a.currentHover {
	background-color: #5C707C;
	background-position: 0 0;
}

#product_nav li.handrepair a:hover, #product_nav li.handrepair a.current, #secondary_product_nav li.handrepair a.current,  #product_nav li.handrepair a.currentHover, #secondary_product_nav li.handrepair a.currentHover {
	background-position: -142px 0;
	background-color: #000;
}

#product_nav li.facialscrub a:hover, #product_nav li.facialscrub a.current, #secondary_product_nav li.facialscrub a.current, #product_nav li.facialscrub a.currentHover, #secondary_product_nav li.facialscrub a.currentHover {
	background-position: -284px 0;
	background-color: #5A471B;
}

#product_nav li.aftershave a:hover, #product_nav li.aftershave a.current, #secondary_product_nav li.aftershave a.current, #product_nav li.aftershave a.currentHover, #secondary_product_nav li.aftershave a.currentHover {
	background-position: -426px 0;
	background-color: #3F4B00;
}

#malegrooming  #product_nav li.shampoo a:hover, #malegrooming #product_nav li.shampoo a.current, #secondary_product_nav li.shampoo a.current, #malegrooming #product_nav li.shampoo a.currentHover, #secondary_product_nav li.shampoo a.currentHover {
	background-position: -570px 0;
	background-color: #605371;
}


#blackmud ul#product_nav {
	width: 281px;
	float: right;
	margin-top: 0;
}

#blackmud #product_nav li a {
	background: url('../cssimages/black_mud_menu.gif');
}

#blackmud #product_nav li.handcare {
	margin-right: 0 !important;
}

#blackmud #product_nav li.handcare a {
	background-position: 0 -135px;
}

#blackmud #product_nav li.bmshampoo a {
	background-position: -142px -135px;
	background-color: #CCC;
}

#blackmud #product_nav li.handcare a:hover, #blackmud #product_nav li.handcare a.current,  #blackmud #secondary_product_nav li.handcare a.current, #blackmud #product_nav li.handcare a.currentHover,  #blackmud #secondary_product_nav li.handcare a.currentHover {
	margin-right: 0 !important;
	background-position: 0 0;
	background-color: #62B346;
}

#blackmud #product_nav li.bmshampoo a:hover, #blackmud #product_nav li.bmshampoo a.current,  #blackmud #secondary_product_nav li.bmshampoo a.current,  #blackmud #product_nav li.bmshampoo a.currentHover,  #blackmud #secondary_product_nav li.bmshampoo a.currentHover {
	background-position: -142px 0;
	background-color: #361E32;
}


#blackmud #secondary_product_nav li {
	background-position: -142px 0;
/*	background-color: #361e32;*/
	background-color: #ccc;
}

#blackmud #secondary_product_nav li.filler {
	background: #606477;
	width: 407px;
	padding: 1px 0;
}

#blackmud #secondary_product_nav li.handcare {
	margin-right: 0;
	margin-left: 10px;
}

/* bottom products nav */

#content ul#secondary_product_nav {
	margin: 20px 0 20px 0;
	clear: both;
}

#secondary_product_nav li {
	background: none;
}

#secondary_product_nav li a {
	height: 20px;
	text-align: center;
	line-height: 20px;
	vertical-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

#secondary_product_nav li.bmshampoo, #secondary_product_nav li.shampoo {
	margin: 0;
}

p a {
	color: #0099cc;
	text-decoration: none;
}

p a.morelink {
	line-height: 1.8 !important;
	font-weight: bold;
}

/*==============================================
content
==============================================*/

/* general */

#content ul {
	margin-left: 14px;
}

/* homepage */

#triplets_wrapper {
	clear: both;
	padding: 5px 0 12px 0;
}

.triplet {
	width: 31%;
	float: left;
	margin-right: 24px;
}

.spanner {
	width: 65%;
}

.last {
	margin-right: 0;
}

.triplet h1 {
	font-size: 12px !important;
	margin-top: 8px;
}

.triplet a {
	color: #0099cc;
	text-decoration: none;
}

/* why dead sea */

#quote {
	text-align: right;
	border-top: 1px solid #dfe0e4;
	margin-top: 8px;
	padding-top: 12px;
}

/* product overview */

.range_summary {
	position: absolute;
	top: 90px;
	left: 30px;
	font-size: 11px;
	color: #606477;
}

.range_summary a {
	color: #0099cc;
	text-decoration: none;
	font-weight: bold;
}

#sub_content .range_summary {
	left: 514px;
	color: #FFF;
}

#sub_content .range_summary a {
	color: #62bb46;
}

/* products pages */

#range_overview h1, #blackmud h1 {
	width: 280px;
	float: left;
	font-size: 24px;
	margin-top: -5px;
}

#blackmud #description {
	clear: both;
	width: 377px;
	float: left;
	background: #606477;
	height: 103px;
	padding: 14px 15px;
	font-size: 1.2em;
	overflow: hidden;
	line-height: 115%;
	color: #FFF;
}

#malegrooming #range_overview strong {
	font-weight: normal !important;
	color: #294261;
}

#range_overview h1 .name {
	font-weight: bold;
}

#range_overview p {
	width: 414px;
	float: right;
	margin-top: 10px;
}

#product_details_wrapper {
	height: 400px;
	overflow: hidden;
	clear: both;
}

.product {
	height: 400px;
	overflow: hidden;
}

#blackmud .product, #blackmud #product_details_wrapper {
	height: 360px;
}

.instructions {
	font-size: 11px;
}

.product li {
	line-height: 1.2em;
	margin-bottom: 8px;
}

#product_details h2 {
	font-size: 18px;
	width: 350px;
	margin-top: 0 !important;
}

#product_details #antiwrinkle {
	background: url('../images/product_bg_images/bg_antiwrinkle.jpg') no-repeat 0 0;
}

#product_details #handrepair {
	background: url('../images/product_bg_images/bg_handrepair.jpg') no-repeat 0 0;
}

#product_details #facialscrub {
	background: url('../images/product_bg_images/bg_facialscrub.jpg') no-repeat 0 0;
}

#product_details #aftershave {
	background: url('../images/product_bg_images/bg_aftershave.jpg') no-repeat 0 0;
}

#product_details #shampoo {
	background: url('../images/product_bg_images/bg_shampoo.jpg') no-repeat 0 0;
}

.product {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
}

.product img {
	float: right;
}

.product p, .product li {
	width: 340px;
}

#page .product ul.points {
	margin-left: 0;
}

ul.points li {
	list-style: none !important;
	background: url('../cssimages/bullet.gif') no-repeat 0 2px;
	padding-left: 16px;
}

/* contact form */

#contact #sub_content {
	margin-top: 43px;
}

input, textarea {
	border: 1px solid #CCC;
	width: 340px;
}

textarea {
	height: 200px;
}

#submit {
	width: auto;
	color: #FFF;
	padding: 4px;
	background: #616378;
	cursor: pointer;
}

dl {
	margin-top: 10px;
}

dt {
	margin-bottom: 5px;
	width: 100px;
	float: left;
	padding-top: 1px;
}

dd {
	margin-bottom: 10px;
}

#email {
	display: none; 	/* anti-spam field */
}

p.error {
	background: #FFFEC3;
	border: 1px solid #FCCF80;
	padding: 10px;
	color: #E37500;
	margin-right:20px;
}

label {
	color: #606477 !important;
	font-size: 12px;
}

label.error {
	font-weight: bold;
	color: #E37500 !important; 
}

/* terms and conditions */

.legal_list, .legal_list ol {
	list-style: none;
}

/* press kit pages */

table#press_kit_items {
	margin-top: 10px;
	clear: both;
}

table#press_kit_items td p {
	margin-bottom: 3px;
}

table#press_kit_items p {
	margin-top: -8px;
}

table#press_kit_items h2 {
	margin: 0 !important;
}

table#press_kit_items h2.sIFR-replace {
	font-size: 8px !important;
}

table#press_kit_items td {
	vertical-align: bottom;
	padding-right: 17px;
	width: 220px;
	padding-bottom: 20px;
}

table#press_kit_items .thumb img {
	border: 1px solid #DFE0E4;
	margin-bottom: 0;
	padding-bottom: 0;
}

#press_kit_details {
	width: 67%;
	float: left;
}

#press_kit_contact {
	width: 31%;
	float: right;
}

/*==============================================
stockists
==============================================*/

#stockists {
	width: 100%;
	margin: 10px 0 20px 0;
/*	border-top: 1px solid #DFE0E4;*/
}

#stockists td {
	vertical-align: middle;
	padding: 14px 0;
}

#stockists p {
	padding-top: 12px;
}

#stockists td.image_wrapper {
	width: 140px;
	padding-right: 50px;
}

.stockist {
	border-top: 1px solid #DFE0E4;
	padding: 10px 0;
}

/*==============================================
tabs
==============================================*/

.tabs {
	width: 350px;
	padding-top: 10px;
}

.tabs ul {
	margin: 0 !important;
	list-style: none;
}

.tabs li {
	border: 1px solid #ccc;
	border-bottom: 0;
	z-index: 10;
	position: relative;
	top: 1px;
	text-align: center;
	float: left;
	width: auto !important;
	margin-bottom: 0;
}

.tabs li:first-child {
	border-right: 0 !important;
}

.tabs li.currenttab {
	background: #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
}

.tabs li a {
	color: #606477;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 7px 10px 2px 10px;
	width: 153px;
}

.tabs div {
	clear: left;
	padding: 10px 10px 0px 10px;
	display: none;
	background: #F5F5F5;
	border: 1px solid #ccc;
}

.tabs div p {
	width: 100%;
}

.tabs div.currentblock {
	display: block;
}

/*==============================================
tooltips
==============================================*/

#tooltip {
	position: absolute;
	z-index: 3000 ;
	background-color: #5F5F5F;
	padding: 0 5px;
	opacity: 0.75;
	filter:alpha(opacity=75) !important;
}

#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
}

#tooltip h3 {
	color: #FFF !important;
}
