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

/*-------reset!-----------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background:url(../images/omg.png) no-repeat top center, url(../images/stripe.png) repeat;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/*-------* style-------------------------------------------------------------------------------------------*/

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}

#wrap {
	width:900px;
	margin:0 auto;
}

h1, h2, h3 , a {
	font-family:Tahoma, Geneva, sans-serif; text-decoration:none;
}

h1 {
	color:#3f3f3f;
	font-size:21px;
}

h1 a {
	color:#3f3f3f;
	font-size:21px;
}


h2 {
	color:#4c4c4c;
}

p {
	font-size: 13px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:19px;
}

.red {
	color:#a2181f;
}

.white {
	color:#FFF;
}

.blue {
	color:#8abfe5;	
}

.gray {
	color:#3f3f3f;
	padding-left:15px;
}

.empty {
	clear:both;
	height:15px;
}

input, textarea {
	border:solid #c0c0c0 3px;
	padding:3px 3px;
}

.padded {
	margin:30px 50px;
}

.focusField{
    	border:solid 3px #696969;
		background-color:#e7f1f8;
}

.idleField{
		border: solid 3px #c0c0c0;
 }		
 
 hr {
	 background-color:#CCC;
	 border:0px;
	 height:1px;
	 margin-right:40px;
 }
 
 label {
	font-family:Tahoma, Geneva, sans-serif;	 
 }


/*-------header style--------------------------------------------------------------------------------------*/

#testimonial-bg {
	background-image:url(../images/testimonial-bubble.png);
	background-repeat:no-repeat;
	float:right;
	width:268px;
	height:99px;
}

#testimonials {
	width:250px;
	padding:17px 5px 20px 15px;
	height: 64px;
	list-style-type: none;
}

#testimonials blockquote {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-style: italic;
	width:230px;
}

#testimonials .name {
	font-weight:bold;
	float:right;
	padding-top:2px;
}

#logo {
	width:245px;
}

#pcipadss {
	float:right;
	padding-right:130px;
}

#main-nav { background-image:url(../images/main-nav.gif); width:900px; clear:both;}
/*css rollover links setup*/
ul#cssmenu {list-style: none; padding: 0px;}
.displace { position: absolute; left: -5000px;}
#cssmenu li {float: left;}

#cssmenu li a { height:35px; background:url(../images/main-nav.gif); display: block; }
#cssmenu li { height:35px; background:url(../images/main-nav.gif); display: block; }
/*css rollover links set each image width*/
#home {width: 42px;}
#features {width: 82px;}
#plans-price {width: 119px;}
#screenshots {width: 104px;}
#demo {width: 70px;}
#support {width: 81px;}
#contact {width: 91px;}
#addons {width: 83px;}
#get-started {width: 101px;}
#barrr {width:127px;}
/*css rollover links set each normal state*/
li#home a {background-position: 0px 0px;}
li#features a {background-position: -42px 0px;}
li#plans-price a {background-position: -124px 0px;}
li#screenshots a {background-position: -243px 0px;}
li#demo a {background-position:-347px 0px;}
li#support a {background-position:-417px 0px;}
li#contact a {background-position:-498px 0px;}
li#addons a {background-position:-589px 0px;}
li#get-started a {background-position:-672px 0px;}
li#barrr {background-position:top right;}
/*css rollover links set each hover state*/
li#home a:hover {background-position: 0px -35px;}
li#features a:hover {background-position: -42px -35px;}
li#plans-price a:hover {background-position: -124px -35px;}
li#screenshots a:hover {background-position: -243px -35px;}
li#demo a:hover {background-position: -347px -35px;}
li#support a:hover {background-position: -417px -35px;}
li#contact a:hover {background-position: -498px -35px;}
li#addons a:hover {background-position: -589px -35px;}
li#get-started a:hover {background-position: -672px -35px;}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #E9E7E8;
font:Tahoma, Geneva, sans-serif;
line-height:18px;
z-index:100;
background-color: #636263;
width: 180px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #E9E7E8;
padding: 6px 5px;
text-decoration: none;
font-weight: bold;
font:Tahoma, Geneva, sans-serif;
font-size:12px;
color:#fff;
}

* html .dropmenudiv a {
width: 100%;
}

.dropmenudiv a:hover{
background-color: #ffffff;
color:#636263;
}


/*-------highlight style---------------------------------------------------------------------------------*/

#highlight {
	background-image:url(../images/highlight-bg.gif);
	background-repeat:repeat-x;
	height:113px;
}

.highlight-img {
	float:right;
}

/*-------main style--------------------------------------------------------------------------------------*/

#main {
	background-color:#FFF;
	clear:both;
	margin-top:40px;
	border:1px #cacaca solid;
}

