

/* Enka Boosters Layout - www.emkaboosters.com */
/* Copyright (c) 2008 Enka Boosters. All rights reserved. */
/* Created for Enka Boosters by Open Development, November 2008. */





/* -------------- GENERAL ----------------- */



	
body
	{
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    font: 75% Verdana, sans-serif;
    line-height: 1.5em;
    text-align: center;
    color: #333;
		}
	


/* -------------- TYPOGRAPHY ----------------- */



h1
	{
	font: normal 2.5em Lucida Grande, Verdana, sans-serif;
    color: #333;
		}

h2
	{
	font: normal 1.75em Lucida Grande, Verdana, sans-serif;
    color: #333;
		}

h3
	{
	font: normal 1.5em Lucida Grande, Verdana, sans-serif;
    color: #333;
		}

h4
	{
	font: bold 1.25em Lucida Grande, Verdana, sans-serif;
    color: #333;
		}

h5
	{
	font: normal 1em Lucida Grande, Verdana, sans-serif;
    color: #333;
		}

h6
	{
	font: normal .9em Lucida Grande, Verdana, sans-serif;
    color: #333;
		}

strong
	{
    font-weight: bold;
		}

em
	{
    font-style: italic;
		}

pre,code
	{
    font: normal 100% courier,monospace;
		}
		
a
	{
	font-weight: bold;
	color: #4e7bbb;
		}
		
		
		
		
		
		
		

/* -------------- HORIZONTAL NAVIGATION ----------------- */



#mainNav
	{
    margin: 0 0 0 461px;
    padding: 0;
    background: #fff;
    width: 439px;
    height: 30px;
    border-top: 70px solid #fff;
		}

#mainNav span
	{
    display: none;
		}

#mainNav ul
	{
    margin: 0;
    padding: 0;
    height: 30px;
    width: 439px;
    position: relative;
		}

#mainNav li
	{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
		}

#mainNav li, #mainNav a
	{
    height: 30px;
    display: block;
		}

#mainNav1
	{
    left: 0px;
    width: 65px;
    background: url(../images/home.jpg) no-repeat;
		}

#mainNav1 a:hover
	{
    background: url(../images/home.jpg) -0px -30px no-repeat;
		}

#mainNav2
	{
    left: 65px;
    width: 151px;
    background: url(../images/member.jpg) no-repeat;
		}

#mainNav2 a:hover
	{
    background: url(../images/member.jpg) -0px -30px no-repeat;
		}

#mainNav3
	{
    left: 216px;
    width: 127px;
    background: url(../images/refer.jpg) no-repeat;
		}

#mainNav3 a:hover
	{
    background: url(../images/refer.jpg) -0px -30px no-repeat;
		}

#mainNav4
	{
    left: 343px;
    width: 96px;
    background: url(../images/calendar.jpg) no-repeat;
		}

#mainNav4 a:hover
	{
    background: url(../images/calendar.jpg) -0px -30px no-repeat;
		}
		
		
		
		
		

/* -------------- LAYOUT ----------------- */



#topBar
	{
	width: 100%;
	height: 28px;
	margin: 0;
	text-align: left;
    background: #000;
		}
		
#topBar #powered
	{
	width: 900px;
	height: 28px;
	margin: 0 auto;
	text-align: right;
		}
		
#logo
	{
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 100px;
	background: url(../images/logo.gif) no-repeat;
		}
		
#blueBand
	{
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/tile_blue.jpg) repeat-x;
		}
		
#flashFrame
	{
	width: 900px;
	height: 256px;
	background: url(../images/flashframe.gif) no-repeat;
	margin: 22px auto;
		}
		
#flash
	{
	width: 884px;
	height: 240px;
	background: #333;
	margin: 8px auto;
		}
		
#stripFrame
	{
	width: 900px;
	height: 153px;
	background: url(../images/stripframe.gif) no-repeat;
	margin: 22px auto;
		}
		
#filmStrip
	{
	width: 884px;
	height: 137px;
	background: #333;
	margin: 8px auto;
		}
		
#shadow
	{
	width: 100%;
	height: 30px;
	background: url(../images/tile_shadow.jpg) repeat-x;
		}
		
#mainContent
	{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 20px solid #fff;
		}
		
#footer
	{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #ccc;
	text-align: center;
	padding-top: 20px;
		}
		
		
form table tr td
	{
	padding: 2px 10px 2px 0;
		}
		
.textbox
	{
	padding: 2px;
	font: normal .9em Lucida Grande, Verdana, sans-serif;
	color: #666;
	border: 3px double #9ac;
		}
		
.button
	{
	margin: 6px 0;
		}
		
		
form table tr td h4
	{
	margin-bottom: .5em;
		}
		
		
.hr
	{
	width: 440px;
	height: 1px;
	margin: 12px 0 6px 15px;
	background-color: #9ac;
    line-height: 0;
    font-size: 1px;
		}
		
		
		
		

/* -------------- MISCELLANEOUS ----------------- */



.clear
	{
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 1px;
		}
		
.super
	{
	vertical-align: super;
		}
		
.floatRight
	{
	width: 100%;
	text-align: right;
	margin-top: 2px;
		}
		
.required
	{
	color: #c00;
		}






