/* 
Title: Screen Styles
Author: Arif Hidayat
Author Email: arip@primitip.com
Last Update: Mar 20, 2009
*/

body {
	color: #555;
	font-size: 14px;
	line-height: 1.6em;
	font-family: Tahoma, Geneva, sans-serif;
	background: #fff;
	}

/* links */

a:link, a:visited {
	color: #54b2d4;
	text-decoration: none;
	outline: none;
	}
a:hover {
	color: #9ec9da;
	}

/* Layout
---------------------------------------------------------------- */

.inner {
	width: 940px;
	margin: 0 auto;
	position: relative;
	}
#container {
	background: url('../images/bg-container.jpg') repeat-x;
	}
#container .inner {
	padding: 15px 0 55px;
	}
#wrapper {
	width: 100%;
	float: left;
	}
.sidebar {
	float: left;
	width: 222px;
	}

/* Header
---------------------------------------------------------------- */

#header {
	background: url('../images/bg-header.jpg') repeat-x 50% 100%;
	}

/* Logo */

#header #logo h1 {
	margin: 0;
	padding: 28px 0 22px;
	}
#header #logo a {
	width: 318px;
	height: 77px;
	display: block;
	text-indent: -99999px;
	background:url('../images/logo.jpg') no-repeat;
	}

/* Newsletter */

#header #newsletter {
	top: 0;
	right: 0;
	width: 301px;
	position: absolute;
	background: #dedede url('../images/bg-newsletter.gif') no-repeat 0 100%;
	}
#header #newsletter form {
	padding: 12px 9px 9px;
	}
#header #newsletter .form-input {
	float: left;
	width: 191px;
	margin: 0 9px 0 0;
	color: #7b7b7b;
	font-size: 11px;
	background: #ffffe8;
	border: solid #eeeee3;
	border-width: 1px 0 0 1px;
	}
* html #header #newsletter .form-input {
	margin-right: 6px;
	}
#header #newsletter .form-submit {
	width: 72px;
	height: 25px;
	outline: none;
	display: block;
	background: #3a3a3a;
	border: none;
	}

/* Top Menu */

#menu {
	background: #191919 url('../images/bg-menu.gif') repeat-x;
	}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url('../images/bg-menu-corner.gif') no-repeat 100% 0;
	}
#menu li {
	float: left;
	margin: 0 4px 0 0;
	}
#menu a {
	float: left;
	padding: 18px 20px;
	color: #fff;
	display: block;
	line-height: 13px;
	text-indent: -99999px;
	text-transform: uppercase;
	background: url('../images/bg-menu-links.jpg') no-repeat;
	position: relative;
	z-index: 999;
	}

#menu #m-home a {
	width: 46px;
	background-position: 0 0;
	}
#menu #m-about a {
	width: 60px;
	background-position: -86px 0;
	}
#menu #m-design a {
	width: 86px;
	background-position: -186px 0;
	}
#menu #m-seo a {
	width: 24px;
	background-position: -312px 0;
	}
#menu #m-ppc a {
	width: 33px;
	background-position: -376px 0;
	}
#menu #m-pricing a {
	width: 57px;
	background-position: -449px 0;
	}
#menu #m-contact a {
	width: 83px;
	background-position: -546px 0;
	}

#menu #m-home a:hover,
#menu #m-home a.active {
	background-position: 0 100%;
	}
#menu #m-about a:hover,
#menu #m-about a.active {
	background-position: -86px 100%;
	}
#menu #m-design a:hover,
#menu #m-design a.active {
	background-position: -186px 100%;
	}
#menu #m-seo a:hover,
#menu #m-seo a.active {
	background-position: -312px 100%;
	}
#menu #m-ppc a:hover,
#menu #m-ppc a.active {
	background-position: -376px 100%;
	}
#menu #m-pricing a:hover,
#menu #m-pricing a.active {
	background-position: -449px 100%;
	}
