/* DEFAULT
-------------------------------------------------------------------- */

html,body{
	width:100%;
	height:100%;
	margin:0; padding:0;
}

body{
	font-family: Helvetica, Arial, Verdana, Tahoma;
	font-size:0.8em;
	background:#e2e2e2;
	color:#fff;
}

h1{
	margin:0; padding:0;
	font-size:18px;	
}

/* CUSTOM
-------------------------------------------------------------------- */

/* SPARKS
-------------------------------------------------------------------- */

div#sparks{
	position:absolute;
	left:0; top:0;
	z-index:100;
	width:400px;
	height:217px;
}

/* CONTENT CONTAINER
-------------------------------------------------------------------- */

div#content-container{
	width:1000px;
	min-height:900px;
	position:relative;
	background:url(../img/bg_content_container.jpg) top left no-repeat #c00024;	
}


/* CONTENT LEFT
-------------------------------------------------------------------- */

div.content-left{
	width:340px;
	float:left;
	margin:373px 0 0 30px;	
}


/* CONTENT RIGHT
-------------------------------------------------------------------- */

div.content-right{
	background:url(../img/bg_content_right.jpg) repeat-y right top;
	min-height:900px;
	width:600px;
	float:right;
}

/* FLASH
-------------------------------------------------------------------- */

div#flash-1{
	color:#fff;
}

div#flash-2{
	float:right;
	color:#fff;
}

div#flash-1 a,
div#flash-2 a{
	color:#fff;	
}


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

div.nav{
	width:548px;
	height:30px;
	line-height:30px;
	clear:both;
	text-align:center;
	white-space:nowrap;
}

div.nav ul{
	margin:0; padding:0 0 0 1px;
	margin:auto;
	white-space:nowrap;
}

div.nav ul li{
	list-style-type:none;
	display:table-cell;
	float:left;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;	
	white-space:nowrap;
}

div.nav ul li a{
	color:#fff;
	text-decoration:none;
	padding:0 11px;
	white-space:nowrap;
}

div.nav ul li a.selected{
	color:#eaa3af;	
}

div.nav ul li a:hover{
	text-decoration:underline;
}

/* CONTENT HEADER
-------------------------------------------------------------------- */

div.content-header{
	width:548px;
	height:15px;
	line-height:15px;
	background:url(../img/bg_content_header.jpg) no-repeat 0 0;	
	margin:0 45px 0 0;
}

div.content{
	width:458px;
	background:url(../img/bg_content.gif) repeat 0 0;	
	padding:15px 45px;	
	margin:0 45px 0 0;
}

div.content p{
	font-size:120%;
	line-height:22px;
}

div.content p a{
	color:#fff;
	text-decoration:underline;	
	font-weight:bold;
}

div.content span{
	color:#e21987;
	font-weight:bold;
}

div.content a.btn{
	width:250px;
	height:36px;
	line-height:36px;
	text-align:center;
	display:table-cell;
	background-image:url(../img/btn.jpg);
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	margin:20px 0 0 0;
}

a.btn:hover{
	background-position:0 -36px;	
}

/* CONTENT FOOTER
-------------------------------------------------------------------- */

div.content-footer{
	width:548px;
	text-align:center;
	height:68px;
	background:url(../img/bg_content_footer.jpg) no-repeat 0 0;	
	margin:0 45px 0 0;
}

div.content-footer img{
	margin:4px 0 0 0;	
}
