body {
	font:80%/1.6 Verdana, Arial, Helvetica, sans-serif;
	background:#cbd0d2;
	margin:0;
	padding:0;
	color:#434a4e;
}
img {
	border:0;
	text-decoration:none;
}

/* Colors */

.black {
	color:#000!important;
}

.white {
	color:#fff!important;
}

.blue {
	color:#009cd7!important;
}

.orange {
	color:#ffcc00!important;
}

.green {
	color:#68b320!important;
}

.red {
	color:#cc0000!important;
}

.shadow {
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.underline {
	text-decoration:underline !important;
}

.small {
	font-size: .8em !important;
}
.xsmall {
	font-size: .6em !important;
}

.pagetitle {
	text-align:center; 
	font-size:2.3em; 
	font-family:Arial,Helvetica,sans-serif;
}
p {
	margin:0 0 1em 0;
	font-size:1em;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: 600;
	font-size: 2.1em;
	margin: .5em 0;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #009cd7;
	font-weight: 600;
	font-size: 1.8em;
	margin: .5em 0;
}

h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #009cd7;
	font-weight: 600;
	font-size: 1.6em;
	margin: .5em 0;
}

a {
	color:#009cd7;
	text-decoration:underline;
}
a:hover {
	color:#68b320;
	text-decoration:underline;
}

li {
	margin-bottom:10px;
}
/* Header */

.header-full {
	background:url(/images/header_bkg.png) repeat-x;
	width:100%;
	margin:0 auto;
	height:100px;
}

.header {
	position: relative;
	width:960px;
	height:100px;
	margin:0 auto;
}

.logo-cpass {
	position:absolute;
	left:0;
	top:15px;
	height:30px;
	width:285px;
}

.logo-secondary {
	position:absolute;
	left:0;
	top:10px;
	height:50px;
	width:285px;
}

.btn-phone {
	position:absolute;
	right:362px;
	top:0;
	height:45px;
	width:140px;
}
.btn-eval {
	position:absolute;
	right:0px;
	top:0;
	height:45px;
	width:216px;
}

.navbar {
	position:absolute;
	top:55px;
	left: 50%;
    margin-left: -490px;
	width:980px;
	height:45px;
}

/* Content */

.content-bkg {
	padding:20px 0 40px 0;
	position:relative;
	background-color:#f0f0f0;
	background-image:url(/images/content_full_bkg.png);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	margin:0 auto;
}

.content {
	position:relative;
	width:960px;
	margin:0 auto;
	padding: 0;
}

.click-here {
	position:relative;
	width:262px;
	height:118px;
	background:url(/images/click-here.png) no-repeat;
}

/* buttons */

.roundcorner {
	position:relative;
	border: solid 1px #cccccc;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	padding:10px 20px;
	background:#ffffff;
	behavior: url(/scripts/PIE.htc);	
}

.circle {
	position:relative;
	color:#009cd7;
	line-height:30px;
	display: inline-block;
	width:30px;
	height:30px;
	border: solid 2px #fff;
	text-align: center;
	font-size:1.3em;
	margin-right:15px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
}

