/* General Styles */

body {
	margin: 0;
	background-color: #431599;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:"Trebuchet MS";
	font-size:14px;
}

#logo{
	float:left;
	padding-left: 10px;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#navigation {
	float:right;
	width:535px;
}

#navigation li {
	float:left;
	padding: 22px 15px 15px 15px;
	list-style-type:none;
}

#navigation a {
	font-size:16px;
	color:#431599;
	text-decoration:none;
}

#navigation a:hover {
	color:#FF0000;
}

#header {
	width: 780px;
	height: 91px;
	background-image: url(images/headerBG.jpg);
}

#content {
 padding: 10px 15px 10px 15px;
 background-color:#FFFFFF;
}

#footer {
	padding: 10px 10px 10px 10px;
	color:#999999;
	font-size:12px;
	text-align: center;	
}
h1 {
	font-size: 25px;
	font-weight: bold;
	text-shadow: gray 2px 2px 3px;
	color: #431599;
}
h3 {
	font-size: 25px;
	font-weight: bold;
	text-shadow: #000000 0 0 0;
	color: #431599;
}

img {
	border: none;
}

a {
	color: red;
}

/* Below are page specific styles */

/* Home Page Styles */

#homeContent {
	width: 325px;
	height: 333px;
}

#features {
	background-color: #431599;
	border:solid;
	border-width:1px;
	border-color:#FFFFFF;
	padding: 15px 15px 15px 15px;
	color:#FFFFFF;
	height: 400px;
}

#leftFeatures {
	float: left;
	width: 350px;
}

#rightFeatures {
	float: right;	
	width: 350px;
	margin-left: -30px;
}

#homeBottom {
	position: static;
	padding: 15px;
	background-color: #FFFFFF;
}

#leftFeatures li, #rightFeatures li {
	list-style-image: url(images/home/featuresBullet.gif);
	padding-bottom: 10px;
}

#screenshot {
	position: absolute;
	margin-top: 83px;
	left: 50%;
	margin-left: -77px;
}


/* How It Works Styles */

#howItWorksLeft {
	width:450px;
}
#howItWorksRight {
	float:right;
	width:275px;	
}

/* Sign-up and Pricing Styles */

#pricing table {
	border-color: #CCCCCC;
	border-style:solid;
	border-width:3px;
	background-color:#FFFFCC;
}
#pricing td, #pricing th {
	text-align: center;
	border-color: solid;
	border-width: 1px; 
	border-color: #6666FF;
	vertical-align: top;
}
#pricing th {
	background-image:url(images/th_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#signupForm {
  width:550px;
	margin: 0 auto;
	text-align: left;
	background-color: #F4EFFF;
}

#signupSectionHeader {
	margin-top:15px;
	padding-top:10px;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #FF0000;
	font-size: 16px;
	font-weight: bolder;
}
.atxt {
	color: red;
}
