@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#cccccc;
	text-align: center;
	
}
body, td {
	color: #000000;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #FFFFFF;
}
h2 {
	color: #FFFFFF;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	margin-bottom: 15px;
}
img {
	border: none;
}
a {
	color: #A07631;
	text-decoration: none;
}
a:hover {
	color: #777777;
}
ul, li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px; 
}
li {
	margin: 0px;
	padding: 0px;
	padding-right: 40px;
}
#containerWrapper {
	width: 1000px;
	height: 700px;
	background-image: url(../images/bg_container.jpg);
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#container {
	width: 900px;
	height: 650px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}
#logo {
	width: 430px;
	height: 90px;
}
#nav {
	position: absolute;
	width: 400px;
	top: 33px;
	left: 500px;
}
.current {
	color: #FFFFFF;
}
#coupon {
	position: absolute;
	width: 170px;
	top: 118px;
	left: 30px;
}
#dli {
	position: absolute;
	width: 170px;
	top: 448px;
	left: 30px;
}

/* CONTENT */

#contentWrapper {
	width: 590px;
	height: 332px;
	position: absolute;
	top: 165px;
	left: 256px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}
#content {
	width: 565px;
	padding-right: 10px;
}
#content h1 {
	color: #000000;
}










#newsletter {
	width: 260px;
	position: absolute;
	bottom: 12px;
	left: 20px;
}
.form {
	margin: 0px;
	padding: 0px;
}
#rightFooter {
	position: absolute;
	bottom: 12px;
	right: 20px;
	text-align: right;
}
#rightFooter h1 {
	font-weight: normal;
	font-size: 36px;
}
#rightFooter p {
	color: #FFFFFF;
	font-size:10px;
	padding: 0px;
	margin: 0px;
}
.highlightColour {
	color: #A07631;
}
