body {
	margin:0;
	padding:0;
	color:#000000;
	background: url(images/bg.jpg) repeat-x top #FFF;
	font-family:Arial, Helvetica, sans-serif;
}

body.sub {
	background: url(images/bg-alt.jpg) repeat-x top #FFF;
}

img {
	border:0;
}

a, a:visited, a:hover, a:link {
	color:#330066;
}

.break {
	clear:both;
	height:1px;
	overflow:hidden;
}	

#container {
	width: 800px;
	padding: 0 50px;
	margin: 0 auto 0 auto;
}

#header {
	height: 97px;
	width: 800px;
}

#header h1 {
	margin:21px 0 0 0;
	padding:0;
	background-image:url(images/logo.png);
	width:345px;
	height:51px;
	text-indent:-500em;
	float:left;
}

#header h1 a {
	display:block;
	width: 345px;
	height:51px;
}

#header ul {
	margin:32px 0 0 0;
	padding:0;
	list-style:none;
	float:right;
	width: 298px;
	height:31px;
}

#header ul li {
	float:left;
}

#header ul li a {
	display:block;
	background-image:url(images/menu.png);
	text-indent:-500em;
}

#header ul li#home, #header ul li#home a {
	width:78px;
	height:31px;
	background-position:0 0px;
}

#header ul li#home a:hover {
	background-position:0 -31px;
}

#header ul li#about, #header ul li#about a {
	width:76px;
	height:31px;
	background-position:-78px 0px;
}

#header ul li#about a:hover {
	background-position:-78px -31px;
}

#header ul li#faqs, #header ul li#faqs a {
	width:64px;
	height:31px;
	background-position:-154px 0px;
}

#header ul li#faqs a:hover {
	background-position:-154px -31px;
}

#header ul li#contact, #header ul li#contact a {
	width:80px;
	height:31px;
	background-position:-218px 0px;
}

#header ul li#contact a:hover {
	background-position:-218px -31px;
}

#left {
	width: 425px;
	float:left;
}

#right {
	width: 375px;
	float:left;
}

#track { 
	text-indent:-500em;
	background-image:url(images/track.png);
	width:401px;
	height: 393px;
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}

#features {
	text-indent:-500em;
	background-image:url(images/features.png);
	width:401px;
	height: 212px;
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}

#price {
	width: 375px;
	height:372px;
	overflow:hidden;
}


#signupshell {
	width: 375px;
	height: 594px;

}
#signup {
	width: 350px;
	height: 594px;
	background-image:url(images/formbg.png);
	overflow:hidden;
	padding-left:25px;
}

#signup.nobg {
	background-image:none;
}

#signup form {
	width: 350px;
	margin:0;
}

#signup.nobg form {
	padding: 0 0 0 2px;
}

#leftcol {
	width: 175px;
	float:left;
}

#rightcol {
	width: 175px;
	float:left;
}

#signup form #rightcol input, #signup form #leftcol input {
	width: 140px;
} 

#signup form label {
	display:block;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 0 0 2px 0;
	font-style:italic;
}

#signup p, #signup td {
	color:#666;
}

#signup form input {
	width:315px;
	padding:0;
	margin: 0 0 8px 0;
	border: 1px solid #CCC;
	background-color:#FFF;
	padding: 5px;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#signup.nobg form input {
	background-color:#f6f6f6;
}

#signup form textarea {
	width:315px;
	height:90px;
	padding:0;
	margin: 0 0 8px 0;
	border: 1px solid #CCC;
	background-color:#FFF;
	padding: 5px;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#signup.nobg form textarea {
	background-color:#f6f6f6;
}

#signup form input.checkbox {
	width: auto;
	border:0;
	padding:0;
	margin:0;
	background-color:#f0f0f0;
}

#signup form input.button {
	width: 175px;
	height:37px;
	margin: 0 0 0 75px;
	border:0;
	padding:0;
	background-color:#f0f0f0;
}


#paypal {
	background-image:url(images/paypal.png);
	background-repeat:no-repeat;
	padding: 13px 0 15px 130px;
	font-size:11px;
	color:#666;
	height: 42px;
}

#footer {
	border-top:1px solid #CCC;
	width: 800px;
	clear:both;
	padding-bottom:20px;
	margin-top:20px;
}

#footer p {
	font-size:11px;
	color:#666;
	padding:12px 0 0 0;
	margin:0;
}

#siteby {
	width:97px;
	height:59px;
	overflow:hidden;
	float:right;
	background-image:url(images/evoluted.png);
}

#siteby a {
	width: 97px;
	height:59px;
	display:block;
	text-indent:-500em;
}

#contentpage {
	padding: 30px 0 0 0;
}

#contentpage h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990066;
	font-style:italic;
	font-size:20px;
	margin:0;
	padding:0 0 5px 0;
	font-weight:normal;
}

#contentpage h3 strong {
	font-weight:bold;
}

#contentpage p {
	color: #333;
	font-size: 14px;
	line-height: 18px;
	padding: 0 25px 20px 0;
	margin:0;
}

#subpricing {
	background-image:url(images/pricing.png);
	width: 95px;
	height: 236px;
	padding: 380px 0 0 280px;
}