@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image:url('/images/bg.jpg');
	background-repeat:repeat-x;
	overflow: hidden;
}
a {
	color: #fff;
	text-decoration:none;
}
a {
   outline: none;
}

ul {
	list-style:none;
}
.content {
	width:1000px;
	margin:0 auto;
	margin-top: 50px;
	height: 567px;
	background:url('/images/logo.png') no-repeat left;
	/*border:1px solid #FF0;*/
}
/*.logo {
	margin-top: 50px;
	height: 567px;
	width: 530px;
	background:url('/images/logo.png') no-repeat left;
}*/
.infobox {
	width:477px;
	margin:0;
	padding:0;
	float:right;
	margin-top:25px;
}
.infobox li{
	margin: auto;
	height:116px;
	width:475px;
	text-align: center;
	font-family:calibri, verdana, helvetica, sans-serif;
	font-size:16px;
	font-weight:100;
	color:#fff;
	background: url('/images/content_box_bg.png') no-repeat;
	margin-top:10px;
	padding-top:12px;
}
.title {
	font-size:26px;
	font-weight:500;
	display:block;
	margin:0;
	margin-top:35px;
	padding:0;
}
.fontsize {
	font-size:16px;
}
.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
}
.infobox li p {
	display:block;
	margin:4px 0;
	padding:0;
}
.italic {
	font-size:16px;
	font-style:italic;
}
.italic:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
.icons {
	clear:both;
	margin-top:45px;
	padding-left:101px;
	margin-right:35px;
	display:block;

}
.icons li {
	float:left;
	margin:0 15px;
	display:block;
}
.icons li, .icons a{
	height:66px;
	display:block;
}
.icon1 a {
	background:url('/images/icons/icon_1_mac.png') no-repeat top;
	display:block;
	width:41px;
}
.icon1 a:hover {
	background:url('/images/icons/icon_1_mac.png') no-repeat bottom;
}
.icon2 a {
	background:url('/images/icons/icon_2_iphone.png') no-repeat top;
	display:block;
	width:62px;
}
.icon2 a:hover {
	background:url('/images/icons/icon_2_iphone.png') no-repeat bottom;
}
.icon3 a {
	background:url('/images/icons/icon_3_win.png') no-repeat top;
	display:block;
	width:68px;
}
.icon3 a:hover {
	background:url('/images/icons/icon_3_win.png') no-repeat bottom;
}
.icon4 a {
	background:url('/images/icons/icon_4_win_mobile.png') no-repeat top;
	display:block;
	width:74px;
}
.icon4 a:hover {
	background:url('/images/icons/icon_4_win_mobile.png') no-repeat bottom;
}
.icon5 a {
	background:url('/images/icons/icon_5_symbian.png') no-repeat top;
	display:block;
	width:162px;
}
.icon5 a:hover {
	background:url('/images/icons/icon_5_symbian.png') no-repeat bottom;
}
.icon6 a {
	background:url('/images/icons/icon_6_linux.png') no-repeat top;
	display:block;
	width:58px;
}
.icon6 a:hover {
	background:url('/images/icons/icon_6_linux.png') no-repeat bottom;
}
.icon7 a {
	background:url('/images/icons/icon_7_java.png') no-repeat top;
	display:block;
	width:38px;
}
.icon7 a:hover {
	background:url('/images/icons/icon_7_java.png') no-repeat bottom;
}
.icon8 a {
	background:url('/images/icons/icon_8_android.png') no-repeat top;
	display:block;
	width:59px;
}
.icon8 a:hover {
	background:url('/images/icons/icon_8_android.png') no-repeat bottom;
}