/* Copyright Matthew Hillman */
body {
	margin:0;
	font:1em Arial, Helvetica, sans-serif;
	line-height:140%;
	background:#e7e7e7 url(../images/bg-body.jpg) repeat-x 50% 0;
	color: #5b5b5b;
}
/******************************** Stylings **********************************/
a, a:visited {
	text-decoration: none;
	color: #859c27;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
#contentLeft strong.ex {
	color:#ff0;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.4em;
	color: #000;
	padding: 12px 0 0 12px;
}
h2 {
	font-size: 1.2em;
	color: #000;
	padding: 12px 0 0 12px;
	text-transform: capitalize;
}
h3 {
	font-size: 1.7em;
	font-weight: normal;
	padding: 20px 10px 5px 10px;
}
h4 {
	padding-left: 10px;
	font-size: 12px;
	text-transform: capitalize;
}
p {
	padding: 10px;
	margin: 0;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}
/* End */
/* top bar */
.top-bar {
	width: 100%;
	font:0.7em/20px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 6px 0 0;
}
.top-bar p {
	margin-top: -10px;
	float: left;
}
.top-bar strong {
	color: #333;
}
.top-bar .contacts {
	float: right;
}
.top-bar dl {
	margin: 0;
}
.top-bar dt {
	float: left;
	color: #000;
	margin: 0 0 0 10px;
}
.top-bar dd {
	margin: 0 0 0 3px;
	font-weight: bold;
	float: left;
}
.top-bar dd a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.top-bar dd a:hover {
	text-decoration: underline;
}
.top-bar dd span {
	font-weight: normal;
}
/* logo */
/*Header */
#header {
	margin: 0 auto;
	width:984px;
	height:200px;
}
#corner {
	height:450px;
	background-image:url("images/footertest.png");
	background-repeat:no-repeat;
	float:right;
	margin-top:86px;
	width:400px;
}
/*End*/
/*Navigation */
#mainNavigation {
	float:right;
	margin-top:25px;
	font-size:14px;
	margin-right:-40px;
}
#mainNavigation ul, #mainNavigation ul li {
	display:inline-block;
	margin-left:10px;
}
#mainNavigation li {
	background: #abd03e; /* Old browsers */
	background: -moz-linear-gradient(top, #abd03e 0%, #abd03e 49%, #7daa40 50%, #9dd53a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #abd03e), color-stop(49%, #abd03e), color-stop(50%, #7daa40), color-stop(100%, #9dd53a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #abd03e 0%, #abd03e 49%, #7daa40 50%, #9dd53a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #abd03e 0%, #abd03e 49%, #7daa40 50%, #9dd53a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #abd03e 0%, #abd03e 49%, #7daa40 50%, #9dd53a 100%); /* IE10+ */
	background: linear-gradient(top, #abd03e 0%, #abd03e 49%, #7daa40 50%, #9dd53a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd03e', endColorstr='#9dd53a', GradientType=0 ); /* IE6-9 */
	display:block;
	padding:10px;
	border-radius: 10px;
	border:1px solid #ccc;
}
#mainNavigation a, #mainNavigation a:visited {
	padding:10px;
	color:#333;
	text-decoration:none;
}
.current {
	padding:10px;
	color:#fff !important;
}
#mainNavigation a:hover {
	color:#333;
}
/* ---------------------------------------------------*/
#container {
	width: 984px;
	margin:0 auto;
	overflow: hidden;
}
.portfoliobox {
	display:block;
	background:#fff;
	height:277px;
	width:436px;
	padding:0;
	margin:0;
	overflow:hidden;
}
.holder .block .content ul {
	margin: 0;
	margin-bottom:10px;
	padding: 0;
	list-style: none;
}
.holder .block .content li {
	font-size:0.8em;
	background: url(../images/bullet-star.gif) no-repeat 0 6px;
	padding: 0 0 2px 30px;
}
#contentLeft {
	float: left;
	width: 690px;
	margin-top: 5px;
}
#contentRight {
	float: right;
	width: 280px;
	margin-top: 5px;
}/* section */
.section {
	height:1%;
	overflow: hidden;
	background: #fff;
	padding: 0 0 0 27px;
}
/* holder */
.holder {
	width: 102%;
	overflow: hidden;
	position: relative;
	padding: 26px 0 0px;
	margin-bottom: 29px;
}
.holder02 {
	padding-top: 25px;
}
.holder .block {
	float: left;
	width: 436px;
	margin: 0 51px 0 0;
	color: #686c70;
	padding: 4px 0 0;
}
.topblock {
	width:930px;
	margin: 0 51px 0 0;
	color: #686c70;
	padding: 4px 0 0;
}
.holder02 .block {
	padding: 4px 0 15px;
}
.holder .block h2 {
	font-size: 22px;
	color: #000;
	line-height: 22px;
	margin: 0 0 18px;
}
.holder02 .block h2 {
	margin-bottom: 15px;
}
.holder .block p {
	margin: 0 0 16px;
}
/* block content */
.holder .block .content {
	width: 100%;
	overflow: hidden;
	padding: 0 0 9px;
}
.holder .block .content em {
	color: #e39000;
}
.holder .block .content img {
	float: left;
	margin: 6px 27px 0 4px;
}
/* block footer */
.post-content .footer, .holder .footer {
	width: 100%;
	overflow: hidden;
	background: url(../images/divider-logos.gif) repeat-x 0 0;
	font-weight: bold;
	padding: 15px 0 0;
	position: absolute;
	bottom: 0;
	height: auto;
}
.post-content .footer {
	position: static;
}
.holder .block .footer {
	width: 436px;
}
.post-content .footer div, .holder .footer div {
	width: 100%;
	overflow: hidden;
	background: url(../images/divider-logos.gif) repeat-x 0 100%;
	padding-bottom: 15px;
}
.post-content .footer a, .holder .footer a {
	float: left;
	background: url(../images/bullet-arrow.gif) no-repeat 2px 5px;
	color: #859c27;
	padding: 0 0 0 15px;
}
.post-content .footer a:hover, .holder .footer a:hover {
	text-decoration: underline;
}
/* box */
.holder .box {
	float: left;
	width:280px;
	margin-right: 43px;
	color: #686c70;
}
.holder .box .footer {
	width: 280px;
}
.holder .block h3, .holder .box h3 {
	font-size:19px;
	font-weight: normal;
	line-height: 19px;
	margin: 0 0 15px;
	color: #000;
}
.testimonials {
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.testimonials q {
	quotes: none;
	color: #686c70;
	display: block;
	width: 100%;
	overflow: hidden;
	font-style:italic;
}
.testimonials q:before {
	content:"";
}
.testimonials q:after {
	content:"";
}
.testimonials .quote-l {
	float: left;
	margin: 4px 13px 0 4px;
}
* html .testimonials .quote-l {
	margin-right: 10px;
}
.testimonials .quote-r {
	float: right;
	margin: -18px 0 0;
}
* html .testimonials .quote-r {
	margin: -48px 0 8px;
}
*+ html .testimonials .quote-r {
	margin: -48px 0 8px;
}
#wrapper .testimonials img {
	float: none;
	margin: 0;
}
.testimonials cite {
	display: block;
	font-style:italic;
	color: #e39000;
	margin: 0 0 13px 2px;
}
.holder .box img {
	float: left;
	margin: 4px 16px 0 1px;
}
.holder .box p {
	margin: 0 0 9px;
}
.holder .box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.holder .box li {
	font-size:0.8em;
	background: url(../images/bullet-star.gif) no-repeat 0 6px;
	padding: 0 0 2px 30px;
}
.inner {
	height:1%;
	overflow: hidden;
	margin-top:10px;
	background: url(../images/divider-logos.gif) repeat-x;
	padding: 12px 0 12px 28px;
	color: #686c70;
}
.inner span {
	float: left;
	width: 104px;
	margin: 11px 39px 0 0;
}
.logos {
	margin-top: 10px;
	padding: 0;
	list-style: none;
	float: left;
}
.logos li {
	float: left;
}
.logos img {
	display: block;
}
.logos .logo01 img {
	margin: 2px 47px 0 0;
}
.logos .logo02 img {
	margin: 3px 53px 0 0;
}
.logos .logo03 img {
	margin: 12px 64px 0 0;
}
.logos .logo04 img {
	margin: 4px 48px 0 0;
}
.logos .logo05 img {
	margin: 18px 38px 0 0;
}
.logos .logo06 img {
	margin: 11px 0 0;
}
.thumb {
	width: 200px;
	margin-left: 10px;
	float: left;
	background-color: #000000;
	border: 1px solid #333;
	margin-top: 5px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.breadcrumb {
	font-size:0.8em;
	background:#f2f2f2;
	border-bottom:4px solid #859c27;
}
.breadcrumb span {
	font-weight:bold;
}
.portfolio {
	background:#859c27;
	padding:0.9em;
	width:120px;
	display:block;
	margin-top:10px;
	float:right;
}
.portfolio a {
	color: #fff;
}
/* ---------------------------------------------------*/
#web_images img {
	margin-top:2em;
}
#web_images {
	margin-top:180px;
}
img.thumb {
	width:219px;
	height:180px;
	border-width: 1px;
}
strong.offline {
	color:#66cc00;
}
#web, #graphic, #other {
	margin-left:10px;
}
#web a {
	background:url("images/web_design_normal.jpg");
	background-repeat:no-repeat;
	height:100px;
	width:400px;
	display:block;
}
#web a:hover {
	background:url("images/web_design_hover.jpg");
	background-repeat:no-repeat;
}
#web a:hover img, #graphic a:hover img, #other a:hover img {
	visibility: hidden;
}
#graphic a {
	background-image:url("images/graphic_design_normal.jpg");
	background-repeat:no-repeat;
	height:100px;
	margin-top:5px;
	width:400px;
	display:block;
}
#graphic a:hover {
	background-image:url("images/graphic_design_hover.jpg");
	background-repeat:no-repeat;
}
#other a {
	background-image:url("images/other_design_normal.jpg");
	background-repeat:no-repeat;
	height:100px;
	margin-top:5px;
	width:400px;
	display:block;
}
#other a:hover {
	background-image:url("images/other_design_hover.jpg");
	background-repeat:no-repeat;
}
/* ---------------------------------------------------*/
#footer {
	background: #fff repeat-x;
	overflow:hidden;
	margin: 0 auto;
	margin-top:10px;
	clear:both;
	font-size:0.8em;
	text-align: left;
	height: 60px;
	width:984px;
}