.circle-color {
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#eeeeee));
	background: -moz-linear-gradient(#ffffff, #eeeeee);
	background: linear-gradient(#ffffff, #eeeeee);
	-pie-background: linear-gradient(#ffffff, #eeeeee);
	behavior: url(/scripts/PIE.htc);
}

.btnsidebar {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	width:240px;
	padding:15px 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
}

.btn {
	position:relative;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size:1.6em;
	padding: .35em 2em .4em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
}
.btn:hover {
	text-decoration: none;
}
.btn:active {
	position: relative;
	top: 1px;
}
.btn a,
.btn a:hover,
.btn a:active {
	text-decoration:none;
}

* html .btn {
	width:20px;
	white-space:nowrap;
}

.orangebtn {
	position:relative;
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(#faa51a, #f47a20);
	background: linear-gradient(#faa51a, #f47a20);
	-pie-background: linear-gradient(#faa51a, #f47a20);
	behavior: url(/scripts/PIE.htc);
}
.orangebtn,
.orangebtn:hover,
.orangebtn:active {
	color: #fef4e9;
	text-decoration:none;
}

.orangebtn:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(#f88e11, #f06015);
	background: linear-gradient(#f88e11, #f06015);
	-pie-background: linear-gradient(#f88e11, #f06015);
	behavior: url(/scripts/PIE.htc);
}
.orangebtn:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(#f47a20, #faa51a);
	background: linear-gradient(#f47a20, #faa51a);
	-pie-background: linear-gradient(#f47a20, #faa51a);
	behavior: url(/scripts/PIE.htc);
}

/* Footer */

.footer-full {
	background:url(/images/footer_bkg.png) repeat-x top center;
	width:100%;
	margin:0 auto;
}

.footer {
	position:relative;
	width:960px;
	margin:0 auto;
}
.footer-top-links a {
	font-size:1em;
	display:block;
	float:left;
}

.footer-top-links a {
	height:45px;
	font-weight:bold;
	color:#434a4e;
	line-height:45px;
	margin:0 10px;
	text-decoration:none;
}

.footer-top-links a:hover {
	background-image:url(/images/footer-hover.png);
	background-position:top center;
	background-repeat:no-repeat;
	color:#000;
}

.footer-contact p {
	font-size:1em;
	display:block;
	float:right;
	height:45px;
	font-weight:normal;
	color:#434a4e;
	line-height:45px;
	margin:0 10px;
}

.footer-base {
	font-weight:normal;
	display:block;
	height:30px;
	margin:0 10px;
	color:#434a4e;
	line-height:30px;
	font-size:.9em;
}

.footer-base a {
	color:#434a4e;
	text-decoration:none;
}

.footer-base a:hover {
	color:#000;
	text-decoration:underline;
}

.footer-content {
	margin:15px 0;
	height:175px;
	font-size:.7em;
}
.footer-content a {
	color:#434a4e;
	text-decoration:none;
}
.footer-images {
	margin:5px auto 0 auto;
	width:940px;
	background:url(/images/footer_logos.png) no-repeat top left;
	height:110px;
}
.foot-inc {
	margin-top:3px;
	width:240px;
	float:left;
	line-height:140%;
	text-align:center;
}
.foot-tech {
	margin-top:6px;
	width:240px;
	float:left;
	color:#000;
	font-size:1.2em;
	line-height:140%;
	text-align:center;
}
.footer-content a:hover {
	color:#000;
	text-decoration:underline;
}
#social-media {
	width:120px;
	height:32px;
	float:left;
}
.more {
background:url(/images/whatyouget/more.gif) no-repeat scroll left center transparent;
font-size:0.8em;
padding-left:14px;
text-decoration:none;
}
.features  {
font-size:0.8em;
margin-right:10px;
text-decoration:none;
}
.hr-line {
	border:0 none;
	clear:both;
	height:1px;
	margin:0 0 10px;
	width:100%;
	background:#c7bfbf;
	margin:10px 0;
}
/* Floats and Styles */


.onecol {
	position:relative;
	width:600px;
	float:left;
}

.clearfloat { 
	position:relative;
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.float-left {
	position:relative;
	float:left;
}

.float-right {
	position:relative;
	float:right;
}

.center {
	position:relative;
	margin:0 auto;
}

.fav-item {
	position:relative;
	text-align:center;
	color:#3b3b3b;
	margin:0;
	padding:0;
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #999;
	float:right;
	padding:5px;
	behavior: url(/scripts/PIE.htc);
}
.fav-image{
	position:relative;
	width:200px;
	height:150px;
	border:1px solid #999;
	margin:0;
}

/* Sidebar */

.sidebar {
	position:relative;
	font-size:1em;
	width:280px;
	float: right;
	padding:0 0 0 40px;
	margin:25px 0 15px 0;
	border-left:1px solid #c7bfbf;
}

.sidebar p {
	margin:0 0 1em 0;
}

.sidebar h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #68b320;
	margin:0 0 .5em 0;
	font-size:1.8em;
}

.sidebar h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #68b320;
	margin:0 0 .5em 0;
	font-size:1.7em;
}

.sidebar h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #68b320;
	margin:0 0 .5em 0;
	font-size:1.4em;
}

.sidebar .box {
	margin:0 0 40px 0;
}

.testimonial {
	padding:25px 0 25px 0;
	margin:0 0 40px 0;
	border-top:1px solid #c7bfbf;
	border-bottom:1px solid #c7bfbf;
}

.testimonial-secondary {
	padding:0 0 25px 0;
	margin:40px 0 0 0;
	border-bottom:1px solid #c7bfbf;
}

.testimonial img {
	padding:0 10px 0 0;
}

.orangebox {
	position:relative;
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(#faa51a, #f47a20);
	background: linear-gradient(#faa51a, #f47a20);
	-pie-background: linear-gradient(#faa51a, #f47a20);
	behavior: url(/scripts/PIE.htc);
}

.greenbox {
	position:relative;
	color: #f5ffec;
	border: solid 1px #559e0e;
	background: #68b320;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#68b320), to(#559e0e));
	background: -moz-linear-gradient(#68b320, #559e0e);
	background: linear-gradient(#68b320, #559e0e);
	-pie-background: linear-gradient(#68b320, #559e0e);
	behavior: url(/scripts/PIE.htc);
}

.yellowbox {
	position:relative;
	color: #000;
	border: solid 1px #eded8d;
	background: #ffffcc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffcc), to(#eded8d));
	background: -moz-linear-gradient(#ffffcc, #eded8d);
	background: linear-gradient(#ffffcc, #eded8d);
	-pie-background: linear-gradient(#ffffcc, #eded8d);
	behavior: url(/scripts/PIE.htc);
}

.bluebox {
	position:relative;
	color: #e4f8ff;
	border: solid 1px #0088bc;
	background: #009cd7;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#009cd7), to(#0088bc));
	background: -moz-linear-gradient(#009cd7, #0088bc);
	background: linear-gradient(#009cd7, #0088bc);
	-pie-background: linear-gradient(#009cd7, #0088bc);
	behavior: url(/scripts/PIE.htc);
}

.bluebox:hover,
.yellowbox:hover,
.greenbox:hover,
.orangebox:hover {
	text-decoration:none;
}

/* Designs and Samples */

.design-box {
	padding:0;
	width:235px; 
	height:205px;
	margin:10px 0 40px 5px;
}

.design-image {
	width:225px; 
	height:170px; 
	background:#FFF; 
	position:absolute; 
	top:30px; 
	left:5px;
}

.design-link {
	font-weight:bold;
	text-decoration:none;
	font-size: 1.1em;
}

.design-link:hover {
	text-decoration:underline;
}

/* Accordion */

#accordion {
	width:600px;
}
.toggler {
	cursor: pointer;
	margin: 0 0 10px 0;
	height:28px;
	line-height:28px;
	display:block;
	color:#009cd7 !important;
	text-decoration:underline;
}

.toggler:hover {
	color:#68b320 !important;
	text-decoration:underline;
}
.element p {
	margin: 0;
	padding: 10px 0;
}

form {
	margin:0;
	padding:0;
}
