@charset "UTF-8";
/* CSS Document */

.clear {
height: 1px;
font-size: 1px;
clear: both;
}

a:link, a:visited, a:hover, a:active {color: #ff6cb8; text-decoration: underline;}

p {text-align: left;}

p.pink {text-align: center; color: #ff6cb8;}
p.white {text-align: center; color: #FFFFFF;}

.padten {padding: 0 10px 10px 10px;}

h2 {
text-align: center; font-size: 16px; margin-top: 25px;}

body {
	background: #FFFFFF url(../media/images/bgTile.gif) top left repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #777174;
	}

.container {
	border: 10px solid #ff6cb8;
	background: #FFFFFF;
	width: 782px;
	margin: 20px auto;
	}
	
.main {
	position: relative;
	z-index: 1;
	width: inherit;
	height: 440px;
	background: url(../media/images/bgMain.jpg) top left no-repeat;
	border-bottom: 10px solid #ff6cb8;
	}
	
	.side {
		width: 300px;
		height: 440px;
		float: left;
		z-index: 1;
		}
	
	.content {
		width: 422px;
		height: 440px;
		float: right;
		z-index: 1;
		text-align: center;
		position: relative;
		}
	
.foot {
	width: inherit;
	height: 25px;
	padding: 25px 0 25px 0;
	background: #45d2d4;
	}
	
.nav {
	height: 25px;
	width: 782px;
	}
	
	.nav li{float: left; margin: 0; height: 24px;}
	
	.navMenu {background: url(../media/images/navMenu_off.gif) top left no-repeat;}
		#menu .navMenu {background: url(../media/images/navMenu_on.gif) top left no-repeat;}
	.navAbout {background: url(../media/images/navAbout_off.gif) top left no-repeat;}
		#about .navAbout {background: url(../media/images/navAbout_on.gif) top left no-repeat;}
	.navTestimonials {background: url(../media/images/navTestimonials_off.gif) top left no-repeat;}
		#testimonials .navTestimonials {background: url(../media/images/navTestimonials_on.gif) top left no-repeat;}
	.navStockists {background: url(../media/images/navStockists_off.gif) top left no-repeat;}
		#stockists .navStockists {background: url(../media/images/navStockists_on.gif) top left no-repeat;}
	.textLinks {width: 265px; text-align: center; font-weight: bold; line-height: 24px; color: #087678;}
		.textLinks a:link, .textLinks a:visited, .textLinks a:hover, .textLinks a:active {color: #087678;}


/* CONTENT */

h1 {
	width: inherit;
	text-align: center;
	margin: 15px 0;
	}

.promo {
	width: 415px;
	height: 208px;
	z-index: 2;
	position: absolute;
	right: -5px;
	bottom: -70px;
	}
	
table.stockists {
	width: 250px;
	margin: 0 auto 0 auto;
	}
	
	table.stockists td {
		padding-bottom: 20px;
		text-align: left;
		}
		
/* MENU */

.menuNav {
	width: 198px; /* 198 - padding */
	height: 218px; /* 265 - padding */
	padding: 47px 0 0 0;
	position: absolute;
	bottom: 0;
	left: 45px;
	background: url(../media/images/bgMenu.gif) top left no-repeat;
	}
	
	.menuNav li {display: block; margin: 10px 0 0 15px; cursor: pointer;}
		.menuNav li.hidden {margin: 0; display: none;}
	
	.menuNav li .active {background: url(../media/images/check.gif) top left no-repeat !important;}
	.menuNav li .on {background: url(../media/images/checkHover.gif) top left no-repeat;}

#menu .content .details {display: none;}
#menu .content .detTokyo {display: block;}