@charset "UTF-8";
@import "reset.css";
@import "lightbox.css";

/* Structure for page layout */

html {
	background: #000000;
}

body {
	margin: 20px 0px;
	background: #000000;
	text-align: center;
}

div#mainwrap {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	border: solid 0px #ffffff;
	background: #ffffff;
}

div#mainwrap.home {
	background: url('../images/home-bg.jpg') no-repeat top left;
}

div#header {
	width: 1024px;
	height: 191px;
	background: #a1c5c9 url('../images/header-bg.jpg') no-repeat top left;
	position: relative;
}

div#logo {
	position: absolute;
	right: 43px;
	top: 23px;
}

div#menu {
	position: absolute;
	top: 135px;
	left: 0px;
	height: 18px;
	width: 1024px;
	background: transparent;
	overflow: hidden;

}

	div#menu a {
		display: block;
		height: 17px;
		font-size: 10px;
		font-weight: normal;
		line-height: 17px;
		vertical-align: middle;
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		margin-left: 36px;
		float: left;
	}
	
	div#menu a:hover, div#menu a.current {
		color: #ffffff;
	}

div#content {	
	width: 1024px;
	padding: 32px 0;
	position: relative;
}

	div#content div#submenu {
		width: 210px;
		float: left;
		height: 300px;
	}
	
	div#content div#submenu ul {
		margin: 30px;
	}
	
	div#content div#submenu ul a {
		font-size: 16px;
		line-height: 18px;
		letter-spacing: -1px;
		color: #c1b4b1;
		text-decoration: none;
		display: block;
		margin-bottom: 20px;
		_margin-bottom: 0px;
		font-weight: normal;
	}

	div#content div#submenu ul a:hover, div#content div#submenu ul a.current {
		color: #a1c5c9;
	}

	div#content h1 {
		padding: 0;
		margin: 0 0 4px 0;		
		font-weight: bold;
	}
	
	div#content div#image {
		height: 300px;
		width: 260px;
		margin-right: 35px;
		float: left;
	}

	div#content div#text {
		border: blue;
		width: 380px;
		float: left;
	}
	
div#footer {
	width: 1024px;
	height: 135px;
	background: transparent url('../images/footer-bg.jpg') no-repeat top left;
	position: relative;
	font-size: 10px;
	color: #a1c5c9;
}

	div#footer a {
		color: #a1c5c9;
		text-decoration: none;
	}

	div#footer a:hover {
		color: #eeeeee;
	}

	div#credits {
		position: absolute;
		right: 25px;
		bottom: 15px;
	}

	ul#bottom_menu {
		position: absolute;
		left: 100px;
		bottom: 15px;
		width: 924px;
	}

	ul#bottom_menu li {
		text-decoration: none;
		display: block;
		float: left;
		margin-right: 25px;
	}

	ul#bottom_menu li a {
		text-decoration: none;
		display: block;
	}

/* Home page */

div#mainwrap.home #content, div#mainwrap.home h1 {
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: none;
}

div#mainwrap.home #content {
	position: relative;
}

div#mainwrap.home div#header, div#mainwrap.home div#content, div#mainwrap.home div#footer {
	background:transparent;
}

div#view_collection {
	display: block;
	position: absolute;
	z-index: 9;
	right: 35px;
	bottom: -25px;
	width: 182px;
	height: 182px;
	background: #ffffff url('../images/home-view-collection-bg.gif') bottom right no-repeat;
}

	div#view_collection div#slideshow {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	
	div#view_collection div#slideshow IMG {
		position: absolute;
		bottom: 6px;
		right: 6px;
		width: 175px;
		height: 175px;
	}


a#view_collection_text {
	color: #efd363;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2.5px;
	text-decoration: none;	
	display: block;
	position: absolute;
	z-index: 9;
	right: 93px;
	bottom: -48px;
	text-align: left;
}

/* About us page */

div#mainwrap.about #image {
	display: none;
}

div#mainwrap.about #text {
	margin-top: 30px;
	width: 490px;
	float: left;
}

/* Contact us form */

div#mainwrap.contact #image {
	display: none;
}

div#mainwrap.contact #text {
	margin-top: 30px;
	width: 390px;
	float: left;
}

div#mainwrap.contact div#contact-form {
	margin-top: 30px;
	float: left;
	width: 350px;
}

input[type=text], input[type=password], textarea {
	border: solid 1px #a1c5c9;
	padding: 3px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 3px 0;
	width: 150px;
}

input[type=text]:focus, input[type=password]:focus, textarea {
	background: #eeeeee;
}

textarea {
	width: 270px;
	height: 80px;
}

input[type=submit], a.button {
	border: solid 1px #88B6BC;
	padding: 2px;
	text-transform: uppercase;
	background: #eee;
	cursor: pointer;
	color: #333;
	font-size: 11px;
	width: 150px;
	margin: 3px 10px 0 0;
	padding: 3px 0;
}

