/* resets */

body, div {
	margin: 0;
	padding: 0;
}

li, dt, dd {
	list-style-position: inside;
	padding: 0 0 0 20px;
}

a img {
	border: none;
}

/* font setup */
body {
	font-size: 1em;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: #666666; 
}

h1, h2, h3 {
	font-weight: normal;
}

a:link, a:visited {
	color: #999999;
}

a:hover, a:focus {
	color:#9E8A00;
}

/* dimensions and backgrounds */
body {
	background: #000000 url('background.jpg') top left repeat-x;
	position: relative;
}

#header {
	background: #FFFFFF url('banner.jpg') top center no-repeat;
	width: 1033px;
	height: 221px;
	overflow: visible;
	margin: 0px auto;
	position: relative;
	z-index: 10;
}

/* sidebar */
#sidebar_bk {
	width: 728px;
	padding: 0 0 0 305px;
	margin: 0px auto;
	background-color: #000000;
	position: relative;
}

#sidebar {
	position: relative;
	float: left;
	top: 0;
	left: -305px;
	margin: 0 -307px 0 0;
	padding: 0 0 7px 7px;
	background: #FFFFFF url('sidebar_default_bg.jpg') 8px top no-repeat;
	width: 300px;
	height: 672px;
	overflow: hidden;
}

#sidebar.flash {
	overflow: visible;
	padding: 0;
	width: 306px;
}

#sidebar_base {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	width: 100%;
	height: 16px;
	background: transparent url('sidebar_base.png') left bottom no-repeat;
}

* html #sidebar_base {
	bottom: -1px;
}

#content {
	float: right;
	width: 587px;
	min-height: 620px;
	text-align: left;
	position: relative;
	margin: 0px auto;
	padding: 20px 70px 10px;
	background: #FFFFFF url('content_bg.jpg') center top repeat-y;
	font-size: 0.875em; /* 14px */
	z-index: 0;
	overflow: visible;
}

/*IE6 */
* html #content {
	height: 620px;
}

#content.fck { /* admin panel editor */
	width: 587px;
	padding: 0px 70px;
	background-image: none;
}

#footer {
	width: 707px;
	padding: 0 9px 0 317px;
	height: 180px;
	overflow: hidden;
	background: transparent url('footer_bg.jpg') right top no-repeat;
	color: #6E6D6B;
	position: relative;
	margin: 0px auto;
	text-align: center;
	
}
#footer p.nav {
	margin: 0;
	border-top: 1px solid #9E8A00;
	padding-top: 18px;
	padding-bottom: 60px;
	color: #000000;
	font-size: 0.9375em; /* 15px */
}

#footer p.nav a:link, #footer p.nav a:visited {
	color: #000000;
	text-decoration: none;
}

#footer p.nav a:hover, #footer p.nav a:focus {
	text-decoration: underline;
	color:#9E8A00;
}

#footer p.copyright {
	margin: 0;
	padding-top: 20px;
	font-size: 0.625em; /* 10px */
	font-weight: bold;
	color: #FFFFFF;
}

.avd {
	position: absolute;
	bottom: 0;
	width: 707px;
	margin: 5px auto 10px;
	font-size: 0.625em;
	text-align: center;
}

.avd a:link, .avd a:visited, .avd a:active {
	color: #999;
	text-decoration: none;
}

.avd a:hover, .avd a:focus {
	text-decoration: underline;
	color: #ccc;
}

/* navigation lists */

#navigation_wrapper {
	width: 719px;
	height: 92px;
	padding: 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	margin:0px auto;
	overflow: visible;
}

* html #navigation_wrapper { /* IE6 */

}

