@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
}
#header {
	width: 100%;
	height: 149px;
	background-image:url(images/header.png);
	background-repeat: repeat-x;
}
#header-main {
	width: 800px;
	height: 149px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 340px;
	height: 149px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -1000px;
	float: left;
}
#main {
	width: 100%;
	height: 200px;
	background-image:url(images/main.gif);
	background-repeat: repeat-x;
}
#main-box {
	width: 800px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	padding-top: 30px;
}
#standardit {
	width: 234px;
	height: 118px;
	float: left;
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #FFF;
}
#standardit:hover {
	background-color: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #73B338;
	border-left-color: #CCC;
}
#usability {
	width: 234px;
	height: 118px;
	float: left;
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #FFF;
}
#usability:hover {
	background-color: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #73B338;
	border-left-color: #CCC;
}
#sites:hover {
	background-color: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #73B338;
	border-left-color: #CCC;
}
#sites {
	width: 234px;
	height: 118px;
	float: left;
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #FFF;
}
ul#linkit {
	padding: 0px;
	list-style-type: none;
	float: right;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#linkit li {
	float: left;
	display: block;
}
ul#linkit li a {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	margin-right: 10px;
}
ul#linkit li a:hover {
	background-color: #FFF;
	color: #73B339;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
ul#linkit li a.home {
	background-color: #FFF;
	color: #73B339;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#content {
	width: 100%;
	height: auto;
	min-height: 300px;
	margin-bottom: 20px;
}
#content-main {
	width: 800px;
	height: auto;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
}
#left {
	width: 502px;
	height: auto;
	float: left;
	min-height: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding: 15px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-khtml-border-radius-topleft: 25px;
	-khtml-border-radius-topright: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #73B338;
	border-left-color: #CCC;
	-moz-box-shadow:0 0 10px #CCCCCC;
	-webkit-box-shadow:0 0 10px #CCCCCC;
	box-shadow:0 0 10px #CCCCCC;
}
#right {
	width: 236px;
	height: auto;
	min-height: 300px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding: 15px;
}
.clear {
	clear: both;
}
#footer {
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
	margin-top: 40px;
}
#copy {
	width: 800px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-khtml-border-radius-topleft: 25px;
	-khtml-border-radius-topright: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #73B338;
	border-left-color: #CCC;
	-moz-box-shadow:0 0 10px #CCCCCC;
	-webkit-box-shadow:0 0 10px #CCCCCC;
	box-shadow:0 0 10px #CCCCCC;
}
#info {
	width: 504px;
	height: 120px;
	float: left;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #6CA334;
}
#sitemap {
	width: 236px;
	height: 120px;
	float: right;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
#main-box h1 {
	color: #80C03D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
}
img.float {
	float: left;
}
#left h1 {
	color: #7CBC3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
#left h2 {
	color: #7CBC3C;
	font-weight: normal;
	font-size: 20px;
}
#left h3 {
	color: #7CBC3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#right h1 {
	color: #7CBC3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
#right h2 {
	color: #7CBC3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#right h3 {
	color: #7CBC3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#copy h1 {
	color: #7CBC3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#copy a {
	color: #7CBC3C;
	text-decoration: none;
}
#copy a:hover {
	color: #7CBC3C;
	text-decoration: underline;
}
#copy a:visited {
	color: #7CBC3C;
}
strong {
	color: #7CBC3C;
}
img.left {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
#left a {
	color: #3C9906;
	text-decoration: none;
}
#left a:hover {
	color: #3C9906;
	text-decoration: underline;
}
#left a:visited {
	color: #3C9906;
}
#right a {
	color: #3C9906;
	text-decoration: none;
}
#right a:hover {
	color: #3C9906;
	text-decoration: underline;
}
#right a:visited {
	color: #3C9906;
}
ul.browsers {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.browsers li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px;
	text-indent: 15px;
	background-image: url(images/action_check.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #7CBC66;
}
ul.browsers li:hover {
	background-color: #7CBC66;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	-webkit-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-bottomright: 10px;
	color: #FFF;
}
#left h3.icon {
	color: #7CBC3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background-image: url(images/globe%20green.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
}
img.off {
	border: none;
}
div.service-web {
	border: 1px solid #CCC;
	padding-left: 15px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-box-shadow:0 0 10px #CCCCCC;
	-webkit-box-shadow:0 0 10px #CCCCCC;
	box-shadow:0 0 10px #CCCCCC;
}
div.service-seo {
	border: 1px solid #CCC;
	padding-left: 15px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-box-shadow:0 0 10px #CCCCCC;
	-webkit-box-shadow:0 0 10px #CCCCCC;
	box-shadow:0 0 10px #CCCCCC;

}
div.service-wp {
	border: 1px solid #CCC;
	padding-left: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-box-shadow:0 0 10px #CCCCCC;
	-webkit-box-shadow:0 0 10px #CCCCCC;
	box-shadow:0 0 10px #CCCCCC;

}
#right ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	list-style-type: none;
	text-indent: 20px;
	padding: 5px;
}
#right ul {
	margin-left: 0px;
	padding-left: 0px;
}
.programming {
	float: left;
	width: 251px;
	height: auto;
}
.software {
	width: 251px;
	float: left;
	height: auto;
}
#left .programming ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#left .programming ul li {
	display: block;
	padding: 5px;
	background-image: url(images/001_18.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 1px;
	width: 220px;
}
#left .software ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#left .software ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/001_18.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-indent: 35px;
	padding: 5px;
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 1px;
}
#left .programming ul li.last {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#left .programming ul li.first {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	width: 220px;
}
#left .software ul li.last {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding: 5px;
	width: 220px;
}
#left .software ul li.first {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	width: 220px;
	padding: 5px;
}
#left .software ul li:hover {
	background-color:#D2FFD2;
}
#left .programming ul li:hover {
	background-color:#D2FFD2;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7CBC3C;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}
input, textarea { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('images/bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label { 
	margin-left: 10px; 
	color: #999999; 
}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #7CBC3C;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#right .red {
	color: #F00;
	font-weight: bold;
}
