/*
------------------------------------------------
 General stylesheet for Vigsbo Solutions
 Copyright (c) 1995-2010, Vigsbo Solutions
------------------------------------------------
*/

body {
	margin:0;
	padding:0;
	background-color:#555656;
}

body, td, div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
}

h1 {
	font-size:18px;
	font-weight: normal;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}

h2 {
	font-size:16px;
	font-weight: normal;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}

h3 {
	font-size:14px;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}

strong, .bold {
	font-weight: bold;
}

.clear {
	clear:both;
}

ol, ul {
	list-style: none;
}

img {
    border: none;
	outline: none;
}

img.outline {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}

a {
	outline: none;
}

.hilite {
	background-color:#ffffcc;
	padding:2px;
}

.round-borders {
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
}

fieldset {
	padding:8px;
	border: 1px solid silver;
	-moz-border-radius: 6px;
	-khtml-border-radius:6px;
	-webkit-border-radius: 6px;
	margin-bottom:4px;
}

.error-box {
	color:red;
	padding:8px;
	margin-bottom:6px;
 	border:1px solid red;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

/*
----------------------------------
header
----------------------------------
*/

.header-bg {
	height:89px;
	text-align:center;
	background: #ffffff url(../images/header-bg.png) repeat-x top left;
	border-bottom:4px solid #ffffff;
}

.header {
	width:980px;
	height:89px;
	margin: 0 auto;
	text-align: left;
}

.header-logo {
	float:left;
	width:466px;
	height:38px;
	padding-top:28px;
}

.header-menu {
	float:left;
	width:513px;
	margin-top:49px;
	text-align:right;
}


/*
----------------------------------
promo
----------------------------------
*/

.promo-bg {
	height:261px;
	text-align:center;
	background: #008000 url(../images/promo-bg.png) repeat-x top left;
	border-bottom:4px solid #ffffff;
}

.promo {
	width:980px;
	height:261px;
	margin: 0 auto;
	text-align: left;
}

.promo-inner {
	/*padding:20px 0 20px 0;*/
}

.promo-left {
	float:left;
	width:420px;
	margin-top:55px;
	margin-right:65px;
}

.promo-right {
	float:left;
	width:480px;
	height:260px;
	margin-top:0;
	overflow:hidden;
}

.promo-right-inner {
	width:463px;
	height:260px;
	background: transparent url(../images/main-banner-bg.png) center center no-repeat;
}

.slideshow-bg {
	padding:33px 0 0 13px;
}



.promo-text {
	font-size:14px;
	color:#ffffff;
	margin-top:4px;
}

.promo-buttons {
	margin-top:20px;
	text-align:right;
	width:420px;
}

.first-button {
	margin-right:12px;
	margin-left:120px;
}


a.black, a.black:active, a.black:visited {
	color:#333333;
	/*font-size:14px;*/
	text-decoration: none;
}
a.black:hover {
	color: #000000;
	text-decoration:underline;
}

/*
----------------------------------
services
----------------------------------
*/

.services-bg {
	height:187px;
	text-align:center;
	background: #008000 url(../images/services-bg.png) repeat-x top left;
	border-bottom:4px solid #ffffff;
}

.services {
	width:980px;
	height:187px;
	margin: 0 auto;
	text-align: left;
}

.services-inner {
	padding:16px 0 0 0;
}

.services-box {
	float:left;
	width:286px;
}

.services-text {
	font-size:12px;
	color:#333333;
	margin-top:8px;
	line-height:1.5em;
}

.services-divider {
	float:left;
	height:146px;
	width:60px;
	background: transparent url(../images/services-divider.png) center center no-repeat;
}

.services-link {
	margin-top:12px;
	text-align:right;
}

a.services-design, a.services-design:active, a.services-design:visited {
	color:#333333;
	font-size:18px;
	line-height:34px;
	text-decoration: none;
	padding: 3px 2px 2px 34px;
	background: transparent url(../images/services-design.png) left center no-repeat;
}
a.services-design:hover {
	color: #000000;
	line-height:34px;
	padding: 3px 2px 2px 34px;
	text-decoration:underline;
	background: transparent url(../images/services-design.png) left center no-repeat;
}

a.services-development, a.services-development:active, a.services-development:visited {
	color:#333333;
	font-size:18px;
	line-height:34px;
	text-decoration: none;
	padding: 3px 2px 2px 38px;
	background: transparent url(../images/services-development.png) left center no-repeat;
}
a.services-development:hover {
	color: #000000;
	line-height:34px;
	padding: 3px 2px 2px 38px;
	text-decoration:underline;
	background: transparent url(../images/services-development.png) left center no-repeat;
}

a.services-strategy, a.services-strategy:active, a.services-strategy:visited {
	color:#333333;
	font-size:18px;
	line-height:34px;
	text-decoration: none;
	padding: 3px 2px 2px 44px;
	background: transparent url(../images/services-strategy.png) left center no-repeat;
}
a.services-strategy:hover {
	color: #000000;
	line-height:34px;
	padding: 3px 2px 2px 44px;
	text-decoration:underline;
	background: transparent url(../images/services-strategy.png) left center no-repeat;
}

a.read-more-services {
	color: #6db944;
	font-size:12px;
	text-decoration: none;
	padding-right: 10px;
	background: url(../images/bullet-normal.png) no-repeat 100% 50%;
}
a.read-more-services:hover {
	color:#4a872a;
	font-size:12px;
	text-decoration: underline;
	padding-right: 10px;
	background: url(../images/bullet-over.png) no-repeat 100% 50%;
}


.services-nav {
	color: #333333;
	font-size:14px;
	padding-bottom: 6px;
}

a.services-design-16, a.services-design-16:active, a.services-design-16:visited {
	color:#333333;
	font-size:14px;
	line-height:24px;
	text-decoration: none;
	padding: 0 2px 2px 22px;
	background: transparent url(../images/design16.png) left center no-repeat;
}
a.services-design-16:hover {
	color: #000000;
	line-height:24px;
	padding: 0 2px 2px 22px;
	text-decoration:underline;
	background: transparent url(../images/design16.png) left center no-repeat;
}

a.services-development-16, a.services-development-16:active, a.services-development-16:visited {
	color:#333333;
	font-size:14px;
	line-height:24px;
	text-decoration: none;
	padding: 0 2px 2px 22px;
	background: transparent url(../images/development16.png) left center no-repeat;
}
a.services-development-16:hover {
	color: #000000;
	line-height:24px;
	padding: 0 2px 2px 22px;
	text-decoration:underline;
	background: transparent url(../images/development16.png) left center no-repeat;
}

a.services-strategy-16, a.services-strategy-16:active, a.services-strategy-16:visited {
	color:#333333;
	font-size:14px;
	line-height:24px;
	text-decoration: none;
	padding: 0 2px 2px 22px;
	background: transparent url(../images/strategy16.png) left center no-repeat;
}
a.services-strategy-16:hover {
	color: #000000;
	line-height:24px;
	padding: 0 2px 2px 22px;
	text-decoration:underline;
	background: transparent url(../images/strategy16.png) left center no-repeat;
}


.services-nav-sidebar {
	height:26px;
}

.services-nav-sidebar-divider {
	height: 1px;
	margin:12px 0 16px 0;
	border-bottom:1px solid #edede5;
}


a.services-design-32, a.services-design-32:active, a.services-design-32:visited {
	color:#666666;
	font-size:14px;
	font-weight: bold;
	line-height:32px;
	text-decoration: none;
	padding: 10px 0 10px 40px;
	background: transparent url(../images/design32.png) left center no-repeat;
}
a.services-design-32:hover {
	color: #000000;
	font-weight: bold;
	line-height:32px;
	padding: 10px 0 10px 40px;
	text-decoration:underline;
	background: transparent url(../images/design32.png) left center no-repeat;
}
a.services-design-32-selected {
	color: #000000;
	font-size:14px;
	font-weight: bold;
	line-height:32px;
	text-decoration: none;
	padding: 10px 0 10px 40px;
	background: transparent url(../images/design32.png) left center no-repeat;
}

a.services-development-32, a.services-development-32:active, a.services-development-32:visited {
	color:#666666;
	font-size:14px;
	font-weight: bold;
	line-height:32px;
	text-decoration: none;
	padding: 10px 0 10px 40px;
	background: transparent url(../images/development32.png) left center no-repeat;
}
a.services-development-32:hover {
	color: #000000;
	font-weight: bold;
	line-height:32px;
	padding: 10px 0 10px 40px;
	text-decoration:underline;
	background: transparent url(../images/development32.png) left center no-repeat;
}
a.services-development-32-selected {
	color: #000000;
	font-size:14px;
	font-weight: bold;
	line-height:32px;
	text-decoration: none;
	padding: 10px 0 10px 40px;
	background: transparent url(../images/development32.png) left center no-repeat;
}

a.services-strategy-32, a.services-strategy-32:active, a.services-strategy-32:visited {
	color:#666666;
	font-size:14px;
	font-weight: bold;
	line-height:32px;
	text-decoration: none;
	padding: 10px 0 10px 40px;
	background: transparent url(../images/strategy32.png) left center no-repeat;
}
a.services-strategy-32:hover {
	color: #000000;
	font-weight: bold;
	line-height:32px;
	padding: 10px 0 10px 40px;
	text-decoration:underline;
	background: transparent url(../images/strategy32.png) left center no-repeat;
}
a.services-strategy-32-selected {
	color: #000000;
	font-size:14px;
	font-weight: bold;
	line-height:32px;
	text-decoration: none;
	padding: 10px 0 10px 40px;
	background: transparent url(../images/strategy32.png) left center no-repeat;
}


a.services64, a.services64:active, a.services64:visited {
	color:#333333;
	font-size:18px;
	text-decoration: none;
}
a.services64:hover {
	color: #000000;
	text-decoration:underline;
}


.services-header-text {
	color:#000000;
	font-size: 16px;
	padding-right:30px;
	margin-bottom:30px;
}

.services-info {
	float:left;
	width:642px;
	margin-bottom:30px;
}

.services-info-image {
	float:left;
	width:80px;
}

.services-info-copy {
	float:left;
	width:560px;
}

.services-info-header {
	font-size:14px;
	color:#333333;
	font-weight: bold;
	padding-bottom:8px;
}

.services-info-text {
	font-size:12px;
	color:#333333;
	line-height:1.5em;
}

.services-info-more {
	font-size:12px;
	margin-top:10px;
	text-align:right;
}

.services-info-divider {
	width: 640px;
	height: 1px;
	margin-bottom:26px;
	border-bottom:1px solid #edede5;
}


.services-promo-box-top {
	width:614px;
	height:39px;
	overflow: hidden;
	background: transparent url(../images/services-promo-top.png) no-repeat 0 0;
}

.services-promo-box-mid {
	width:614px;
	background: transparent url(../images/services-promo-mid.png) repeat-y;
}

.services-promo-box-bottom {
	width:614px;
	height:15px;
	overflow: hidden;
	background: transparent url(../images/services-promo-bottom.png) no-repeat 0 0;
}

.services-promo-box-inner {
	padding:0 20px 0 20px;
}

.services-promo-box {
	float:left;
	width:178px;
	margin-right:20px;
}

.services-promo-box-last {
	float:left;
	width:178px;
}

.services-promo-image {
	margin-bottom:8px;
}

.services-promo-box-text {
	font-size:12px;
	color:#ffffff;
}

.services-headline {
	font-size:14px;
	color:#333333;
	font-weight: bold;
	margin-bottom:8px;
}

.services-copy {
	font-size:12px;
	color:#333333;
	padding-right:20px;
	margin-bottom:20px;
}



/*
----------------------------------
contact form
----------------------------------
*/

.contact-clear {
	clear:both;
}

.contact-form-top {
	width:614px;
	height:10px;
	margin-top:12px;
	overflow: hidden;
	background: transparent url(../images/contact-form-top.png) no-repeat 0 0;
}

.contact-form-mid {
	width:614px;
	background: transparent url(../images/contact-form-mid.png) repeat-y;
}

.contact-form-bottom {
	width:614px;
	height:20px;
	overflow: hidden;
	background: transparent url(../images/contact-form-bottom.png) no-repeat 0 0;
}

.contact-form-inner {
	padding:20px;
}

.contact-header {
	color:#000000;
	font-size: 16px;
	margin-bottom:4px;
}

.contact-sub-header {
	color:#333333;
	font-size: 12px;
	margin-bottom:20px;
}

.contact-fieldset {
	width:552px;
	/*padding:10px 0;*/
	/*border: none;*/
	border:1px solid silver;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	margin-top:12px;
}

.contact-form-inner div input,
.contact-form-inner div textarea,
.contact-form-inner div select {
	font-size:14px;
	padding:4px;
	border:1px solid silver;
}

.contact-form-inner input#submit {
	color:#333333;
	width:100px;
	background: url(images/menu-bg.png) repeat-x 0 0;
	border:2px solid silver;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	cursor: pointer;
}