#menu #m-contact a:hover,
#menu #m-contact a.active {
	background-position: -546px 100%;
	}

#menu #m-blog {
	margin: 0;
	top: 113px;
	right: 20px;
	position: absolute;
	z-index: 1;
	}
#menu #m-blog a {
	padding: 0;
	width: 73px;
	height: 94px;
	background: url('../images/bg-menu-blog.png') no-repeat;
	}
#menu #m-blog a:hover {
	background: url('../images/bg-menu-blog-active.png') no-repeat;
	}

/* Banner */

#banner {
	height: 86px;
	}
#banner .post {
	padding: 44px 260px 0 32px;
	}
#banner h2 {
	margin: 0 0 14px;
	font-size: 36px;
	line-height: 1em;
	letter-spacing: 0.0em;
	}
* html #banner h2 {
	letter-spacing: -0.2em;
	}
*:first-child+html #banner h2 {
	letter-spacing: -0.2em;
	}
#banner h2 br {
	margin: 0;
	}
#banner p {
	margin-right: 145px;
		font-size: 17px;
			line-height: 1.4em;
	}
#banner .rocket {
	top: 66px;
	right: 50px;
	width: 261px;
	height: 251px;
	position: absolute;
	}

/* Content
---------------------------------------------------------------- */

/* Breadcrumb */

#breadcrumb {
	margin: 0 0 15px;
	color: #8f9fac;
	font-size: 11px;
	}
#breadcrumb .sep {
	padding: 0 3px;
	}
#breadcrumb a {
	color: #8f9fac;
	text-decoration: underline;
	}

.form_error {
	padding: 0 0 0 5px;
	color: red;
	font-size: 11px;
	font-style: italic;
	}
.post {
	margin: 0 0 40px;
	}
#content h2 {
	margin: 0 0 15px;
	color: #3eb3d8;
	font-size: 22px;
	line-height: 1.2em;
	}
#content h3 {
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 1.2em;
	}
#content h3.sub-title {
	margin: 0 0 25px;
	}
#content h4 {
	margin: 0 0 2px;
	font-size: 16px;
	line-height: 1.2em;
	}
#content h5 {
	margin: 0;
	font-size: 14px;
	line-height: 1.2em;
	}
#content p {
	margin: 0 0 25px;
	}
#content ul {
	margin: 0 0 25px 40px;
	}
#content br {
	margin: 0;
	}
#content ul.check {
	margin: 25px 45px 15px;
	list-style: none;
	}
#content ul.check li {
	padding: 0 0 10px 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 29px;
	background: url('../images/bullet-list.gif') no-repeat 0 0;
	}
#content ul.check2 {
	margin: 20px 20px 25px;
	list-style: none;
	}
#content ul.check2 li {
	padding: 0 0 20px 40px;
	background: url('../images/bullet-list-2.gif') no-repeat 0 0;
	}
#content ul.check3 {
	margin: 25px 35px 15px;
	list-style: none;
	}
#content ul.check3 li {
	padding: 0 0 10px 36px;
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
	background: url('../images/bullet-list-small.gif') no-repeat 0 4px;
	}
#content ul.hasicon {
	margin: 30px 0 0;
	list-style: none;
	}
#content ul.hasicon li {
	margin: 0 0 10px;
	}
#content ul.hasicon img {
	float: left;
	width: 104px;
	margin: 0 20px 0 0;
	}
#content ul.hasicon p {
	margin: 0 0 20px 124px;
	}
#content blockquote {
	color: #b3a162;
	font-size: 28px;
	line-height: 30px;
	position: relative;
	background-color: #fff4ae;
	background-repeat: no-repeat;
	}
#content blockquote#philosophy {
	margin: 40px 30px 15px 15px;
	padding: 18px 80px 35px 25px;
	background-image: url('../images/bg-blockquote-philosophy.jpg');
	}
