@charset "utf-8";
/* CSS Document */

body{ padding:0; margin:0; font:normal 12px 'Lucida Sans Unicode',sans-serif; color:#636363; /*background:url(/static/img/bg.jpg) repeat-x #fff;*/}
h1,h2,h3,h4,h5,h6,ul,li,p,div,form{ padding:0; margin:0;}
p {font-size: 13px;line-height: 1.7em;margin:0 0 17px;}
ul{ list-style:none;}
img{ border:0;}
h1{ font-size: 36px; color:#535353; padding-bottom:10px;text-shadow:0 1px 0 #cccccc;}
h2{ font-size: 20px; color:#535353; padding-bottom:12px;}
h3{ font-size: 16px; line-height: 18px; color:#535353; padding-bottom:12px;}
.red{ font-size: 36px; color:#c41230; padding-bottom:12px;}
#banner h2{ font-size: 20px; color:#fff; padding-bottom:12px;}
#header{ padding:11px 0 3px 0; vertical-align:top;}
#logo{ padding:0 0 7px 0; vertical-align:top;}
#nav{ padding-top: 50px; width:447px; float:right; }
#nav ul li { text-decoration: none; display:inline; }
#nav ul li a { text-decoration: none; display: inline-block; height: 32px; }
#nav ul li a.Home { width: 76px; background:url(/static/img/home.jpg) no-repeat 0 0; }
#nav ul li a.Pricing { width: 83px; background:url(/static/img/pricing.jpg) no-repeat 0 0; }
#nav ul li a.Contact { width: 90px; background:url(/static/img/contact.jpg) no-repeat 0 0; }
#nav ul li a.FAQ { width: 68px; background:url(/static/img/faq.jpg) no-repeat 0 0; }
#nav ul li a.User { width: 110px; background:url(/static/img/user.jpg) no-repeat 0 0; }
#nav ul li a:hover { background-position: 0 -32px; }
#nav ul li a.selected { background-position: 0 -32px; }

#banner{ background:url(/static/img/banner.jpg) no-repeat left top; height:208px; padding:115px 16px 14px 449px;}
#banner ul{}
#banner ul li{ background:url(/static/img/arrow.png) no-repeat left 3px; padding:0 0 0 20px; font:normal 14px/20px 'Lucida Sans Unicode'; color:#ffe7e2;}

#content_main{ background:url(/static/img/content_bg.jpg) repeat-x #dbdcdc; padding:32px 0 20px 0;}
#content_main2{ background-color:#fdfcfc; /*background:url(/static/img/content_bg.jpg) repeat-x #dbdcdc;*/ padding:32px 0 27px 0;}
#content_main .box{ padding:0 32px 0 0;}
.icon{ padding-right:10px; float:left;}
#success_stories{ padding-left:16px; border-left:1px dotted #636363;}
#success_stories h2{ font-size:13px; font-weight: lighter;}
#signup_banner{ background:url(/static/img/signup_banner.jpg) no-repeat left top; vertical-align:top; height:153px;}


.plan_header{ background:url(/static/img/plan_heading.png) no-repeat left top; height:163px;}
.plan_footer{ background:url(/static/img/plan_bottom.png) no-repeat left top; height:20px;}
.plan_bg{ background:url(/static/img/td_bg2.png) repeat-y;}
.plan_bg_bottom{ background:url(/static/img/td_bg4.png) no-repeat;}
/*.plan_bg tr td.td3 p {
	font-size: 14pt;
	line-height: 1.4em;
	margin: 0 0 10px;
}
.plan_bg tr td.td1 p {
	line-height: 1em;
	margin: 0 5px 10px;
}
.plan_bg tr td.td2 p {
	line-height: 1em;
	margin: 0 5px 10px;
}*/


.td{ padding:0 12px; background:#fff; border-left:2px solid #dddede; border-right:2px solid #dddede;}
.td1{ font-size: 14px; color:#4e4c48; text-align:center; width:138px; height:29px; }
.td2{ font-size: 14px; color:#4e4c48; text-align:center; width:138px; height:31px; }
.td3{ font-size: 14px; color:#4e4c48; text-align:center; width:138px; vertical-align:top; padding-top:2px; }
.td4{ font-size: 14px; color:#4e4c48; text-align:center; width:138px; height:42px; vertical-align:middle;}
.left_td {background-color:#c5c4c4; width:194px; text-align:left; font-size: 14px; color:#ffffff; border-right:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; padding:6px 0 6px 11px;}
.left_td2 {background-color:#e1e1e0; width:194px; text-align:left; font-size: 14px; color:#000000;  border-right:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; padding:6px 0 6px 11px;}


div.col-3 {float: left; margin-right: 55px; display: block;}
div.col-3 h3 {border-bottom: 1px solid #cccccc;padding-bottom:0; margin-bottom: 10px;}
#footer{ background:#8a8c8f; padding:16px 0; font-size:11px; color:#c0c0c0;}
#footer a{ color:#d6d6d6; font-size: 12px; text-decoration:none;}
#footer a:hover{ color:#000; text-decoration:none;}
@static screen, projection {}

form { 
	padding:7px 0 0 0; 
	font-size: 13px;}

form li {
	margin:0;
	padding:0;
	list-style-type: none; 
	position:relative; }

form label {
	opacity: 1;
	/*position: absolute;*/
	top:4px;
	left:10px; 
	font-size:11px;
	color:#666; 
	float: left; 
	/*width: 100px;*/ 
	padding: 8px 0 0 0; 
	font-weight: normal; 
	display:block; }

form input, form textarea, form select {
	background: #f7f7f7;
	border: 1px solid #ccc;
	color: #666;
	font-size:11px;
	margin: 4px 0 13px 0;
	outline: none;
	padding: 5px;
	width: 100%; }


form input:hover, form textarea:hover { border: 1px solid #b5b4b4; }

form input:focus, form textarea:focus {
	border: 1px solid #b5b4b4;
	color: #666; }

form input.submit {
	background: #323231;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight:bold;
	height: 33px;
	margin: 0;
	outline: none;
	text-transform: uppercase;
	padding: 2px 10px 4px 10px;
	width: auto;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; }

form input.submit:hover {
	cursor:pointer; }

form input.submit:hover {
	background: #666666;
	text-shadow: 0 1px 0 #323231; }
		
form input.error { border: 1px solid #cc0000; }

/* Error Handling */
form .error { 
	margin:0; 
	font-weight:bold; 
	color:#bb252c; }

form li.alert label { color:#bb252c; }