.contact-label {
	float:left;
	width:110px;
	padding-top:2px;
	font-size:14px;
	line-height:1.6em;
}

.contact-label-required {
	font-size:12px;
	color:#ff0000;
}

.contact-field {
	float:left;
	margin-bottom:10px;
}

.contact-text-box {
	width:452px;
}

.contact-text-box-x {
	width:530px;
	margin-left:6px;
}

.contact-list-box {
	width:462px;
}

.contact-textarea-box {
	width:452px;
}


.contact-code-1 {
	float:left;
	padding-top:4px;
	width:405px;
	margin-left:6px;
}

.contact-code-2 {
	float:left;
	width:60px;
	margin:2px 12px 0 0;
}

.contact-code-3 {
	float:left;
	width:58px;
}


.contact-footer {
	margin-top:12px;
	width:573px;
}

.contact-footer-left {
	float:left;
	width:502px;
}

.contact-footer-right {
	float:left;
	text-align:right;
	margin-top:4px;
	width:71px;
}


.contact-right-inner {
	margin-left:20px;
}

.contact-logo {
	margin-bottom:12px;
}

.contact-address {
	color:#333333;
	font-size:12px;
	margin-left:38px;
}

.contact-phone-div {
	margin-left:38px;
	margin-top:8px;
}

