body {
	background-color: #f6f6f6;
	color: #565656;
	font-family: "Lucida Grande", "Trebuchet MS", arial, sans-serif;
	font-size: 80%;
}

a {
	color: #f00;
	text-decoration: none;
}
a:hover {
	color: #ff6c6c;
}

h1 {
	color: #80b200;
	font-family: "Gotham Book", "Lucida Grande", "Trebuchet MS", arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 15px 0 10px 0;
}

.title-replaced {
	font-size: 0.1em;
	text-indent: -9999px;
	height: 18px;
	background-position: top left;
	background-repeat: no-repeat;
}

p.more_link {
	font-size: 0.8em;
	padding-right: 7px;
	text-align: right;
	background: transparent url(/static/images/ico-arrow.png) center right no-repeat;
}

.big_quote {
	margin: 0 10px;
	padding: 12px 0 10px 12px;
	background: transparent url(/static/images/bg-quote.png) top left no-repeat;
	color: #6a6a6a;
	line-height: 1.1em;
}
.quote_source:before {
	content: "- ";
	color: #6a6a6a;
}
.quote_source {
	text-align: right;
	color: #f00;
}
	.quote_source em {
		font-weight: bold;
		color: #6a6a6a;
		display: block;
		text-align: right;
		font-size: 0.7em;
		padding-top: 3px;
		font-style: normal;
	}


#all {
	width: 960px;
	margin: 0 auto;
	padding: 35px 0 0 0;
}

#header {
	width: 960px;
	margin: 0 auto;
}


/* User Status Box */
#status_box {
	float: right;
}


/* Common nav */
#nav_static {
	float: right;
	list-style-type: none;
	width: 300px;
}
#nav_static li {
	display: block;
	width: 90px;
	float: left;
}
#nav_static li a {
	display: block;
	color: #ff0101;
	text-decoration: none;
	text-align: center;
	font-size: 0.8em;
	padding-top: 14px;
	padding-bottom: 5px;
	font-family: "Gotham Book", "Lucida Grande", arial, sans-serif;
}
#nav_static li a:hover {
	color: #333;
}

/* Login Form */
#login_form {
	margin-right: 10px;
}
#login_form .text_input {
	width: 120px;
	margin-left: 7px;
	background: #fff url(/static/images/bg-input.png) top left repeat-x;
	border: solid 1px #b8b8b8;
	font-family: "Lucida Grande", "Trebuchet MS", arial, sans-serif;
	color: #848484;
	padding: 3px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#login_form .go {
	position: relative;
	top: 7px;
	left: 8px;
}


/* Logo */
#logo {
	width: 283px;
	height: 33px;
	background: transparent url(/static/images/bg-logo.png) center center no-repeat;
}
#logo a {
	display: block;
	width: 283px;
	height: 33px;
	text-indent: -9999px;
	text-decoration: none;
}


/* Nav */
#nav {
	width: 960px;
	height: 36px;
	margin: 12px auto;
	background: transparent url(/static/images/bg-nav.png) top left no-repeat;
}

#nav_full {
	display: block;
	width: 500px;
	height: 36px;
	background: transparent url(/static/images/nav.png) top left no-repeat;
	list-style-type: none;
}
#nav_full li {
	display: block;
	float: left;
	height: 36px;
}
#nav_full li a {
	display: block;
	height: 36px;
	text-indent: -9999px;
	font-size: 0.1em;
}

#nav_full li#nav_home a { width: 86px; }
#nav_full li#nav_home a:hover { background: transparent url(/static/images/nav.png) 0 -36px no-repeat; }
#nav_full li#nav_solutions a { width: 98px; }
#nav_full li#nav_solutions a:hover { background: transparent url(/static/images/nav.png) -86px -36px no-repeat; }
#nav_full li#nav_testimonials a { width: 123px; }
#nav_full li#nav_testimonials a:hover { background: transparent url(/static/images/nav.png) -184px -36px no-repeat; }

/* Nav Admin */
#nav_full_admin {
	display: block;
	width: 500px;
	height: 36px;
	background: transparent url(/static/images/nav_admin.png) top left no-repeat;
	list-style-type: none;
}
#nav_full_admin li {
	display: block;
	float: left;
	height: 36px;
}
#nav_full_admin li a {
	display: block;
	height: 36px;
	text-indent: -9999px;
	font-size: 0.1em;
}

#nav_full_admin li#nav_admin_home a { width: 86px; }
#nav_full_admin li#nav_admin_home a:hover { background: transparent url(/static/images/nav.png) 0 -36px no-repeat; }
#nav_full_admin li#nav_admin_autosearch a { width: 118px; }
#nav_full_admin li#nav_admin_autosearch a:hover { background: transparent url(/static/images/nav_admin.png) -86px -36px no-repeat; }
#nav_full_admin li#nav_admin_manageacct a { width: 88px; }
#nav_full_admin li#nav_admin_manageacct a:hover { background: transparent url(/static/images/nav_admin.png) -204px -36px no-repeat; }

/* Footer */
#footer-wrapper {
	clear: both;
	padding-top: 20px;
}
#footer {
	width: 960px;
	height: 91px;
	margin: 0 auto;
	background: transparent url(/static/images/bg-footer.png) top left no-repeat;
}

#ado_footer {
	float: right;
	width: 300px;
	padding: 15px;
	text-align: right;
}
#ado_footer #ado_logo {
	float: right;
	width: 147px;
	height: 17px;
	background: transparent url(/static/images/bg-footerLogo.png) center center no-repeat;
}
#ado_footer #ado_logo a {
	text-indent: -9999px;
	display: block;
	width: 147px;
	height: 17px;
	text-decoration: none;
	font-size: 0.1em;
	float: left;
}
#ado_footer #ado_logo a span {
	display: none;
}
#ado_footer #copyright {
	float: right;
	clear: right;
	padding-top: 4px;
	color: #515151;
	text-align: right;
	font-size: 0.7em;
}

