/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #6C1700;
	font: 13px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #541302;
}

h1 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 24px;
	letter-spacing: 1px;
	color: #541302;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	letter-spacing: 1px;
	color: #541302;
	clear: left;
}

img {
	border-style: none;
	display: block;
	border: 0;
	padding: 0;
}

#wrapper {
	width: 950px;
	height: auto;
	min-height: 600px;
	margin: 10px auto 0 auto;
	border: 0;
	background: #D1944B url("../images/bg.jpg") repeat-y top left;
}

#footer {
	width: 950px;
	height: 4px;
	background: transparent url("../images/footer.jpg") no-repeat top left;
	margin: 0 auto 10px auto;
}

#header {
	width: 950px;
	height: 100px;
	padding: 0;
	background: transparent url("../images/header.jpg") no-repeat top left;
}

#menu {
	float: right;
	margin: 40px 10px 0 0;
	width: 600px;
	height: 35px;
	overflow: hidden;
	text-align: right;
}

#menu a {
	float: right;
	display: block;
	padding: 0;
	border: 0;
	height: 35px;
	margin: 0 10px 0 0;
	outline: none;
	overflow: hidden;
	line-height: 100px;
}

#menu a.menucontact {width: 80px; background: transparent url("../images/menu_contact.jpg") top left no-repeat;}
#menu a.menugallery {width: 70px; background: transparent url("../images/menu_gallery.jpg") top left no-repeat;}
#menu a.menujewellery {width: 100px; background: transparent url("../images/menu_jewellery.jpg") top left no-repeat;}
#menu a.menuproducts {width: 70px; background: transparent url("../images/menu_products.jpg") top left no-repeat;}
#menu a.menucare {width: 60px; background: transparent url("../images/menu_care.jpg") top left no-repeat;}
#menu a.menunewdreads {width: 60px; background: transparent url("../images/menu_newdreads.jpg") top left no-repeat;}
#menu a.menuhome {width: 60px; background: transparent url("../images/menu_home.jpg") top left no-repeat;}
#menu a:hover {background-position: 0% -35px; border: none;}

#content {
	margin: 0;
	padding: 0 30px;
	width: 890px;
	height: auto;
	z-index: 1;
	overflow: auto;
}

#bgimage {
	position: absolute;
	top: 100px;
	z-index: 0;
	margin: 0;
	width: 950px;
	height: 480px;
	background: transparent url("../images/logo.gif") no-repeat top right;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

#leftsection {
	float: left;
	width: 500px;
	height: 480px;
	overflow: visible;
}

#leftsection img {
	position: relative;
	left: 30px;
}

#rightsection {
	float: right;
	width: 410px;
	height: 480px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.middle {
	margin: 0 auto;
}

.indent {
	margin: 10px 0 0 50px;
}

.open {
	margin-top: 0;
	width: 100px;
	float: left;
}

.hours {
	margin-top: 0;
	width: 300px;
	float: right;
}

.script {
	font: 24px Script, Arial, sans-serif;
}

.products {
	height: auto;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: 1px solid #541302;
	overflow: visible;
}