.contact-email-div {
	margin-left:38px;
	margin-top:8px;
}

a.contact-phone, a.contact-phone:active, a.contact-phone:visited {
	color:#333333;
	font-size:12px;
	padding: 2px 2px 2px 26px;
	text-decoration: none;
	cursor: default;
	background: transparent url(../images/sidebar-icon-phone.png) left center no-repeat;
}
a.contact-phone:hover {
	color: #333333;
	font-size:12px;
	padding: 2px 2px 2px 26px;
	text-decoration:none;
	cursor: default;
	background: transparent url(../images/sidebar-icon-phone.png) left center no-repeat;
}

a.contact-email, a.contact-email:active, a.contact-email:visited {
	color:#6db944;
	font-size:12px;
	padding: 2px 2px 2px 28px;
	text-decoration: none;
	background: transparent url(../images/sidebar-icon-email.png) left center no-repeat;
}
a.contact-email:hover {
	color: #4a872a;
	font-size:12px;
	padding: 2px 2px 2px 28px;
	text-decoration:none;
	background: transparent url(../images/sidebar-icon-email.png) left center no-repeat;
}

a.contact-send, a.contact-send-a {
	display:block;
	width:71px;
	height:36px;
	background:url(../images/contact-send.png);
}
a.contact-send:hover { background-position: 0 36px; }
a.contact-send-a { background-position 0 0; }