#dn_footer {
	width: 300px;
	padding: 10px;
}
#dn_footer #dn_logo {
	width: 116px;
	height: 32px;
	background: transparent url(/static/images/bg-dnFooterLogo.png) center center no-repeat;
}
#dn_footer #dn_logo a {
	display: block;
	width: 116px;
	height: 32px;
	font-size: 0.1em;
	text-indent: -9999px;
	text-decoration: none;
}



/* HOMEPAGE */

#promos_primary {
	padding-top: 15px;
	height: 310px;
	width: 960px;
	margin: 0 auto;
}
#screens {
	font-size: 0.1em;
	float: left;
	width: 390px;
	height: 281px;
}

#mainPromo {
	float: left;
	width: 498px;
	height: 218px;
	padding: 30px;
	background: #f0f0f0 url(/static/images/bg-boxFade.png) top left repeat-x;
	border: solid 1px #cecece;
	margin-left: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
	#mainPromo h1 {
		font-size: 0.1em;
		text-indent: -9999px;
		background: transparent url(/static/images/titles/dealersRejoice.png) center center no-repeat;
		width: 193px;
		height: 25px;
		margin-bottom: 20px;
	}
	#mainPromo p {
		font-size: 1.2em;
		margin-bottom: 20px;
	}
	#mainPromo #learnMore {
		width: 115px;
		height: 56px;
		margin: 15px 20px 0 0;
		float: right;
		background: transparent url(/static/images/btn-learnMore.png) center center no-repeat;
	}
		#mainPromo #learnMore a {
			display: block;
			width: 115px;
			height: 56px;
			text-indent: -9999px;
			text-decoration: none;
			font-size: 0.1em;
		}

#promos_secondary {
	background-color: #FFF;
	width: 930px;
	height: 150px;
	margin: 0 auto 15px auto;
	padding: 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

	#promos_secondary #contact_promo {
		width: 299px;
		height: 150px;
		border-right: solid 1px #cecece;
		float: left;
		padding: 0 10px 0 0;
	}
		#promos_secondary #contact_promo h3 {
			font-size: 0.1em;
			text-indent: -9999px;
/*			background: transparent url(/static/images/titles/contactASalesRep.png) center center no-repeat;
			width: 155px;
			height: 16px;*/
			margin: 5px 0 15px 5px;
		}

		#promos_secondary #contact_promo #contact_number {
			font-size: 0.1em;
			text-indent: -9999px;
			background: transparent url(/static/images/bg-promoNumber.png) center center no-repeat;
			width: 224px;
			height: 55px;
			margin: 25px auto;
		}		

		#promos_secondary #contact_promo .more_link {
			margin-right: 10px;
		}


	#promos_secondary #testimonials_promo {
		width: 289px;
		float: left;
		height: 150px;
		border-right: solid 1px #cecece;
		padding: 0 10px;
	}
		#promos_secondary #testimonials_promo h3 {
			font-size: 0.1em;
			text-indent: -9999px;
/*			background: transparent url(/static/images/titles/dontTakeOurWordForIt.png) center center no-repeat;
			width: 204px;
			height: 14px;*/
			margin: 5px 0 15px 5px;
		}
	
	#promos_secondary #screenshots_promo {
		width: 300px;
		float: left;
		height: 150px;
		padding: 0 0 0 10px;
	}
		#promos_secondary #screenshots_promo h3 {
			font-size: 0.1em;
			text-indent: -9999px;
/*			background: transparent url(/static/images/titles/seeForYourself.png) center center no-repeat;
			width: 122px;
			height: 14px;*/
			margin: 5px 0 15px 5px;
		}
		#promos_secondary #screenshots_promo .more_link {
			position: relative;
			z-index: 100;
		}
		#promos_secondary #screenshots_promo img {
			position: relative;
			z-index: 50;
			top: -10px;
			left: 50px;
		}
	
#content {
	padding: 0 0 15px 0;
}


/* Services */
body#services_signin #content {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}
body#services_signin #content h1 {
	margin-top: 0;
}

.clearit {
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

#logged_name {
	float: right;
	text-align: right;
	font-size: 0.8em;
	width: 150px;
	padding: 6px 15px 0 0;
}
#logged_name strong {
	display: block;
	color: #e22222;
	padding-top: 2px;
	font-size: 1.1em;
}

#sign_out {
	float: right;
	padding-top: 6px;
}

#nav_number {
	width: 169px;
	height: 26px;
	float: right;
	background: transparent url(/static/images/bg-navNumber.png) center center no-repeat;
	font-size: 0.1em;
	text-indent: -9999px;
	margin: 4px 4px 0 0;
}


.standard_content_wrapper {
	background-color: #fff;
	padding: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	border: solid 1px #cecece;
}
	.standard_content_wrapper h1,
	.standard_content_wrapper h2 {
		margin-top: 0;
	}
	.standard_content_wrapper p {
		margin-bottom: 20px;
	}


.bolder_content_wrapper {
	padding: 20px;
	background: #f0f0f0 url(/static/images/bg-boxFade.png) top left repeat-x;
	border: solid 1px #cecece;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

}
	.bolder_content_wrapper h1,
	.bolder_content_wrapper h2 {
		margin-top: 0;
	}
	.bolder_content_wrapper p {
		margin-bottom: 20px;
	}