/**
* CSS

* 
*/


/*Added a class nav to move the navigation*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link, a:active, a:visited { text-decoration: underline; color: #000; }
a:hover { text-decoration: underline; background-color: #ededed; }

a img { border: none; }

#menu {
    width: 185px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li {
	padding: 0 0 2px 0;
}

#menu ul li.section-title {
	background: #fff;
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
}

.section-title {
	background: #fff;
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
}


#content {
    height: 100%;
    margin: 0 0 0 175px;
    top: 20px;
    padding-top:20px;
    width:auto;
}

.container {
    padding: 5px 5px 25px 30px;

}

#content .container p { width:750px; padding-bottom:20px; }

#content p { margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 16px; text-transform: uppercase; font-weight:lighter; margin-top:20px; }
h1:first-line { color:#CCCCCC;}
h2 { font-size: 14px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
.small { font-size: 10px; color: #aaa; }

#img-container	{ margin: 0 0 0 0; padding: 0; position:absolute; }
#img-container p	{ margin: 0; padding: 10px 0 0 0; }
#img-container img	{ padding: 0 0 10px 0; }

#img-container p.caption { 
	width:500px; 
	z-index:50; 
	padding: 0 50px 0 0;
	border-right:1px dashed #CCCCCC; 
}

#img-container p.caption-collection { 
	width:500px; 
	z-index:50; 
	padding: 0 50px 0 0;
	font-style: italic;
}


#once { clear: left; }

.bold {font-weight: bold}

#content .container p.nav {
	width:150px;
	margin:0;
	padding:0;
	font-size:10px;
	font-weight: lighter;
	position: absolute;
	top: 515px;
	left:645px;
	z-index:50;
}	

#content .container p.nav-collection {
	width:150px;
	margin:0;
	padding:0;
	font-size:10px;
	font-weight: lighter;
	position: absolute;
	top: 550px;
	left:645px;
	z-index:50;
}	


/*adding style to move the slideshow text (h4 tag) below the image within the container*/

.container h4 {
	position: absolute;
	top: 620px;
	width: 500px;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:0px;
	padding-right:50px;
	font-weight:lighter;
	border-right: 1px dashed #ccc;
}

.container h4.collection {
	position: absolute;
	top: 642px;
	width: 500px;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:0px;
	padding-right:50px;
	font-weight:lighter;
	border-right: 1px dashed #ccc;
}



.container h3 {
	font-weight:lighter;
	font-size:13px;
	position: absolute;
	top: 90px;
	width: 350px;
	margin-bottom:0px;
	margin-left: 0;
	padding-left:0px;
	padding-right:25px;
}

.shop-item {
	padding-top:0;
	padding-bottom:45px;
	font-size:10px;
}

.shop-image {
	padding-bottom:2px;
}
.shop-caption {
	font-size:13px;
	color:#000000;
	font-weight:lighter;
	font-style:italic;
	text-transform:none;
	width:750px; 
	z-index:50; 
	padding: 5px 0 10px 0;
}

.shop-button {
	padding-top: 0;
}

.shop-hr {
	width:750px;
	margin-bottom:20px;
	border:0;
	color:#d4d4d4;
	background-color:#d4d4d4;
	height: 1px;
	padding:0;
}