#content blockquote#quote-ppc {
	margin: 40px 30px 15px 15px;
	padding: 18px 60px 35px 20px;
	background-image: url('../images/bg-blockquote-ppc.jpg');
	}
#content blockquote#client {
	width: 511px;
	height: 143px;
	margin: 0 0 25px;
	padding: 18px 25px 0 25px;
	background-image: url('../images/bg-blockquote-client.jpg');
	}
#content blockquote#offers {
	width: 576px;
	height: 108px;
	margin-bottom: 10px;
	padding: 18px 25px 0 25px;
	background-image: url('../images/bg-blockquote-offers.jpg');
	}
#content blockquote p {
	margin: 0 0 10px;
	}
#content blockquote span {
	right: 85px;
	bottom: 30px;
	color: #d3a60b;
	font-size: 11px;
	position: absolute;
	}
#content blockquote#client span {
	right: 30px;
	bottom: 10px;
	}
* html #content blockquote#quote-ppc span {
	top: 90px;
	left: 400px;
	width: 120px;
	}

#content .notes {
	margin: 30px 116px 0 0;
	padding: 20px 100px 35px 25px;
	color: #b3a162;
	font-size: 28px;
	line-height: 30px;
	background: #fff4ae url('../images/bg-notes.jpg') no-repeat;
	}
#content .notes a:link,
#content .notes a:visited {
	color: #b3a162;
	font-weight: bold;
	}
#content .notes a:hover {
	text-decoration: underline;
	}

/* Front Page */

.athird {
	float: left;
	width: 300px;
	font-size: 14px;
	position: relative;
	}
.second {
	margin: 0 20px;
	}
#content .athird .section-title {
	margin: 0;
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 50px;
	background: #1b61a3;
	background: #1b61a3 url('../images/bg-athird-title.jpg') no-repeat;
	}
#content .athird .section-content {
	padding: 20px;
	background: url('../images/bg-athird-content.gif') repeat-x;
	font-size: 14px;
	}
#content .athird .section-icon {
	top: 0;
	right: 0;
	position: absolute;
	}

#content #w3 {
	font-size: 16px;
	}
#content #w3 .section-icon {
	top: -27px;
	right: -10px;
	}

#content #cust .section-icon {
	top: -23px;
	right: -28px;
	}
#content #cust .testi {
	margin: 0 0 15px;
	padding: 7px 0 0;
	background: url('../images/bg-testi-top.png') no-repeat;
	}
#content #cust .testi p {
	margin: 0;
	}
#content #cust .testi small {
	display: block;
	font-size: 11px;
	line-height: 16px;
	}
#content #cust .testi .testi-mid {
	padding: 8px 18px 12px;
	line-height: 1.5em;
	background: url('../images/bg-testi-mid.jpg') no-repeat;
	}
#content #cust .testi .testi-btm {
	padding: 16px 18px 0 68px;
	font-size: 12px;
	line-height: normal;
	background: url('../images/bg-testi-bottom.png') no-repeat;
	}

#content #area .section-icon {
	top: -16px;
	right: 2px;
	}
#content #area ul {
	margin: 0 12px 10px;
	list-style: none;
	}
#content #area li {
	padding: 0 0 15px 26px;
	background: url('../images/bullet-list-1.png') no-repeat 0 6px;
	}
#content #area .more a {
	width: 150px;
	margin: 0 auto;
	display: block;
	line-height: 37px;
	text-indent: -9999px;
	background: url('../images/btn-contact.jpg') no-repeat;
	}

/* Pricing Page */

#pricing {
	margin: 0;
	width: 664px;
	background: url('../images/bg-pricing-head.gif') no-repeat;
	}
#pricing tr {
	}
#pricing th, #pricing td {
	padding: 0;
	text-align: center;
	border: solid #d4d4d4;
	}
#pricing td {
	width: 102px;
	padding: 0 20px;
	background: #f6f6f6;
	border-width: 0 1px 1px 0;
	}
