﻿
body {
	text-align:center;

	margin:auto;
	font-family: arial,sans-serif;
	color: #4D6171;
	font-size: 12px;
	line-height: 1.6;
	text-align:left;
	
}

.header {
	height: 120px;
	width: 100%;
	background:transparent url('images/header.png') no-repeat;
	background-position:top;
}

.logo {
	float:left;
	margin-top:35px;
	margin-left:45px;
}

.logo_text {
	float:left;
	margin-top:75px;
	margin-left:10px;
}

.header a , .header img{
	border:0;
}

.login {
	float: right;
	position:relative;
	top:10px;
	right:45px;
}

.login .button {
	background:transparent url('images/login-button.png') no-repeat;
	display:table-cell;
	width:64px;
	height:25px;
	display:inline-block;
	position:relative;
	top:8px;
}

.login .button:hover {
	background:transparent url('images/login-button-dis.png') no-repeat;
}

.site {
	width:1027px;
	margin:auto;
}

.menu {
	margin:0;
	/*margin-bottom:2px;*/
	width:100%;
	background-image:url('images/nav-bar.png');
	background-repeat:no-repeat;
	list-style-type:none;
	height:28px;
	position:relative;
	/*top:-2px;*/
	padding-left:40px;
	
	
}


.menu li {
	width:115px;
	text-align:center;
	padding-top:5px;
	color:white;
	font-size:14px;
	float:left;
}


.menu .current_item, .menu li:hover {
	background:transparent url('images/nav-chosen.png') no-repeat;
	background-position:center;
	color:#4D6171;
	position:relative;
	top:2px;
}

.menu a {
	color:white;
}

.menu li a {
	text-decoration: none;
	color:inherit;
	width:100px;
}

.menu li a:hover {
	color:#4D6171;
}

.menu .current_item a, .menu .current_item a:hover {
	color:#4D6171;
}

.content_left {
	width:470px;
}

h2 {
	font-family: arial,sans-serif;
	color: #F77605;
	font-size: 22px;
	margin:0;
	padding:0;
	line-height:22px;
	font-weight:normal;
}

h3 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-family: arial,sans-serif;
	color: #4D6171;
	font-size: 18px;
}

h4 {
	font-size:14px;
	margin-bottom:0;
}

.side_buttons h5 {
	color:black;
	width:210px;
	border-bottom:1px #d9dde1 solid;
	padding-left:2px;
	position:relative;
	left:-2px;
	margin-bottom:0;
	margin-top:10px;
	font-size:10px;
}

.content {
	/*background:transparent url('images/content-back.png') no-repeat;*/
	background:transparent url('images/content-back.png') no-repeat;
    /*background:url("http://www.snaptu.com/img/layout/indexbg.jpg") repeat-x scroll 0 0 transparent;*/
	background-position:center top;
	padding-top:5px;
	padding-bottom:34px;
	width:100%;
}

.content td {
	vertical-align:top;
}

.content .home {
	width:100%;
}

.publishers, .developers, .autocomplete {
	margin-top:15px;
}

.content_left div {
	padding-left:47px;
	padding-top:13px;
}

.content_left img {
	padding-left:32px;
	padding-top:15px;
}

.content_left p {
	padding:0;
	margin:0;
	padding-top:5px;
}

.content ul {
	list-style:none;
	padding:0;
	margin:0;
}

.content ul li {
	background:transparent url('images/bullet.png') no-repeat;
	background-position:left;
	padding-left:15px;
}


.frame {
	background-image:url('images/frame-bg.png');
	background-position:center 10px;
	background-repeat:no-repeat;
	padding-left:55px;
	padding-top:28px;
	vertical-align:top;
	height:207px;
}

.frame img {
	float:left;	
}

.frame_content {
	vertical-align:top;
	padding-top:5px;
	padding-left:5px;
	margin-left:55px;
}

.frame_content .text {
	line-height: 1.4;
	padding:0;
	margin:0;
	padding-top:5px;
	padding-bottom:10px;
	height:80px;
}

.frame_footer {
	display:table-row;
}

.frame_content .button {
	background:transparent url('images/getstarted-button.png') no-repeat;
	float:left;
	width:126px;
	height:25px;
	position:relative;
	left:-5px;
	top:2px;
}

.frame_content .button:hover {
	background:transparent url('images/getstarted-button-dis.png') no-repeat;
}

.frame_content .link {
	padding:0;
	margin:0;
	display:table-cell;
	vertical-align:middle;
	padding-left:10px;
	text-decoration:none;
}

.frame_content .link:hover {
}


.side_buttons {
	width:260px;
	margin-left:48px;
	margin-top:-2px;
	font-size:10px;
}

.side_buttons ul{
	/*margin-bottom:34px;*/
	margin-bottom:14px;
	
	list-style:none;
}

.side_buttons ul li {
	margin-top:6px;
	padding-left:10px;
	list-style:none;
	background:none;
}

.side_buttons ul .selected {
	background:transparent url('images/bullet-arrow.png') no-repeat;
	background-position:left;
}



.side_buttons .button {
	background:transparent url('images/startnow-button.png') no-repeat;
	display:table-cell;
	width:161px;
	height:42px;
	position:relative;
	left:-5px;
	top:2px;
}

.side_buttons .button:hover {
	background:transparent url('images/startnow-button-dis.png') no-repeat;
}

.page_content {
	padding-left:15px;
	padding-right:45px;
}

.page_content p {
	padding:0px;
	margin:0;
}

.page_content ul {
	margin-bottom:10px;
}

.page_content h2 {
	margin-bottom:15px;
}

.page_content h3 {
	margin-top:15px;
}

.page_icon {
	width:60px;
}

.autocomplete .list td{
	vertical-align:middle;
}


.footer {
	background:transparent url('images/footer-back.png') repeat;
	width:100%;
	height:55px;
	margin:auto;
}

.footer ul {
    /*border:solid 1px white;*/
	list-style-type:none;
	padding:0;
	margin:0;
	/*margin-left:180px;*/
	 text-align:center;
	/*position:relative;*/
	top:2px;
	width:1024px;
}

.footer ul li {
	float:left;
	color:white;
	font-size:11px;
	font-weight:bold;
	padding-top:18px;
	padding-right:15px;
}

.footer ul li a {
	color:white;
	text-decoration:none;
}

.footer .logo {
	background:transparent url('images/footer-logo.png') no-repeat;
	height:30px;
	padding-top:10px;
	padding-left:52px;
	margin-left:80px;
	margin-top:8px;
	
    float:right;
    /*margin-right:205px;*/
}



.side_buttons a {
	color:white;
}

.side_buttons li a {
	text-decoration: none;
	color:inherit;
	width:100px;
}

.side_buttons li a:hover {
	color:#4D6171;
}

/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since wForms v0.92 */
	color: #CC3333 !important;
	display: inline;

}
.errMsg {	
	color: #CC3333 !important;
	/*font-size:0.8em;*/
	display: inline;

}
.okMsg {	
	color: green !important;
	/*font-size:0.8em;*/
	display: inline;

}