html {
	margin: 0 auto;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	background: #7ddefb url(/images/background.jpg) repeat-x;
}

body {
	margin-top: 50px;
	min-height: 800px;
}

a img {
	border: 0;
}

div#frameholder {
	width: 846px;
	margin: 0 auto;
	background-image: url(/images/content_holder_bg_part2.png);
	background-repeat: repeat-y;
}
	
div#frame {	
	padding-top: 20px;	
	background-image: url(/images/content_holder_bg_part1.png);
	background-repeat: no-repeat;
}

div#header {
	margin: 0 auto;
}

div#header p {
	border: 1px dotted #adadad;
	font-size: 16px;
	font-style: italic;
	color: #76797c;
	text-align: left;
	padding: 5px;
}

div#content {
	margin: 0 auto;
	padding-top: 100px;
	min-height: 450px;
}

div#content p {
	text-align: center;
}

div#content form {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: center;
}

div#content form p {
	margin: 0 auto;
	background: url(/images/search.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 40px;
}

div#content form input {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}

div#content input.searchtext {
	width: 555px;
	font-size: 30px;
	height: 40px;
	padding: 0;
	padding-left: 20px;
}

div#content input.searchbutton {
	width: 75px;
	font-size: 30px;
	height: 40px;
	padding: 0;
}

div#footer {
	text-align: center;
	font-size: x-small;
	color: #b9b9b9;
	width: 846px;
	height: 60px;
	margin: 0 auto;
	padding-top: 20px;
	background-image: url(/images/content_holder_bg_part3.png);
	background-repeat: no-repeat;
}

div#footer a {
	color: #b9b9b9;
	text-decoration: none;
}

div#footer a.developers {
	color: #000;
	text-decoration: none;
}

table#products {
	margin: 0 auto;
	border: 1px solid #ccc;
	width: 800px;
}

table#products, td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	font-size: small;
}

table#products th {
	background: url(/images/table_th.gif) repeat-x #fff;
	border-left: 1px solid #ccc;
	color: #666;
	padding: 5px 10px;
	text-align: left;
}

table#products tbody tr:hover {
	background: url(/images/table_tr.gif) repeat #fff;
}

table#products tbody tr:hover td {
	color: #454545;
}

table#products td {
	color: #666;
	padding: 5px 10px;
	text-align: left;
}

table#products img {
	max-width: 50px;
	max-height: 50px;
}

table#products a:link,
table#products a:visited,
table#products a:active {
	color: #003366;
}

table#products a:hover {
	color: #003366;
	text-decoration: none;
}

div.placeholder {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: xx-small;
	text-align: center;
}

p.comparetext {
	font-size: small;
	color: #666;
	font-weight: bold;
	text-align: center;
}

p.comparesites {
	text-align: center;
	margin-bottom: 0;
}

p.comparesites img {
	margin-right: 20px;
}

div#header {
	width: 801px;
	height: 57px;
}

/*TABS*/

#tab1 {
	background-image:url(/images/tab1_up.png); height:38px; width:399px; float:left; cursor:pointer;
}

#tab1:hover {
	background-image:url(/images/tab1_down.png);
}

#tab2 {
	background-image:url(/images/tab2_up.png); height:38px; width:399px; margin-right:-1px; float:right; cursor:pointer;
}

#tab2:hover {
	background-image:url(/images/tab2_down.png);
}

div#steps {
	background-image: url(/images/steps.png);
	background-repeat: no-repeat;
	height: 250px;
	margin: 0 auto;
	width: 801px;
	overflow: hidden;
}

div#stepsIphone {
	background-image: url(/images/stepsIphone.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 801px;
	margin: 17px;
	overflow: hidden;
	padding-top: 20px;
	background-position: 0px 20px;
	position:absolute;
}

div#stepsAndroid {
	background-image: url(/images/stepsAndroid.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 801px;
	margin: 17px;
	overflow: hidden;
	padding-top: 20px;
	background-position: 0px 20px;
	position:absolute;	
}

div#stepsAndroid a {
	color: #76797c;
	text-decoration: none;
}

div#stepsAndroid div {
	float: left;
	margin-top: 110px;
	width: 130px;
	color: #76797c;
	font-size: 11px;
}

div#stepsIphone a {
	color: #76797c;
	text-decoration: none;
}

div#stepsIphone div {
	float: left;
	margin-top: 110px;
	width: 130px;
	color: #76797c;
	font-size: 11px;
}

div#stepsAndroid .step1 {
	margin-left: 19px;
}

div#stepsAndroid .step2 {
	margin-left: 175px;
}

div#stepsAndroid .step3 {
	margin-left: 168px;
}

div#stepsIphone .step1 {
	margin-left: 19px;
}

div#stepsIphone .step2 {
	margin-left: 175px;
}

div#stepsIphone .step3 {
	margin-left: 168px;
}

div#banner {
	margin-top: 10px;
	text-align: center;
}

#content-banner {
	width: 728px;
	height: 90px;
	margin: 0 auto;
}
