@charset "utf-8";

/* CSS Document */

/* Created: 06/02/08 */


/* COLOURS */
/*

red		#ca1c27

*/

/*-------------- RESET, HTML, BODY --------------*/

* { margin:0px; border:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	text-align:left;
	font-size:13px;
	color:#666;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color:#060705;
	background: #FFF;
	text-align:center;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%; }
.clearfix {display: block;}
/* End hide from IE-mac */

HTML {
	 overflow-y:scroll;
	 overflow-x:none;
}

table, tr, td {
	vertical-align:top;
	color:#060705;
}

/*---------- H TAGS ----------------*/

H1, H2, H3, H4, H5, H6 {
	font:bold 24px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#060705;
	padding:10px 0px 0px 10px;
}

H2 {
	font-size:16px;
}

H3 {
	font-size:14px;
	color:#FFF;
}

H4 {
	font-size:13px;
}

H5 {
	font-size:12px;
}

H6 {
	font-size:11px;
	color: #FF9900;
}

P {
	text-align:left;
	padding:10px;
	margin:0px;
	line-height:1.4em;
}


.threePoints {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #e9e9e9;
	padding-bottom: 10px;
	display: block;
	width: 505px;
	line-height: 16px;
}

.formField {
	padding:3px 10px;
	background:#e9e9e9 url(../images/inputBg.gif) 0px 2px no-repeat;
}

.formFieldBlank {
	padding:5px;
}

.formFieldSmall {
	padding:3px;
	background:#e9e9e9 url(../images/inputBgSmall.gif) 0px 2px no-repeat;
}

a {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#060705;
}

a:hover {
	color:#7fbe05;
}

.input {
	border:1px solid #b8b8b8;
	height:14px;
	font-size:11px;
	width:170px;
}

input, select {
	padding:2px;
	width:190px;
	font-size:11px;
	line-height:1em;
}


/*--------------- HEADER ---------------*/

.main {
	width:774px;
	display:block;
	margin:0px auto 0px;
	height:auto;
	background:#FFF;
	text-align:center;
}

.head {
	width:100%;
	height:139px;
	margin:0px auto;
	padding:0px;
	border:0px;
	background:#FFF url(../images/headerBg.png) repeat-x 0px 0px;
}

.headInner {
	width:774px;
	height:101px;
	margin:0px auto;
}

.headInner .links {
	float:right;
	color:#7fbe05;
	padding:15px 25px 0px 0px;
}

.headInner .links a {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#7fbe05;
}
	
.headInner .links a:hover {
	color:#FFF;
}

.middle {
	width:774px;
	margin:0px auto;
	height:auto;
	background:#FFF;
	text-align:left;
}

.middle .top {
	width:774px;
	height:227px;
	padding:0px;
	border:0px;
	background:#FFF url(../images/alphaMailScreenShot.png) repeat-x 0px 0px;
}

.middle .topFollower {
	width:774px;
	height:109px;
	padding:0px;
	border:0px;
	background:#FFF url(../images/faqHead.png) repeat-x 0px 0px;
}

.middle .top P {
	padding:93px 20px 20px 473px;
	color:#FFF;
}

.middle .left, .middle .right {
	width:545px;
	margin:0px auto;
	height:auto;
	background:#FFF;
	text-align:left;
	float:left;
}

.middle .right {
	width:190px;
	padding-top:20px;
}

.middle .left #directMarketing {
	padding:36px 0px 0px 0px;
}

.middle .left p {
	padding-right:30px;
}

.features {
	width:220px;
	height:auto;
	padding:0px 0px 20px 0px;
	border:0px;
	color:#052453;
	background:transparent url(../images/featuresBg.png) repeat-x 0px 0px;
	float:left;
}

.features #features {
	padding:23px 0px 0px 24px;
}

.features P {
	padding:10px 14px 0px 28px;
	color:#052453;
	background:transparent url(../images/blueArrow.png) no-repeat 18px 15px;
}

.features a {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#052453;
	display:block;
	padding:10px 14px 0px 28px;
}

.features a:hover {
	color:#7fbe05;
}

.spacer {
	width:4px;
	height:300px;
	float:left;
}

.logo {
	float:left;
	width:400px;
}

.logo IMG {
	padding:25px 0px 0px 16px;
}

.menu {
	width:774px;
	height:38px;
	text-align:right;
	margin:0px auto;
	display:block;
}

.menu .home {
	width:131px;
	height:38px;
	float:left;
}

.menu .home a {
	width:131px;
	height:38px;
	display:block;
	background:transparent url(../images/menu/off.png) no-repeat 0px 0px;
}

.menu .home a:hover {
	background:transparent url(../images/menu/on.png) no-repeat 0px 0px;
}

.menu .customers {
	width:147px;
	height:38px;
	float:left;
}

.menu .customers a {
	width:147px;
	height:38px;
	display:block;
	background:transparent url(../images/menu/off.png) no-repeat -131px 0px;
}

.menu .customers a:hover {
	background:transparent url(../images/menu/on.png) no-repeat -131px 0px;
}

.menu .faqs {
	width:116px;
	height:38px;
	float:left;
}

.menu .faqs a {
	width:116px;
	height:38px;
	display:block;
	background:transparent url(../images/menu/off.png) no-repeat -278px 0px;
}

.menu .faqs a:hover {
	background:transparent url(../images/menu/on.png) no-repeat -278px 0px;
}

.menu .pricing {
	width:126px;
	height:38px;
	float:left;
}

.menu .pricing a {
	width:126px;
	height:38px;
	display:block;
	background:transparent url(../images/menu/off.png) no-repeat -394px 0px;
}

.menu .pricing a:hover {
	background:transparent url(../images/menu/on.png) no-repeat -394px 0px;
}

.menu .order {
	width:130px;
	height:38px;
	float:left;
}

.menu .order a {
	width:130px;
	height:38px;
	display:block;
	background:transparent url(../images/menu/off.png) no-repeat -520px 0px;
}

.menu .order a:hover {
	background:transparent url(../images/menu/on.png) no-repeat -520px 0px;
}

.menu .demo {
	width:124px;
	height:38px;
	float:left;
}

.menu .demo a {
	width:186px;
	height:38px;
	display:block;
	background:transparent url(../images/menu/off.png) no-repeat -650px 0px;
}

.menu .demo a:hover {
	background:transparent url(../images/menu/on.png) no-repeat -650px 0px;
}

.footer {
	width:760px;
	display:block;
	margin:30px auto;
	background:none;
	text-align:right;
	border-top:#b0b0b0 3px solid;
	color:#7b7b7b;
}

.footer .left, .footer .right {
	width:500px;
	float:left;
}

.footer .right {
	width:260px;
}
.footer .right P {
	text-align:right;
	padding-bottom:0px;
}

.footer .left P {
	text-align:left;
	padding-bottom:0px;
}

.footer a {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#7b7b7b;
}

.footer a:hover {
	color:#7fbe05;
}
