body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #636363;
	margin: 0px;
	background-image: url(imgs/bg.jpg);
	background-position: center top;
	background-attachment: fixed;
	text-align: center;
}
a:link, a:visited {
	color: #FFCC7E;
	text-decoration: none;
	outline: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#footer {
	vertical-align: bottom;
	background-image: url(imgs/ftr.png);
	text-align: right;
	padding-top: 28px;
	padding-right: 110px;
	background-repeat: no-repeat;
	height: 60px;
	width: 964px;
	margin: auto;
}

#content {
	width: 874px;
}

.ftr {
	font-size: 10px;
	color: #999999;
}
#contentContainer  {
	background-image: url(imgs/bg-main.gif);
	width: 1074px;
	background-repeat: repeat-y;
	background-position: center top;
	margin: auto;
}
#container {
	height: 100%;
	width: 100%;
	margin: auto;
	text-align: center;
}
#contentSubContainer {
	width: 834px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
	height: 100%;
}
#top {
	height: 206px;
	width: 1074px;
	margin: auto;
}

#nav {
	height: 31px;
	width: 1074px;
	margin: auto;
}
#pageHeader {
	width: 800px;
	margin-left: 10px;
}
#contentAbout {
	float: right;
	width: 500px;
	margin-right: 20px;
	text-align: left;
	margin-top: 20px;
}

#stockistEntry h2 {
	color: #FFCC7E;
	margin-bottom: 8px;
	margin-top: 0px;
}
#stockistEntry {
	height: 150px;
	width: 185px;
	margin: 10px;
	float: left;
}
#pressEntry {
	width: 814px;
	margin: 10px;
	overflow: hidden;
}
#pressEntry h2 {
	color: #FFCC7E;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 20px;
	font-weight: lighter;
}
.pressImage {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 0px;
}

.t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.t2 {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
#Seperator {
	height: 2px;
	width: 814px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #eeeeee;
	font-weight: lighter;
	margin-bottom: 15px;
	line-height: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.t3 {

	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#eventEntry {
	width: 814px;
	margin: 10px;
	overflow: hidden;
}
#eventEntry h2 {

	color: #FFCC7E;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 20px;
	font-weight: lighter;
}
.aboutImage {
	padding-bottom: 10px;
	padding-right: 20px;
	clear: both;
}
#aboutEntry {


	width: 814px;
	margin: 10px;
}
#aboutEntry h2 {


	color: #FFCC7E;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 20px;
	font-weight: lighter;
}

.t4 {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#eventDropdown {
	width: 85px;
	border: 1px solid #b86460;
	text-align: left;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#collectionDropdown {
	width: 85px;
	border: 1px solid #b86460;
	text-align: left;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#collectionEntry {
	height: 430px;
	width: 188px;
	margin: 10px;
	float: left;
}
#collectionEntry h2 {

	color: #FFCC7E;
	margin-bottom: 8px;
	margin-top: 0px;
}
.t5 {
	font-size: 11px;
	text-decoration: none;
	color: #F285BC;
}
.collectionImage {
	padding-bottom: 12px;
	padding-right: 0px;
}
.t6 {

	font-size: 11px;
	text-decoration: none;
}

a.submenu{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
}
a.submenu:hover {
	color: #FFCC7E;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
}
#contactEntry {
	margin: 10px;
	width: 395px;
	float: left;
}
textarea, input {
	background-color: #373737;
	overflow: auto;
	border: none;
	color: #FFFFFF;
}
input.text {
	background: none;
	border: none;
	border-bottom: 1px dotted #aeaeae;
	margin-bottom: 5px;
	padding: 3px 0;
	color: #FFFFFF;
	}
	
input.signup {
	margin-top: 10px;
	}
fieldset {
	border: none;
}
	
input.text:focus {
	border-bottom-style: solid;
	}
#contactEntry label {
	display: block;
	margin: 5px 0;
	}
	
#contactEntry input.text {
	width: 100%;
	}
	
#contactEntry textarea {
	border: none;
	width: 100%;
	height:80px;
	padding: 7px;
	background-color: #373737;
	font-family: Arial, Helvetica, sans-serif;
	}

#contactEntry  textarea:focus {
	background: #e6e6e6;
	}

.submenu_events {
	width: 85px;
	border: 1px solid #b86460;
	text-align: left;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
    visibility: hidden;
    position: absolute;
    z-index: 3;
}

.submenu_collections {
	width: 85px;
	border: 1px solid #b86460;
	text-align: left;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
    visibility: hidden;
    position: absolute;
    z-index: 3;
}
#galleryEntry {

	height: 220px;
	width: 180px;
	margin: 12px;
	float: left;
	overflow: hidden;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #FB908A;
}
#contactLeftEntry {
	margin: 10px;
	float: left;
	width: 385px;
}
#homeLinks {
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	text-align: center;
}
#homeLinks img {
	padding-left: 15px;
	padding-right: 15px;
}
#bannerAd {
	margin: 10px auto auto;
	clear: both;
	text-align: center;
}
