/*@import url(http://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Condensed);*/

/* because of SSL and IE */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url('_xyN3apAT_yRRDeqB3sPRg.woff') format('woff');
}
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Condensed'), local('UbuntuCondensed-Regular'), url('DBCt-NXN57MTAFjitYxdrFzqCfRpIA3W6ypxnPISCPA.woff') format('woff');
}

#nav, #footer {
	font-family: 'Ubuntu', sans-serif;
}

/* -------------------------------------- main -------------------------------------- */
body {
	color: #333;
	background: url("images/bg.png") #000;
	margin: 0 0 40px 0;
}
#wrap {
	width: 1000px;
	margin: auto;
}
.clear {
	clear: both;
}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a img {
	border: 0;
}

/* -------------------------------------- logo -------------------------------------- */
#logo {
	height: 135px; /* 200 */
	padding-top: 65px;
}
#logo a {
	width: 438px;
	height: 70px;
	background: url("images/logo.png") no-repeat top left;
	display: block;
	margin: auto;
}
#logo a span {
	display: none;
}

/* -------------------------------------- navigation -------------------------------------- */
#nav {
	height: 70px;
	background: url("images/nav.png") top left;
	-webkit-border-radius: 10px 10px 0 0;
			border-radius: 10px 10px 0 0;
}
#nav ul {
	margin-left: 40px;
}
#nav li {
	float: left;
}
#nav li a {
	font-size: 16px;
	color: #333;
	height: 70px;
	line-height: 70px;
	padding-left: 70px;
	padding-right: 19px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
#nav li a span {
	display: block;
}
#nav li a:hover span {
	color: #333;
	background: url("images/arrow.png") no-repeat bottom center;
}
#nav_screen { background: url("images/icons/application-sidebar-list.png") no-repeat 19px 19px; }
#nav_get { background: url("images/icons/arrow-270.png") no-repeat 19px 19px; }
#nav_test { background: url("images/icons/balloon.png") no-repeat 19px 19px; }
#nav_support { background: url("images/icons/question.png") no-repeat 19px 19px; }
#nav_account { background: url("images/icons/card-address.png") no-repeat 19px 19px; }

/* -------------------------------------- content -------------------------------------- */
#content {
	background-color: #fff;
	min-height: 1px; /* IE7 fix */
	padding: 20px;
	-webkit-border-radius: 0 0 10px 10px;
			border-radius: 0 0 10px 10px;
}

/* -------------------------------------- screenshots -------------------------------------- */
.screenshots {
	margin: 0 0 30px 0;
	list-style: none;
	padding: 0;
}
.screenshots li {
	width: 182px;
	height: 114px;
	margin: 0 10px 10px 0;
	float: left;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
	background-color: #000;
	list-style: none;
	padding: 0;
}
.screenshots li a:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

/* -------------------------------------- footer -------------------------------------- */
#footer {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #999;
	padding-top: 20px;
}
#footer #left, #footer #right {
	width: 480px;
	float: left;
}
#footer #left {
	padding-left: 20px;
}
#footer #right {
	padding-right: 20px;
	text-align: right;
}
#footer #right a {
	color: #36A0EC !important;
	text-decoration: none;
}
#footer #right a:hover {
	color: #FF8306 !important;
}