/*
----------------------------------
work
----------------------------------
*/

.work-header-text {
	color:#333333;
	font-size: 14px;
	padding-right:20px;
	margin-bottom:30px;
}

.work-info {
	float:left;
	width:642px;
	margin-bottom:20px;
}

.work-info-image {
	float:left;
	width:316px;
}

.work-info-copy {
	float:left;
	width:325px;
}

.home-work-info-image {
	float:left;
	width:217px;
}

.home-work-info-copy {
	float:left;
	width:425px;
}

.work-info-header {
	font-size:14px;
	color:#333333;
	font-weight: bold;
	padding-bottom:4px;
}

a.worklink:link, a.worklink:active, a.worklink:visited {
	color:#333333;
	text-decoration: none;
}

a.worklink:hover {
	text-decoration: underline;
}

.work-info-subheader {
	font-size:11px;
	color:#333333;
	padding-bottom:8px;
}

.work-info-text {
	font-size:12px;
	color:#333333;
	line-height:1.5em;
}

.work-info-text-header {
	font-size:12px;
	font-weight: bold;
	color:#333333;
	line-height:1.5em;
	margin: 16px 0 8px 0;
}

.work-info-study {
	font-size:12px;
	margin-top:12px;
}

.work-info-launch {
	font-size:12px;
	margin-top:6px;
}

