@charset "UTF-8";
/* CSS Document */

html {
	width: 100%;
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #0a0a0a;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
#header {
	width:600px;
	margin-left: auto;
	margin-right: auto;
	height: 144px;
}
#content {
	background-color: #303030;
	min-height:	300px;
	height:	auto !important;
	height:	300px;
}

#main {
	width:600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#footer {
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	padding-top:12px;
	text-align:center;
	padding-bottom:60px;
}

#navcontainer {
	width:600px;
	height:67px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:-13px;
	left:7px;
}

.pickanotherbutton {
margin-left:20px;
}

.pickanotherbutton a {
display:block;
width:180px;
height:50px;
background-image:url('images/pickanother.jpg');
background-position:top left;
background-repeat:no-repeat;
}
.pickanotherbutton a:hover {
background-position:top right;
}

.morebutton {
margin-left:420px;
margin-top:15px;
}

.morebutton a {
display:block;
width:180px;
height:50px;
background-image:url('images/showmemore.jpg');
background-position:top left;
background-repeat:no-repeat;
}
.morebutton a:hover {
background-position:top right;
}

.dothisbutton {
position:relative;
top:-50px;
margin-left:415px;
}

.dothisbutton a {
display:block;
width:193px;
height:50px;
background-image:url('images/letsdothis.jpg');
background-position:top left;
background-repeat:no-repeat;
}
.dothisbutton a:hover {
background-position:top right;
}



#nav1 a {
display:block;
float:right;
width:128px;
height:67px;
background-image:url('images/nav1.jpg');
background-position:top left;
background-repeat:no-repeat;
}
#nav1 a:hover {
background-position:top right;
}

#nav2 a {
display:block;
float:right;
width:134px;
height:67px;
background-image:url('images/nav2.jpg');
background-position:top left;
background-repeat:no-repeat;
}
#nav2 a:hover {
background-position:top right;
}

#nav3 a {
display:block;
float:right;
width:134px;
height:67px;
background-image:url('images/nav3.jpg');
background-position:top left;
background-repeat:no-repeat;
}
#nav3 a:hover {
background-position:top right;
}

.imagemap a {
display:block;
width:166px;
height:40px;
position:relative;
top:165px;
left:233px;
}

.imagemap a:hover {
border-bottom:1px dotted #666;
}

.photo {
	margin: 10px;
}

div#photos img {
	border: 0px;
	margin: 16px;
	border:2px solid #5d5d5d;

}
div#photos {
	color: #FFFFFF;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
}
div#otherContent{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
div#otherContent p {
	text-align: left;
}

div#permalink {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
div#permalink img {
	border: 1px solid gray;
}
div#top {
	height: 25px;
}
div#bottom {
	height: 25px;
}

div#mark {
	margin-top: 2px;
	margin-right: 5px;
	float: left;
}

table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
td.stack {
	width: 95px;
}
td.set {
	width: 95px;
}
.setThumb {
	float: left;
	width: 75px;
	height: 75px;
	margin: 16px;
	border:2px solid #5d5d5d;
}
.setTitle {
	margin-top: 10px;
	margin-bottom: 25px;
	width: 75px;
	text-align: center;
}
.title {
	color: #990000;
	font-style: italic;
}
a:link, a:active, a:visited {
	color: gray;
	text-decoration: none;
	text-transform: lowercase;
}
a:hover {
	text-decoration: underline;
}
a.backButton:link, a.backButton:active, a.backButton:visited {
	font-size: 11px;
	font-weight: normal;
	color: gray;
	text-decoration: none;
}
a.backButton:hover {
	text-decoration: underline;
}
a.tagLink:link, a.tagLink:active, a.tagLink:visited {
}
a.tagLink:hover {
	color: gray;
	text-decoration: underline;
}
a.boxLink:link, a.boxLink:active, a.boxLink:visited {
	color: white;
	text-decoration: none;
	text-transform: lowercase;
}
a.boxLink:hover {
	text-decoration: underline;
}

.formfield {
border:1px solid #666;
background-color:#333333;
padding:5px;
font-family:Arial, Helvetica, sans-serif;
color:white;
}

.sendbutton {
border:0px;
width:174px;
height:50px;
padding:0px;
margin:0px;
margin-left:-9px;
background-image:url(images/sendbutton.jpg);
}


/* SLIMBOX */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #333;
}
#lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: black;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 1px solid black;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	line-height: 1.4em;
	text-align: left;
	border: 1px solid #000;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 71px;
}
#lbNumber {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/* SLIMBOX END */