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

body {
	margin: 0px;
	padding: 0px;
	background:#FFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #06F;
}


/* ----- HEADER ----- */
#header {
	width: 925px;
	height: 72px;
	margin: 10px auto 0px auto;
	position: relative;
	padding: 0px;
}

#logo {
	width: 360px;
	height: 72px;
}

#logo img {
	border-style: none;
}

#login {
	width: 220px;
	position:absolute;
	top: 0px;
	right: 0px;
}

#loginT {
	table-layout:fixed;
	margin: 0px;
	width: 220px;
	border-collapse: collapse;
}

.label {
	width: 80px;
}

.field {
	width: 140px;
}

.field input {
	width: 125px;
}

#sign {
	text-align: center;
}

.button {
	color: #06F;
}
/* --- END HEADER --- */




/* ---- NAV BAR ----- */
#nav {
	width: 960px;
	height: 60px;
	background: #06F url(images/NavGrad.png) repeat-x;
	margin: 10px auto;
	padding: 0px 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

#nav ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 24px;
}

#nav li {
	display: inline;
	
}

#nav a {
	display: inline;
	float: left;
	text-decoration: none;
	height: 30px;
	color: white;
	padding: 15px 10px;
}

#nav .current a{
	color: #F90;
}
/* -- END NAV BAR ---- */


/* ---- CONTENT ----- */
#flash {
	width: 925px;
	height: 400px;
	background: #000;
	margin: 0px auto;
	background: url(images/FlashTemp2.png) no-repeat;
}

#flashTSpace {
	height: 314px;
	margin: 0px;
	padding: 0px;
}

#flashBut {
	height: 72px;
	width: 778px;
	margin: 0px;
	padding: 0px;
}

#flashBut img {
	border-style: none;
	float: right;
}

#content {
	width: 825px;
	height: 300px;
	padding: 50px;
	background: #000;
	border: #F90 solid 1px;
	margin: 0px auto;
	color: #FFF;
}
/* -- END CONTENT -- */



#bottom {
	width: 970px;
	height: 125px;
	margin: 20px auto;
	position: relative;
}

.badges {
	width: 310px;
	height: 125px;
	background: #F90;
	position:absolute;
	top: 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#botL {
	left: 0px;
	background: url(images/Badge1.png) no-repeat;
}

#botC {
	left: 330px;
	background: url(images/Badge2.png) no-repeat;
}

#botR {
	right: 0px;
	background: url(images/Badge3.png) no-repeat;
}