#main-footer {
	margin:20px auto 10px auto;
	width:873px;
}

/*-------footer style--------------------------------------------------------------------------------------*/

#footer {
	height:92px;
	margin:15px 0px 15px 0px;
	background-image:url(../images/footer-bg.gif);
	background-repeat:repeat-x;
	color:#FFF;
	font-size:11px;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer p {
	font-size:11px;
	clear:both;
}
	
.foot-nav {
	float:left;
	list-style: none;
	text-align:left;
	height:92px;
	padding-top:3px;
}

.foot-nav li {
	padding:5.5px 29px 0px 0px;
}

/*-------homepage style----------------------------------------------------------------------------------*/

.div-switch {
	margin:30px auto 0px auto;
	width:837px;
}


#slidingFeatures {
	clear:both;
	background: #efefef;
	position: relative;
	overflow: hidden;
	width: 837px;
	height: 267px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	}
.jshowoff {
	width: 837px;
	margin: 10px 0;
	}
.jshowoff div {	
	width: 837px;
	height: 267px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2 {
	background-color: #e9e7e8;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width:100%;
	margin: 0;
	padding: 0;
	}
.jshowoff-controls a{
	visibility:hidden;	
}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	color: #fff;
	padding: 5px 7px 7px 7px;
	margin: 5px 0 0 15px;
	width:16%;
	text-align:center;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 13px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	background-image:url(../images/slide-nav-bg.gif);
	overflow: auto;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}
	
#easy-to-use {
	background-image:url(../images/slide1-bg.jpg);
}

#fully-customizable {
	background-image:url(../images/slide2-bg.jpg);	
}

#search-engine-friendly {
	background-image:url(../images/slide3-bg.jpg);	
}

#intelligent-reporting {
	background-image:url(../images/slide4-bg.jpg);	
}

#support-slide {
	background-image:url(../images/slide5-bg.jpg);	
}

.pic-left {
	margin: 0px 0px 0px 255px;
	padding: 30px 0px 0px 0px;
}

.pic-left p {
	margin-top:10px;
	width: 530px;
	line-height:22px;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
}

.pic-left ul {
	padding:10px 20px;
	list-style-type:circle;
}

.pic-left li {
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top:3px;
}

.pic-left li a {
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
}

.pic-right {
	margin: 0px 0px 0px 30px;
	padding: 30px 0px 0px 0px;
}

.pic-right p {
	margin-top:10px;
	width: 530px;
	line-height:22px;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
}

#wtf {
	color:#000;
}

.subpoints {
	height:120px;
	margin: 25px 32px 0px 32px;
	text-align:center;
}

#subpoint-speedy {
	float:left;
	width:245px;
}

#subpoint-zoom {
	float:left;
	width:315px;
	background-image:url(../images/divider.gif);
	background-position:6% 0%;
	background-repeat:no-repeat;
}

#subpoint-rating {
	float:left;
	width:247px;
	background-image:url("../images/divider.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

.subpoint-img {
	float:left;
	margin:0px 8px 0px 20px;
}

.grey-round {
	background-color:#e9e8e8;
	width:156px;
	float:right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.grey-round p{
	padding:5px 6px 5px 10px;
	text-align:left;
	font-style:italic;
	line-height:15px;
	color:#404040;
}

.middle {
	margin-top:5px;
	padding: 0px 15px 0px 5px;
}

.middle-squeeze {
	padding:0px 50px 0px 35px;	
	margin-top:5px;
}

.clear-both {
	clear:both;
	padding-top:15px;
}

/*-------featurepage style-------------------------------------------------------------------------------*/

#feature-list {
	display:block;
	margin:0px auto;
	width:840px;
}

.feature-1 {
	float:left;
	width:280px;
	background-color:#e9e8e8;
}

.feature-2 {
	float:left;
	width:280px;
}

#feature-list h3 {
	background-image:url("../images/footer-bg.gif");
	background-repeat:repeat-x;
	color:#fff;
	font-weight:bold;
	height:20px;
	padding: 5px 3px 3px 10px;
	border:1px solid #606060;
}

#feature-list ul {
	color:#333333;
	list-style-position:outside;
	padding: 3px 0px 2px 30px;
}

#feature-list ul li {
	padding: 3px 0px 3px 0px;
	font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:15px;
	list-style-image: url("../images/icon-blue-check.png");
}

.menu_body {display:none; width:184px;}
.menu_body li{text-decoration:none; padding:10px; display:block;}
.menu_head {background:url(../images/icon-more.png) 90% 0% no-repeat; font-weight:bold;}

/*-------planspage style-------------------------------------------------------------------------------*/

#plans {
	width:846px;
	height:281px;
	margin:0 auto;
	padding-top:15px;
	background-image:url(../images/bg_plans.png);
	background-repeat:no-repeat;
}