#pricing td.plan-pro {
	background: #ebfdff;
	}
#pricing .priceitem {
	height: 62px;
	padding: 0 22px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background: #dde5e6;
	border-width: 0 1px 1px;
	}
#pricing #pricehead th {
	height: 74px;
	width: 102px;
	background: url('../images/bg-pricehead.gif') no-repeat 100% 100%;
	border-width: 0;
	}
#pricing #pricehead .plan-pro {
	background: none;
	}
#pricing #pricehead .priceitem {
	width: 180px;
	border-width: 0;
	}
#pricing #pricehead h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.2em;
	}
#pricing #pricehead span {
	margin: 10px auto 0;
	padding: 0 21px;
	width: 100px;
	height: 24px;
	display: block;
	text-align: center;
	text-indent: -99999px;
	background: url('../images/bg-plans-title.jpg') no-repeat;
	}
#pricing #pricehead .plan-start span {
	background-position: 50% 0;
	}
#pricing #pricehead .plan-lite span {
	background-position: 50% -48px; 
	}
#pricing #pricehead .plan-pro span {
	background-position: 50% -24px; 
	}

#pricing #pricefoot td {
	color: #ddd;
	font-size: 18px;
	font-weight: bold;
	background: #3f3f3f url('../images/bg-pricefoot.gif') no-repeat 100% 0;
	border: none;
	}
#pricing #pricefoot td small {
	font-size: 11px;
	}
#pricing #pricefoot .priceitem {
	padding: 0;
	color: #8b8b8b;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.1em;
	background: url('../images/ico-question.gif') no-repeat 0 50%;
	border: none;
	}
#pricing #pricefoot .priceitem h4 {
	margin: 20px 20px 3px 50px;
	color: #525252;
	font-size: 16px;
	letter-spacing: -0.02em;
	}
#pricing #pricefoot .priceitem p {
	margin: 0 20px 30px 50px;
	}
#pricing #pricefoot .pricesignup {
	margin: 10px auto 0;
	width: 99px;
	height: 36px;
	display: block;
	color: #fff;
	text-indent: -99999px;
	background: #3fb3d9 url('../images/btn-pricing.gif') no-repeat;
	}
#pricing #pricefoot .pricesignup:hover {
	background-position: 0 -36px;
	}

/* Contact Page */

#contactform {
	width: 640px;
	margin: 25px 0 0;
	background: #e8f7fb url('../images/bg-contact-top.gif') no-repeat;
	}
#contactform #contact-inner {
	position: relative;
	padding: 30px 25px 18px;
	background: url('../images/bg-contact-bottom.gif') no-repeat 0 100%;
	}
#contactform #address {
	width: 590px;
	margin: -15px -25px 15px;
	padding: 0 25px 15px;
	color: #3eb3d8;
	border-bottom: 1px solid #d2edf5;
	}
#contactform #address * {
	margin: 0;
	}
#contactform #address .form-left {
	margin-right: 33px;
	}
#contactform #contact-thanks {
	font-size: 11px;
	font-weight: bold;
	}
#contactform #contact-thanks span {
	font-size: 14px;
	display: block;
	}
#contactform .form-left {
	float: left;
	width: 276px;
	margin: 0 33px 0 0;
	}
#contactform .form-right {
	float: right;
	width: 280px;
	}
#contactform .form-label {
	margin: 0 0 5px;
	color: #4a4a4a;
	font-size: 16px;
	font-weight: normal;
	}
#contactform .form-input {
	margin: 0 0 15px;
	}
#contactform textarea {
	margin: 0;
	height: 178px;
	overflow: auto;
	}
#contactform input, #contactform textarea {
	width: 254px;
	padding: 10px;
	background: #fff;
	border: 1px solid #6cbbe4;
	}
#contactform .required input, #contactform .required textarea {
	background: #fdffe8;
	}
#contactform .form-submit {
	float: right;
	margin: 18px 0 0;
	}
