@charset "utf-8";
body {
	margin: 0px;
	background-color: #fff;
}
.wrapper {
	background-color: #111111;

}
.round {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.singletop {
	margin-top: 20px;
}
.signup  img {
	background-color: #e8e8e8;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-right: 10px;
	vertical-align: middle;

}
.signup {
	margin-top: 20px;
	margin-bottom: 20px;
}


.doubletop {
	margin-top: 40px;
}
.double {
	margin-bottom: 40px;
	margin-top: 40px;
}

#header {
	height: 45px;
}
#header   ul  {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#header li {
	display: inline;
	margin-right: 15px;
}


#header .logo {
	margin-top: 6px;
	text-align: right;
}
.navigation  {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 16px;
	float: left;
}
.navigation a {
	color: #CCCCCC;
	text-decoration: none;
}
.navigation a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6F2FF;
}

/* ===================================================
Featured Area Styles
======================================================*/
.screenshots {
	background-image: url(../images/mainscreenshots.png);
	height: 350px;
}

.featured {
	background-color:#E0EBF5;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-family: Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	background-position: bottom;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/gradient-bottom-light.png);
}
.featured .plain {
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
}


.featured   h1    {
	font-size: 36pt;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 30px;
	margin-bottom: 0px;
	font-family: "Droid Sans", Helvetica, sans-serif;
	color: #111111;
}


.featured    h2    {
	font-size: 20pt;
	font-weight: bold;
	font-family: "Droid Sans", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
.featured   h3  {
	font-size: 14pt;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	color: #666666;
	font-family: "Droid Serif", Helvetica, sans-serif;
}
.featured .actions {
	font-size: 20px;
	font-weight: normal;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 1.4em;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #224568;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.featured   .actions a {
	color: #FFFFFF;
}

/* ===================================================
Main Content Area Styles
======================================================*/

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	clear: both;
	color: #222222;
	line-height: 1.4em;
}
.content a {
	color: #003399;
}

.content h1 {
	font-size: 28pt;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-family: "Droid Sans", Helvetica, sans-serif;
	color: #234567;
	line-height: 1.2em;
}

.content h2 {
	font-family: "Droid Sans", Helvetica, sans-serif;
	font-size: 18pt;
	color: #333333;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 5px;
	line-height: 1.1em;
}

.content .right {
	float: right;
	width: 250px;
}
.content .left {
	width: 680px;
	float: left;
}

