body {
	text-align: center;
	margin: 0px;
	font: 14px "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #000000;
}
a {
	color: #e8deb6;
}
a:hover {
	color: #F8F4E7;
}
p,
td {
	font-size: 18px;
}
/*******************************
UNIVERSAL STYLES
********************************/
.clearboth {
	clear: both;
}
.label {
	font-weight: bold;
	text-align: right;
}
.value {
	text-align: left;
}
/*******************************
LAYOUT STYLES
********************************/
#container {
	width: 780px;
	text-align: left;
	margin: 0 auto;
}
.divider {
	background: url(images/line-bg.jpg) repeat-x;
	height: 6px;
	clear: both;
}
#header {
	float: left;
	width: 265px;
	height: 105px;
}
#menu {
	float: left;
	width: 515px;
	height: 30px;
	margin: 75px 0 0 0;
	text-align: right;
}
#menu a {
	padding: 0 10px;
	height: 30px;
	display: block;
	float: left;
}
#menu span a span {
	display: none;
}
#menu-collection a{
	background: url(images/menu-collection-off.jpg) center center no-repeat;
	width: 110px;
}
#menu-collection a:hover{
	background: url(images/menu-collection-on.jpg) center center no-repeat;
}
#menu-retailers a{
	background: url(images/menu-retailers-off.jpg) center center no-repeat;
	width: 95px;
}
#menu-retailers a:hover{
	background: url(images/menu-retailers-on.jpg) center center no-repeat;
}
#menu-events a{
	background: url(images/menu-events-off.jpg) center center no-repeat;
	width: 75px;
}
#menu-events a:hover{
	background: url(images/menu-events-on.jpg) center center no-repeat;
}
#menu-contact a{
	background: url(images/menu-contact-off.jpg) center center no-repeat;
	width: 115px;
}
#menu-contact a:hover{
	background: url(images/menu-contact-on.jpg) center center no-repeat;
}
#content {
	clear: both;
}

#footer {
	color: #CCCCCC;
	text-align: center;
	clear: both;
}

/*******************************
HOME PAGE STYLES
********************************/
#splash {
	background: #000000 url(images/homesplash5.jpg) no-repeat 350px;
	height: 584px;
	width: 780px;
}
#splash .home-description{
	position: relative;
	top: 30px;
	left: 30px;
	width: 280px;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*******************************
COLLECTION STYLES
********************************/
#collectionThumbs {
	float: left;
	background: #000;
	width: 780px;
}
.collectionThumb {
	float: left;
	--width: 24%;
	--height: 265px;
	--padding: 1%;
	--margin: .5%;
	text-align: center;
	background: #000;
}
.collectionThumb img {
	border: 3px solid #000;
width:175px;
height:273px;
}
.collectionThumb img:hover {
	border: 3px solid #A00;
}
.collectionThumb a {
	text-decoration: none;
}
#collectionDisplay {
	padding: 2em;
	text-align: left;
	background: #222318;
	clear: both;
}
#mainImage {
	float: left;
	padding: 1em;
	text-align: center;
}
#detailImage {
	margin: 15px;
}
table#dressDetails td.label {
	display:none;
}
table#dressDetails {
	padding:1em 2em;
}
table#dressDetails td#dressName {
	font-size: 2em;
	font-family:"Imprint MT Shadow", "Times New Roman", Times, serif
}
#dressDetail {
	padding: 10px;
}
#collectionNav {
	background: #4A4E34;
	text-align: center;
	padding: 4px;
}
#collectionNav p {
	padding: 0;
	margin: 0;
}
p.home-description {
/**background-color:#937189;**/
background-color:#000;
line-height:1.6em;

}