.work-info-divider {
	width: 640px;
	height: 1px;
	margin-bottom:26px;
	border-bottom:1px solid #edede5;
}

a.read-more-external {
	color: #6db944;
	font-size:12px;
	text-decoration: none;
	padding-right: 16px;
	background: url(../images/external-normal.png) no-repeat 100% 50%;
	zoom: 1;
}
a.read-more-external:hover {
	color:#4a872a;
	font-size:12px;
	text-decoration: underline;
	padding-right: 16px;
	background: url(../images/external-over.png) no-repeat 100% 50%;
	zoom: 1;
}


a.case-study-back {
	color: #6db944;
	font-size:12px;
	text-decoration: none;
	padding: 2px 2px 2px 12px;
	background: url(../images/bullet-normal-left.png) left center no-repeat;
}
a.case-study-back:hover {
	color:#4a872a;
	font-size:12px;
	text-decoration: underline;
	padding: 2px 2px 2px 12px;
	background: url(../images/bullet-over-left.png) left center no-repeat;
}


/*
----------------------------------
about
----------------------------------
*/

.about-header {
	color:#000000;
	font-size: 16px;
	margin-bottom:4px;
}

.about-sub-header {
	color:#333333;
	font-size: 12px;
	margin-bottom:30px;
}

.about-info {
	float:left;
	width:642px;
	margin-bottom:30px;
}

.about-info-image {
	float:left;
	width:180px;
}

.about-info-image-style {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}

.about-info-copy {
	float:left;
	width:462px;
}

.about-info-header {
	font-size:14px;
	color:#333333;
	font-weight: bold;
	padding-bottom:4px;
}

.about-info-subheader {
	font-size:12px;
	color:#333333;
	padding-bottom:20px;
}

.about-info-text {
	font-size:12px;
	color:#333333;
	line-height:1.5em;
}

.about-info-text-header {
	font-size:12px;
	font-weight: bold;
	color:#333333;
	line-height:1.5em;
	margin: 20px 0 8px 0;
}

.about-contact {
	margin: 20px 0 0 0;
}

.about-info-divider {
	width: 640px;
	height: 1px;
	margin-bottom:40px;
	border-bottom:1px solid #edede5;
}


/*
----------------------------------
page header
----------------------------------
*/

.page-header-bg {
	height:54px;
	text-align:center;
	background: #faffd7 url(../images/page-header-bg.png) repeat-x top left;
	border-bottom:4px solid #ffffff;
}