#basic {
	width:185px;
	float:left;
}

#standard {
	width:223px;
	float:left;
}

#enhanced {
	width:212px;
	float:left;
}

#premium {
	width:219px;
	float:left;
}

.huge {
	font-size:40px;
	padding: 50px 0px 5px 25px;
}

.big {
	font-size:18px;
	color:#a2a2a2;
	padding:0px 0px 0px 27px;
}

.stats {
	color:#3f3f3f;
	text-align:center;	
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	padding:102px 0px 0px 0px;
}

.pribtn {
	font-size:18px;
	font-weight:bold;
	color:#3f3f3f;
	text-align:center;	
	float:left;
	padding: 17px 20px 0px 25px;
}

.signupbtn {
	float:left;
	padding: 17px 0px 0px 0px;
}

.signupbtn2 {
	float:left;
	padding: 19px 0px 0px 0px;
}

.pribtn2 {
	font-size:22px;
	color:#3f3f3f;
	text-align:center;	
	font-weight:bold;
	float:left;
	padding: 23px 20px 0px 15px;
	
}

.stats2 {
	color:#8abfe5;
	text-align:center;	
	font-size:16px;
	font-weight:bold;
	line-height:31px;
	padding:93px 0px 0px 0px;
}

#feature-chart {
	width:840px;
	margin:15px auto 0px auto;
	border:5px solid #a2a2a2;
	line-height:25px;
	clear:both;
}

/*-------screenshotpage style-------------------------------------------------------------------------------*/


#thumbs {
	padding:20px 0px 0px 0px;
	margin:0 auto;
	width: 720px;
}

.thumb {
	float:left;
	padding:0px 20px 20px 0px;
}

.thumby {
	border:4px solid #c1c1c1;
	width:149px;
	height:149px;
}

/*-------lightbox style-------------------------------------------------------------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*-------demopage style-------------------------------------------------------------------------------*/

#demo-right {
	float:right;
	width:45%;
	border-left: 1px solid #CCC;
	margin:0px 30px 15px 0px;
	padding:0px 0px 0px 40px;
}

.foots {
	background-color:#e9e8e8;
	padding:15px;
	width:800px;
	height:85px;
	margin:0px auto;
	clear:both;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}

.mainForm
{
	list-style-type: none;
}

input.mainFormError
{
	background-color: #FADADD;
}

select.mainFormError
{
	background-color: #FADADD;
}

li.mainForm
{
	padding-bottom: 10px;
}

#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}

/*-------supportpage style----------------------------------------------------------------------------------*/

.right-help {
	float:left;
	width:45%;
	border-bottom:1px solid #ccc;
	padding:10px 0px 10px 12px;
}

.left-help {
	float:left;
	width:45%;
	border-bottom:1px solid #CCC;
	padding:10px 65px 10px 0px;
		background-image: url(../images/divider2.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#bottom-help {
	clear:both;
	width:100%;
	padding:10px 0px;
}

#right-help h1{
	margin-bottom:20px;
}

#left-help h1{
	margin-bottom:20px;
}

#bottom-help h1{
	margin-bottom:20px;
	clear:both;
}

.gray-box {
	background-color:#e9e8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float:right;
	width:240px;
	height:90px;
}

.gray-box p{
	padding:7px 10px;
	text-align:left;
	font-style:italic;
	line-height:15px;
	color:#404040;
	font-size:12px;
}

.help-link {
	float:right;
	padding-top:5px;
}

/*-------addonpage style----------------------------------------------------------------------------------*/

#addonshortcuts {
	background-color:#efefef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:20px;
	margin-top: 20px;
}

#addonlist {
	padding-left: 10px;
}

#addonlist li {
display: inline;
list-style-type: none;
padding-right: 12px;
}

#addonlist li a {
	color: #3F3F3F;
	text-decoration:underline;
}

.more-padding {
	padding:0px 10px;
}

/*-------getting-startedpage style----------------------------------------------------------------------------------*/

#signup {
	color:#404040;
}

.planz {
	float:left;
	width:25%;
	text-align:center;
}

h2.form-header {
	padding: 0px 0px 20px 45px;	
}

ul#mainForm_2 li.mainForm {
	padding: 7px 0px 7px 55px;	
	clear:both;
}

.goright {
	width:280px;
	padding:5px 10px 0px 0px;
	text-align:right;
	float:left;
}

ul#mainForm_2 select.mainForm {
	float:left;
	width:200px;
}

/*-------sitemappage style----------------------------------------------------------------------------------*/


.sitemap {
padding:20px 60px; 
line-height:19px;
}

.sitemap a{
	color:#3f3f3f;
	text-decoration:underline;
}

.summary ul,ol {
	padding-left:25px;	
}
