@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background: #010302;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
	height:100%;	
}

body {
	font: 0.7em Arial, Helvetica, sans-serif;
	color:#fff;
	height:100%;
}

#bg {
	background:url(img/mainbg.jpg) top center no-repeat #010302; 
	min-height:100%;
}

#bg2 {
	background:url(img/mainbg2.jpg) top center no-repeat #010302; 
	min-height:100%;
}

#main {
	width:980px;
	margin: 0 auto;
}

#footer {
	clear:both;
	padding-top: 670px;
	padding-bottom: 50px;
	height:22px;
	color:#585e58;
	vertical-align: bottom;
	bottom: 0px; 
}

#footer a {

	color:#585e58;
	text-decoration:none;
	border:none;
	vertical-align: bottom;
}

#footer a:hover {
	color:#d1d3e1;
	text-decoration:none;
	border-bottom:1px dotted #d1d3e1;
}

#copyright {
	text-align:center;
	font-size:.8em;
	font-weight:bold;
	padding-bottom:3px;
}

#navlinks {
	text-align:center;
	font-size:.8em;
	font-weight:bold;
	text-transform:capitalize;
}

#topcontent {
	position:absolute;
	width:980px;
	z-index:100;
}

#middle {
	width:850px;
	padding: 90px 65px 0 65px;
}

h1 {
	float:left;	
	display:block;
	width:188px;
	height:30px;
	margin-top:30px;
}

h1 a {
	display:block;
	float:left;
	width:188px;
	height:30px;
	cursor:pointer;
}

h1 a span{
	display:block;
	width:188px;
	height:30px;
}

#logo {
		background:url(img/logo.png) no-repeat;
		
}

#nav {
	padding-top:20px;
	float:right;
	width:450px;
	height:12px;

}

#nav li {
	float:left;
	height:12px;
	padding-right:25px;	
}

#nav li a{
	display:block;
	height:12px;
	overflow:hidden;
	cursor:pointer;
}

#nav li a span{
	display:block;
	height:12px;

}

#nav #collections a{
	width:96px;
}

#nav #photos a{
	width:62px;
}

#nav #media a{
	width:58px;
}

#nav #contact a{
	width:72px;
}

#nav #blog a{
	width:30px;
}

#nav #collections a span{
	background:url(img/collections.png) no-repeat;
	width:96px;
}

#nav #photos a span{
	background:url(img/photos.png) no-repeat;
	width:62px;
}

#nav #media a span{
	background:url(img/media.png) no-repeat;
	width:585px;
}

#nav #contact a span{
	background:url(img/contact.png) no-repeat;
	width:72px;
}

#nav #blog a span{
	background:url(img/blog.png) no-repeat;
	width:30px;
}

#nav a:hover span {
	background-position: 0 -62px;
	color: #010302;
}

#nav #collections a:hover span{
	background:url(img/collections_over.png) no-repeat;
	width:96px;
}

#nav #photos a:hover span{
	background:url(img/photos_over.png) no-repeat;
	width:62px;
}

#nav #media a:hover span{
	background:url(img/media_over.png) no-repeat;
	width:58px;
}

#nav #contact a:hover span{
	background:url(img/contact_over.png) no-repeat;
	width:72px;
}

#nav #blog a:hover span{
	background:url(img/blog_over.png) no-repeat;
	width:30px;
}

#collectionpics {
	float:left;
	margin-bottom:10px;
	width:850px;
}

#collectionpics li {
	float:left;
	margin-right:20px;
}

#collectionpics li a{
	width: 363px;
	height: 254px;
}

#collectionpics li a span{
	position:absolute;
	background:none;
}

.thumbholder {
	float:left;
	width:363px;
	margin-right:20px;
}

.thumbs{
	display: inline-block;
	float: left;
	text-align: right;
	margin: 0 0 10px 10px;
	height: 50px;
	width:50px;

}

.thumbs img{
	margin: 3px;
	border: 1px solid gray;
	text-align: right;
}
