/** --------------------------------------------------
/**  Reset
/** -------------------------------------------------- */

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;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/** --------------------------------------------------
/**  Master
/** -------------------------------------------------- */

body {
background: #000 url(../images/background.jpg) no-repeat top center;
font-size: 62.5%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


/**  doc
/** ------------------------------ */

#doc {
margin: 0 auto;
width: 960px;
}


/**  hd
/** ------------------------------ */

#hd {
float: left;
margin-bottom: 20px;
zoom: 1;
}

#logo a {
background: url(../images/logo.gif) no-repeat 0 0;
display: block;
height: 43px;
text-indent: -9999em;
margin-top: 20px;
width: 322px;
}


/**  nv
/** ------------------------------ */

#nv {
float: right;
}

#nv ul {
float: right;
overflow: hidden;
}

#nv li {
float: left;
}

#nv a {
color: #fff;
font-size: 1.3em;
display: block;
padding: 15px 20px;
text-decoration: none;
}

#nv li a:hover {
background: #183049;
}

#nv .join_us a {
background: #2262a2;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}

#nv .login a {
background: #396d9f;
}

#nv .about a {
background: #698bad;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
}


/**  search
/** ------------------------------ */

#search {
background: #f5f5f5;
float: right;
height: 33px;
padding: 10px 15px 0;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
}

#search .textbox {
background: #ff;
border: 1px solid #ddd;
color: #333;
font-size: 1.1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
float: left;
padding: 3px;
margin-right: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#search .button {
color: #333;
font-size: 1.1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
height: 20px;
width: 31px;
}


/**  bd
/** ------------------------------ */

#bd {
background: #f5f5f5;
clear: both;
padding: 25px;
margin-bottom: 20px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
zoom: 1;
}


/**  ft
/** ------------------------------ */

#ft {
margin-bottom: 20px;
overflow: hidden;
}

#ft p {
color: #666;
font-size: 1.1em;
line-height: 1.2;
}

#ft a {
color: #3399ff;
text-decoration: none;
}

#ft a:hover {
color: #666;
}

#ft .copyright {
float: left;
}

#ft .tnc {
float: right;
}


/**  Misc
/** ------------------------------ */

.clear {
clear: both;
height: 0;
margin: 0;
padding: 0;
border: none;
}

