@charset "utf-8";

#wrapper {
	width: 1010px;
	margin: 0 auto; 
	background: #ffffff;
	text-align: left;
    }
    
#mainFrame {
	padding: 0 15px 15px 15px;
	}    
	
/**********************************************************/	
.marginBottom {
	margin-bottom: 5px;
	}	
	
/***** TOP MENU *******************************************/	
#topFrame a {
	color: #4b4b4b;
	text-decoration: none;
	}
	
#topFrame a:hover {
	color: #cc0000;
	}	
	
#logo {
	width: 178px;
	float: left;
	}
	
#topLeft {
	float: left;
	width: 515px;
	padding-top: 25px;
	}
	
#topRight {
	float: right;
	width: 250px;
	text-align: right;
	padding: 36px 7px 0 0;
	font-size: 0.9em;
	}
	
#topRight a {
	padding: 7px;
	}	
	
#topRight a.withBorder {
	background: url(../images/dottedLine.gif) no-repeat right;
    }	

/***** FOOTER *********************************************/	
#legal {
	color: #777777;
	font-size: 0.8em;
	margin-top: 15px;
	}
	
#footer {
	text-align: center;
	font-size: 0.9em;
	color: #777777;
	margin-top: 15px;
	}

/***** BODY *******************************************/	
#bodyFrame {
	padding: 10px 0 0 0;
	text-align: left;
	}
	
#bodyLeft {
	width: 720px;
	float: left;
	}	
	
#bodyRight {
	width: 255px;
	float: right;
	}	
	
#bodyRight img {
	display: block; /* fix firefox extra space */
	}	
	
#plain {
	background: url(../images/background/bubbles_top.jpg);
	}	
	
/***** BOTTOM CALLOUTS ********************************/
#bottomCallouts {
	margin-top: 15px;
	background: url(../images/background/bottomCallout.gif) repeat-x;
	}
	
/***** BOTTOM BANNER **********************************/	
#bottomBanner {
	}
	
/***** POP UP *****************************************/		
#HomeFlash {
	z-index: 0;
	}
	
#overlay{  
	display: none;
	position: fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height: 1000px;
	width:100%;
	top:0;
	left:0;
	background:#000000;	
	z-index:998;
	overflow: auto;
	
}

#modalWrapper {
	display:none;
	width: 520px;
	position:absolute;
	_position:absolute; /* hack for internet explorer 6*/
	top: 40px;
	z-index:999;
	text-align: left;
	background: #ffffff url(../images/calloutPage/logo.jpg) no-repeat;
	}
	
#modalTop {
	height: 87px;
	text-align: right;
	}	
	
.closePopup {
	cursor: pointer;
	margin: 5px;
	}	
	
	
/***** CONTEST Rules ***************************************/	
#contestRulesLanguage {
	padding-top: 10px 65px 0 65px;
	text-align: right;
	}
	
#contestRules {
	text-align: left;	
	}
	
.contestBg {
	background-color: #eeeeee;
	padding: 20px 65px;
	margin-bottom: 20px;
	}	
	
#contestRules p {
	padding-top: 10px;
	}	
	
#contestRules li {
	padding-bottom: 10px;
	}	
	
#contestRules h3,
#contestRules h4{
	text-align: center;
	font-weight: normal;
	font-size: 1.4em;
	} 
	
#contestRules h4 {
	font-size: 1em;
	padding-bottom: 15px;
}	
	
.contestRulesDetail {
	text-align: 
	}	
	