#contactform .form-submit input {
	width: 118px;
	height: 41px;
	padding: 0;
	outline: none;
	display: block;
	background: none;
	border: none;
	}

/* Cost Cutting */

#measures {
	margin: 40px -20px 0 0;
	font-size: 13px;
	}
#measures .ahalf {
	float: left;
	width: 210px;
	height: 260px;
	padding: 0 60px 0 60px;
	margin: 0 0 50px;
	background-repeat: no-repeat;
	background-position: 10px 0;
	}
#measures #m-home {
	background-image: url('../images/ico-about-home.gif');
	}
#measures #m-staff {
	background-image: url('../images/ico-about-staff.gif');
	}
#measures #m-honest {
	background-image: url('../images/ico-about-honest.gif');
	}
#measures #m-sales {
	background-image: url('../images/ico-about-sales.gif');
	}
#measures #m-skype {
	margin: 0;
	height: 160px;
	background-image: url('../images/ico-about-skype.gif');
	}
#measures #m-audit {
	width: 200px;
	height: 162px;
	margin: -25px 0 0;
	padding: 20px 45px 15px 88px;
	position: relative;
	background-position: 0 0;
	background-image: url('../images/bg-measure-audit.jpg');
	}
#measures #m-audit a:link,
#measures #m-audit a:visited {
	color: #f99a1f;
	font-weight: bold;
	}
#measures #m-audit a:hover {
	text-decoration: underline;
	}
#measures .section-title {
	margin: 0 0 5px;
	color: #3eb3d8;
	font-size: 18px;
	}

/* Team */

#content #people-shane {
	margin: 30px 0 40px;
	}
#content #people-shane .people-photo {
	background: url('../images/bg-photo-first.jpg') no-repeat;
	}
#content .people-resume {
	float: left;
	width: 224px;
	}
#content .people-photo {
	width: 150px;
	height: 125px;
	margin: -30px 0 0 -29px;
	padding: 40px 63px 66px 40px;
	background: url('../images/bg-photo.jpg') no-repeat;
	}
#content .people-bio {
	margin: -6px 0 0;
	padding: 15px 15px 97px;
	color: #788589;
	font-size: 11px;
	background: #e9f8ff url('../images/bg-people-bio.jpg') no-repeat 0 100%;
	}
#content .people-bio h3 {
	margin: -15px -15px 5px;
	padding: 15px 15px 0;
	color: #3eb3d8;
	font-size: 16px;
	line-height: 16px;
	background: url('../images/bg-people-bio-corner.gif') no-repeat;
	}
#content .people-bio .people-position {
	margin: 0;
	color: #649daf;
	font-size: 12px;
	line-height: 16px;
	}
#content .people-bio ul {
	margin: 20px -15px 0 0;
	padding: 0;
	list-style: none;
	}
#content .people-bio li {
	padding: 6px 20px 6px 0;
	font-size: inherit;
	font-weight: normal;
	line-height: 14px;
	border-top: 1px solid #bdd6e2;
	background: none;
	}
#content .people-main {
	margin: 0 10px 0 224px;
	background: #f9fae3 url('../images/bg-people-main-top.gif') no-repeat 0 0;
	}
#content .people-main-inner {
	padding: 27px;
	color: #4a4a4a;
	background: url('../images/bg-people-main-bottom.gif') no-repeat 0 100%;
	}

/* Portfolio Page */

.page-portfolio #content .post {
	float: left;
	width: 314px;
	margin: 0 27px 25px 0;
	}
.page-portfolio #content .nomargin {
	margin: 0 0 25px;
	}
.page-portfolio #content .post img {
	width: 296px;
	height: 149px;
	padding: 8px;
	}
.page-portfolio #content .post a:link img,
.page-portfolio #content .post a:visited img {
	background: #efeded;
	}
.page-portfolio #content .post a:hover img {
	background: #3eb3d8;
	}
