/* Reset CSS rules */
/* Thanks to Eric Meyer */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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;
	color: black;
	background: white;
}
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: "" "";
}

/* General CSS */
body {
	margin:0; padding:0;
	background:#fbf5bb url(images/bg_body.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif; 
}

div {
	behavior:url(/js/iepngfix.htc);
}

.spacer {
	clear:both; position:relative;
}

#wrapper {
	width:1024px; height:610px; margin:0 auto; position:relative;
}

#selector {
	width:182px; height:143px; position:absolute; top:16px; left:11px; background:url(images/bg_selector.png) no-repeat;
}

#selector_top, #selector_bottom, #selector_body {
	width:182px; height:20px; position:relative; 
}

#selector_body {
	height:103px !important; overflow:hidden;
}

#logo {
	width:189px; height:396px; left:8px; top:176px; position:absolute; background:url(images/logo_big.png) no-repeat;
}

#content {
	width:816px; height:511px; position:absolute; top:16px; left:201px; background:url(images/bg_content.png) no-repeat; overflow:hidden;
}

#toolbar {
	width:816px; height:33px; position:absolute; top:527px; left:201px; background:url(images/bg_toolbar.png) no-repeat; overflow:hidden;
}

#footer {
	width:816px; height:42px; position:absolute; top:560px; left:201px; background:url(images/bg_footer.png) no-repeat;
}

.selector_nav {
	width:100%; height:15px; position:relative; text-align:center;
}

.nav_up {
	border-bottom:1px dotted #d2c128;
}

.nav_down {
	border-top:1px dotted #d2c128;
}

#selector_list {
	position:absolute; width:100%; top:0; left:0;
}

#selector_list li a, #selector_list li span{
	width:90%; margin:0 auto; display:block; text-align:center; padding:8px 0 8px 0; border-bottom:1px dotted #d2c128;
	font-size:18px; line-height:18px;
}

#selector_list a, #selector_list a:visited {
	text-decoration:none; color:#000;
}

#selector_list a:hover {
	color:#d2c128;
}

#selector_list li span{
	color:#f00;
}

a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}

#fbInfo {
	color:#f2da00; font-size:12px; padding:11px 0 0 18px; letter-spacing: 1px; float:left;
}

#fbMenu {
	float:right; margin-right:10px;
}

#pageflip {
	width:142px; height:20px; left:10px; top:10px; position:absolute;
}