body {
	background-color:#eaf2f5;
	margin:0;
	padding:0;
}
img {
	border: none;
}
#body {
	margin: 0 auto;
	width: 838px;
}
#header {
	background-image:url("/includes/shadow2.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
	height:95px;
	padding-top:15px;
}
#header a img {
	border: none;
	float:left;
}
#login {
	color:#154181;
	float:right;
	font-family:monospace;
	font-size:17px;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:lowercase;
}
#login-username,#login-password {
	color: black;
	margin:0;
	width:10em;
}
#login input.default {
	color: gray;
}
#submitTd {
	vertical-align: middle;
}
#loginButton {
	background-color:#EAF2F5;
	background-image:url("/includes/button_bg.gif");
	background-repeat:repeat-x;
	border:1px outset gray;
	color:#F0FFFF;
	font-weight:bold;
	padding:2px 5px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	behavior: url("/includes/border-radius.htc");
}
#loginButton:hover {
	cursor: pointer;
}
#headline {
	color:#696969;
	font-family:Comic Sans MS;
	font-size:1.5em;
	letter-spacing:3px;
	margin:0 0 10px;
	text-align:center;
}
.yours {
	color:#154181;
	font-weight:bold;
}
#wow {
	color:green;
	font-weight:bold;
}
#content {
	background-color:#b0c4de;
	border:5px solid #D3D3D3;
	margin:auto;
	width:725px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	behavior: url("/includes/border-radius.htc");
}
.section {
	margin-bottom:10px;
	overflow:hidden;
}
.section h1 {
	background-color:#4682B4;
	background-image:url("/includes/heading_bg2.png");
	background-repeat:repeat-x;
	color:#708090;
	font-family:sans-serif;
	font-size:33px;
	font-weight:bold;
	height:47px;
	margin:0;
	margin-top: 20px;
	padding-left:10px;
	padding-top:8px;
}
.section h1#heading {
	background-image:url("/includes/heading_bg.png");
	background-repeat:repeat-x;
	border:1px solid #4682B4;
	height:55px;
	margin:0;
	padding-left:0;
	padding-top:20px;
	text-align:center;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	behavior: url("/includes/border-radius.htc");
}
#rotator {
	background-color:white;
	border:1px outset #4682B4;
	height:302px;
	margin:10px auto;
	position:relative;
	width:502px;
	
	box-shadow: 0 0 24px #154181;
  -moz-box-shadow: 0 0 24px #154181;
  -webkit-box-shadow: 0 0 24px #154181;
  
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#154181', Direction= 135, Strength=3);
	zoom: 1;
}
#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	left:0;
	top:0;
}	
#rotator ul li img {
	border:1px solid #ccc;
	padding: 0px;
	background: #FFF;
}
#rotator ul li.show {
	z-index:500;
}
#mainCopy {
	color:#545556;
	font-family:Arial;
	font-size:14px;
	padding:5px 30px;
}
#mainCopy span {
	font-weight: bold;
}
#signUp {
	display:block;
	height:65px;
	margin:auto;
	text-align:center;
	width:172px;
}
#features {
	color:Black;
	font-family:Arial;
	font-size:14px;
	list-style-type:none;
	overflow:hidden;
	width:90%;
}
#features li {
	background-repeat:no-repeat;
	display:inline-block;
	float:left;
	height: 135px;
	line-height:23px;
	padding-bottom:25px;
	padding-left:45px;
	padding-right:10px;
	width:40%;
}
#features li h2 {
	color:#154181;
	font-family:Tahoma;
	font-size:21px;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:6px;
}
#features li#peace {
	background-image: url('/includes/icons/peace.png');
}
#features li#contact {
	background-image: url('/includes/icons/contact.png');
}
#features li#cost {
	background-image: url('/includes/icons/cost.png');
}
#features li#control {
	background-image: url('/includes/icons/control.png');
}
#features li#custom {
	background-image: url('/includes/icons/custom.png');
}
#features li#stats {
	background-image: url('/includes/icons/analytics.png');
}
#features li#website {
	background-image: url('/includes/icons/website.png');
}
#features li#access {
	background-image: url('/includes/icons/access.png');
}
#features li#cost span {
	color:green;
	font-family:Georgia;
	font-size:28px;
	font-weight:normal;
}
#signUp2 {
	color:blue;
	font-family:Trebuchet MS;
	font-size:18px;
	font-weight:normal;
	text-align: center;
}
#signUp2 a {
	text-decoration:none;
}
#signUp2 a:hover {
	color: #eaf2f5;
}
#questions {
	color:#154181;
	font-family:Arial;
	font-size:15px;
	text-align:center;
}
#questions  span {
	color:black;
	font-weight:bold;
}
#footer {
	border-top:1px solid #D3D3D3;
	color:gray;
	font-size:13px;
	margin:35px auto 10px;
	padding-top:3px;
	text-align:center;
	width:700px;
}
#register,#loginForm {
	font-family:Helvetica;
	margin:10px 20px;
	overflow:hidden;
}
#domainLabel {
	color:#154181;
	font-weight:bold;
	margin-right:15px;
}
#domainSpan {
	font-weight:bold;
}
#domain {
	border:2px solid #B0C4DE;
	color:#006400;
	font-family:Trebuchet MS;
	font-size:17px;
	font-weight:normal;
	padding-left:5px;
	width:250px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#domain:hover {
	border-color:#154181;
}
#domain:focus {
	border-color:#006400;
}
#register fieldset,#loginForm  fieldset {
	background:url("/includes/icons/user.png") no-repeat scroll 100% 50% transparent;
	float:left;
	height:105px;
	padding:10px;
	width:368px;
}
#register fieldset legend ,#loginForm  fieldset legend{
	color:green;
	font-family:Comic Sans MS;
	letter-spacing:1px;
	padding:0 7px;
}
#register fieldset label,#loginForm fieldset label {
	color:#154181;
	display:block;
	float:left;
	font-weight:normal;
	width:160px;
}
#register fieldset input,#loginForm  fieldset input {
	border:2px solid #B0C4DE;
	color:#006400;
	font-family:Trebuchet MS;
	font-weight:bold;
	margin-bottom:4px;
	padding-left:5px;
	width:150px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#register fieldset input:hover,#loginForm fieldset input:hover {
	border-color:#154181;
}
#register fieldset input:focus,#loginForm  fieldset input:focus {
	border-color:#006400;
}
#register div {
	color:#154181;
	float:left;
	font-family:"HelveticaNeue-Light","HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size:19px;
	margin:10px;
	text-align:center;
	width:265px;
}
#register div span {
	color:green;
	font-family:Georgia;
	font-size:25px;
	font-weight:normal;
}
#register div input {
	background:url("/includes/continue.png") no-repeat scroll left top transparent;
	border:none;
	cursor:pointer;
	height:70px;
	width:172px;
}
#errors {
	color:#8B0000;
	font-family:Trebuchet MS;
	font-size:17px;
	font-weight:bold;
	letter-spacing:1px;
	margin:10px auto;
	padding:5px 10px;
	text-align:center;
}
#errors span {
	display:block;
}
#completedSignup {
	color:black;
	font-family:Arial;
	font-size:21px;
	padding:0 1em;
}
#loginForm {
	font-size:18px;
}
#loginForm fieldset {
	float:none;
	height:110px;
	margin:auto;
	width:380px;
}
#loginForm fieldset input {
	font-size:15px;
	font-weight:normal;
	width:170px;
}
#loginForm fieldset input.default {
	color:gray;
}
#loginForm fieldset input#login-submit {
	background-color:#EAF2F5;
	background-image:url("/includes/button_bg.gif");
	background-repeat:repeat-x;
	border:1px outset gray;
	color:White;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	margin-top:5px;
	padding:2px 5px;
	width:auto;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	behavior: url("/includes/border-radius.htc");
}
#loginForm fieldset input#login-submit:hover {
	cursor: pointer;
}
#forgotPassword {
	color:darkRed;
	float:right;
	font-size:13px;
	letter-spacing:1px;
	margin-right:10px;
	text-decoration:none;
}
#forgotPassword:hover {
	color:red;
}
#success {
	color:black;
	font-family:Arial;
	letter-spacing:1px;
	text-align:center;
}