@charset "utf-8";

body {
	background: #222222;
	color: #444444;
	font: 12pt Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active {
	color: #999999;
	text-decoration: underline;
}
img {
	border: none;
}
.preloader {
	display: none;
}

/* ========== LAYOUT ========== */

#wrapper {
	margin: 30px auto 20px auto;
	width: 959px;
}	
#pagedisplaywrap {
	height: 1382px;
}
#pagedisplay {
	float: left;
	height: 1382px;
	width: 839px;
}

/* ========== PAGE ARROWS ========== */

a.arrowleft:link, a.arrowleft:visited {
	background: url(images/untitled_arrowleft.jpg) no-repeat 0px 500px;
	display: block;
	float: left;
	height: 1382px;
	width: 60px;
}
a.arrowleft:hover, a.arrowleft:active {
	background: url(images/untitled_arrowleft_over.jpg) no-repeat 0px 500px;
}
a.arrowright:link, a.arrowright:visited {
	background: url(images/untitled_arrowright.jpg) no-repeat 0px 500px;
	display: block;
	float: left;
	height: 1382px;
	width: 60px;
}
a.arrowright:hover, a.arrowright:active {
	background: url(images/untitled_arrowright_over.jpg) no-repeat 0px 500px;
}
a.arrowleft span, a.arrowright span {
	display: none;
}
.arrow_inactive {
	display: block;
	float: left;
	height: 1382px;
	width: 60px;
}	

/* ========== PAGE MENU ========== */

#pagemenuwrap {
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 180px;
}
#pagemenuwrap a, #pagemenuwrap span {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	width: 36px;
}
a.pagemenu:link, a.pagemenu:visited {
	background: url(images/untitled_menubreak.gif) no-repeat right top;
	color: #999999;
}
a.pagemenu:hover, a.pagemenu:active {
	color: #ffffff;
	font-weight: bold;
}
a.pagemenu_last:link, a.pagemenu_last:visited {
	color: #999999;
}
a.pagemenu_last:hover, a.pagemenu_last:active {
	color: #ffffff;
	font-weight: bold;
}
.pagemenu_current {
	background: url(images/untitled_menubreak.gif) no-repeat right top;
	color: #454545;
	font-weight: bold;
}
.pagemenu_current_last {
	color: #454545;
	font-weight: bold;
}

/* ========== MENU PAGE ARROWS ========== */

a.menuarrowleft:link, a.menuarrowleft:visited {
	background: url(images/untitled_arrowleft2.jpg) no-repeat right 10px;
	display: block;
	float: left;
	height: 50px;
	width: 100px;
}
a.menuarrowleft:hover, a.menuarrowleft:active {
	background: url(images/untitled_arrowleft2_over.jpg) no-repeat right 10px;
}
a.menuarrowright:link, a.menuarrowright:visited {
	background: url(images/untitled_arrowright2.jpg) no-repeat left 10px;
	display: block;
	float: right;
	height: 50px;
	width: 100px;
}
a.menuarrowright:hover, a.menuarrowright:active {
	background: url(images/untitled_arrowright2_over.jpg) no-repeat left 10px;
}
a.menuarrowleft span, a.menuarrowright span {
	display: none;
}

/* ========== FOOTER ========== */

#footer {
	padding-top: 35px;
	text-align: center;
}
a.email:link, a.email:visited {
	color: #666666;
	font-size: 11pt;
	text-decoration: none;
}
a.email:hover, a.email:active {
	color: #999999;
	font-size: 11pt;
	text-decoration: underline;
}
	
