@charset "utf-8";
/* CSS Document */

#wrapper {
	margin:30px auto;
	text-align:left;
	width:860px;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
}

#header, #footer, #main {
	float:left;
	width:850px;
	margin-left:5px;
	margin-right:5px;
}


#header {
	height:129px;
}

#header-location {
	float:right;
	margin:10px 10px 0 0;
	color:#663300;
	line-height:1.2em;
	text-align:right;
	font-size:8pt;
}
#header-location a {
	color:#663300;
}

#nav-wrapper {
	background:url(../img/bg-header-dark.jpg) repeat-x 0 -93px;
	float:left;
	width:850px;
	height:35px;
	margin-top:9px;
}

#nav {
	float:right;
	height:35px;
	width:424px;
}

#nav ul li a {
	display:block;
	height:35px;
	position:relative;
	z-index:1;
}

#nav ul li span {display:none}
#nav ul {list-style:none;}
#nav ul li {list-style:none; float:left; height:35px;}

#nav ul li#home, #nav ul li#home a, #nav ul li#home a:hover {
	width:88px;
	background:url(../img/nav-home.jpg) no-repeat;
}
#nav ul li#home a:hover {
	background:url(../img/nav-home.jpg) no-repeat 0 -35px;
}

#nav ul li#prom, #nav ul li#prom a:hover {
	width:96px;
	background:url(../img/nav-prom.jpg) no-repeat;
}
#nav ul li#prom a:hover {
	background:url(../img/nav-prom.jpg) no-repeat 0 -35px;
}

#nav ul li#bridal, #nav ul li#bridal a:hover {
	width:112px;
	background:url(../img/nav-bridal.jpg) no-repeat;
}
#nav ul li#bridal a:hover {
	background:url(../img/nav-bridal.jpg) no-repeat 0 -35px;
}

#nav ul li#contact, #nav ul li#contact a:hover {
	width:128px;
	background:url(../img/nav-contact.jpg) no-repeat;
}
#nav ul li#contact a:hover {
	background:url(../img/nav-contact.jpg) no-repeat 0 -35px;
}
#main {background:#fff}
#main-text{
	width:550px;
	float:left;
	background: #fff url(../img/bg-header.jpg) repeat-x 0 -128px;
}

#main-text-inner{
	padding: 10px;
}

#main-picture {
	width:300px;
	float:right;
	height:408px;
	background:url(../img/main-ambrosia.jpg) no-repeat;
	margin-bottom:10px;
}
#main-directions {
	width:300px;
	float:right;
	padding:10px 0;
}

#main-directions p {
	font-size:11pt;
	line-height:1.4em;
}

.logos {
	width:100%;
}

.logos td {
	text-align:center;
	padding:5px;
}
.logos img { border:1px solid #E8E8E8}


/** Dresses **/

#dress-listing, #dress-info {
	width:350px;
	float:left;
	margin:10px 0px;
}

.dress {
	width:175px;
	text-align:center;
	float:left;
	margin:10px 0px;
}

#dress-info {
	width:500px;
	margin-top:20px;
}

.dress-info-text {
	margin:10px 0px;
	padding:10px;
}

.dress-info-text img {
	float:right; margin-bottom:15px;
}

.dress-info-text h3 {
	float:left;
}

#dress-info-picture-main {
	width:350px;
	float:left;
}

#dress-thubmnails {
	float:left;
	width:100px;
	margin-left:20px;
}	

#dress-thubmnails img {
	margin-bottom:20px
}

#footer {
	text-align:center;
}

#footer-inner {
	width:850px;
	margin:0 auto;
	
	height:28px;
	text-align:left;
	background: #fff url(../img/bg-footer.jpg) no-repeat;
	line-height:1em;
}

#footer-inner p {
	padding:3px 10px;
	font-size:8pt;
	color:#330000;
	text-align:center;
}

.vis-clear { 
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	width:100%;
}

