@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/body-bg.jpg) repeat;
}

#top-container {
	background:url(images/header-wrapper.jpg) repeat-x top left;
}

#header {
	margin:0;
	padding:0;
	height:100px;
	background:url(images/headerbg.jpg) top center no-repeat #a54c91;
}

#header h1 {
	margin:0 auto;
	width:960px;
	text-indent:-9999px;
	display:block;
	position:relative;
	height:124px;
	width:205px;
	background:url(images/logo.png) center no-repeat;
}

/* Navigation Layout */

#navigation {
	width:960px;
	margin:0 auto;
}

    #nav {
    background:url(images/nav-bar.jpg) no-repeat;
    width:960px;
    height:28px;
    margin:3px 0 -1px 0;
    padding:0;
    }

    #nav span {
    display: none;
    }

    #nav li, #nav a {
    height:27px;
    display:block;
    }

    #nav li {
    float:left;
    list-style:none;
    display:inline;
    }

    #nav-home {
    width: 111px;
    }
    #nav-collection {width: 99px;}
    #nav-gallery {width: 125px;}
	#nav-about {width: 99px; margin-left:291px;}
	#nav-store {width: 114px;}
	#nav-contact {width: 121px;}

    #nav-home a:hover {background:url(images/nav-bar.jpg) 0px -28px no-repeat; }
    #nav-collection a:hover {background:url(images/nav-bar.jpg) -115px -28px no-repeat; }
    #nav-gallery a:hover {background:url(images/nav-bar.jpg) -205px -28px no-repeat; }
	#nav-about a:hover {background:url(images/nav-bar.jpg) -626px -28px no-repeat; }
	#nav-store a:hover {background:url(images/nav-bar.jpg) -725px -28px no-repeat; }
	#nav-contact a:hover {background:url(images/nav-bar.jpg) -839px -28px no-repeat; }

/* End Navigation Layout */	

/* Main Content */
#content-wrapper {
	height:694px;
	width:960px;
	margin:0 auto;
	padding:0;
	border-left:5px solid #c164ab;
	border-right:5px solid #c164ab;
	border-bottom:5px solid #c164ab;
	background:url(images/main-content-bg.jpg) no-repeat;
}


.image-links {
	padding:279px 0 0 10px;
}

.image-links a .dresses, .collection, .win-gown, .facebook {
	border:none;
	
}

.dresses {
	float:left;
	margin-right:10px;
}

.collection {
	padding:0 0 10px 0;
}

.win-gown {
	padding:0;
	margin:0;
}

.facebook {
	margin:0;
	padding:0;
}

/* about us */
.content {
	float:left;
	margin:0;
	padding:0;
}
.content h1 {
	color:#a8457b;
	font-size:1.5em;
	padding:245px 0 5px 20px;
	margin:0;
	font-weight:normal;
	text-decoration:underline;
}

.content h2 {
	color:#a8457b;
	font-size:1.7em;
	padding:305px 0 5px 57px;
	margin:0;
	font-weight:normal;
	text-decoration:underline;
}

.main-content-wrapper {
	width:575px;
}

.content img {
	float:left;
	margin:0;
	padding:0 0 5px 69px;
}

#map {
	padding:0;
	margin: 0 0 5px 20px;
	border:1px solid #c164ab;
}

.content ul {
float:left;
font-size:0.8em;
left:10px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
position:relative;
width:240px;
	
}

.content p {
	clear:left;
	width:500px;
	font-size:1em;
	margin:0;
	padding:0 0 0 25px;
	text-align:center;
}
.content .contact {
	float:left;
	width:250px;
	margin-left:0px;
	text-align:center;
}

.content .number {
	float:left;
	width:248px;
	text-align:center;
}

.designers {
	float:left;
	list-style:none;
}

.designers li {
	padding:3px 20px 0 57px;
	font-size:1.5em;
}

.designers li a {
	text-decoration:none;
	color:#000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.designers li a:hover {
	text-decoration:none;
	color:#a8457b;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#contentForm {
  display: block;
  width: 500px;
  margin:0;
  padding: 250px 25px 25px 25px;
  background-color: none;
}

#contentForm h1 {
	color:#a44b90;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 170px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

.address {
	margin-left:170px;
	margin-top:-25px;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #a44b90;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #a44b90;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.png) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 164px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}


/* Footer */

#footer-wrapper {
	width:960px;
	margin:0 auto;
}

#footer h1 {
	font-size:.9em;
	color:#666;
	text-align:center;
	margin:0;
	padding:0;
}
#footer address {
	font-size:.9em;
	font-style:normal;
	color:#666;
	text-align:center;
}

#footer .hours {
	font-size:.9em;
	font-style:normal;
	color:#666;
	text-align:center;
	margin-bottom:20px;
}