.page-header {
	width:980px;
	height:54px;
	margin: 0 auto;
	text-align: left;
}

.page-header-inner-services {
	padding:12px 0 0 0;
}

.page-header-inner {
	padding:14px 0 0 0;
}


/*
-------------------
content
-------------------
*/

.content-bg {
	text-align:center;
	background: #ffffff url(../images/content-top-bg.png) repeat-x top left;
}

.content {
	width:980px;
	margin: 0 auto;
	text-align: left;
	height:auto;
	line-height:1.5em;
}

.content-inner {
	padding:27px 0 20px 0;
}

.content-left {
	float:left;
	width:663px;
	border-right:1px solid #edede5;
}

h1.content-header {
	font-size:18px;
	font-weight: normal;
	margin:0 0 18px 0;
}

.content-work {
	float:left;
	width:310px;
	margin-bottom:30px;
}

.content-work-image {
	float:left;
	width:125px;
}

.content-work-copy {
	float:left;
	width:185px;
}

.content-work-text-header {
	font-size:12px;
	color:#333333;
	font-weight: bold;
	line-height:1.5em;
}

.content-work-text-subheader {
	font-size:10px;
	color:#333333;
	padding:8px 0 8px 0;
	line-height:1.5em;
}

.content-work-text {
	font-size:11px;
	color:#333333;
	line-height:1.5em;
}

.content-work-more {
	margin-top:4px;
}

.content-work-spacer {
	margin-right:20px;
}

.services-action {
	width:642px;
	height:86px;
	margin-top:10px;
	background: #ffffff url(../images/services-action-bg.png) no-repeat 0 0;
}

.services-action-logo {
	float:left;
	width:55px;
	height:29px;
	margin-left:20px;
	margin-top:23px;
	background: transparent url(../images/logo-services.png) no-repeat 0 0;
}

.services-action-text {
	color:#333333;
	font-size: 12px;
	font-weight: bold;
	float:left;
	width:404px;
	margin-top:29px;
}

.services-action-button {
	float:left;
	width:145px;
	margin-top:20px;
}

a.view-services-action, a.view-services-action-a {
	display:block;
	width:145px;
	height:37px;
	background:url(../images/view-services.png);
}
a.view-services-action:hover { background-position: 0 37px; }
a.view-services-action-a { background-position 0 0; }

.content-right {
	float:left;
	width:316px;
}

.content-right-inner {
	width:296px;
	margin-left:20px;
	text-align:left;
	padding-top: 10px;
}

.sidebar-action-bg {
	width:296px;
	height:130px;
	text-align:center;
	background: #ffffff url(../images/sidebar-action-bg.png) no-repeat 0 0;
}

.sidebar-action-text-header {
	color:#333333;
	font-size: 18px;
	padding-top:12px;
}

.sidebar-action-text-subheader {
	color:#333333;
	font-size: 11px;
}

.sidebar-action-button {
	text-align:center;
	margin-top:10px;
	margin-left:55px;
}

a.sidebar-action, a.sidebar-action-a {
	display:block;
	width:182px;
	height:37px;
	background:url(../images/sidebar-action-button.png);
}
a.sidebar-action:hover { background-position: 0 37px; }
a.sidebar-action-a { background-position 0 0; }

.sidebar-icons {
	padding:4px;
}

a.sidebar-phone, a.sidebar-phone:active, a.sidebar-phone:visited {
	color:#333333;
	font-size:12px;
	padding: 2px 2px 2px 24px;
	margin-left:4px;
	text-decoration: none;
	cursor: default;
	margin-right:16px;
	background: transparent url(../images/sidebar-icon-phone.png) left center no-repeat;
}
a.sidebar-phone:hover {
	color: #333333;
	font-size:12px;
	padding: 2px 2px 2px 24px;
	text-decoration:none;
	margin-right:16px;
	cursor: default;
	background: transparent url(../images/sidebar-icon-phone.png) left center no-repeat;
}

