﻿body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
#header {
	height: 145px;
	width: 908px;
	background-image: url('/images/header-bg.jpg');
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	-khtml-opacity: 0.4;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1000;
}
#content {
	border-bottom: 0.5px solid #000000;
	position: relative;
		left: 0px;
		background-color: #FFFFFF;
		width: 908px;
	background-image: url('/images/adore-logo-btm.jpg');
		background-repeat: no-repeat;
		background-position: left top;
		padding-top: 60px;
		float: left;
		padding-bottom: 30px;
}
h1 {
	font-size: 1.1em;
	color: #333333;
}
#content-main {
	width: 380px;
	padding-left: 40px;
	padding-top: 20px;
}
#content-main a {
	color: #666666;
}
#content-main p {
	font-size: 70%;
}
.image-right {
	float: right;
	margin: 0px;
	padding: 0px;
}
.image-left {
	float: left;
}
#content-side {
	float: right;
	width: 470px;
}
#dress-detail {
    float: right;
	width: 680px;
	padding-right: 20px;
}
#dress-detail > a > .image-right {
	margin-left: 20px;
}
#dress-side {
	width: 680px;
	padding-right: 20px;
	float: right;
}
#dress-main {
	padding-left: 40px;
	width: 470px;
	padding-top: 10px;
}
#dress-main > p {font-size: 70%;}
#wrapper {
	width: 1066px;
	position: absolute;
}
#ex-wrapper {
	width: 1066px;
	margin-right: auto;
	margin-left: auto;
}
#side-bar {
	float: right;
	height: 110px;
	width: 133px;
	background-image: url('/images/swirls.png');
	padding-top: 470px;
	padding-right: 10px;
	padding-left: 15px;
}
#side-bar a:link {
	color: #B1495D;
}
#side-bar a:hover {
	color: #979797;
}
#side-bar p {
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.05em;
}
#side-bar a {
	font-weight: bold;
	color: #b1495d;
	letter-spacing: 0em;
}
#adore-logo 
{
    float: left;
    background-image: url('/images/adore-logo.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 350px;
    height: 145px;
}
#single-photo {
    float: right;
    position: relative;
    right: 120px;    
}

/*NAVIGATION-------------------------*/
#nav {
	height: 40px;
	width: 485px;
	position: absolute;
	top: 1px;
	right: 0px;
}
#nav a {
	color: #010101;
	text-decoration: none;
}
img 
{
    border: 0;
}
.menu {margin: 0; padding: 0; list-style: none; background: #fff;}
.menu li { 
    padding: 0; margin: 0; height: 41px; list-style: none;
    background-repeat: no-repeat;
	background-position: center center;
	background-color: White;  
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -3000px;
	height: 41px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: White;  	
}
.home {background-image:url('/images/home-btn-o.gif');
width:80px;
}
.home a {background-image:url('/images/home-btn.gif');
}
.home a:active {background-image:url('/images/home-btn-o.gif');
}

.bridal {background-image:url('/images/bridal-btn-o.gif'); 
width:80px;
}
.bridal a {background-image:url('/images/bridal-btn.gif');
}
.bridal a:active {background-image:url('/images/bridal-btn-o.gif');
}

.dresses {background-image:url('/images/dresses-btn-o.gif'); 
width:80px;
}
.dresses a {background-image:url('/images/dresses-btn.gif');
}
.dresses a:active {background-image:url('/images/dresses-btn-o.gif');
}

.about {background-image:url('/images/about-btn-o.gif'); 
width:70px;
}
.about a {background-image:url('/images/about-btn.gif');
}
.about a:active {background-image:url('/images/about-btn-o.gif');
}

.links {background-image:url('/images/links-btn-o.gif'); 
width:75px;
}
.links a {background-image:url('/images/links-btn.gif');
}
.links a:active {background-image:url('/images/links-btn-o.gif');
}

.contact {background-image:url('/images/contact-btn-o.gif'); 
width:75px;
}
.contact a {background-image:url('/images/contact-btn.gif');
}
.contact a:active {background-image:url('/images/contact-btn-o.gif');
}

ul.menu li a:hover {background: none;} .menu li {
	float: left;
	margin: 0px;
	padding: 0px;
} .menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/*end------------------------*/
.imgopacity
{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-khtml-opacity: 0.7;
}
.imgdiv {
	width: 110px;
	float: right;
	height: 150px;
	margin-right: 25px;
	margin-bottom: 20px;
}
.imgdiv2 {
	width: 136px;
	height: 165px;
}
.imgdiv a {
	color: #666666;
	text-decoration: none;
	font-size: 0.75em;
	text-align: center;
}
.imgdiv2 a {
	color: #666666;
	text-decoration: none;
	font-size: 0.75em;
	text-align: center;
}
.imgopacity:hover
{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
}
.clear-fix {
	clear: both;
	height: 0px;
	width: 908px;
	float: left;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	height: 21px;
	width: 901px;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	-khtml-opacity: 0.4;
	float: left;
	clear: left;
	padding-top: 43px;
	padding-right: 7px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.65em;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
