@import url("reset.css");
@import url("text.css");
@import url("grid.css");


* {
	margin: 0;
	padding: 0;
}

body {
		background: #fff;
}

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

a { text-decoration: none; }
#content a:link, #content a:visited {
	border-bottom:1px dotted #666666;
	color:#666666;
	}
/*#content a:hover { 
	border-bottom:1px dotted #00bfe8;
	color:#00bfe8;
}*/

a img { border: none; }
ul#credits {
	position:fixed;
	bottom: 0px;
	margin-left:10px;
}
#menu {
    position: fixed;
	top: 25px;
	overflow:auto;
	height:100%;
}

#menu ul, #credits {
	list-style: none;
	margin: 0 0 34px 0;
}
#menu ul li, #credits li {
	margin-left:0;
	padding-left:0;
}

#menu ul li.section-title { 
	font-weight:bold;
	padding-top:23px;
	background-image:url(../img/stitch.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

#menu ul a {
	text-decoration:none;	
}
#menu ul a:link, #menu ul a:visited, #menu ul a:hover, #credits a:link, #credits a:visited {
	color:#666666;	
}

/*
#menu ul#Collections a:hover {
	color:#00bfe8;	
}
#menu ul#Information a:hover {
	color:#F90;	
}*/

#content {
	position:relative;
    height: 100%;
	float:right;
    top: 25px;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

	.facebook *, .twitter *, .logo *{
	  display: none;
	}
.facebook {
		position:relative;
		display:block;
		height: 25px;
		width: 66px;
		background:url(../img/facebook.gif) 0 0 no-repeat;
		margin-bottom:17px;
	}
	
.facebook span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 25px;
		width: 66px;
		background:url(../img/facebook-hover.gif) 0 0 no-repeat;
	}
.twitter {
	position:relative;
	display:block;
	height: 36px;
	width: 39px;
	background:url(../img/twitter.gif) 0 0 no-repeat;
			margin-bottom:17px;

	}
	
.twitter span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 36px;
		width: 39px;
		background:url(../img/twitter-hover.gif) 0 0 no-repeat;
	}
	
	
.facebook span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 25px;
		width: 66px;
		background:url(../img/facebook-hover.gif) 0 0 no-repeat;
	}
.logo {
	position:relative;
	display:block;
	height: 54px;
	width: 220px;
	background:url(../img/rebecca-williams.gif) 0 0 no-repeat;
}
.logo span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 54px;
		width: 220px;
		background:url(../img/rebecca-williams-hvr.gif) 0 0 no-repeat;
	}
#logo {
	height:80px;
	width:100%;
	}
#slideshow {
	height:350px;
	overflow:hidden;
	margin-bottom:34px;
	}
#slideshow img {
	height:auto;
	margin:0;
	padding:0;
	border:0;
	}
#pagebanner {
	height:80px;
	width:100%;
	background-image:url(../img/stitch.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:6px;
	margin-bottom:17px;
}

#slidenav, #collectiontitle {
	height:80px;
	float:right;
	background-image:url(../img/stitch.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:6px;
	margin-bottom:17px;
}
#slidenav {
	text-align:center;
	position:relative;
}
#slidenav a, #slidenav a:link, #slidenav a:visited, #slidenav a:hover {
	border:none;
}
#prev, #next {
	position:absolute;
	top:0px;
	}
#prev {
	left:165px;
}
#next {
	right:170px;
}
#desc {
	float:right;
}
#email {
	display:inline;
}
div.hr {
	width:100%;
	height:6px;
	background-image:url(../img/stitch.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	clear:both;
	margin-bottom:17px;
}