﻿/*
Colours:
	Orange		#DA8A47
	L Orange1	#F8BF75
	L Orange2	#EABD80
	D Orange	#D7712A
	White		#FFFFFF
	Grey		#392D26
*/


body {
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #DA8A47;
	font-size: 0.8em;
	font-family: "trebuchet ms", verdana, sans-serif;
}

#header {
	margin-top: 10%;
	height: 216px;
}

h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 780px;
	height: 216px;
	background: url("header.gif");
	text-indent: -3000px;
}

#holiday_message {
	font-size: 1.8em;
	padding: 1em;
	padding-left: 150px;
}

#footer {
	margin-top: 30px;
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

#footer a {
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
}

#content {
	position: relative;
	background: url("indexbg.gif") no-repeat;
	height: 350px;
	min-width: 780px;
}

#jewellery1, #jewellery2, #jewellery3, #jewellery4, #jewellery5, #jewellery6 {
	border: 2px solid #CABFAC;
	background: #FFF;
	width: 90px;
	height: 125px;
	position: absolute;
}

#jewellery1 {
	background: none;
	left: 170px;
	top: 45px;
}

#jewellery2 {
	left: 280px;
	top: 35px;
}

#jewellery3 {
	left: 406px;
	top: 115px;
}

#jewellery4 {
	left: 54px;
	top: 143px;
}

#jewellery5 {
	background: none;
	left: 283px;
	top: 185px;
}

#jewellery6 {
	left: 169px;
	top: 221px;
}

#enter {
	position: absolute;
	left: 500px;
	top: 125px;
}

#enter a {
	display: block;
	text-align: center;
	width: 190px;
	height: 72px;
	line-height: 72px;
	font-size: 2.5em;
	font-weight: bold;
	color: #392D26;
	text-decoration: none;
	font-family: "brush script mt", "trebuchet ms", verdana, sans-serif;
}

#enter a:hover {
	background: #392D26;
	color: #FFF;
}
