* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 62.5%/20px Arial, Helvetica, sans-serif;
	background: url(../images/header-line.gif) 0 200px repeat-x;
}

.hasSubnav {
	background: url(../images/header-line-subnav.gif) 0 200px repeat-x;
}

#wrapper {
	margin: 0 auto;
	padding: 0 0 80px 0;
	width: 920px;
}

#new {
	position: absolute;
	top: 0;
	right: 0;
	width: 121px;
	height: 121px;
	background: url(../images/label-new.gif) top left no-repeat;
	z-index: 3;
}

#header {
	position: relative;
	width: 920px;
	height: 233px;
}

#header h1 {
	position: absolute;
	top: 52px;
	left: 0;
}

#header h1 a {
	display: block;
	width: 245px;
	height: 45px;
	background: url(../images/logo-airmail.gif) top left no-repeat;
	text-indent: -9999px;
}

#header #payoff {
	width: 450px;
	height: 100px;
	display: block;
	position: absolute;
	right: 45px;
	top: 30px;
	z-index: 0;
	font-size: 13px;
}

#menu {
	position: absolute;
	top: 160px;
	left: 0;
	list-style: none;
	font-size: 1.4em;
	font-weight: bold;
}

#menu li {
	float: left;
	margin: 0 6px 0 0;
	width: 145px;
	height: 42px;
	text-align: center;
}

#menu li a {
	display: block;
	width: 145px;
	height: 42px;
	background: url(../images/tab.png) top left no-repeat;
	line-height: 40px;
	text-decoration: none;
	color: #6d6e71;
}

#menu li.active {
}

#menu li.active a {
	background: url(../images/tab-active.png) top left no-repeat;
	color: #fff;
}

#menu li ul {
	display: none;
}

#menu li.active ul {
	position: absolute;
	top: 42px;
	left: 0;
	display: block;
	width: 886px;
	height: 31px;
	list-style: none;
	font-size: 0.8em;
	background: #009ee0;
}

#menu li.active ul li {
	width: auto;
	height: 31px;
	text-align: left;
}

#menu li.active ul li a {
	display: inline;
	padding: 0 0 0 34px;
	width: auto;
	height: 31px;
	background: #009ee0;
	line-height: 29px;
}

#menu li.active ul li.active a {
	color: #094a65;
}

#content {
	margin: 30px 0 0 0;
	color: #464646;
	background: url(../images/dots-vertical.gif) 570px 0 repeat-y;
}

#index #content {
	background: url(../images/dots-vertical.gif) 450px 0 repeat-y;
}

#content h3 {
	font-size: 3.0em;
	font-weight: normal;
	line-height: 40px;
	color: #b4b4b4;
}

#content h4 {
	padding: 5px 0 5px 0;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 40px;
	color: #6d6e71;
}

#content h5 {
	font-size: 1.2em;
}

#content p {
	padding: 5px 0;
	font-size: 1.2em;
}

#content p.introText {
	padding: 5px 0 10px 0;
	font-size: 1.6em;
	line-height: 24px;
}

#content a:link, #content a:visited {
	color: #0086bf;
	text-decoration: underline;
	borde: none;
}

#content a:hover, #content a:active {
	color: #0086bf;
	text-decoration: none;
}

#content ul {
	padding: 5px 0;
	list-style: none;
}

#content ul li {
	background: url(../images/icon-confirm.gif) 0 2px no-repeat;
}

#content h5 {
	background: url(../images/icon-confirm.gif) 0 7px no-repeat;
	padding: 5px 0 0 20px;
}

#content p {
	padding: 0 0 15px 0;
}

#content .button:link, #content .button:visited {
	display: block;
	width: 137px;
	height: 30px;
	background: url(../images/button-bg.png) top left no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
	cursor: pointer;
	text-decoration: none;
	color: #464646;
}

#content .button:hover, #content .button:active {
	color: #464646;
}

#content #colMain .button {
	margin: 0 0 0 393px;
}

#content #colMain .demo .button {
	margin: 0 0 20px 0;
}

#index #content #colMain .button {
	margin: 0 0 0 273px;
}

#content #colSide .button {
	margin: 0 0 0 263px;
}

#content .button span {
	display: block;
	width: 102px;
	height: 30px;
	padding: 0 0 0 35px;
}

#content .buttonFeatures span {
	background: url(../images/icon-features.gif) 10px 7px no-repeat;
}

#content .buttonDemos span {
	background: url(../images/icon-demos.gif) 10px 7px no-repeat;
}

#content .buttonContact span {
	background: url(../images/icon-contact.gif) 10px 7px no-repeat;
}

#content .buttonSend span {
	background: url(../images/icon-send.gif) 10px 7px no-repeat;
}

#content .buttonTop {
	float: right;
	right: 20px;
	font-size: 1.2em;
}

#content .bannerDemo {
	display: block;
	width: 300px;
	height: 100px;
	background: url(../images/airmail-banner.gif) left top no-repeat;
	text-indent: -9999px;
	
}

#content .bannerDemob {
	float: left;
	display: block;
	width: 300px;
	height: 100px;
	background: url(../images/airmail-banner.gif) left top no-repeat;
	text-indent: -9999px;
	padding-right: 30px;
}

#content table {
	width: 100%;
	margin: 10px 0 30px 0;
	font-size: 1.2em;
	background: #b4b4b4;
}

#content table td {
	padding: 10px 15px;
	background: #fff;
}

#content table label {
	font-weight: bold;
	color: #b4b4b4;
}

