/******************************
Resets
*******************************/

body, h1, h2, h3, h4, h5, h6, ul, ol, li, p, dt, dd, dl {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	outline: 0;
	padding: 0;
}

ul {
	list-style: none;
}

.hide { display: none !important; }
.nobg { background-image: none !important; }
.nopad { padding: 0 !important; }
.nomargin { margin: 0 !important; }

/******************************
Clearfix
*******************************/

* html .clearfix { height: 1%; overflow: visible; }
*+html .clearfix { min-height: 1%; }
.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/******************************
Buttons
*******************************/

.button-primary::-moz-focus-inner { border: 0; }

/* All the important declarations are temporary */

.button-primary {
	background-color: #8DC449 !important;
	background: -moz-linear-gradient(100% 100% 90deg, #8DC449, #A1D85A) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A1D85A), to(#8DC449)) !important;
	border: 1px solid #85AB57 !important;
	border-bottom: 2px solid #6A9832 !important;
	color: #2B4B02 !important;
	cursor: pointer !important;
	font-size: 17px !important;
	padding: 14px 19px !important;
	text-shadow: 0 -1px 0 #BFDD87 !important;
	overflow: visible !important;
	display: inline-block;
	-moz-border-radius: 28px !important;
	-webkit-border-radius: 28px !important;
}

.button-primary:hover {
	background-color: #8DC449 !important;
	background: -moz-linear-gradient(100% 100% 90deg, #A1D85A, #8DC449) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8DC449), to(#A1D85A)) !important;
}

.button-primary:active {
	background: #6CA12C !important;
	border: 1px solid #5D8E23 !important;
	border-bottom: 2px solid #537F1D !important;
	text-shadow: 0 1px 0 #90C74C !important;
}

.button-secondary {
	background-color: #E4E4E4;
	background: -moz-linear-gradient(100% 100% 90deg, #E4E4E4, #FBFBFB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBFBFB), to(#E4E4E4));
	border: 1px solid #E4E4E4;
	border-bottom: 2px solid #C1C1C1;
	color: #616161;
	cursor: pointer;
	font-size: 17px;
	padding: 14px 19px;
	text-shadow: 0 -1px 0 #FFF;
	overflow: visible;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
}

.button-secondary:hover {
	background: -moz-linear-gradient(100% 100% 90deg, #FBFBFB, #EEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#FBFBFB));
}

.button-secondary:active {
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	border-bottom: 2px solid #ABABAB;
	text-shadow: 0 1px 0 #FFF;
}

.button-small {
	font-size: 15px !important;
	padding: 9px 19px !important;
}

/******************************
Globals
*******************************/

#company-content {
	padding: 30px 0;
}

body {
	background: url("../images/icons.gif") center 170px no-repeat #F3F3F3;
}

body.small {
	background: url("../images/icons-small.gif") center 170px no-repeat #F3F3F3;
}

body.blank {
	background-image: none;
}

.wrapper {
	margin: 0 auto;
	width: 940px;
}

a {
	color: #533f6E;
	text-decoration: none;
	outline: 0;
}

p,
.feature li,
.contact-details li,
.content li,
.api li {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px;
	display: block;
}

.feature li,
.content li,
.api li {
	background: url("../images/bullet.gif") 0 7px no-repeat;
	padding: 0 0 0 15px;
}

.api li {
	margin: 0;
}

.api ul {
	margin: 0 0 30px;
}

.api h2 {
	margin: 0 0 20px;
}

.api tt {
	background: #EEE;
}

.api ul li ul li {
	padding: 0;
	background: none;
}

.api #details {
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
}

.api #details h3 {
	margin: 0;
}

.api #title  {
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
}

.api #title h2 {
	font-size: 26px;
	margin: 0;
}

.api h3 {
	font-style: italic;
	font-weight: normal;
}

.api .console,
.api pre code {
	white-space: pre-wrap;
	background: #000;
	color: #97D144;
	padding: 9px;
}

.feature li strong {
	color: #444;
}

.feature .subheading {
	font-weight: bold;
	margin: 0;
}

.content h3 {
	margin: 40px 0 20px;
}

