* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
body {
	background: #fff url(../images/body_bg.png) repeat-x;
	text-align: center;
	color: #2e2e2e;
	font-family: Arial;
}
a {
	color: #2e2e2e;
}
#page {
	margin: 0 auto;
	width: 910px;
}
#header {
	width: 910px;
	background: url(../images/header_bg.png) no-repeat;
	height: 655px;
}
#header_inner {
	width: 768px;
	margin: 0 auto;
	padding-top: 152px;
}
#header_left {
	width: 343px;
	float: left;
}
#header_right {
	width: 386px;
	float: right;
	text-align: left;
}
#header_right p{
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 14pt;
	font-size: 10pt;
}
#header_right h1 {
	font-size: 24pt;
}
#header_right h2 {
	font-size: 12pt;
}
#download {
	background: url(../images/download_bg.png) no-repeat;
	width: 852px;
	height: 187px;
	margin: 10px auto 0;
}
#download_inner {
	width: 798px;
	margin: 0 auto;
	padding-top: 15px;
}
#download_left {
	float: left;
	width: 370px;
	text-align: left;
}
#theme_left {
	float: left;
	width: 380px;
	text-align: left;
}
#download_left h1 {
	font-size: 18pt;
	margin-bottom: 10px;
}
#download_left h1 span {
	font-size: 22pt;
	color: #008aff;
}
#download_right {
	float: right;
	width: 370px;
	text-align: left;
}
#theme_right {
	float: right;
	width: 380px;
	text-align: left;
}
#download_right h1 {
	font-size: 18pt;
	margin-bottom: 10px;
}
#download_right h1 span {
	font-size: 22pt;
	color: #568c00;
}
#install {
	width: 852px;
	height: 300px;
	background: url(../images/install_bg.png) no-repeat;
	margin: 10px auto 0;
}
#install_inner {
	width: 798px;
	padding-top: 30px;
	text-align: left;
	color: #757575;
	line-height: 14pt;
	font-size: 10pt;
	margin: 0 auto;
}
#theme {
	width: 852px;
	height: 155px;
	background: url(../images/theme_bg.png) no-repeat;
	margin: 10px auto 0;
}
#theme_inner {
	width: 798px;
	padding-top: 30px;
	text-align: left;
	color: #757575;
	line-height: 14pt;
	font-size: 10pt;
	margin: 0 auto;
}
#footer {
	color: #cecece;
	font-size: 7pt;
	text-align: center;
	width: 852px;
	margin: 0 auto;
}
#footer p {
	text-align: justify;
	padding-bottom: 20px;
}
/* Easy Slider */

#slider_box {
	background-image: url(../images/handy_bg.png);
	width: 343px;
	height: 498px;
	position: relative;
}
#slider_schatten {
	position: absolute;
	width:192px;
	height:256px;
	top: 77px;
	left: 77px;
	background: url(../images/slider_schatten.png) no-repeat;
}
#slider {
	padding-top: 78px;
	margin-left: 78px;
}
#slider ul, #slider li,
#slider2 ul, #slider2 li{
	list-style:none;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
	width:192px;
	height:256px;
	overflow:hidden; 
}	
ol#controls{
	height:10px;
	margin-top: 117px;
	margin-left: 120px;
}
ol#controls li{
	margin:0 5px 0 0; 
	float:left;
	list-style:none;
	height:9px;
	line-height:9px;
}
ol#controls li a{
	float:left;
	background: url(../images/slidernav_1.gif) no-repeat;
	width: 9px;
	height: 9px;
	text-decoration: none;
}
ol#controls li.current a{
	background: url(../images/slidernav_2.gif) no-repeat;
}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

