html {
	background: #fff url(/images/background-gradient.png) top left repeat-x;
	color: #8f8f8f;
}

body {
	color: inherit;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
}

a, a:visited {
	color: #888;
}

a:hover {
	color: #000;
}

h2 {
	color: #51a6dd;
	font-size: 26px;
	margin-bottom: 10px;
}

h3 {
	color: #6A6C6B;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 8px;
}

h3 small {
	color: #8f8f8f;
	font-size: 14px;
}

h3 strong {
	color: #51A6DD;
	font-weight: normal;
}

body#main-index div#main h2 {
	color: #8f8f8f;
	font-size: 22px;
	padding-top: 10px;
}

body#main-index div#main h2 em {
	color: #51a6dd;
	font-style: normal;
}

img {
	border: 0px;
}

p {
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

ul {
	list-style: none;
	margin-bottom: 15px;
}

div#header {
	background: #fff;
	color: #000;
	font-size: 26px;
}

div#header div {
	margin: auto;
	position: relative;
	text-align: left;
	width: 960px;
}

div#header h1 {
/*	height: 80px;*/
	overflow: hidden;
}

div#header span#phone {
	color: #6A6C6B;
	font-family: 'Trebuchet MS', sans-serif;
	position: absolute;
	right: 10px;
	top: 40px;
}

div#header span#phone em {
	color: #51A6DD;
	font-style: normal;
}

div#nav {
	background: #51a6dd;
	color: #fff;
	height: 36px;
	overflow: hidden;
}

div#nav ul {
	float: left;
	left: 50%;
	margin: 0px;
	position: relative;
}

div#nav ul li {
/*	border-right: 1px solid #fff;*/
	float: left;
	left: -50%;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	text-align: center;
}

div#nav ul li.first {
/*	border-left: 1px solid #fff;*/
}

div#nav ul li a {
	float: left;
	font-size: 18px;
	margin-top: 5px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

div#nav ul li a, div#nav ul li a:visited {
	color: #fff;
}

div#nav ul li a:hover {
	background: #fff;
	color: #51a6dd;
}

div#nav ul li.active a span {
	/* nothing yet */
}

div#call-to-action {
	background: #e1effc;
	border-bottom: 1px solid #51A6DD;
	color: #6a6c6b;
	height: 160px;
	position: relative;
	
	border-top-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;

}

div#call-to-action strong {
	font-size: 32px;
	font-weight: normal;
	left: 20px;
	position: absolute;
	top: 45px;
}

div#call-to-action strong em {
	color: #51a6dd;
	font-style: normal;
	font-weight: bold;
}

div#call-to-action a {
	background: #9fc53a;
	border: 2px solid #8f8f8f;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #fff;
	font-size: 26px;
	line-height: 50px;
	position: absolute;
	right: 20px;
	text-align: center;
	text-decoration: none;
	top: 55px;
	width: 280px;
}

div#call-to-action a:hover {
	background: #51A6DD;
	color: #fff;
}

div#intro {
	font-size: 18px;
	overflow: hidden;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

div#intro a {
	color: #9fc53a;
}

div#intro a:hover {
	color: #000;
}

div#intro div {
	float: left;
	line-height: 24px;
	margin-left: 10px;
	width: 460px;
}

div#intro div.first {
	margin-left: 10px;
}

div#intro div p {
	margin-bottom: 0px;
}

div#portfolio {
	background: #51a6dd;
	color: #fff;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: center;
}

div#portfolio a {
	background: #e1effc;
	color: #51a6dd;
	padding-bottom: 3px;
	padding-left: 25px;
	padding-top: 3px;
	padding-right: 25px;
	text-align: center;
	text-decoration: none;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div#portfolio a:hover {
	background: #6A6C6B;
	color: #fff;
}

div#container {
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: inherit;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 960px;
}

div#title {
	padding: 20px;
	padding-bottom: 0px;
}

div#main {
	overflow: hidden;
	padding: 20px;
	padding-top: 0px;
}

div#main p {
	line-height: 24px;
	text-align: left;
	width: 600px;
}

body#main-index div#main p {
	width: 460px;
}

body#contact-index div#main p {
	width: 460px;
}

ul#services {
	color: #6a6a6a;
	font-size: 17px;
}

ul#services strong {
	color: #9FC53A;
	font-weight: bold;
}

ul#services ul {
	list-style: disc inside;
	margin: 0px;
}

ul#services li {
	background: #e1effc;
	color: inherit;
	margin-bottom: 20px;
	padding: 15px;
	position: relative;
}

ul#services li a {
	background: #51a6dd;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #fff;
	padding: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	position: absolute;
	right: 20px;
	margin-top: -17px;
	text-decoration: none;
	top: 50%;
}

ul#services li a:hover {
	text-decoration: underline;
}

ul#services ul {
	padding-left: 15px;
}

ul#services ul li {
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	position: static;
	width: 600px;
}

div#request-quote-form {
	background: #E1EFFC;
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	width: 440px;
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

body#main-index div#request-quote-form {
	background: #E1EFFC;
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}

body#main-index div#request-quote-form h2 {
	padding-top: 0px;
	text-align: center;
}

div#request-quote-form ol li {
	text-align: left;
}

div#request-quote-form label {
	margin-right: 10px;
	padding: 0px;
	text-align: right;
	width: 200px;
}

div#request-quote-form label span {
	color: #51A6DD;
}

div#request-quote-form input, div#request-quote-form textarea {
	border: 1px solid #8f8f8f;
	padding: 0px;
	width: 210px;
}

div#request-quote-form textarea {
	height: 75px;
}

form div#request-quote-form-submit {
	color: #6A6C6B;
	font-family: Georgia, serif;
	font-weight: bold;
	margin-top: 10px;
	position: relative;
	text-align: center;
}

form input#request-quote-submit {
	background: #9fc53a;
	border: 2px solid #8f8f8f;
	bottom: 0px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-left: 130px;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 100px;
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

form input#request-quote-submit:hover {
	background: #51A6DD;
	color: #fff;
	cursor: pointer;
}

div#featured-project {
	background: #E1EFFC;
	clear: right;
	float: right;
	font-size: 14px;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 440px;
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

div#featured-project img {
	float: left;
	margin-right: 10px;
	padding-left: 10px;
}

div#featured-project strong {
	color: #6A6C6B;
	font-size: 16px;
}

body#main-index div#featured-project p {
	line-height: 21px;
	margin-bottom: 0px;
	margin-top: 5px;
	width: auto;
}

div#featured-project p a, div#featured-project p a:visited {
	color: #51A6DD;
}

div#featured-project p a:hover {
	background: #51A6DD;
	color: #fff;
}

div#projects ol {
	list-style: none;
}

div#projects ol li {
	border-bottom: 1px solid #bbb;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div#projects ol li a.title,
div#projects ol li a.title:visited {
	color: #555;
}

div#contact-content {
	float: left;
}

div#footer {
	background: #555;
	color: #fff;
	padding: 6px;
	text-align: center;
}

div#footer a {
	font-weight: bold;
}

div#footer a, div#footer a:visited {
	color: #fff;
}

div#footer a:hover {
	font-weight: bold;
}