.page-portfolio #content .post h4 {
	margin: 0 0 10px;
	color: #1e7a9a;
	font-size: 16.5px;
	}
.page-portfolio #content .post .more-link {
	float: right;
	margin: 6px 0 0;
	}
.page-portfolio #content .post .more-link a {
	float: left;
	display: block;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: #1e7a9a url('../images/bg-more-left.gif') no-repeat;
	}
.page-portfolio #content .post .more-link a span {
	float: left;
	display: block;
	padding: 0 15px;
	line-height: 22px;
	background: url('../images/bg-more-right.gif') no-repeat 100% 0;
	}

/* SEO Clients */

* html #clientlist {
	margin: 0 0 30px;
	}
*:first-child+html #clientlist {
	margin: 0 0 30px;
	}
#clientlist .onetwo {
	float: left;
	width: 270px;
	margin: 0 20px 40px 0;
	background: #e9f8ff url('../images/bg-client.gif') no-repeat 0 100%;
	}
#clientlist .onetwo h3 {
	padding: 0 25px;
	color: #fff;
	font-size: 16px;
	line-height: 34px;
	background: #4ea8d5 url('../images/bg-client-title.gif') no-repeat;
	}
#clientlist .onetwo ul {
	margin: 15px 20px 20px 40px;
	}
#clientlist #rising h3 {
	background: #dc9305 url('../images/bg-client-title-orange.gif') no-repeat;
	}

/* SEO Process */

#content #tabber {
	margin: 0 0 30px;
	}

@media projection, screen {
    #content .tabs-hide {
        display: none;
    }
}
@media print {
    #content .tab-nav {
        display: none;
    }
}

#content .tab-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#content .tab-nav:after {
	clear: both;
	display: block;
	content: " ";
	}
#content .tab-nav li {
	float: left;
	margin: 0 2px 0 0;
	}
#content .tab-nav li a {
	float: left;
	width: 130px;
	display: block;
	line-height: 37px;
	font-size: 12px;
	text-align: center;
	background: #d6e6eb;
	}
#content .tab-nav li a:hover,
#content .tab-nav li a:focus,
#content .tab-nav li a:active {
	color: #fff;
	background: #3eb3d8;
	}
#content .tab-nav .tabs-selected a,
#content .tab-nav .tabs-selected a:link,
#content .tab-nav .tabs-selected a:visited {
	color: #fff;
	background: #3eb3d8;
	}
#content .tabs-container {
	margin: 0;
	border-top: 9px solid #3eb3d8;
	}
#content #tabber .tab {
	margin: 0 6px 0 0;
	background: url('../images/bg-tabber-top.gif') repeat-x;
	}
* html #content #tabber .tab {
	margin-top: -25px;
	}
#content #tabber .tab-wrap {
	padding: 23px 22px 3px;
	background: url('../images/bg-tabber-bottom.gif') repeat-x 0 100%;
	}
#content #tabber .tab .check {
	font-size: 14px;
	}

#content #keychange {
	margin: 0 0 30px;
	}
#content #keychange .onetwo {
	float: left;
	width: 230px;
	margin: 0 20px 0 0;
	color: #fff;
	font-size: 14px;
	background: #3eb3d8;
	}
#content #keychange .onetwo h4 {
	padding: 0 18px;
	color: #fff;
	line-height: 39px;
	background: #377b91;
	}
#content #keychange .onetwo ul {
	margin: 15px 33px;
	}
#content #keychange #c-code {
	background: #daa53e;
	}
#content #keychange #c-code h4 {
	background: #956a17;
	}

#content #process-result h4 {
	margin-bottom: 15px;
	}
#content #process-result ul.check3 li {
	margin: 0;
	padding: 2px 0 20px 36px;
	line-height: 16px;
	background-position: 0 0;
	}
#content ul.check3 li h5 {
	margin-bottom: 3px;
	font-size: 14px;
	line-height: normal;
	}
#content ul.check3 li p {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	}

