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

*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

a{
	text-decoration:none;
	color:#eeeeee;
}

a:hover{
	color:#ffffff;
}

p{
	color:#333333;
	margin-bottom:0px;
	margin-top:0px;
	cursor:default;
}

u{
	text-decoration:none;
	color:#FFF;
	cursor:default;
}

li{
	font-size:10px;	
}

h1,h2,h3,h4{
	font:Tahoma, Helvetica, Arial, Sans-Serif;
	cursor:default;
}
h1{
	font-size:50px;
	color:#303030;
	text-shadow: 1px 1px 1px #eeeeee;
	margin-top:10px;
	margin-bottom:10px;
}

h2{
	font-size:25px;
	color:#555555;
	text-shadow: 1px 1px 0px #eeeeee;
	margin-top:0px;
	margin-bottom:0px;
}

h3{
	font-size:30px;
	color:#ffffff;
	text-shadow: 1px 1px 1px #444444;
	margin-top:10px;
	margin-bottom:5px;
}

h4{
	font-size:20px;
	color:#cccccc;
	text-shadow: 1px 1px 1px #444444;
	margin-top:10px;
	margin-bottom:0px;
}

body{
	background-color:#666666;
}

.large{
	font-size:20px;
}

.white{
	color:#FFF;
	text-align:left;
	text-decoration:none;
}

.grey{
	color:#999;
	text-decoration:none;
}

.red{
	color:#CC0000;
}

.black{
	color:#000;
	text-decoration:none;
}

.question{
	color:#333333;
	font-size:16px;
}

.awnser{
	color:#555555;
	font-size:14px;
}

.preload{
	display:none;
}

#stroke_start,#stroke_end{
	position:absolute;
	left:0;
	width:100%; 
	background-color:#999999;
	background-repeat:repeat-x;
}
#stroke_start{
	top:0px;
	height:1px;
	background-image:url(media/images/backgrounds/android_000_fff_2.jpg);
}
#stroke_end{
	top:200px;
	height:10px;
	background-image:url(media/images/backgrounds/stroke_df_2_10.png);
}

#mainframe{
	position:absolute;
	top:100px;
	left:0px;
	right:0px;
	height:auto;
	
	background-color:#999999;
}

#contentbar{
	position:relative;
	left:0;
	width:100%; 
	height:auto;
	
	overflow:hidden; 
	background-color:#ffffff;
	background-image: url(media/images/backgrounds/android_df_c0_200.jpg);
	background-repeat:repeat-x;
	
	text-align:justify;
	min-height:210px;
}
#contentbar_right,#contentbar_left{
	position:absolute;
	top:2px;
	left:50%;
	height:100%;
	overflow:hidden; 
	background-color:transparent;
	text-align:left;
}
#contentbar_left{
	margin-left:-450px;
	width:250px;
}
#contentbar_right{
	margin-left:-200px;
	width:650px;
	text-align:right;
}
#translate{
	width:auto;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-140px;
	border:none;
}
#contentbar_left_img1{
	width:195;
	height:195;
	position:absolute;
	top:0px;
	left:0px;
	border:none;
}
#contentbar_left_img2{
	width:48;
	height:48;
	position:absolute;
	top:65px;
	left:73px;
	border:none;
}

#contentframe{
	position:relative;
	left:50%;
	width:900px; 
	height:auto;
	
	overflow:visible; 
	background-color:#999999;
	
	text-align:justify;
	margin-left:-450px;
	min-height:200px;
}
#contentframe_left{
	position:absolute;
	left:0px;
	top:0px;
	width:430px; 
	height:100%;
	
	overflow:auto; 
	background-color:transparent;
}
#contentframe_right{
	position:absolute;
	left:470px;
	top:0px;
	width:430px; 
	height:100%;
	
	overflow:auto; 
	background-color:transparent;
}

#main_image{
	cursor:pointer;
	border:0;
}

#button_small{
	width:100px;
	height:33px;
	padding:0px;
	cursor:pointer;
	padding-top:12px;
	text-align:center;
}

#button_big{
	position:absolute;
	width:160px;
	height:50px;
	padding:20px;
	cursor:pointer;
}

#button_wide{
	position:absolute;
	width:160px;
	height:5px;
	padding:20px;
	overflow:hidden;
	cursor:pointer;
}

#button_wide_image{
	position:absolute;
	top:10px;
	left:10px;
	width:25px;
	height:25px;
}
#button_wide_caption{
	position:absolute;
	top:10px;
	left:50px;
	right:20px;
	font-size:24px;
	text-align:center;
}

#button_image{
	position:absolute;
	top:17px;
	left:15px;
	width:50px;
	height:50px;
}
#button_caption{
	position:absolute;
	top:30px;
	left:80px;
	right:15px;
	font-size:24px;
}

#site_logo{
	border:none;
	width:100%;
}