@charset "utf-8";
/* CSS Document */

@font-face {
 	font-family: Open Sans ExtraBold;
 	src: url("fonts/OpenSans-ExtraBold.eot");
	}
@font-face {
 	font-family: Open Sans Bold;
 	src: url("fonts/OpenSans-Bold.eot");
	}
@font-face {
 	font-family: Open Sans Light;
 	src: url("fonts/OpenSans-Light.eot");
	}
@font-face {
 	font-family: Open Sans ConsLight;
 	src: url("fonts/OpenSans-CondLight.eot");
	}
@font-face {
 	font-family: Open Sans SemiBold;
 	src: url("fonts/OpenSans-Semibold.eot");
	}
@font-face {
 	font-family: Open Sans;
 	src: url("fonts/OpenSans-Regular.eot");
	}

@font-face {
 	font-family: Open Sans ExtraBold;
 	src: url("fonts/OpenSans-ExtraBold.ttf");
	}
@font-face {
 	font-family: Open Sans Bold;
 	src: url("fonts/OpenSans-Bold.ttf");
	}
@font-face {
 	font-family: Open Sans Light;
 	src: url("fonts/OpenSans-Light.ttf");
	}
@font-face {
 	font-family: Open Sans ConsLight;
 	src: url("fonts/OpenSans-CondLight.ttf");
	}
@font-face {
 	font-family: Open Sans SemiBold;
 	src: url("fonts/OpenSans-Semibold.ttf");
	}
@font-face {
 	font-family: Open Sans;
 	src: url("fonts/OpenSans-Regular.ttf");
	}
*{
	-webkit-transition: all 500ms;
	transition: all 500ms;
	}
body{
	padding: 0px;
	margin: 0px;
	font-family: Open Sans Semibold;
	background: #000000 url(images/header_bg_all.png) no-repeat left top fixed;
	}
a{
	color: inherit;
	text-decoration: none;
	}
img{
	border: none;
	}
a:hover{
	text-decoration: none;
	}
ul.applications{
	width: 900px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 100px;
	margin: 0px 0px 0px -450px;
	list-style: none;
	padding: 0px 0px 0px 0px;
	}
ul.applications li{
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	font-size: 20px;
	font-family: Open Sans ConsLight;
	color: #fff;
	margin: 25px 25px 25px 25px;
		-moz-border-radius: 20px 20px 20px 20px;
		-khtml-border-radius: 20px 20px 20px 20px;
		-webkit-border-radius: 20px 20px 20px 20px;
		border-radius: 20px 20px 20px 20px;
		-moz-box-shadow: 0px 0px 10px #ff6600;
		-webkit-box-shadow: 0px 0px 10px #ff6600;
		box-shadow: 0px 0px 10px #ff6600;
	}
ul.applications li.cloud a{
	float: left;
	width: 200px;
	padding: 160px 0px 13px 0px;
	background: url(images/cloudes_inside.png) no-repeat center -40px;
	}
ul.applications li.seo_tools a{
	float: left;
	width: 200px;
	padding: 160px 0px 13px 0px;
	background: url(images/seotools.png) no-repeat center 0px;
	}
ul.applications li:hover{
		-moz-box-shadow: 0px 0px 30px #ff6600;
		-webkit-box-shadow: 0px 0px 30px #ff6600;
		box-shadow: 0px 0px 30px #ff6600;
	}