/* Pricing Comparison - Case Study */

#case dt {
	color: #d8993e;
	font-size: 18px;
	}
#case dd {
	width: 527px;
	height: 60px;
	margin: 10px 0 25px;
	padding: 32px 25px 0;
	background: #54b2d4 url('../images/bg-dd-result.jpg') no-repeat;
	}

/* Sidebar
---------------------------------------------------------------- */

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: solid #d4dfe6;
	border-width: 1px 1px 0;
	}
.sidebar ul ul {
	border: none;
	}
.sidebar li {
	margin: 0;
	display: inline;
	position: relative;
	}
.sidebar li li {
	padding: 0;
	border: none;
	background: none;
	}

.sidebar .linkblock,
.sidebar .linkblock-active {
	display: block;
	padding: 15px 0 15px 11px;
	border-bottom: 1px solid #d4dfe6;
	}
.sidebar .linkblock:link,
.sidebar .linkblock:visited {
	color: #585858;
	background: #f8f8f8;
	}
.sidebar .linkblock:hover,
.sidebar .linkblock-active:link,
.sidebar .linkblock-active:visited {
	color: #585858;
	background: #d5f1ff;
	}
.sidebar .sidemenu-title {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	}
.sidebar .sidemenu-desc {
	margin: 3px 0 0;
	display: block;
	font-size: 10px;
	line-height: 14px;
	}
.sidebar .sidemenu-icon {
	margin: 5px 13px 0 2px;
	float: left;
	width: 33px;
	height: 29px;
	display: block;
	}

/* Sidebar Menu Icons */

.sidebar #sm-a-team .sidemenu-icon {
	height: 36px;
	}
.sidebar #sm-a-cost .sidemenu-icon,
.sidebar #sm-pr-cost .sidemenu-icon {
	width: 36px;
	height: 37px;
	margin: 5px 12px 0 0;
	}
.sidebar #sm-a-recruit .sidemenu-icon {
	width: 28px;
	height: 35px;
	margin: 5px 15px 0 5px;
	}

.sidebar #sm-d-home .sidemenu-icon,
.sidebar #sm-s-home .sidemenu-icon,
.sidebar #sm-p-home .sidemenu-icon,
.sidebar #sm-pr-home .sidemenu-icon {
	width: 30px;
	height: 32px;
	}
.sidebar #sm-d-info .sidemenu-icon,
.sidebar #sm-s-info .sidemenu-icon,
.sidebar #sm-p-info .sidemenu-icon {
	width: 23px;
	height: 33px;
	margin: 5px 17px 0 5px;
	}
.sidebar #sm-d-proc .sidemenu-icon,
.sidebar #sm-s-proc .sidemenu-icon {
	width: 31px;
	height: 33px;
	}
.sidebar #sm-p-proc .sidemenu-icon {
	width: 34px;
	height: 28px;
	margin: 5px 12px 0 2px;
	}
.sidebar #sm-d-serv .sidemenu-icon,
.sidebar #sm-pr-compare .sidemenu-icon {
	width: 32px;
	height: 32px;
	}
.sidebar #sm-d-team .sidemenu-icon,
.sidebar #sm-s-team .sidemenu-icon,
.sidebar #sm-p-team .sidemenu-icon {
	height: 36px;
	}
.sidebar #sm-pr-method .sidemenu-icon {
	width: 36px;
	height: 23px;
	margin: 11px 12px 0 5px;
	}
.sidebar #sm-d-port .sidemenu-icon {
	width: 37px;
	margin: 5px 11px 0 0;
	}
.sidebar #sm-d-audit .sidemenu-icon,
.sidebar #sm-s-audit .sidemenu-icon,
.sidebar #sm-p-audit .sidemenu-icon,
.sidebar #sm-pr-audit .sidemenu-icon {
	width: 37px;
	height: 30px;
	margin: 5px 11px 0 2px;
	}