/* based on http://sandbox.leigeber.com/dropdown-menu/ */
ul.menu {list-style:none; margin:0; padding:0; position: relative;}
ul.menu * {margin:0; padding:0}
ul.menu a:link, ul.menu a:visited {display:block; color:#FFF; text-decoration:none;}
ul.menu a:hover, ul.menu a:focus {color:#9E8A00;}
ul.menu li {position:relative; float:left;}
ul.menu li.sel {padding-bottom: 7px; background: transparent url('nav_item_sel.png') center bottom no-repeat; }
ul.menu li.sel a {color:#9E8A00;}
ul.menu li.first {}
ul.menu li.last {}
ul.menu ul {position:absolute; top:92px; left:0; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #FFF; border-top:none; margin:0; background-image: none; padding: 0;}
ul.menu ul li span { height: auto; }
ul.menu ul li.sel {padding-bottom: 0; background-image: none;; }
ul.menu ul li a:link, ul.menu ul li a:visited {display:block; padding:5px 7px 7px; background-color:#000000; color: #FFFFFF; min-width: 141px; } 
ul.menu ul li a:hover, ul.menu ul li a:focus {background-color:#333333; color:#9E8A00;}
ul.menu ul li.sel > a:link, ul.menu ul li.sel > a:visited { color:#9E8A00; }
ul.menu ul ul {left:100%; top:-1px;}
ul.menu .menulink {border:none; margin-top: 10px; padding: 30px 0 0 0; height: 52px; width:100px; background: transparent url('nav_item_separator.gif') center right no-repeat; } /*  */
ul.menu .lines {padding-top: 20px; height: 62px; }
ul.menu li.last .menulink {background-image: none; }
ul.menu .menulink:hover, ul.menu .menuhover, .sel .menulink {color: #9E8A00;}
ul.menu ul .menuhover { color: #9E8A00; }
ul.menu .sub {background:#DF0E79 url('arrow.gif') center right no-repeat}
ul.menu .topline {border-top:1px solid #FFFFFF;}

* html ul.menu ul li a:link, * html ul.menu ul li a:visited { width: 141px; } /*IE 6 */
*+html ul.menu ul li a:link, * html ul.menu ul li a:visited { width: 141px; } /* IE7 */

/* content styles */

.tagline {
	color: #9E8A00;
}

#content h1 {
	font-size: 1.8em; /* 30px */
	color: #000000;
}

#content .highlight {
	color: #9E8A00;
}

#content h2 {
	font-size: 1.5em; /* 18px */
}

#content h3 {
	font-size: 1.0em;
}

#content p, #content ul, #content ol, #content dl, #content table {
	padding: 0;
}

#content ul ul, #content ul ol, #content ol ul, #content ol ol {
	padding: 0;
}

#content table table, #content table p {
	padding: 0;
}

#content form {
	color: #000000;
	background-color: #E7DA86;
}

#content li, #content dd, #content dt {
	list-style-position: outside;
	margin-left: 40px;
	padding-left: 0;
}

div.gallery {
	padding: 0px;
	border: 1px solid #CCCCCC;
	position: relative;
	margin: 10px auto;
}

div.gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

div.gallery li {
	float: left;
	margin: 5px 6px 5px 7px !important;
	padding: 0;
	width: 132px;
	height: 132px;
	line-height: 132px; 
	text-align: center;
}

div.gallery img {
	border: 2px solid #CCCCCC;
	vertical-align: middle;
}

/*customise shadowbox for long titles */
#sb-title, #sb-title-inner {
        height:auto !important;
}

div.mock_table { 
	display: block;
	margin: 0px auto 10px;
	padding: 0 40px;	
}

div.mock_table label, div.mock_table p { 
	display: block;
	clear: left;
	line-height: 1.2em;
}

div.mock_table span { 
	display:block;
	float:left;
	padding: 2px;
}

div.mock_table span.right { 
	width: 15%;
	padding-top: 6px;
	clear: left;
}

div.mock_table span.left { 
	font-weight: normal;
	padding-right: 10px; 
	clear: right;
}

div.mock_table p span.left { 
	font-weight: normal;
	clear: right;
	padding-top: 6px;
}

div.mock_table span.control {
	float: left;
	position:relative;
	/* top: -1.8em;
	margin-bottom: -1.6em; */
}

/*** products ***/
/* category pages and checkout product display */
.products {
	margin-top: 20px;
}

.products div {
	position: relative;
	float: left;
	width: 152px; /* 220px */
	height: auto;
	padding: 160px 30px 0;
	margin: 0 0 40px;
	border-left: 1px solid #cecece;
}

.products div:nth-child(3n+1) {
	border-left: none; 
	margin-left: -30px;
}

.products div:nth-child(3n){
	margin-right: -30px;
}

.products h2 {
	color: #9e8a00;
	text-align: center;
	margin: 0;
	font-size: 1.2em !important;
	height: 3.6em;
	overflow: hidden;
}

.products .desc {
	margin: 10px 0;
	height: 54px;
	overflow: hidden;
	text-align: justify;
}

.products .size {
	color: #9e8a00;
	width: 39%;
	float: left;
	margin: 0;
	text-align: right;
	font-size: 1.2em;
}

.products .price {
	color: #9e8a00;
	width: 60%;
	float: right;
	margin: 0 0 10px 0;
	text-indent: 10px;
	font-size: 1.2em;
}

.products .image {
	position: absolute;
	top: 0;
	left: 30px;
	width: 152px;
	height: 152px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	line-height: 152px;
}

.products img {
	border: 1px solid #cecece;
}

.products .more {
	clear: both;
	margin-bottom: 0;
}

.products .more a:link, .products .more a:visited {
	display: block;
	width: 150px;
	height: 29px;
	line-height: 29px;
	margin: 10px 1px;
	text-align: center;
	color: #FFF;
	background: #9e8a00 url('product_button.jpg') center center no-repeat;
	text-align: center;
	text-decoration: none;
}

.products .more a:hover, .products .more a:focus {
	text-decoration: underline;
}

/*checkout*/
.products .quantity input {
	width: 65px;
	border; 1px solid #cecece;
}

.products .add input {
	width: 150px;
	height: 29px;
	line-height: 29px;
	color: #FFF;
	background: #9e8a00 url('product_button.jpg') center center no-repeat;
	cursor: pointer;
	border: none;
}

/* individual product pages */

#content form#product {
	display: block;
	float: right;
	width: 220px; /* 245 px */
	padding: 0 0 0 25px;
	background: #FFF;
	border-left: 1px solid #cecece;
	color: #666;
}