.content .banner {
	padding: 0 0 15px !important;
}

p.sub {
	margin: 0 0 40px 0;
}

i {
	background: #f8f1ff;
	color: #533f6E;
}

.subtitle {
	color: #858585;
	font-size: 13px;
}

.pad {
	padding: 40px;
}

.readmore {
	background: url("../images/buttons/show-more.gif") 0 0 no-repeat;
	float: left;
	width: 91px;
	height: 30px;
	overflow: hidden;
	text-indent: -900px;
	margin: 5px 0 20px 0;
}

.readless {
	background: url("../images/buttons/show-less.gif") 0 0 no-repeat;
}

.getstarted {
	background: url("../images/buttons/get-started.gif") 0 0 no-repeat;
	float: left;
	width: 91px;
	height: 30px;
	overflow: hidden;
	text-indent: -900px;
	margin: 5px 0 20px 0;
}

.hide {
	display: none;
}

.custom-pricing {
	margin: 30px 0 0 10px !important;
}

.custom-cloud {
	margin: 30px 0 0 10px !important;
}

.custom-twitter {
	margin: 35px 0 0 50px !important;
}

.custom-happy-agents {
	margin: 20px 0 20px 20px !important;
}

.custom-get-started {
	margin: 30px 0 20px 20px !important;
}

.custom-get-started-2 {
	margin: 30px 20px 20px 40px !important;
}

.flash_ajax div.flash_error,
.flash_html div.flash_error,
.flash_ajax div.flash_critical,
.flash_html div.flash_critical {
	border-color: #FF0000;
	background-color: #FFBABA;
}








/******************************
Layouts (Single Column)
*******************************/

.layout-single .main {
	background: #FFF;
	border: 1px solid #CDCDCD;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.centered .main {
	border-top: 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.layout-single .main .feature {
	margin: 0 0 30px;
	padding: 0 40px;
}

.layout-single .main .first {
	padding: 115px 40px 0;
	margin: 0 0 30px;
}

.layout-single .main .company-header,
.layout-single .main .contact-header {
	padding: 0;
	margin-bottom: 40px;
	background: url("../images/banner-shadow.gif") 0 bottom #f9f7ff repeat-x;
}

.layout-single .main .company-header .pretty {
	background: url("../images/company-map.jpg") 100% bottom no-repeat;
	padding: 40px 0 40px;
	width: 100%;
}

.layout-single .main .contact-header .pretty {
	background: url("../images/postage-stamp.gif") 93% bottom no-repeat;
	padding: 40px 0 40px;
	width: 100%;;
}

.layout-single .main .pretty p {
	font-size: 19px;
	line-height: 24px;
}

.layout-single .main .company-header .pretty div,
.layout-single .main .contact-header .pretty div {
	padding-left: 40px;
}

.layout-single .main .feature h3 a {
	color: #000;
}

.layout-single .main .feature h4 {
	font-size: 18px;
	color: #000;
	margin: 10px 0 20px;
}

.layout-single .main .feature div {
	float: left;
	width: 490px;
}

.layout-single .main .feature img {
	float: right;
	margin: 0 -40px 20px 0;
	border: 0;
}

.layout-single .main .feature .slide {
	display: none;
}

.layout-single .main .staggered img {
	float: left;
	margin: 0 0 20px -40px;
}

.layout-single .main .staggered div {
	float: right;
}

.layout-single .main .feature.last {
	margin: 0;
}


/******************************
Section Header
*******************************/

#company-section {
	background: #57406c;
	border-bottom: 1px solid #514b5f;
	height: 3px;
	overflow: hidden;
}

#section-header {
	padding: 20px 20px 40px;
}


#section-header.centered h1,
#section-header.centered .subheading {
	text-align: center;
}

#section-header.error {
	margin: 200px 0 0;
}

#section-header h1 {
	font-size: 32px;
}

#section-header .main-navigation {
	float: right;
	margin: -25px 0 0 0;
}

#section-header .main-navigation li.active {
	background: url("../images/tab-left-gray.gif") 0 0 no-repeat;
}

#section-header .main-navigation a {
	color: #645c77;
}

