body{
	background: #B3C68E;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444;
}

@font-face {
    font-family: 'London';
    src: url('LondonTwo.ttf') format('truetype');         
    font-weight: normal;
    font-style: normal;
}
a{
	color: #489191;
}
h1{
	/* http://fontdeck.com/typeface/futura */
	font-family: 'Gill Sans', 'London', Arial, Helvetica, sans-serif;
	/* font-family:"Futura Medium", 'Gill Sans', 'London', Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
	font-size-adjust:0.48;
	font-weight:normal;
	font-style:normal;
	font-size: 26px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 7px;
	text-align: center
}
h2{
	font-family: 'Gill Sans', 'London', Arial, Helvetica, sans-serif;
	/* font-family:"Futura Medium", 'Gill Sans', 'London', Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
	font-size-adjust:0.48; 
	font-weight:normal; 
	font-style:normal;
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 3px double #C9C9C9;
	 letter-spacing: 2px;
}
h2 a{
	text-decoration: none;
}
h2 a:hover{
	border-bottom: 3px double #5AADAD;
}
h2.home{
	font-family: 'Gill Sans', 'London', Arial, Helvetica, sans-serif;
	/* font-family:"Futura Medium", 'Gill Sans', 'London', Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
	font-size-adjust:0.48; 
	font-weight:normal; 
	font-style:normal;
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 3px double #888;
	letter-spacing: 2px;
}
h3{
	font-style: italic;
	font-size: 20px;
	font-weight: normal;
	line-height: 160%;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
h3.internal{
	margin: 0 0 20px 0;
	font-weight: bold;
}
h4 {
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 0;
}
img {
	display: block;
}
#header{
	margin: 0 auto;
	width: 940px;
	padding-top: 48px;
	position: relative;
	font-size: 18px;
}
#global{
	max-width: 1080px;
	background: #F5F5ED;
	margin: 0 auto;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-top: 40px;
}
#container{
	max-width: 940px;
	margin: 0 auto;
}
ul#globalNav{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	background: #000;
	float: left;
}
#globalNav li{
	float: left;
	margin-right: 20px;
	
}
p{
	line-height: 160%;
}
H4 + p {
	margin-top: 2px;
}
.clearBoth{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
form{
	margin: 0;
	padding: 0;
}
.headLeft {
	float: left;
	width: 300px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.headRight {
	float: right;
	width: 400px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
}
.headRight a{
	color: #fff;
	text-decoration: none;
}
.headRight span{
	font-size: 13px;
}
.navHolder {
	background: #E3D6A9;
	height: 22px;
	border-bottom: 1px solid #CBB461;
	padding: 10px 0;
	width: 100%;
	float: left;
	z-index: 3;
	text-align: center;
}
a.homelink{
	width: 165px;
	height: 165px;
	display: block;
	float: left;
	text-indent: -10000px;
}
a.cms{
	background: url(../img/home/cms.png) no-repeat top center;
}
a.cms:hover{
	background: url(../img/home/cms.png) no-repeat bottom center;
}
a.ecom{
	background: url(../img/home/commerce.png) no-repeat top center;
}
a.ecom:hover{
	background: url(../img/home/commerce.png) no-repeat bottom center;
}
a.build{
	background: url(../img/home/build.png) no-repeat top center;
}
a.build:hover{
	background: url(../img/home/build.png) no-repeat bottom center;
}
a.search{
	background: url(../img/home/seo.png) no-repeat top center;
}
a.search:hover{
	background: url(../img/home/seo.png) no-repeat bottom center;
}
a.db{
	background: url(../img/home/dbdesign.png) no-repeat top center;
}
a.db:hover{
	background: url(../img/home/dbdesign.png) no-repeat bottom center;
}
a.email{
	background: url(../img/home/email.png) no-repeat top center;
}
a.email:hover{
	background: url(../img/home/email.png) no-repeat bottom center;
}

ul#group1{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	text-align: center;
	font-family: 'Gill Sans', 'London', Arial, Helvetica, sans-serif;
	/* font-family:"Futura Medium", 'Gill Sans', 'London', Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
	letter-spacing: 2px;
	font-size: 14px;
	margin-top: 2px;
}
ul#group2{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: block;
	float: right;
	text-align: center;
	font-family: 'Gill Sans', 'London', Arial, Helvetica, sans-serif;
	/* font-family:"Futura Medium", 'Gill Sans', 'London', Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
	letter-spacing: 2px;
	font-size: 14px;
	margin-top: 2px;
}
.navHolder ul li{
	float: left;
	margin-right: 40px;
}
.navHolder ul li a{
	color: #645C42;
	text-decoration: none;
	text-transform: uppercase;
}
.navHolder ul li a:hover{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.navHolder ul li:last-child {
	margin-right: 0;
}
#navSurround {
	max-width: 1122px;
	margin: 0 auto;
	position: relative;
	margin-top: 23px;
	z-index: 2;
}
.col1 {
	width: 280px;
	margin-right: 50px;
	float: left;
}
.col2 {
	width: 280px;
	float: left;
}
.col3 {
	width: 280px;
	float: right;
}
#divroller_container p{
	font-style: italic !important;
}
.footer {
	background: #414650;
	margin: 0 auto;
	color: #DEDEC5
}
.footer small{
	color: #999;
}
.inside {
	width: 940px;
	margin: 0 auto;
	padding: 50px 0 40px 0;
}
/** forms **/
.footerContact{
	background: #F5F5ED;
	padding: 3px;
	width: 280px;
	margin: 5px 0 20px 0;
	border: none;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	clear: both;
	display: block;
}
textarea.footerContact{
	background: #F5F5ED;
	padding: 3px;
	width: 280px;
	margin: 5px 0 20px 0;
	border: none;
	height: 130px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	clear: both;
	display: block;
}
.login{
	background: #fff;
	padding: 3px;
	width: 280px;
	margin: 5px 0 20px 0;
	border: 1px solid #999;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	display: block;
}
.send{
	background: #FFFF99;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #333;
	height: 38px;
	border: none;
	padding: 0 10px 0 10px;
	font-weight: bold;
	font-family: 'Gill Sans', 'London', Arial, Helvetica, sans-serif;
	/* font-family:"Futura Medium", 'Gill Sans', 'London', Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
}

.greatDivide {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 60px;
	margin: 0;
	padding: 0;
	display: block;
}
.divide-plain{
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background: url(../img/plaindivide.png) no-repeat;
	width: 740px;
	height: 42px;
}
.divide-services{
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background: url(../img/services-divide.png) no-repeat;
	width: 740px;
	height: 42px;
}
.divide-blog{
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background: url(../img/blog-divide.png) no-repeat;
	width: 740px;
	height: 42px;
}
.divide-login{
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background: url(../img/login-divide.png) no-repeat;
	width: 740px;
	height: 42px;
}
.divide-faq{
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background: url(../img/faq-divide.png) no-repeat;
	width: 740px;
	height: 42px;
}
.divide-ecomm {
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background: url(../img/ecommerce-divide.png) no-repeat;
	width: 740px;
	height: 42px;
}
.divide-about {
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background: url(../img/about-divide.png) no-repeat;
	width: 740px;
	height: 42px;
}
.divide-work {
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background: url(../img/work-divide.png) no-repeat;
	width: 740px;
	height: 42px;
}
.divide-contact {
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	background: url(../img/contact-divide.png) no-repeat;
	width: 740px;
	height: 42px;
}
.contentArea {
	text-align: center;
	padding-top: 80px;
}
.imgStd{
	background: #E3D6A9;
	padding-bottom: 10px;
	border-left: 10px solid #E3D6A9;
	border-top: 10px solid #E3D6A9;	
	border-right: 10px solid #E3D6A9;
	float: right;
	display: block;
}	
.homehero {
	background: #C5E2E2;
	width: 660px;
	display: block;
	float: left;
	margin: 40px 0 40px 0;
	padding: 0 140px 0 140px;
}
a.project{
	border: 10px solid #E3D6A9;
	float: left;
	margin-right: 20px;
	height: 200px;
}
a.project:hover{
	border: 1px solid #E3D6A9;
	padding: 9px;
	float: left;
	margin-right: 20px;
	height: 200px;
}
a.end,a.end:hover{
	margin-right: 0;
}
blockquote{
	line-height: 160%;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;	
	font-style: italic;
	padding: 20px 0 20px 0;
}
.portfolioObject {
	float: left;
	/* border: 1px solid #333;*/
}
.portfolioCopy {
	float: right;
	width: 460px;
}
.brand {
	z-index: 4;
	left: 369px;
	text-align: center;
	position: absolute;
	top:10px;
}
tbody {
	margin: 0;
	padding: 0;
}
