body {
	background: #5b5145 url(../images/bg.jpg) repeat-y center top;
	color: #666666;
}

.content {
	background: #ffffff;
	padding-top:5px;
	padding-bottom: 5px;
}

.content a {
	color: #0075cf;
	text-decoration: none;
}

.content a:hover, .content a:focus {
	text-decoration: underline;
}

.borderless {
	padding-left: 0px;
	padding-right: 0px;
}

.withsidebar {
	background: #ffffff url(../images/page-sidebar-bg.gif) repeat-y left top;
}

.content h1, .content h2, .content h3, .content h4 {
	color: #111111;
}

.content h1 {
	font-size: 2em;
	margin-bottom: 0.25em;
}

.content h4 {
	font-weight: normal;
	font-size:1.25em;
}

.main-column {
	padding: 10px;
}

/* @group Master head */

.masthead .container_12 {
	background: #8d000f url(../images/masthead-bg.jpg) repeat-y center top;
	padding-top: 1.3em;
	padding-bottom: 1.4em;
}

.masthead .menu {
	text-align: right;
	padding-top:1em;
	font-weight: bold;
}

.masthead .menu a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 1.25em;
}

.masthead .menu a.login {
	background: url(../images/icons/lock.png) no-repeat right center;
	padding-right: 15px;
}

/* @end */

/* @group Footer */

.footer {
	margin-top: 1em;
	background: url(../images/footer-separator.png) repeat-x center top;
	padding-top: 0.75em;
	font-size: 0.85em;
	color: #b4afa9;
}

.footer a {
	color: #b4afa9;
}

.footer p {
	margin: 0px;
	padding: 0px;
}

.footer a.logo {
	position: relative;
	top: 0.60em;
}

.footer p.main a {
	font-weight: bold;
}

.footer p a {
	margin-right: 1em;
}

.footer .copyright {
	text-align: right;
	padding-top: 0.6em;
}

.footer-separator {
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 3em;
	background: url(../images/footer-separator.png) repeat-x center top;
	width: 960px;
}

/* @end */

/* @group Home page */

/* @group Slideshow */

#home #slideshow {
	width: 960px;
	height: 315px;
	margin: auto;
	position: relative;
}

#home #slideshow .pager {
	text-align: center;
	background: url(../images/slideshow/pager-bg.png) repeat center center;
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
	display: block;
	width: 960px;
	bottom: 0;
	left: 0;
	z-index: 999;
}

#home #slideshow .pager a {
	text-decoration: none;
	color: #ffffff;
	height: 20px;
	width: 20px;
}

#home #slideshow .pager a span {
	height: 20px;
	width: 20px;
	display: inline-block;
	background: url(../images/slideshow/bullet.png) no-repeat center center;
}

#home #slideshow .pager a.activeSlide span {
	background: url(../images/slideshow/bullet-active.png) no-repeat center center;
}



/* @end */

/* @group Customers */

#home .customers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.45em;
	color: #fff;
	padding-top:1em;
	padding-bottom:0.5em;
}

#home .customers .text p {
	margin: 0px;
	padding-left: 1.5em;
}

#home .customers .logos p {
	text-align:right;
	margin: 0px;
	padding-right: 1.5em;

}



/* @end */

/* @group News */

#home .news {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.85em;
	text-align: center;
	background: #4d453b url(../images/frontpage/news-bg.gif) repeat-y center top;
}

#home .news a {
	padding-left: 5px;
	padding-right: 5px;
	color: #dadada;
}

/* @end */

/* @group Main content */

#home .content {
	background: #ffffff url(../images/frontpage/content-header-bg.gif) repeat-x center top;
	padding-top: 1em;
}

#home .content h1 {
	font-size: 1.6em;
	color: #5b5144;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}

#home .content h2 {
	font-size: 0.85em;
	color: #5b5144;
	margin: 0px;
	padding: 0px;
	line-height: 0.6em;
	margin-bottom: 2em;
}

#home .content .what-you-get ul {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	font-size: 0.9em;
}

#home .content .what-you-get ul li {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	background: url(../images/icons/blue_check.png) no-repeat 5px center;
	padding: 9px 5px 9px 30px;
}

#home .content .what-you-get ul li.odd {
	background-color: #efefef;
}

#home .content .get-started {
	width: 300px;
	height: 155px;
	padding-top: 2em;
	background: url(../images/frontpage/get-started-bg.gif) no-repeat center top;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #a7a7a7;
}

#home .content .get-started p {
	margin: 0px;
}

#home .site {
	background: #f8f8f8 url(../images/frontpage/site-separator.gif) no-repeat center bottom;
	padding: 5px 5px 15px;
	font-size: 0.9em;
}

#home .site img {
	float: left;
}

#home .site div.description {
	float: right;
	width: 43%;
}

#home .site h3 {
	font-size: 1.35em;
	margin-bottom: 0.25em;
}

#home .site p {
	margin-bottom: 0.25em;
}

/* @end */

/* @end */

/* @group Page header */

.page-header {
	padding-top: 1.8em;
	padding-bottom: 1.8em;
}

.page-header h1 {
	margin: 0px;
	font-size: 2.65em;
	color: #fff;
}

.page-header .get-started {
	text-align: right;
	padding-top: 0.5em;
}

/* @end */

/* @group Forms */

input[type=text], textarea {
	padding: 5px;
	display: block;
	width: 50%;
}

label {
	font-weight: bold;
	color: #444444;
	display: block;
	clear: both;
	width: 50%;
}

label span.required {
	display: inline;
	font-weight: normal;
	color: #888888;
	float: right;
	font-size: 0.85em;
}

.wpcf7-not-valid-tip-no-ajax {
	color: #a20b0a;
}

.wpcf7-validation-errors {
	border: 1px solid #ffdac7;
	padding: 10px;
	width: 50%;
	background-color: #fff3e8;
}

.wpcf7-mail-sent-ok {
	padding: 10px;
	width: 50%;
	background-color: #d3f3d3;
	border: 1px solid #1f8d25;
	color: #06620f;
}

/* @end */

/* @group Page sidebar */

.page {
	padding-top: 15px;
}

.page .sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

.page .sidebar ul li {
	background: url(../images/page-list-separator.png) repeat-x center top;
	margin: 0 0px;
	padding: 10px 0px 7px;
}

.page .sidebar ul li a {
	color: #888888;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

.page .sidebar ul li a:hover, .page .sidebar ul li a:focus {
	text-decoration: underline;
}

.page .sidebar ul li img {
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 5px;

}

.page .sidebar ul li.active {
	background: url(../images/page-list-active-bg.gif) repeat-x center center;
}

.page .sidebar ul li.active a {
	color: #fff;
}

/* @end */

/* @group Advertising */

.content.advertising {
	padding-top: 20px;
}

.content.advertising h4 {
	font-size: 1.30em;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

.content.advertising p.introduction {
	color: #999999;
	font-size: 1.25em;
	margin-bottom: 2em;
}

.content.advertising div.section {
	margin-bottom: 3em;
}

/* @end */