#section-header .main-navigation li.active a {
	background: url("../images/tab-right-gray.gif") right 0 no-repeat;
	color: #000;
}

#section-header .subheading {
	clear: both;
	display: block;
	color: #585858;
	padding: 5px 0 0;
	font-weight: normal;
	font-size: 19px;
	text-align: left;
}

#section-header .subheading strong,
#promotion .promo-header p strong {
	background: #EDE6F8;
	color: #533f6E;
	font-weight: normal;
}

/******************************
Company Header
*******************************/

#company-header {
	background: #000;
	padding: 15px 0;
}

#company-header h1 {
	float: left;
}

#company-header h1 a {
	background: url("../images/assistly-logo.gif");
	float: left;
	height: 30px;
	overflow: hidden;
	text-indent: -900px;
	width: 152px;
}

.main-navigation {
	float: right;
	margin: 1px 0 0;
}

.main-navigation li {
	float: left;
	height: 24px;
	margin: 0 0 0 9px;
	overflow: hidden;
}

.main-navigation li.active {
	background: url("../images/nav-left.gif") 0 0 no-repeat;
}

.main-navigation li a {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 11px;
	padding: 4px 10px 4px 0px;
	float: left;
}

.main-navigation li.active a {
	background: url("../images/nav-right.gif") right 0 no-repeat;
}

.main-navigation li a:hover {
	text-decoration: underline;
}

.main-navigation li.active a:hover {
	text-decoration: none;
}

#company-header .trial {
	color: #97d144;
	padding-right: 0;
}

/******************************
Company Footer
*******************************/

#company-footer {
	background: #FFF;
	border-top: 1px solid #d1d1d1;
	font-size: 13px;
	font-weight: bold;
	padding: 40px 0;
	float: left;
	width: 100%;
}

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

#company-footer .wrapper {
	position: relative;
}

#company-footer ul {
	float: left;
}

#company-footer li {
	float: left;
	width: 130px;
}

#company-footer li strong {
	font-size: 17px;
	color: #666;
	margin: 0 0 15px;
	font-weight: normal;
}

#company-footer li strong,
#company-footer li a,
#company-footer li span {
	display: block;
	font-weight: normal;
}

#company-footer .copyright {
	position: absolute;
	margin: 130px 0 0 0;
	width: 400px;
	font-weight: normal;
	left: 0;
	color: #999;
	font-size: 11px;
}

#company-footer .contact {
	border-left: 1px solid #ddd;
	padding: 0 0 0 40px;
	float: right;
	width: 340px;
}

#company-footer .contact li {
	width: 100%;
}

#company-footer .contact div {
	float: left;
}

#company-footer .contact div strong {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

#company-footer .contact .email {
	float: right;
}

#company-footer .contact .social {
	display: block;
	float: none;
	padding: 20px 0 0 0;
	clear: both;
}

#company-footer .contact .social a {
	float: left;
	width: 32px;
	height: 32px;
	text-indent: -900px;
	margin: 0 5px 0 0;
	overflow: hidden
}

#company-footer .contact .twitter {
	background: url("../images/twitter-32x32.png");
}

#company-footer .contact .youtube {
	background: url("../images/youtube-32x32.png");
}

#company-footer .contact .rss {
	background: url("../images/rss-32x32.png");
}

#footer-small {
	text-align: center;
	font-size: 14px;
	margin: 30px 0 0;
}

.footer-trial {
	margin: 40px 0 10px; text-align: center;
}

.footer-trial h3 {
	font-weight: normal !important;
	font-style: italic !important;
	font-size: 19px !important;
	color: #585858;
}

.footer-trial a,
.promo-header a {
}








/******************************
Single Form Pages
*******************************/

.form {
	width: 450px !important;
	margin: 0 auto;
}

/******************************
Regular Forms
*******************************/

.regular label {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 3px;
}

.regular .text,
.regular .checkbox {
	margin: 0 0 15px;
}

.regular .text input {
	font-size: 17px;
	padding: 6px;
	border: 1px solid #999;
	width: 350px;
	margin: 0 20px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.regular .link {
	float: right;
	font-size: 13px;
	margin: 15px 0 0 0;
}






