/* RESET stylesheet */
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,
b, u, i, center,
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-size: 100%;
/*	vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BEGIN CUSTOM STYLES */

body {
	background-color: #fff;
	color: #857668;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

#cover {
	background: transparent url(../imgs/cover.jpg) 0 0 no-repeat;
	margin: 0 auto;
	width: 753px;
}

#topnav {
	border-bottom: 1px solid #c2bab3;
	display: block;
	margin: 15px auto 21px;
	padding: 0 0 4px;
	position: relative;
	text-align: left;
	width: 660px;
}

#content {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 660px;
}

#main, #info {
	display: block;
	float: left;
	width: 320px;
}
#main { margin: 0 20px 0 0; }

h1, h2, h3 {
	color: #f2608b;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}
h1 { font-size: 20px; height: 72px; line-height: 1.2em; }
h1 a:link,
h1 a:visited { color: #f2608b; text-decoration: none; }
h1 a:hover { color: #f2608b; text-decoration: underline; }
h3 { font-size: 15px; height: 25px; }

#cover a:link,
#cover a:visited {
	background: transparent url(../imgs/cover.jpg) 0 0 no-repeat;
	display: block;
	height: 590px;
	text-decoration: none;
	text-indent: -4000px;
	width: 753px;
}


#topnav span { color: #f2608b; padding: 0 8px; }
#topnav p {
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
	padding: 2px 0 0;
}
#topnav table { border: 0; }
#topnav input#pagenum {
	border: 1px solid #c2bab3;
	color: #f2608b;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, sans-serif;
	height: 14px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 32px;
}
#topnav input#pagesubmit {
	border: 0;
	display: block;
	height: 16px;
	margin: 0;
	padding: 0;
	width: 17px;
}
#topnav p#nav {
	color: #e4dad2;
	text-transform: uppercase;
}

#topnav a#formsubmit:link,
#topnav a#formsubmit:visited { color: #857668; font-size: 9px; text-decoration: none; }
#topnav a#formsubmit:hover { color: #f2608b; text-decoration: none; }

#topnav p#nav a:link,
#topnav p#nav a:visited { color: #857668; text-decoration: none; }
#topnav p#nav a:hover { color: #f2608b; text-decoration: underline; }

#main {
	display: block;
	position: relative;
	height: 480px;
	width: 320px;
}
#main img {
	display: block;
	margin: 0 0 16px;
}
#main a.altlink:link,
#main a.altlink:visited { color: #857668; text-decoration: none; }
#main a.altlink:hover { color: #f2608b; text-decoration: underline; }

#main a#frontimg { display: none; }

img#mainimg { border: 0; }

#details {
	background: transparent url(../imgs/overlay.png);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 320px;
	z-index: 10;
}
#details-pane { display: none; padding: 15px 30px; }
#details-pane p { line-height: 1.5em; padding: 0 0 1em; }
#details-pane h2 {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	text-transform: uppercase;
}

#details-pane h2 a:link,
#details-pane h2 a:visited { color: #f2608b; text-decoration: none; }
#details-pane h2 a:hover { color: #f2608b; text-decoration: underline; }

#details-head p {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#details-pane ul {
	display: block;
	list-style: none;
}
#details-pane li { font-weight: bold; padding: 3px 0 0; }
#details-pane li span { padding: 0 8px; }
#details-pane li a:link,
#details-pane li a:visited {
/*	background: transparent url(../imgs/arrow_off.gif) right 4px no-repeat;*/
	color: #857668;
	line-height: 1em;
/*	padding: 0 6px 0 0;*/
	text-decoration: none;
}
#details-pane li a:hover {
/*	background: transparent url(../imgs/arrow_on.gif) right 4px no-repeat;*/
	color: #f2608b;
	text-decoration: none;
}


a#details-trigger:link,
a#details-trigger:visited {
	background-color: #f2608b;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 30px;
	text-decoration: none;
}
a.open:link, a.open:visited { background: #f2608b url(../imgs/icon_plus.gif) 0 0 no-repeat; }
a.close:link, a.close:visited { background: #f2608b url(../imgs/icon_minus.gif) 0 0 no-repeat; }

#others ul {
	display: block;
	list-style: none;
	overflow: hidden;
	width: 250px;
}
#others ul li {
/*	background: transparent url(../imgs/thumb_bg.gif) 0 0 no-repeat;*/
	display: block;
	float: left;
	height: 218px;
	margin: 0 10px 0 0;
	width: 112px;
}
#others ul li img {
	border: 0;
	display: block;
	height: 165px;
	margin: 0 0 5px;
	width: 110px;
}
#others ul li a:link,
#others ul li a:visited {
	color: #857668;
	display: block;
	position: relative;
	text-decoration: none;
}
#others ul li a:hover { color: #f2608b; text-decoration: none; }
#others ul li a:link span,
#others ul li a:visited span {
	display: none;
	height: 163px;
	left: 0;
	position: absolute;
	top: 0;
	width: 108px;
	z-index: 5;
}
#others ul li a:hover span {
	border-bottom: 4px solid #f2608b;
	display: block;
	height: 161px;
	width: 110px;
}
#others ul li.selected a:link,
#others ul li.selected a:visited { color: #f2608b; }
#others ul li.selected a:link span,
#others ul li.selected a:visited span {
	border: 1px solid #f2608b;
	display: block;
}
#others ul li.selected a:hover span {
	border-bottom: 4px solid #f2608b;
	height: 160px;
	width: 108px;
}


/* alt layout on reverse pages */

body.altlayout { background: #fff url(../imgs/alt_bg.jpg) top center no-repeat; }
body.altlayout #main { float: right; margin: 0; }
body.altlayout #info { text-align: right; }
body.altlayout #others ul { float: right; }
body.altlayout #others ul li { float: right; margin: 0 0 0 10px; text-align: left; }