input[type=submit] {
	padding: 4px 0;
}

input[type=submit]:hover, a.button:hover {
	background: #88B6BC;
	color: #ffffff;
}

a.button {
	display: block;
	font-weight: normal;
	width: 150px;
	text-align: center;
}


/* Stockists */

div#mainwrap.stockists #image {
	display: none;
}

div#mainwrap.stockists #text {
	margin-top: 30px;
	float: left;
	width: 800px;
}

div#mainwrap.stockists h2 {
	color: #4a7970;
	font-weight: bold;
	text-transform: uppercase;
}

div#mainwrap.stockists div.stockist {
	height: 170px;
	width: 200px;
	float: left;
	margin-right: 15px;
}

/* Title */

div#mainwrap.pearl-guide div#title, div#mainwrap.collection div#title, div#mainwrap.cart div#title {
	display: block;
}

div#mainwrap div#title h2 {
	color: #a1c5c9;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 18px;
	
	margin: 0;
	padding: 0;
	
	position: absolute;
	top: 0;
	left: 210px;
}

/* Cart page */

div#purchase-options {
	width: 420px;
	float: left;
	margin-left: 200px;
	_margin-left: 100px;
}

div#purchase-options img#product_image {
	width: 100px;
	border: solid 2px #ccc;
	float: left;
	margin-right: 35px;
}

div#purchase-options table td.option {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
}

div#purchase-options table td.sub-option {
	width: 70px;
	padding-left: 15px;
}

div#cart {
	width: 365px;
	color: #fff;
	float: right;
	margin-right: 32px;
}

div#cart div.header {
	background: #88b6bc;
	margin-bottom: 7px;
	padding: 6px;
}


div#cart div#cart_items {
	background: #88b6bc;
	width: 345px;
	padding: 10px;
}

div#cart div#cart_items table{
	width: 345px;
}

div#cart div#cart_items table th {
	text-align: left;
}


/* Login page */

div#logged_in {
	color: #fff;
	float: right;
	text-transform: none;
	margin-right: 10px;
	font-size: 11px;

	display: block;
	height: 17px;
	font-weight: normal;
	line-height: 17px;
	vertical-align: middle;	
}

div#logged_in a {
	float: right;
	margin: 0 4px;
}

#login_form td {
	padding: 5px 15px 0px 0px;
	color: #4a7970;
}

/* Choosing a pearl */

div#mainwrap.choosing div#content h1 {
	margin-top: 170px;
}

div#mainwrap.choosing div#text {
	width: 450px;
}

/* Collection page */

div#mainwrap.collection img#product_image {
	float: left;
	width: 230px;
	height: 230px;
}

div#mainwrap.collection div#description {
	float: left;
	width: 260px;
	color: #4a726f;
	font-size: 14px;
	margin: 50px 0 0 15px;
	letter-spacing: 0.5px;
}

div#mainwrap.collection a#options {
	color: #c1b4b1;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
	display: block;
}

div#mainwrap.collection a#options:hover {
	color: #a1c5c9;
}

div#mainwrap.collection div#product_companions {
	width: 140px;
	float: right;
	margin-right: 40px;
	color: #a1c5c9;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

div#mainwrap.collection div#category_products {
	width: 714px;
	height: 120px;	
	/*margin: 0 140px;*/
	
	position: absolute;
	bottom: -10px;
	left: 140px;
	z-index: 9999;
	
}

div#mainwrap.collection div#category_products a {
	display: block;
	width: 92px;
	height: 92px;
	margin: 0 10px 0 0;
	_margin: 0 0px 0 0;
	float: left;
	text-align: center;
}

div#mainwrap.collection div#category_products img.category_product_image {
	width: 90px;
	height: 90px;
	border: solid 1px #5799a5;
	border: solid 1px #fff;
	vertical-align: middle;
}

div#mainwrap.collection div#category_products img.category_product_image.current {
	border: solid 1px #5799a5;
}

div#mainwrap.collection div#category_products img.category_product_image:hover {
	border: solid 1px #c1b4b1;
}

div#mainwrap.collection div#product_companions img.companion_image {
	width: 130px;
	height: 130px;
	border: solid 1px #fff;
	opacity: 0.8;
}

div#mainwrap.collection div#product_companions img.companion_image:hover {
	opacity: 1;
}

/* Clearing floats */

div.clear { 
	clear: both; 
	height: 0px;
	_height: 1px;
	overflow: hidden;
}

/* Styles for page entities */

h1,h2 { 
	font-family: Tahoma, Geneva, Myriad Pro, sans-serif;
	color: #4a7970;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

.stdcopy { 
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

.small {
	font-size: 11px;
}

.bright {

}

input.standard { 

}

img.icon { 
	width: 16px; 
	height: 16px; 
	border: 0px; 
}

a {
	color: #4a7970;
	text-decoration: none;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

a:hover {
	color:#000;
}

input.stdbutton {
	width: auto;
}