.sidebar #sm-s-client .sidemenu-icon {
	width: 37px;
	height: 35px;
	margin: 5px 11px 0 0;
	}
.sidebar #sm-c-home .sidemenu-icon {
	width: 31px;
	height: 28px;
	}
.sidebar #sm-c-price .sidemenu-icon,
.sidebar #sm-pr-payment .sidemenu-icon {
	height: 33px;
	}

/* Extra
---------------------------------------------------------------- */

#extra {
	height: 456px;
	padding: 36px 0 0;
	line-height: 1.2em;
	background: #b1d9eb url('../images/bg-extra.jpg') no-repeat 50% 100%;
	}
.quarter {
	float: left;
	width: 218px;
	margin: 0 20px 0 0;
	color: #9e9e9e;
	background: #fff;
	border: 1px solid #54b2d5;
	}
.nomargin {
	margin: 0;
	}
.quarter .section-title {
	margin: 0 0 10px;
	padding: 8px 17px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	font-family: "Arial Black", Tahoma, Arial, sans-serif;
	letter-spacing: -0.07em;
	text-transform: uppercase;
	background: #54b2d5;
	}
*:first-child+html .quarter .section-title {
	display: inline-block;
	}
.quarter .post {
	margin: 0 0 18px;
	padding: 0 17px;
	font-size: 11px;
	}
.quarter .post-title {
	margin: 0 0 3px;
	color: #54b2d5;
	font-size: 1.3em;
	}
.quarter ul {
	margin: 0;
	padding: 0 15px 10px;
	list-style: none;
	}
.quarter li {
	padding: 0 0 8px;
	}

/* Qualifications */

#box-qualifications img {
	margin: 0 auto;
	padding: 12px 0 20px;
	display: block;
	}

/* Services */

#box-services {
	position: relative;
	}
#box-services a:link {
	color: #54b2d5;
	}
#box-services a:hover {
	color: #54b2d5;
	}
#box-services a:visited {
	color: #54b2d5;
	}

/* Blog */

#box-blog .post p {
	color: #7c7c7c;
	font-size: 11px;
	}

/* Audit */

#box-audit img {
	margin: 0 auto;
	padding: 10px 0 15px;
	display: block;
	}
#box-audit .post {
	padding: 0 23px;
	font-size: 12px;
	}
#box-audit .post p {
	margin: 0 0 18px;
	color: #7c7c7c;
	}
#box-audit strong {
	color: #54b2d5;
	}

/* Twitter Link */

#twitter {
	bottom: -65px;
	position: absolute;
	}
* html #twitter {
	bottom: -80px;
	}
*:first-child+html #twitter {
	bottom: -80px;
	}
#twitter a {
	width: 218px;
	height: 48px;
	display: block;
	text-indent: -9999px;
	background: url('../images/btn-twitter.png') no-repeat;
	}
#twitter a:hover {
	background: url('../images/btn-twitter-active.png') no-repeat;
	}

/* Footer
---------------------------------------------------------------- */

#footer {
	color: #fff;
	font-size: 10px;
	padding: 22px 0 35px;
	background: #3f3f3f;
	}
#footer p {
	margin: 0;
	line-height: 13px;
	}
#footer #valid {
	float: left;
	width: 220px;
	margin: 0 0 0 12px;
	}
#footer #valid a {
	float: left;
	height: 13px;
	display: block;
	text-indent: -99999px;
	background: url('../images/bg-valid.gif') no-repeat;
	}
#footer #valid a#vcss {
	width: 68px;
	}
#footer #valid a#vxhtml {
	width: 103px;
	background-position: 100% 0;
	}
#footer #valid span {
	float: left;
	margin: 0 20px;
	color: #626262;
	}
#footer #copy {
	float: right;
	}

.blue {
	color: #3eb3d8;
	}
.big {
	font-size: 26px;
	line-height: 34px;
	}
.smaller {
	font-size: 12px;
	}
