/*-----------------------------
RESET STYLES
-----------------------------*/

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none; /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
	}
body{
	font-size: 62.5%; /* 62.5% means 1em = 10px */
	}
ul, li, ol, dl, dd, dt{
	list-style:none;
	padding:0;
	margin:0;
	}
a{
	text-decoration:none;
	}
 
/*-----------------------------
	SITE SPECIFIC STYLES
-----------------------------*/

body{
	
	background-color: #000;
	color:#6e6055;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:20px;

	}
p{
 
	padding-bottom:8px;
	}
a{
	color:#fff000;
	text-decoration:none;
	}

/*-----------------------------
	BASIC LAYOUT
-----------------------------*/

#page_wrapper{
	 
	overflow:auto;
	}

/*-----------------------------
	ORIENTATION CLEVERNESS
-----------------------------*/

#content_left,
#content_right,
#content_normal,
#content_flipped{
	display:none;
	}
.show_normal,
.show_flipped{
	width:320px;
	}
.show_left,
.show_right{
	width:480px;
	}

.show_left #content_left,
.show_right #content_right,
.show_normal #content_normal,
.show_flipped #content_flipped{
	display:block;
	}


 
.show_normal_ipad,
.show_flipped_ipad{
	width:768px;
	}
.show_left_ipad,
.show_right_ipad{
	width:1024px;
	}

 

A:link { 		color: #444;   text-decoration: none; }
A:visited { 	color: #444;   text-decoration: none; }
A:active { 		color: #444;    text-decoration: none; }
A:hover { 		color: #B69574;    text-decoration: underline; 	 }	


 .bottom_bg{
	background-image:url(../images/bottom_bg_ipad.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:100%;
	margin:0 auto;
	height:230px; 
	font-size:11px; line-height:16px; color:#333;

}
 
h1{ color:#999; font-size:14px;  }
h2{ color:#F90; font-size:14px;  }
 
 
 
.logo{

 margin:0 auto; width:300px; height:214px;


}

.inline{
}
	
	

.menu{

 margin:0;  text-align:center;


}
 
.menu_center{
 margin:0 auto; width:100%; float:left;  height:120px;   
}
 


.bg{
	background-image:url(../images/bg_ipad.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	

}
 
 
 .prize{ 
 width: 300px; height:300px;   margin:0 10px; 
 
 background-image:url(../images/paper_bg.gif);
 	background-position:top center;
	background-repeat:no-repeat;
 
 }
 .bg_content{

 margin:0 auto; width:100%;  clear:both;   text-align:center;   

	background-image:url(../images/bg_wall_ipad.jpg);
	background-position:top center;
	background-repeat:repeat-y;
} 
.content{

  width: 840px; text-align:justify;  position:relative; margin:0 auto; 


}  

 
