body {
	margin: 0;
	padding: 0;
	background: #ececec url('../img/bg.png') repeat-x;
	font: 16px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #454646;
	text-shadow: #fff 0px 1px 0px;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #454646;
	/*border-bottom: 1px dashed #454646;*/
}
ul {
	list-style-type: none;
	padding: 0;
}
a:hover {
	color: #FFB300;
}
a:active {
	color: #EC9500;
}
.container {
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.bottomcontainer {
	margin-top: 100px;
	background: #ececec url('../img/bg_bottombar.png') repeat-x;
	width: 100%;
	height: 149px;
}
#header {
	background: #ececec url('../img/header.png') no-repeat;
	height: 115px;
	padding-top: 62px;
}
#header #logo {
	margin-left: 35px;
}
#header #logo a {
	border: none;
}
#header #logo a:active {
	position:relative;
	top: 1px;
}
.nav-menu {
	float:right;
	/*padding-top: 90px;*/
}
.nav-menu ul {
	margin-right: 40px;
}
.nav-menu li {
	float: left;
	margin-left:45px;
}
.nav-menu a {
	border-bottom: none;
}
#spotlight {
	text-align: center;
}
#spotlight a {
	border: none;
}
.spotlight-app-title {
	font-size: 26px;
	font-weight: bold;
}
.spotlight-app-version {
	font-size: 20px;
}
#footer {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 50px;
}
#footer a {
	text-decoration: none;
	color: #454646;
	border-bottom: 1px dashed #454646;
}
.app {
	margin-top: -15px;
	float: left;
	width: 255px;
	text-align:center;
}
.app-title {
	margin-top: 6px;
	font-weight: bold;
	font-size: 16px;
}
.app-platform {
	font-weight: normal;
	font-size: 13px;
	color: #666;
}
.app a {
	border: none;
}
.button:active img {
	position: relative;
	top: 1px;
}
.nofloat {
	clear:both;
}

#app-bar {
	width: 100%;
	height: 30px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c8c8c8;
}
#app-bar ul li {
	float: right;
	text-align: center;
}

#app-bar ul li a {
	font-size: 13px;
	font-weight: normal;
	margin-left: 20px;
	font-style: normal;
	text-shadow: #fff 0 1px 0;
	border: none;
}

#app-bar ul li a:hover {
	color: #FFB300;
}

#app-bar ul li a:active {
	color: #EC9500;
}

#app-bar #title {
	float: left;
	font-size: 22px;
}

.gradient-button {
	position: relative;
	top: -1px;
	cursor: pointer;
	width: 100px;
	color: #fff !important;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	text-shadow: #326ab1 0 -1px 0;
	border: 1px solid #326ab1 !important;
	margin-left: 20px;
		height: 21px;

	 /* border-radius */
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;

	 /* box-shadow */
	 -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 1px;
	 -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 1px;
	 box-shadow: rgba(0,0,0,0.1) 0px 1px 1px;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69c3fe), color-stop(1, #3792ef));
	background-image: -moz-linear-gradient(top, #69c3fe, #3792ef);
}

.gradient-button:active {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #69c3fe), color-stop(1, #2571c0));
	background-image: -moz-linear-gradient(top, #69c3fe, #2571c0);
}

.gradient-button a {
	position: relative;
	top: -1px;
	margin-left: 0px !important;
	margin-right: 0px !important;

	padding-left: 10px !important;
	padding-right: 10px !important;

	color: #fff !important;

	font-size: 13px !important;
	text-shadow: #326ab1 0 -1px 0 !important;
	border: none;
}

.gradient-button a:active {
	position: relative;
	top: 0px !important;
}

.box {
	color: #393b40;
	font-size: 14px;
	line-height: 1.6em;

	background-color: #fff;
	float: left;
	width: 610px;
	padding: 40px;
	padding-bottom: 10px;
	border: 1px solid #bfc5d1;
	margin-bottom: 30px;

	 /* border-radius */
	 -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	 border-radius: 4px;

	 /* box-shadow */
	 -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 1px;
	 -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 1px;
	 box-shadow: rgba(0,0,0,0.1) 0px 1px 1px;
}

.sidebar {
	width: 280px ;
	float: right;
	padding-left: 20px;
}

.sidebar a {
	color: #393b40;
	padding-top: 3px;
	padding-bottom: 2px;
}

.sidebar a:hover {
	color: #393b40;
}

.sidebar .box {
	background-color: #fff !important;
	width: 238px !important;
	margin-bottom: 24px !important;	
	padding: 20px !important;
	line-height: 1.6em;

	/* border-radius */
	-webkit-border-top-left-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 4px !important;
	-webkit-border-bottom-right-radius: 4px !important;

	-moz-border-radius-topleft: 0px !important;
	-moz-border-radius-topright: 0px !important;
	-moz-border-radius-bottomleft: 4px !important;
	-moz-border-radius-bottomright: 4px !important;

	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 4px !important;

	border-left: 1px solid #bfc5d1 !important;
	border-top: none !important;
	border-right: 1px solid #bfc5d1 !important;
	border-bottom: 1px solid #bfc5d1 !important;
}
.title {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #373938), color-stop(1, #202020));
	background-image: -moz-linear-gradient(top, #373938, #202020);

	font-size: 14px;
	color: #787771;
	text-shadow: #222126 0 -1px 0;

	 /* border-radius */
	 -webkit-border-top-left-radius: 4px;
	 -webkit-border-top-right-radius: 4px;
	 -moz-border-radius-topleft: 4px;
	 -moz-border-radius-topright: 4px;
	 border-top-left-radius: 4px;
	 border-top-right-radius: 4px;
}
.feature {
	width: 100%;
	clear: both;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 40px;
}
.feature:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.feature .left.description {
	width: 332px;
	padding-right: 30px;
	/*margin-bottom: 45px;*/	
}

.feature .right.description {
	width: 352px;
	padding-left: 30px;
	/*margin-bottom: 45px;*/	
}
.feature p {
	line-height: 1.6em;
	padding-bottom: 15px;
	font-size: 14px;
}
.feature h2 {
	font-size: 20px;
	line-height: 1em;
	padding-top: 0px !important;
	padding-bottom: 10px !important;
	color: #222126;
	margin: 0;
}

.feature img {
	text-align: center;
	padding: 5px;
	/*margin-bottom: 60px;*/
	width: 210px;
	border: 1px solid #bfc5d1;
}
.left {
	float: left;
}

.right {
	float: right;
}
.faq {
	margin-bottom: 20px;
}
.faq-title {
	font-weight: bold;
	margin-bottom: 10px;
}
