html, body
{
margin: 0px;
padding: 0px;
background-color: #FFFFFF
}

body
{
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: 0.8em;
color: #5d495d;
text-align: justify;
}

img
{
border: 0px
}

h1, h2
{
margin: 0px
}

h2
{
color: #000000
}




a, a:link
{
color: #6D99ED;
text-decoration: none;
font-weight: bold
}


a:visited
{
color: #A6A3C5;
text-decoration: none;
font-weight: bold
}

a:hover, a:active
{
color: #3399c9;
text-decoration: none;
font-weight: bold
}

div.spacer0
{
clear: both;
height: 0px;
width: 100%
}

div#container
{
margin: 30px 8% 0 8%
}

div#col1
{
margin: 0 16px 23px 0;
float: left;
width: 180px;
display: inline;
background-image: url('../images/dresses_logo.gif');
background-position: top left;
background-repeat: no-repeat
}

div#col1 img
{
width: 180px;
height: 167px;
}

div#sidemenu
{
margin: 45px 0 0 0;
overflow: hidden
}

div#sidemenu a
{
display: block;
width: 100%;
text-transform: lowercase;
height: 40px;
color: #ff0080;
font-weight: normal;
font-size: 2.3em;
letter-spacing: -0.1em;
padding: 0 0 0 12px;
float: left
}

div#sidemenu a:hover
{
background-color: #ffa6d3;
background-image: url('../images/sidemenu_bg.gif');
background-repeat: repeat-x;
background-position: top left;
color: #FFFFFF
}

div#col2
{
margin: 0 0 23px 196px;
line-height: 1.8em;
position: relative;
}



div#logo
{
width: 100%;
height: 161px;
background-image: url('../images/dressesfromtara.gif');
background-position: top center;
background-repeat: no-repeat;
margin: 0 auto 0 auto
}

h1
{
position: absolute;
top: 100px;
left: 32%;
font-size: 3em;
color: #81007F;
font-weight: normal;
letter-spacing: -0.1em;
text-align: left;
line-height: 1em;
text-transform: lowercase
}

html>body h1
{
left: 48%;
//left: 48%;
}


div#content
{
margin: 16px 0 0 0;
}


div#content p
{
margin: 0 0 2.1em 0
}

div#content img
{
float: left;
margin: 0px 24px 24px 0px;
position: relative;
top: 8px
}


div#footer, div#footer a
{
color: #a18ca1
}

div#footer
{
text-align:right;
font-size: 0.9em;
padding-top: 16px;
width: 100%;
clear: both;
padding-bottom: 8px
}

span.image_left img, img.image_left
{
float: left;
margin: 24px 24px 24px 0px
}

span.image_right img, img.image_right
{
float: right;
margin: 24px 0px 24px 24px
}

.small_print
{
font-size: 0.7em
}

label
{
display: block
}

textarea
{
width: 50%;
height: 150px;
}

textarea, input
{
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
color: #5d495d;
}


button
{
background: #FF0080;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
color: #FFFFFF;
font-weight: bold;
border: 0px;
margin-right: 8px;
padding: 4px
}

input, textarea
{
margin-bottom: 16px
}

div.gallery_item
{
border-bottom: 7px solid #FF0080;
background: #fff3ff;
padding: 16px;
margin-top: 16px;
width: 93%;
height: 150px;
cursor: pointer
}

div.gallery_item img
{
float: left;
margin-right: 16px
}

div#image_col
{
margin-top: 16px;
margin-right: 16px;
width: 58%;
height: 100%;
float: left
}

div#image_col img
{
display: block;
width: 200px;
height: 200px;
float: left;
margin-right: 16px;
margin-bottom: 16px
}

div#page_nav
{
width: 100%;
text-align: center
}

.spacer
{
width: 100%;
height: 12px;
clear: both
}

/*LIGHTBOX CSS*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/*LIGHTBOX CSS*/