a.sidebar-email, a.sidebar-email:active, a.sidebar-email:visited {
	color:#6db944;
	font-size:12px;
	padding: 2px 2px 2px 28px;
	text-decoration: none;
	background: transparent url(../images/sidebar-icon-email.png) left center no-repeat;
}
a.sidebar-email:hover {
	color: #4a872a;
	font-size:12px;
	padding: 2px 2px 2px 28px;
	text-decoration:none;
	background: transparent url(../images/sidebar-icon-email.png) left center no-repeat;
}

.sidebar-divider {
	height: 10px;
	margin:15px 0 31px 0;
	border-bottom:1px solid #edede5;
}

.sidebar-testimonial-intro-text {
	font-size: 12px;
	color:#333333;
	font-weight: bold;
	padding-left:20px;
	margin-bottom:24px;
}

.testimonials-bg {
	width:296px;
	padding-left:20px;
}

.testimonials-top {
	width:296px;
	height:14px;
	background: transparent url(../images/testimonials-top.png) left center no-repeat;
}

.testimonials-middle {
	width:296px;
	background: transparent url(../images/testimonials-middle.png) repeat-y;
}

.testimonials-text {
	font-size: 14px;
	color:#666666;
	font-style: italic;
	padding:0 18px 0 18px;
}

.testimonials-bottom {
	width:296px;
	height:29px;
	background: transparent url(../images/testimonials-bottom.png) left center no-repeat;
}

.testimonials-source {
	width:266px;
	margin-top:4px;
	margin-left:30px;
}

.testimonials-photo {
	float:left;
	width:40px;
	padding-top: 1px;
}

.testimonials-source-text {
	float:left;
	width:200px;
	font-size: 12px;
	color:#333333;
	padding-left: 3px 0 0 5px;
}

.testimonials-link {
	text-align:right;
	margin-top:12px;
	width:316px;
}

.content-bottom {
	height:22px;
	background: #ffffff url(../images/content-bottom-bg.png) repeat-x top left;
	border-bottom:4px solid #ffffff;
}


.testimonials-content-inner {
	padding:34px 0 20px 0;
	height:400px;
	background: transparent url(../images/thumb.png) no-repeat top right;
}



/*
-------------------------------
 navigation top
-------------------------------
*/

#nav-top {
	width: 513px;
	height: 40px;
	background: url(../images/navigation-top.png);
	margin: 0;
	padding: 0;
}

#nav-top li {
	float: left;
}

#nav-top li a {
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 40px;
	background: url(../images/navigation-top.png) no-repeat;
	overflow: hidden;
}

/*up state*/

li#nav-top-home a { left:0; width:81px; background-position: 0 0; }
li#nav-top-services a { left:81px; width:100px; background-position: -81px 0; }
li#nav-top-work a { left:181px; width:109px; background-position: -181px 0; }
li#nav-top-about a { left:290px; width:105px; background-position: -290px 0; }
li#nav-top-contact a { left:395px; width:118px; background-position: -395px 0; }

/*hover state*/

li#nav-top-home a:hover { background-position: 0 -40px; }
li#nav-top-services a:hover { background-position: -81px -40px; }
li#nav-top-work a:hover { background-position: -181px -40px; }
li#nav-top-about a:hover { background-position: -290px -40px; }
li#nav-top-contact a:hover { background-position: -395px -40px; }

/*current state*/

#body-home li#nav-top-home a { background-position: 0 -80px; }
#body-services li#nav-top-services a { background-position: -81px -80px; }
#body-work li#nav-top-work a { background-position: -181px -80px; }
#body-about li#nav-top-about a { background-position: -290px -80px; }
#body-contact li#nav-top-contact a { background-position: -395px -80px; }


/*
-------------------------------
 navigation footer
-------------------------------
*/

#nav-footer {
	width: 513px;
	height: 40px;
	background: url(../images/navigation-footer.png);
	margin: 0;
	padding: 0;
}

