@charset "utf-8";
/* CSS Document */

*{font-family:arial,helvetica,sans-serif,tahoma,verdana,geneva,lucida,"lucida grande";}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; outline: none; color:#000; }

body { 
	font: 9pt/16pt arial; 
	margin: 0px; 
	padding: 0px;
	height: 100%;
	background: #c6dbe2;
	outline: none;
	}
.container {
	margin: 0 auto;
	width: 950px;
}	
.clear {clear: both;}
h1 {
	font-size: 2.2em;
	color: #26a9e0;
}

h2, #server-error h1 {
	font-size: 2em;
	margin: 15px 0 15px 0;
	color: #000;
}
ul {margin-left: 20px;}	
p, #server-error {
	/*font-size: 14px;*/
	margin-bottom: 10px; 
}
p a { color: #708A93; text-decoration: none; outline: none; }
p a { text-decoration: underline; }

a { color: #26a9e0; text-decoration: none; outline: none; }
a:hover {text-decoration: underline;}

#blanket {
	width: 100%;
	height: 100%;
	background: url(images/bg2b.gif) no-repeat;
	background-position: top center;
}

#area {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
}

#page {
	background: url(images/content_bg.gif) repeat-x scroll bottom left;
	background-color: #fff;
	min-height: 200px;
}

#header {
	height: 180px;
	background: url(images/header_bg.gif) repeat-x;
}	

#footer {
	background: #c6dbe2;	
	padding-bottom: 35px;
}	

p#logo {
	display: inline;
	float: left;
	width: 260px;
	height: 121px;
	background: url(images/logo.gif);
	margin-top: 25px;
}
p#logo a {
	display: block;
	text-indent: -5000px;
	width: 260px;
	height: 121px;
}
ul#mainnav {
	display: inline;
	float: right;
	list-style-type: none;
	margin: 120px 0 0 0;
}
ul#mainnav li, ul#top li {
	display: inline;
	float: left;
	margin: 0 57px 0 0;
}
ul#mainnav li a, ul#top li a {
	font-size: 1.4em;
	font-weight: bold;
}

ul#mainnav li.red, ul#top li.red {
	display: inline;
	float: left;
	margin-right: 0;
}
ul#mainnav li.red a, ul#top li.red a {
	color:#d91c5c;
}
ul#mainnav li.black a, ul#top li.black a {
	color:#000;
}
#left-content {
	float: left;
	width: 635px;
}
#right-content {
	float: right;
	width: 283px;
	margin-top: 75px;
}
#center-content {
	width: 600px;
	max-width: 950px;
	margin: 0 auto;
}
p#subtitle {
	font-size: 1.3em;
	display: inline;
	float: left;
	margin-top: 5px;
	color:#85989f;
}
p#not-hours {
	font-size: 1.3em;
	display: inline;
	float: right;
	margin-top: 5px;
	margin-right: 39px;
	font-weight: bold;
	color:#d91c5c;
}
#app-screenshot {
	display: block;
	width: 634px;
	height: 362px;
	background: url(images/temp-ssd.gif);
	margin-top: 10px;
}

#right-content ul {
	list-style-type: none;	
	margin-left: 0;
}
#right-content ul li {
	display: block;
	background: url(images/right-arrow.gif) no-repeat;
	background-position: 0 3px;
	
	font-size: 1.5em;
	margin-bottom: 8px;
	padding-left: 15px;
	color:#437990;
}
p#learn-more {
	display: inline;
	float: left;
	width: 120px;
	height: 37px;
	background: url(images/learn-more_v2.gif);
	margin-top: 18px;
}
p#learn-more a {
	display: block;
	width: 120px;
	height: 37px;
	text-indent: -5000px;
}
p#pricing {
	display: inline;
	float: right;
	width: 120px;
	height: 37px;
	background: url(images/pricing_v2.gif);
	margin-top: 18px;
}
p#pricing a {
	display: block;
	width: 120px;
	height: 37px;
	text-indent: -5000px;
}
p#signup-now {
	display: block;
	width: 295px;
	height: 75px;
	background: url(images/signup-now_v2.gif);
	margin-top: 13px;
}
p#signup-now a {
	display: block;
	width: 295px;
	height: 75px;
	text-indent: -5000px;
}
ul#top {
	display: block;
	list-style-type: none;
	margin: 0 0 0 180px;
}
ul#top li {
	margin-top: 65px;
}
ul#bottom {
	display: block;
	list-style-type: none;
	margin: 20px auto;/* 20px 384px;*/
	width:255px;
}
ul#bottom li  {
	display: inline;
	float: left;
	margin-right: 15px;
}
ul#bottom li a  {
	color:#708a93;
	text-decoration: underline;
}
p#copyright {
	display: block;
	clear: both;
	text-align: center;
	font-size: 1em;
	color:#708a93;
	margin: 20px 0 0px 0;
}

/* BEGIN NEW STYLES */
.error-message {
	color:#d91c5c;
}
.bold {font-weight: bold;}
input.text:hover, textarea:hover, select:hover {
	border-color:#bbb;
}

input.text, select.text {
	font-size:16px;
	width:207px;
}

input.text, textarea, select.text {
	background:#fff none repeat scroll 0 0;
	border:2px solid #ddd;
	padding:2px;
}

label {font-weight: bold;}

#login-form {
	margin: 0 auto;
	width: 300px;
}
/* BEGIN PRICING TABLE*/
#pricing {
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
	margin: 10px 0 10px 0;
}
#pricing th {
	color: #437990;
	font-size: 1.2em;
	border-bottom: 1px solid #c6dbe2;
}
#pricing td, #pricing th {
	padding: 10px;
	border-left: 1px solid #c6dbe2;
}
#pricing .empty {
	border-left: 0px;
}
#pricing td.value {
	text-align: center;
	font-weight: bold;
}
#pricing td.label {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	border-left: 0px;
}
#pricing tr.odd {
	background: #EDF8FC;
}	
#pricing .currency {
	color:#d91c5c;
}
.tick {
	background: url(images/tick.gif) no-repeat center center;
}	
/* END PRICING TABLE */
