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

* { margin: 0; }
html, body
{
	height: 100%;
	margin:0;
	background-color:#120F0F;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1em;
	font-size:12px;
}
#top-margin
{
	height:20px;
	width:auto;
	background-image:url(image/top-gap.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#top-margin
{
	height:20px;
	width:auto;
	background-image:url(image/bot-gap.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#header
{
	width:auto;
	height:130px;
}
#header-top
{
	width:auto;
	height:100px;
	background-image:url(image/header-tile.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#a70102;
}
#header-container
{
	width:900px;
	height:100px;
	margin:auto;
	background-image:url(image/logo.gif);
	background-position:center left;
	background-repeat:no-repeat;
}
#nav
{
	width:auto;
	height:30px;
	background-color:#1b1b1b;
	background-image:url(image/nav.gif);
	background-repeat:repeat-x;
	background-position:top;
	z-index:99;
}
#nav-container
{
	width:900px;
	height:30px;
	margin:auto;
}
#navver
{
	margin: 0;
	padding: 0;
	z-index:99;
}
#navver li
{
	float: left;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	z-index:99;
}
#navver li a
{
	display: block;
	padding: 8px 20px 6px 4px;
	text-decoration: none;
	color: #ffffff;
	white-space: nowrap;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#navver li a:hover
{
	background-image:url(image/nav-hover.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#navver li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
#navver li ul li
{
	float: none;
	display: inline;
}
#navver li ul li a
{
	width: auto;
	background: #212121;
	padding:7px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
#navver li ul li a:hover { background: #171717; }
#wrapper
{
	text-shadow: #000000 1px 2px 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push { height: 50px; /* .push must be the same height as .footer */ }
a, a:link
{
	color:#dddddd;
	text-decoration:none;
	outline:none;
}
a:hover
{
	color:#ffffff;
	text-decoration:none;
}
.button
{
	width:89px;
	height:25px;
	text-align:center;
	display:inline-block;
	background-image:url(image/button.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.button a, .button a:link
{
	width:89px;
	height:25px;
	text-align:center;
	padding-top:5px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}
.button a:hover
{
	width:89px;
	height:25px;
	text-align:center;
	display:block;
	text-decoration:none;
	color:#ffffff;
	background-image:url(image/button-hover.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:none;
}
.white_button
{
	width:89px;
	height:25px;
	text-align:center;
	display:inline-block;
	background-image:url(image/button-white.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:0;
	line-height:1em;
}
.white_button a, .white_button a:link
{
	width:89px;
	height:25px;
	text-align:center;
	padding-top:6px;
	display:block;
	text-decoration:none;
	color:#000000;
	text-shadow: #bbbbbb 1px 2px 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1em;
}
.white_button a:hover
{
	width:89px;
	height:25px;
	text-align:center;
	display:block;
	text-decoration:none;
	color:#000000;
	background-image:url(image/button-white-hover.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.fbutton
{
	width:188px;
	height:25px;
	display:inline-block;
	background-image:url(image/fb.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#120f0f;
}
.fbutton a, .fbutton a:link
{
	width:188px;
	height:25px;
	padding-top:5px;
	display:block;
}
.fbutton a:hover
{
	width:188px;
	height:25px;
	display:block;
	background-image:url(image/fb-hover.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:none;
}
#loginbox
{
	height:100px;
	width:200px;
	float:right;
}
.loginformbox
{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width:194px;
	padding:3px;
	background-color:#120F0F;
	background-image:url(image/bot-gap.gif);
	background-position:top;
	background-repeat:repeat-x;
	border:none;
	margin-bottom:5px;
	color:#FFFFFF;
	font-size:12px;
}
#loginmessagebox
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#120F0F;
	height:90px;
	width:200px;
	margin-top:5px;
	overflow:hidden;
}
#loginmessage
{
	padding:6px;
	text-align:center;
}
#facebook_name a, #facebook_name a:link
{
	color:#dddddd;
	text-decoration:none;
	outline:none;
	font-size:14px;
	text-align:left;
}
#facebook_name a:hover
{
	color:#ffffff;
	text-decoration:none;
}
#loginmessage h1
{
	color:#BA7476;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#loginmessage h2
{
	color:#73BD71;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#loginmessage h3
{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
#loginmessage h4
{
	color:#BA7476;
	text-align:center;
}
.lm a, .lm a:link
{
	color:#dddddd;
	text-decoration:none;
	outline:none;
	display:block;
	padding:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.lm a:hover
{
	color:#ffffff;
	text-decoration:none;
	outline:none;
	background-color:#222222;
}
.title-fw
{
	background-color:#2a2a2a;
	width:900px;
	margin:auto;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-bottom:solid 3px #222222;
}
.body-fw
{
	background-color:#333333;
	width:900px;
	margin:auto;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
.body-cont
{
	padding:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.title-fw h1
{
	font-size:30px;
	font-weight:bold;
	padding:15px 10px 12px;
	font-family:‘Lucida Grande’, sans-serif;
}
img.rounded
{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}
.subsect
{
	padding:10px;
	background-color:#2a2a2a;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#EEEEEE;
	font-size:14px;
	line-height:1em;
}
.warning
{
	padding:10px;
	background-color:#AE4849;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#EEEEEE;
	font-size:14px;
	line-height:1em;
	background-image:url(image/exclamation.png);
	background-repeat:no-repeat;
	background-position:9px 9px;
	width:auto;
	padding-left:30px;
}
.heavy-link a, .heavy-link a:link
{
	color:#ffffff;
	padding:5px;
	display:block;
	background-color:#2f2f2f;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
}
.heavy-link a:hover { background-color:#333333; }
#reg-form input
{
	border:0;
	font-size:16px;
	padding:2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	width:200px;
	height:20px;
	text-shadow: #dddddd 1px 2px 0px;
	float:left;
}
.notice
{
	width:700px;
	background-color:#333333;
	margin:auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
}
.form-explain
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	padding-left:5px;
	padding-top:2px;
	float:left;
}