#nav-footer li {
	float: left;
}

#nav-footer li a {
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 40px;
	background: url(../images/navigation-footer.png) no-repeat;
	overflow: hidden;
}

/*up state*/

li#nav-footer-home a { left:0; width:81px; background-position: 0 0; }
li#nav-footer-services a { left:81px; width:100px; background-position: -81px 0; }
li#nav-footer-work a { left:181px; width:109px; background-position: -181px 0; }
li#nav-footer-about a { left:290px; width:105px; background-position: -290px 0; }
li#nav-footer-contact a { left:395px; width:118px; background-position: -395px 0; }

/*hover state*/

li#nav-footer-home a:hover { background-position: 0 -40px; }
li#nav-footer-services a:hover { background-position: -81px -40px; }
li#nav-footer-work a:hover { background-position: -181px -40px; }
li#nav-footer-about a:hover { background-position: -290px -40px; }
li#nav-footer-contact a:hover { background-position: -395px -40px; }

/*current state*/

#body-home li#nav-footer-home a { background-position: 0 -80px; }
#body-services li#nav-footer-services a { background-position: -81px -80px; }
#body-work li#nav-footer-work a { background-position: -181px -80px; }
#body-about li#nav-footer-about a { background-position: -290px -80px; }
#body-contact li#nav-footer-contact a { background-position: -395px -80px; }

/*
-------------------------------
 navigation social bookmarks
-------------------------------
*/

ul#social {margin: 10px 0 0 0; padding: 0; list-style: none; clear: both;}  

	#social li {overflow: hidden; text-indent: -9999px; display: inline; float: left;}  
	
	#social li a {background: url('../images/ico-social.png') no-repeat; width: 100%; height: 100%; display: block;}  
  
	/* Teams Button */  

		#social li.facebook {width: 24px; height: 24px; margin-right: 5px;}  

			#social li.facebook a {background-position: 0 0;}  
	
			#social li.facebook a:hover {background-position: 0 -40px;}    
  
	/* Resource Center Button */  

		#social li.twitter {width: 24px; height: 24px; margin-right: 5px;}  

			#social li.twitter a {background-position: -32px 0;}  

			#social li.twitter a:hover {background-position: -32px -40px;}  
			
	/* Resource Center Button */  

		#social li.linkedin {width: 24px; height: 24px;}  

			#social li.linkedin a {background-position: -65px 0;}  

			#social li.linkedin a:hover {background-position: -65px -40px;}  


/*
------------------------------
buttons
------------------------------
*/

a.view-services, a.view-services-a {
	display:block;
	float:left;
	width:145px;
	height:37px;
	background:url(../images/view-services.png);
}
a.view-services:hover { background-position: 0 37px; }
a.view-services-a { background-position 0 0; }

a.view-work, a.view-work-a {
	display:block;
	float:left;
	width:125px;
	height:37px;
	background:url(../images/view-work.png);
}
a.view-work:hover { background-position: 0 37px; }
a.view-work-a { background-position: 0 0; }


a.copy {
	color: #54b144;
	padding:2px;
	text-decoration: none;
	border-bottom:1px dotted #54b144;
}
a.copy:hover {
	color: #ffffff;
	background-color: #54b144;
	padding:2px;
	text-decoration: none;
	border-bottom:1px dotted #54b144;
}


/*
------------------------
footer
------------------------
*/

.footer {
	width:980px;
	min-height:60px;
	margin: 0 auto;
	text-align: left;
	padding-bottom:30px;
}

.footer-logo {
	float:left;
	width:48px;
	padding-top:18px;
}

.footer-copyright {
	float:left;
	width:418px;
	font-size:12px;
	color: #ffffff;
	padding-top:16px;
	line-height:1.4em;
}

.footer-menu {
	float:left;
	text-align:right;
	width:513px;
}


/*
--------------------------
fade
--------------------------
*/

#slideshow {
	position:relative;
	height:195px;
}

#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}
