@charset "UTF-8";
/* CSS Document */

body {
	width: 100%;
	/*background: #222222 url(../i/bg_page.png);*/
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #707070;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #333333;
	/*color: #A9CF3A;*/
}

h2 {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.service h2 {
	width: 490px;
	height: 35px;
	margin: 0 0 10px;
	padding: 25px 0 10px 60px;
	border-bottom: 1px solid #1a1a1a;
	color: #ffffff;
}

h2.web {
	background: #333 url(../i/icon_web_design.png) 1% 50% no-repeat;
}

h2.email {
	background: #333 url(../i/icon_html_email.png) 1% 50% no-repeat;
}

p {
	font-size: 11px;
	line-height: 17px;
	margin: 7px 0;
}

a {
	font-size: 11px;
	line-height: 17px;
	color: #a9cf3a;
	text-decoration: none;
}

a:link, visited {
	color: #a9cf3a;
	text-decoration: none;
}

a:hover, active {
	color: #333333;
	text-decoration: none;
}

label {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}

/*************************************************************

*************************************************************/

.page {
	width: 1000px;
	margin: 0 auto;
}

.wrapper {
	width: 1000px;
	margin: 0 0 50px;
	float: left;
	/*-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .7);
	-o-box-shadow: 0 2px 7px rgba(0, 0, 0, .7);
	box-shadow: 0 2px 7px rgba(0, 0, 0, .7);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-o-border-radius-bottom-left: 10px;
	-o-border-radius-bottom-right: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;*/
}

header {
	width: 920px;
	height: 100px;
	padding: 20px 40px;
	background: #ffffff;
}

.logo-banner {
	float: left;
}

nav {
	width: auto;
	margin: 80px 0 0;
	float: right;
}

.menu {
	width: auto;
}

.menu li {
	margin: 0 0 0 10px;
	float: left;
}

.menu a {
	font-family: Geneva, Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	/*color: #ffffff;*/
}

.intro {
	width: 720px;
	height: auto;
	margin: 0 0 25px;
	padding: 20px 80px 25px;
	float:left;
	z-index: 9999;
	background: #a9cf3a;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	/*-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 1px 1px 50px rgba(0,0,0,0.25);
	-o-box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
	box-shadow: inset 0px 0px 50px rgba(0,0,0,0.25);*/
}

.intro p {
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.main {
	width: 920px;
	padding: 30px 40px;
	float: left;
	background: #ffffff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.primary {
	width: 330px;
	height: 100%;
	margin: 0 40px 0 0;
	padding: 0;
	/*border-right: 1px solid #333333;*/
	float: left;
}

.secondary {
	width: 550px;
	margin: 0;
	padding: 0;
	/*border-left: 1px solid #333333;*/
	float: left;
}

.service {
	margin: 0 0 20px;
	float: left;
}

.svc {
	margin: 15px 0;
}

.svc img,
.svc p.desc {
	float: left;
}

.svc img {
	margin: 0 20px 0 0;
}

.svc p {
	width: 265px;
}

/*.tertiary {
	width: 225px;
	height: 100%;
	float: left;
}*/

.footer {
	width: 920px;
	height: 15px;
	margin: 20px 0 0;
	padding: 20px 0 0;
	float: left;
	color: #999999;
}

.footer .cell li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	display: block;
}

.footer .cell li.last {
	border-right: 0px none;
}

.footer a,
.footer a:link,visited {
	color: #999999;
}

.footer a:hover,active,focus {
	color: #111111;
}

.copyright-info {
	float: right;
	padding: 0 20px 0 0;
}

.copyright-info p {
	margin: 0;
}

.clear {
	clear: both;
}
