@charset "utf-8";
/* CSS Document */

body {
	background-color: #ed008c;
	margin: 0px;
	padding: 0px;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	
}

body.normal
{
	background:#000;
}

.wrapper
{
	background-color: #fff;
	color: #FFF;
	border-bottom: 2px solid #FFFFFF;
	
}

#footer
{
	color: #FFF;
	font-size: 70%;
	padding-top: 10px;
	text-align:right;
	padding-right: 15px;
	height: 40px;
	background: url(../images/bg_ul.gif) repeat-x #000000;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited
{
	color: #ed008c;
	text-decoration:none;
}

#footer a:hover
{
	color: #00AEEF;
}

.comingsoon
{
	width:600px; height:500px; position:absolute; top:50%; left:50%; margin:-300px auto auto -250px; text-align:center;
}

a img
{
	border:none;
}

.header
{
	width: 100%;
	height:200px;
	padding:0;
	background:url(../images/header.jpg) no-repeat center center #ed008c;
	border-bottom: 5px solid #EEEEEE;
}

#navWrapper
{

	width: 100%;
	background:url(../images/bg_ul.gif) repeat-x #000000;
}


#nav
{
	position:relative;
	margin: 0;
	padding: 0;
	list-style:none;
	height: 40px;
	line-height:40px;
	width:750px;
	margin-left: auto;
	margin-right: auto;
	background:url(../images/bg_ul.gif) repeat-x #000000;
	border-bottom:1px solid #333;
	font-size: 80%;
	font-weight:bold;
}

#nav li
{
	display:block;
	margin: 0;
	padding: 0;
	float: left;
	line-height:40px;
	border-left: 1px solid #333333;
	border-right: 1px solid #111111;
}

#nav li a,
#nav li a:visited,
#nav li a:active,
#nav li a:link
{
	display: block;
	background: url(../images/bg_ul.gif) repeat-x #000000;
	text-decoration:none;
	color: #AAAAAA;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	line-height:40px;
}

#nav li a:hover, #nav li a.active
{

	display: block;
	background: #111111;
	text-decoration:none;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

#nav li a.active,
#nav li a.active:visited, #nav li a.active:active, #nav li a.active:link
{
	color: #ed008c;
	background: #111111;
}


.clear
{
	clear: both;
}


.contentWrapper
{
	background:#FFF;
	width: 750px;
	margin-left: auto;
	margin-right: auto;

	color:#333;
	font-size: 80%;
}

.content, .content *
{
	margin:0;
	padding:0;
}

.content
{
	padding: 20px;
}

.content p
{
	margin-top: 5px;
	margin-bottom: 15px;
}


a, a:link, a:active, a:visited
{
	color: #ed008c;
	text-decoration:none;
}

a:hover
{
	color: #00AEEF;
}

h1
{
	font-size: 140%;
	color: #00aeef;
}

h2
{
	font-size: 120%;
	color: #ec008c;
}

.more
{
	background:url(../images/arrow_down.gif) no-repeat left center;
	padding-left: 15px;
}

.formTable
{
}

.formTable td
{
	text-align:left;
	vertical-align:top;
	padding: 9px;
	padding-left: 15px;
}

.formTable th
{
	text-align:right;
		padding:9px;
	padding-right: 15px;
	padding-left: 15px;
	background:#E9E9E9;
	border-right: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;

}

input, textarea
{
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid #C6C6C6;
	width: 550px;
	font-size:inherit;
}

input.textField
{
	height: 20px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-left: 5px;
}

textarea.textarea
{
	padding: 5px;
}

input.button
{
	width: 100px;
	background: #00aeef;
	color: #FFF;
	border:0;
	height: 30px;
}