#content label {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
}

#content #contactForm dl dt {
	float: left;
	width: 173px;
}

#content #contactForm dl dd {
	float: left;
	padding: 0 0 15px 25px;
}

#content #contactForm dl dd.error {
	background: url(../images/icon-error.gif) 0 7px no-repeat;
}

#content #contactForm dl dd label {
	padding: 0 50px 0 5px;
	font-weight: normal;
}

#content #contactForm dl dd .textinput {
	padding: 7px 11px 0 11px;
	width: 310px;
	height: 23px;
	background: url(../images/textinput.png) top left no-repeat;
}

#content #contactForm dl dd .textinput input {
	float: left;
	width: 310px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border: none;
	background: none;
	color: #464646;
}

#content #contactForm dl dd.error .textinput input {
	font-weight: bold;
	color: #dc1414;
}

#content #contactForm dl dd .textarea {
	padding: 7px 11px 0 11px;
	width: 310px;
	height: 193px;
	background: url(../images/textarea.png) top left no-repeat;
}

#content #contactForm dl dd .textarea textarea {
	float: left;
	width: 310px;
	height: 185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 20px;
	border: none;
	background: none;
	color: #464646;
}

#content #contactForm dl dd.error .textarea textarea {
	font-weight: bold;
	color: #dc1414;
}

#content .note {
	font-size: 1.1em;
	color: #9f9f9f;
}

#colMain {
	float: left;
	padding: 0 40px 0 0;
	width: 530px;
}

#colMain .demoVideo{
	margin-top: 40px;
}

#colMain .demoVideo div.video{
	float:left;
	width: 358px;
}

#colMain .demoVideo div.text{
	float:left;
	margin-left:10px;
	width:160px;
}

#colMain .demoVideo div.text strong{
	font-size:1.2em;
}

#index #colMain {
	width: 410px;
}

#colSide {
	float: left;
	width: 320px;
	padding: 0 0 0 30px;
}

#index #colSide {
	width: 420px;
	padding: 0 0 0 50px;
}

#colSide .screenshot {
	float: left;
	margin: 0 0 10px 0;
}

#colSide #video {
	width: 379px;
	height: 274px;
	margin: 0 0 15px 0;
	padding: 21px 0 0 21px;
	background: url(../images/video-bg.png) top left no-repeat;
}

#colSide #video #player {
	display: block;
	width: 379px;
	height: 274px;
	background: url(../images/player.jpg) left top no-repeat;
}

#colSide #testimonials {
	margin: 15px 0 0 0;
	padding: 0 30px;
	width: 340px;
	height: 660px;
	background: url(../images/testimonials-bg.png) top left no-repeat;
}

#colSide #testimonials li {
	padding: 15px 0;
	background: url(../images/dots-horizontal.gif) bottom left repeat-x;
}

#colSide #testimonials li#testCo {
	background: none;
}

#colSide #testimonials li img {
	float: left;
	margin: 10px 30px 0 0;
}

#colSide #testimonials li p {
	padding: 0;
}

#colSide #testimonials #intro {
	padding-top: 20px;
}

#colSide #testimonials li p.date {
	float: left;
	width: 170px;
	font-size: 1.1em;
	font-weight: bold;
}

#colSide #location {
	position: relative;
	margin: 10px 0 10px 0;
	width: 300px;
	height: 200px;
}

#colSide #location #map {
	width: 298px;
	height: 198px;
	border: 1px solid #c8c8c8;
	background: url(../images/google-maps.gif) left top no-repeat;
}

#colSide #location #corners {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 200px;
	background: url(../images/map-corners.gif) top left no-repeat;
}

#colSide #contactInfo p {
	padding: 2px 0 0 30px;
}

#colSide #contactInfo p.iconTel {
	background: url(../images/icon-tel.gif) 0 4px no-repeat;
}

#colSide #contactInfo p.iconMail {
	background: url(../images/icon-contact.gif) 0 4px no-repeat;
}

#footer {
	width: 100%;
	height: 240px;
	border-top: 2px solid #c8c8c8;
	background: url(../images/footer-bg.gif) top left repeat-x;
}

#footer ul {
	font-size: 1.2em;
	margin: 25px auto 0 auto;
	width: 920px;
	list-style: none;
}

#footer ul li {
	float: left;
	padding: 0 7px;
	background: url(../images/footer-spacer.gif) 0 5px no-repeat;
}

#footer ul li#ftAirmail {
	background: none;
}

#footer a:link, #footer a:visited {
	color: #0086bf;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #0086bf;
	text-decoration: none;
}

#footer ul li span {
	color: #b4b4b4;
}

#footer #subfooter {
	clear: both;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 1.1em;
	color: #6D6E71;
}

.logo {
	margin: 20px 0 10px 0;
}

.clear {
	clear: both;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 99;
}

#popup {
	position: absolute;
	z-index: 100;
	background: url(../images/popup.png) left bottom no-repeat;
	padding: 50px 25px 25px 25px;
}

#popupClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 20px;
	background: url(../images/popup-close.gif) left top no-repeat;
	cursor: pointer;
}

#popupContent {
}

div.line {
	height: 1px;
	border-bottom: 1px solid #ccc;
}

.buttons {
	padding-top: 40px;
}

#buttonBuy {
	width: 139;
	height: 145;
	float: left;
}
#buttonPar {
	width: 139;
	height: 145;
	float: left;
	padding-left: 30px;
}

#buttonMembers {
	width: 139;
	height: 145;
}

img {
	border: none;
}