.content hr {
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-color: #f4f4f4;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
}
.content li {
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 35px;
}
.content ul {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.content ol {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


.content .thumbnails {
	border: 8px solid #f4f4f4;
	background-color: #CCCCCC;
	padding: 1px;
}

.content .input {
	padding: 5px;
	border: 1px solid #CCCCCC;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}

.content .select {
	padding: 4px;
	width: 300px;
	border: 1px solid #CCCCCC;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}
.content .button {
	font-size: 13px;
	color: #333333;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #E9F2FA;
	border: 1px solid #999999;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-image: url(../images/blue-grad.png);
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: bottom;
}

.content .button:hover,.content .button2:hover {
	border: 1px solid #666666;
	cursor: pointer;
}

.content .smalltext {
	font-size: 12px;
	color: #666666;
}
.content .smalltext a {
	color: #666666;
}
.modules {
	padding: 0px;
	margin-top: 40px;
}
.modules h3 {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #f4f4f4;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 2px 8px #00486A;
	text-transform: uppercase;
	font-weight: bold;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #224568;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;

}
.modules .readmore a {
	color: #666666;
	background-color: #e8e8e8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 60px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border: 1px solid #CCCCCC;
	text-transform: uppercase;
	text-decoration: none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-image: url(../images/gradient-top.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.modules .readmore a:hover {
	background-color: #FFFFFF;
	color: #666666;
}

/* ===================================================
Sidebar Area Styles
======================================================*/
.sidebar {
	font-size: 10pt;
	line-height: 1.4em;
	-moz-border-radius:4px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
-webkit-box-shadow: 0px 2px 4px 0px #cccccc;
-moz-box-shadow: 0px 2px 4px 0px #cccccc;
box-shadow: 0px 2px 4px 0px #cccccc; 
}


.sidebar .input {
	padding: 4px;
	width: 100%;
	border: 1px solid #CCCCCC;
}

.sidebar .thumbnails {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}
.sidebar a {
	color: #666666;
}


.sidebar.main {
	background-color: #FFF0B7;
	border: 1px solid #FFCC66;
}
.sidebar.secondary {
	background-color: #f2f2f2;
	border: 1px solid #dddddd;
}
.sidebar  h2 {
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}
.sidebar .button {
	background-color: #CCCCCC;
	background-image: url(../images/gray-grad.png);
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}

.sidebar ul {
	margin-right: 5px;
	margin-left: 15px;
	padding: 0px;
	list-style-image: url(../images/bullet_go.png);
}
.sidebar hr {
	background-color: transparent;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sidebar li {
	padding: 0px;
}
.featurelist {
	background-color: #FFFFDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC66;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC66;
	border-left-color: #FFCC66;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0px 2px 4px 0px #cccccc;
-moz-box-shadow: 0px 2px 4px 0px #cccccc;
box-shadow: 0px 2px 4px 0px #cccccc; 

}
.featurelist h3 {
	background-color: #FFCC66;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 10pt;
	text-transform: uppercase;
	color: #333333;
}
.featurelist ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.featurelist   li  {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC66;
	background-image: url(../images/bullet_go.png);
	background-position: 5px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.featurelist li a {
	color: #333333;
	text-decoration: none;
}
.featurelist li:hover {
	background-color: #FFFFCC;
}
.afftools {
	width: 100%;
}
.afftools td {
	padding: 4px;
}
.afftools th {
	padding: 4px;
	background-color: #f4f4f4;
	border: 1px solid #CCCCCC;
}

.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	clear: both;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color: #333333;
	padding: 10px;
	line-height: 1em;

}
.testimonials p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.3em;
}
.testimonials a {
	font-size: 12px;
	color: #999999;
}


.testimonials img {
	float: right;
	border: 1px solid #666666;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
}
.texthighlight {
	background-color: #FF6;
	box-shadow: 1px 1px #ccc; 
	-moz-box-shadow: 1px 1px #ccc; -webkit-box-shadow: 1px 1px #ccc; 
	padding:1px 3px 1px 3px;
}
.plans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.plans    .signup   a {
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	display: block;
	background-image: url(../images/red-grad.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #D00007;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;

}
.plans .signup2 a {
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	display: block;
	background-image: url(../images/lightgrey-grad.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F5F5F5;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border: 1px solid #CCCCCC;
	width: 150px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


.plans li {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.plans ul {
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.plans  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 32px;
	padding: 0px;
	margin: 0px;
	color: #222222;
}
.plans h3 {
	font-size: 20px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
.plans  h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #336699;
	padding: 0px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.plans .selected {
	border: 1px solid #FFCC00;
	width: 257px;
	text-align: center;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../images/gradient-light.png);
	background-repeat: repeat-x;
	background-color: #FFF0B7;
	font-size: 1.1em;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:0 4px 28px #cccccc;
	-webkit-box-shadow:0 4px 28px #cccccc;
	box-shadow:0 4px 28px #cccccc;
	background-position: top;
	font-weight: normal;

}
.plans .smalltext {
	font-size: 13px;
	color: #333333;
}
.plans .smalltext a {
	color: #333333;
}

.plans .selected li {
	border-bottom-color: #FFCC00;
	padding-top: 4px;
	padding-bottom: 4px;
}

.plans .normal {
	background-color: #FCFCFC;
	border: 1px solid #cccccc;
	width: 230px;
	text-align: center;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(../images/gradient-light.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-position: top;

}

.plans .curveleft {-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;}
.plans .curveright {-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px;}

.plans_faq {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color: #f4f4f4;
	border: 1px solid #e8e8e8;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.plans_faq   h4 {
	font-size:15px;
	margin-bottom:5px;
	margin-top: 5px;
}
.actions {
	font-size: 20px;
	font-weight: normal;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.4em;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f4f4f4;
	border: 1px solid #CCCCCC;
}

.actions  a {
	color: #333333;
}

/* ===================================================
Fixed Positioned AddThis Toolbox
======================================================*/
.addthis_toolbox.atfixed {
	position: fixed;
	top: 10%;
	left: 40px;
	border: 1px solid #CCCCCC;
	width: 32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #f4f4f4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
}
.addthis_toolbox .custom_images a {
	width: 32px;
	height: 32px;
	cursor: pointer;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}
.addthis_toolbox .custom_images a img {
	border: 0;
	opacity: 1.0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.addthis_toolbox .custom_images a:hover img {
	opacity: 0.75;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}
.guarantee {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/circuit-bg.png);
}
.guarantee h3 {
	font-family: Helvetica, sans-serif;
}

/* ===================================================
Footer Area Styles
======================================================*/
#footer

 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	padding-top: 20px;
	clear: both;
	line-height: 1.3em;
}
#footer  ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	line-height: 1.4em;
}

#footer  h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	text-shadow:1px 2px 2px #000;
	color: #CCCCCC;

}
#footer a {
	color: #f4f4f4;
}
#footer a:hover {
	color: #CCFFFF;
}
#footer hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.announcement {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 40px;
	padding: 10px;
	background-color: #f4f4f4;
	background-image: url(../images/gradient.png);
}
.announcement a {
	color: #666666;
}
.announcement img {
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}

.announcement h2 {
	font-family: "Droid Serif", Arial, Helvetica, sans-serif;
}