#product h2 {
	font-size: 1em;
	margin:0;
	font-weight: bold;
}

#product h2+p {
	margin-top: 0;
}

#product .size {
	color: #9e8a00;
	width: 24%;
	float: left;
	margin: 0;
	font-size: 1.2em;
}

#product .price {
	color: #9e8a00;
	float: left;
	margin: 0 0 10px 0;
	text-indent: 10px;
	font-size: 1.2em;
}

#product .quantity {
	clear: both;
	line-height: 2em;
}

#product .quantity input {
	width: 65px;
	border; 1px solid #cecece;
}

#product .add input {
	width: 150px;
	height: 29px;
	line-height: 29px;
	color: #FFF;
	background: #9e8a00 url('product_button.jpg') center center no-repeat;
	cursor: pointer;
	border: none;
}

#product + img {
	display: block;
	float: left;
	border: 1px solid #cecece;
	margin-bottom: 10px;
}

.product_back:link, .product_back:visited {
	display: block;
	width:114px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	background: #5d5d5d url('back_button.jpg') center center no-repeat;
	color: #FFF;
}

.product_back:focus, .product_back:hover {
	text-decoration: underline;
}

/* checkout/order form */
#order {
	padding: 12px;
}

#order .subtotal {text-align: right; margin: 0;}
#order .total { text-align: right; font-weight: bold; float: right; margin: 0; }
#order .select {float: left; margin: 0;}

#order p {
	line-height: 2em;
}

#order p.instruction {
	font-style: italic;
}

#order label {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	text-indent: 20px;
}

#order label.inline {
	width: auto;
}

#order input[type=text]
{
	width: 300px;
}

#order input.number {
	width: 150px;
}

#order textarea {
	width: 300px;
	height: 70px;
	margin-bottom: 5px;
}

#order .center {
	text-align: center;
}

#order .submit {
	width: 150px;
	height: 29px;
	line-height: 29px;
	color: #FFF;
	background: #9e8a00 url('checkout_button.jpg') center center no-repeat;
	cursor: pointer;
	border: none;
}

/* structural elements */

.clear {
	height: 1px;
	margin-bottom: -1px;
	width: 99%;
	clear: both;
}

* html .clear { display: none; }

.center {
	text-align: center;
}

.feature_box {
	border-top:#c7be81 3px solid; 
	border-bottom:#c7be81 3px solid; 
	border-left:#c7be81 1px solid; 
	border-right:#c7be81 1px solid; 
	background-color:#fefefc; 
	padding-left:7px;
}
.base_info_box {
	border-top:#666666 1px solid;
	margin-top:30px;
}




.column_wrapper_left{
	margin:0px;
	padding:0px;
	width:285px;
	float:left;
}
.column_wrapper_right{
	margin:0px;
	padding:0px;
	width:285px;
	float:right;
}
.services_box_cosmetic
{
	padding:5px 10px 5px 10px;
	margin:0px 0px 15px 0px;
	background-image:url(http://www.facevalue.co.nz/resources/image/cosmetic-services/services-cosmetic-bg.jpg);
	height:115px;
}
.services_box_cosmetic h2{
	color:#333333;
	margin:4px 3px 0px 3px;
	padding:0px;
}
.services_box_cosmetic p{
	margin:6px 3px 0px 3px;
	padding:0px;
}
.services_box_beauty
{
	padding:5px 10px 5px 10px;
	margin:0px 0px 15px 0px;
	background-image:url(http://www.facevalue.co.nz/resources/image/cosmetic-services/services-beauty-bg.jpg);
	height:115px;
}
.services_box_beauty h2{
	color:#333333;
	margin:4px 3px 0px 3px;
	padding:0px;
}
.services_box_beauty p{
	margin:6px 3px 0px 3px;
	padding:0px;
}

.client_feedback_box{ 
	width:537px;
	height:75px;
	padding:45px 25px 0px 25px;
	margin:20px 0px 20px 0px;
	background-image:url(http://www.facevalue.co.nz/resources/image/cosmetic-services/client-feedback.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-style:italic;
}
.clearfloats {clear:both; } 
