/* @override http://ambinator.com/styles.css */

html {
	margin: 0;
	padding: 0;
	min-width: 960px;
	background-color: #fefefe;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	font-size: 62.5%;
	width: 100%;

}

a, a:visited, a:active {
	color: #955;
	text-decoration: none;
}

a:hover {
	color: #933;
}

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	line-height: 1.1em;

}
h1
{
	letter-spacing: 0.2em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	font-size: 2.0em;
	padding: 20px 0px 0px 0px;
}

#wrapper {
	width: 100%;
	text-align: center;
	background: #F6F6F6 url(images/background.png) center top repeat-x; 
}

#header {
	width: 960px;
	height: 148px;
	padding: 0;
	margin: 0;
	background: url(images/header_background1.png) center top no-repeat;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header img {
	padding: 35px 0px 0px 15px;
	float: left;
}

#header h1, #header p {

}

#header h1 {
	font-size: 4.6em;
	color: #fff;
	margin: 0px 0px 0px 100px;
	padding: 35px 0px 0px 10px;
}
#header p {
	font-size: 1.6em;
	color: #999;
	margin: 0px 0px 0px 100px;
	padding: 5px 0px 0px 10px;
}

#content {
	text-align: left;
	font-size: 1.6em;
	line-height: 1.4em;
	width: 960px;
	padding-top: 32px;
	margin-left: auto;
	margin-right: auto;
}

#description {
	width: 420px;
	float: right;
	padding: 60px 60px 0px 0px;
}

#description p {
	color: #666;
}

#description strong {
	color: #c00;
}

ul.features {
	color: #666;
	padding: 0px 0px 0px 15px;
}

#graphics {
	width: 414px;
	float: left;
}

#ambinatorphone {
	width: 414px;
	height: 770px;
	background: url(images/phone.png) left top no-repeat;
}

#screenshots {
	position: absolute;
	left: 48px;
	top: 140px;
	width: 320px;
	height: 480px;
	padding: 0;
}

img#videobadge
{
	float: right;
	margin-right: 115px;

}

ul.navigation {
	width: 414px;
	height: 70px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 60px;
	list-style-type: none;
}

ul.navigation li {
	margin: 0px 0px 20px 8px;
	padding: 0;
	width: 48px;
	height: 48px;
	float: left;
}

ul.navigation li#nav0 {
	background: url(images/navigation/0.png) center center no-repeat;
}

ul.navigation li#nav1 {
	background: url(images/navigation/1.png) center center no-repeat;
}

ul.navigation li#nav2 {
	background: url(images/navigation/2.png) center center no-repeat;
}

ul.navigation li#nav3 {
	background: url(images/navigation/3.png) center center no-repeat;
}

ul.navigation li#nav4 {
	background: url(images/navigation/4.png) center center no-repeat;
}

ul.navigation li a {
	display: block;
	width: 48px;
	height: 0;
	padding: 48px 0px 0px 0px;
	overflow: hidden;
}

p#price {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	color: #070;
	margin: 60px 0px 0px 0px;
}
.addthis_toolbox
{
	float: right;
	font-size: 1.5em;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	background: url(images/footer_background.png) center top repeat-x;
}

#footer p {
	margin: 0;
	padding: 100px 0px 100px 0px;
	font-size: 1.5em;
	color: #666;
}
