@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}

body{
	background-image:url(../images/bg.jpg);
}

#container{
	width:100%;
	background-image:url(../images/bg_container.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#content{
	width:880px;
	margin:0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

.extra{
	background-image:url(../images/bg_extra.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/*=====================Header zone==================================*/
#content #header{
	width:880px;
	height:143px;
}
#content #header .logo{
	float:left;
}
#content #header #menu_top{
	float:left;
	width:460px;
	margin:57px 0 0 68px;
}
#menu_top li{
	list-style:none;
	display:inline;
	float:left;
	margin-left:37px;
}
#menu_top li a span{
	display:none;
}
#menu_top li a {
	width:116px;
	height:42px;
	display:block;
	background-position:top;
	background-repeat:no-repeat;
}
#menu_top li a:hover, #menu_top li .selected{
	background-position:bottom;
}
#menu_top li .prizes{
	background-image:url(../images/menu_prize.jpg);
}
#menu_top li .rules{
	background-image:url(../images/menu_rules.jpg);
}
#menu_top li .about{
	background-image:url(../images/menu_about.jpg);
}
/*=====================Header zone==================================*/

/*=====================Main zone==================================*/
#content #main{
	width:880px;
}

/*=====================Main zone index==================================*/
#main .index_image{
	margin:0 auto 0 30px;
	width:780px;
	height:253px;
	background-image:url(../images/index_top.jpg);
}
#main .index_left{
	width:460px;
	padding:0 7px 0 43px;
	float:left;
	font-size:14px;
	color:#cccccc;
	line-height:1.6em;
}
#main .index_left .box{
	width:424px;
	height:58px;
	margin:19px 0 0 0;
	padding:16px;
	background-image:url(../images/bg_box.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.index_left .box span{
	font-size:24px;
	color:#f1a507;
	padding:24px 28px 0 0;
	display:block;
	float:left;
}
.index_left .box p{
	width:320px;
	font-size:12px;
	color:#ffffff;
	float:left;
	display:block;
}
#main .index_right{
	width:253px;
	height:603px;
	margin: 0 0 0 24px;
	padding:17px 20px;
	background-image:url(../images/bg_register.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}
.index_right input{
  width:132px;
  font-size:11px;
  color:#666666;
  padding:5px 8px;
  float: left;
}
.index_right label {
  width: 109px;
  float: left;
  padding: 5px 10px 0 3px;
  font-size:12px;
  font-weight:bold;
  color:#ffffff;
}
.index_right .button{
	margin-left:25px;
	margin-top:6px;
	float:none;
	width:205px;
	height:39px;
	border:none;
}
.index_right .table_rw{
	height:30px;
	padding:20px 0 0 0;
	clear:both;
}
.error{
	color:#FF0000 !important;
	font-size:12px;
}
/************** Winners List ***********/
.index_right ul {
	padding-top:12px;
}
.index_right li {
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cccccc;
	border-bottom:1px solid #666666;
	padding:8px 0;
}
.index_right p.posted {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bold;
	padding-top:20px;
}

/*=====================Main zone index==================================*/

/*=====================Main zone prizes==================================*/
#main .prizes_image{
	margin:0 auto 0 30px;
	width:415px;
	height:233px;
	padding:20px 0 0 400px;
	background-image:url(../images/prizes_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:14px;
	color:#ffffff;
	line-height:1.4em;
}
#main .prizes_image img{
	margin-bottom:20px;
}
#text span {
	font-size:12px;
	color:#fff;
}
#text .prize img{
	float:left;
	border: 3px solid #666666;
	margin:0 15px 0 0;
}
/*=====================Main zone prizes==================================*/
#main #text{
	width:810px;
	margin:0 auto 0 auto;
	font-size:14px;
	color:#ffffff;
	line-height:1.4em;
}
#main #text p{
	font-size:12px;
	color:#ccc;
}
/*=====================Main zone==================================*/


/*=====================Footer zone==================================*/
#footer{
	width:801px;
	height:48px;
	padding:0 0 0 42px;
	margin:30px auto 0 5px;
	background-image:url(../images/bg_footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#footer .menu{
	padding:18px 0 0 0;
}
#footer .logo{
	float:right;
	padding:5px 40px 0 0;
}
#disclaimer{
	width:801px;
	padding:10px 0 0 0;
	margin:0 auto 20px auto;
	font-size:10px;
	color:#999;
	text-align:center;
}
/*=====================Footer zone==================================*/


/*=====================Formating==================================*/
.clear{
	clear:both;
}
.padding_top{
	padding-top:24px;
}
h1{
	font-size:18px;
	color:#fefefe;
	font-weight:normal;
	padding:0 0 10px 0;
}

h2{
	font-size:20px;
	color:#f19607;
	font-weight:normal;
	padding:5px 0 10px 0;
}
h3{
	font-size:20px;
	color:#ffffff;
	font-weight:normal;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
}

.bar{
	width:810px;
	padding:26px 0 26px 0;
	background-image:url(../images/bar.jpg);
	background-position:center left;
	background-repeat:repeat-x;
	clear:both;
}
.a{
	color:#f19807;
	text-decoration:none;
}
small{
	font-size:11px;
	color:#ffffff;
	padding-left:170px;
	font-style:italic;
}
/*=====================Formating==================================*/
