html {
	background: #9BBAD0 url(../images/topGradient_bg.jpg) repeat-x center top;
}
body {
	margin: 0px;
	padding: 380px 0px 0px 0px;
	color: #fff;
	font: 13px/20px Arial, Helvetica, sans-serif;
	/*text-shadow: #8ca3b9 0 1px 0;*/
	background: transparent url(../images/logo.png) no-repeat center top;
}
div {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #86a5ba;
	font: normal 54px/60px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	/*text-shadow: #51636e 0 1px 2px;*/
	text-transform: lowercase;
	word-spacing: -7px;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font: 18px/40px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 40px;
	color: #fff;
	font: normal 16px/20px Arial, Helvetica, sans-serif;
	/*text-shadow: #6c8393 0 1px 1px;*/
}
p {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	line-height: 20px;
}
ul {
	width: auto;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 20px;
	overflow: hidden;
}
	li {
		width: auto;
		height: auto;
		margin: 0 0 0 20px;
		padding: 0;
		line-height: 20px;
	}
a {
	color: #5F89A5;
	text-decoration: none;
}
	a:hover {
		color: #8eb3b9;
		text-decoration: none;
	}
form {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
	form p {
		padding: 0;
	}
	form input {
		width: 168px;
		height: auto;
		margin: 0 0 0 0;
		padding: 0 4px 20px 4px;
		display: block;
		font: normal 11px/18px "Lucida Sans", Arial, Helvetica, sans-serif;
		color: #000;
		background: none;
		border: none;
		border-bottom: 1px dashed #adadad;
	}
		form input.file {
			height: 28px;
			padding: 0 4px;
		}
	form textarea {
		width: 168px;
		height: 100px;
		margin: 0;
		padding: 9px 4px;
		display: block;
		font: normal 11px/20px "Lucida Sans", Arial, Helvetica, sans-serif;
		color: #000;
		background: none;
		border: none;
		border-bottom: 1px dashed #adadad;
	}
	form select {
		margin-top: 10px;
	}
	form .hidden {
		display: none;
	}
	form input#submit {
		width: 47px;
		height: 20px;
		margin: -40px 0 0 0;
		padding: 0;
		float: right;
		font: normal 14px/20px Arial, Helvetica, sans-serif;
		color: #922323;
		text-transform: uppercase;
		border: 0;
		outline: 0;
		cursor: pointer;
	}
#contactForm {
	width: 400px;
	height: 220px;
	padding: 30px 40px 30px 40px;
	background: transparent url(../images/contactForm_bg.png) no-repeat left top;
}
#rightCol #contactForm h2 {
	padding-left: 0;
}
#contactForm textarea {
	margin: -120px 0 0 0;
	float: right;
}
.captchaIntro {
	color: #000;
	padding-top: 20px;
	height: 20px;
	font-size: 11px;
	line-height: 20px;
}

/*
	Classes
	-------------------------------------------------
*/

.bold {
	font-weight: bold;
}
.em {
	font-style: italic;
}
.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
/*.noLeftPadding {
	padding-left: 0 !important;
}
.noRightPadding {
	padding-right: 0 !important;
}*/
.simpleCaptchaSelected {
	opacity: .5;
}
.captchaImage {
	margin: 0px;
}
.features, .features li, .features a {
	margin: 0px;
	padding: 0px 0px 40px 0px;
	width: auto;
	height: auto;
	line-height: 20px;
}
	.features li {
		margin: 0 0 10px 0;
		padding: 0px 0px 9px 40px;
		border-bottom: 1px solid #95b3c8;
		list-style: none outside none;
		text-transform: uppercase;
		color: #fff;
	}
		.features li.customDesigns {
			background: transparent url(../images/icon_customDesigns.gif) no-repeat 2px center;
		}
		.features li.uptodateCode {
			background: transparent url(../images/icon_uptodateCode.gif) no-repeat 2px center;
		}
		.features li.captivatingCopy {
			background: transparent url(../images/icon_captivatingCopy.gif) no-repeat 2px center;
		}
		.features li.noTemplates {
			background: transparent url(../images/icon_noTemplates.gif) no-repeat 2px center;
		}
		.features li.quickTurnaround {
			background: transparent url(../images/icon_quickTurnaround.gif) no-repeat 2px center;
		}
		.features li.supportPackages {
			background: transparent url(../images/icon_supportPackages.gif) no-repeat 2px center;
		}
.calloutBtn {
	width: 180px;
	height: 40px;
	margin: 0px auto 40px auto;
	padding: 10px 20px;
	display: block;
	font: normal 13px/20px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	background: transparent url(../images/calloutBtn.jpg) no-repeat left top;
}
	.calloutBtn em {
		font-style: normal;
		color: #5F89A5;
	}
	.calloutBtn:hover {
		color: #000;
	}
		
#siteThumbs {
	width: 783px;
	height: 407px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 0;
	right: 17px;
	background: transparent url(../images/siteThumbs.jpg) no-repeat left top;
	z-index: 50;
	cursor: pointer;
}

.siteThumbsPadding {
	padding-bottom: 313px !important;
}
#pricingMenu {
	width: 686px;
	height: 404px;
	margin: 0 auto 140px auto;
	padding: 0;
	background: transparent url(../images/pricingMenu_shadow.png) no-repeat center bottom;
}
	#services {
		width: 646px;
		height: 323px;
		margin: 0 0 20px 0;
		padding: 55px 20px 0 20px;
		background: transparent url(../images/pricingMenu_bg.jpg) no-repeat center top;
	}
		#services div {
			width: 324px;
			float: left;
		}
			#services h2 {
				color: #922323;
				line-height: 20px;
			}
			#services h3 {
				width: 324px;
				color: #0c446d;
				margin: 0;
				padding: 0;
				font: bold 18px/30px Arial, Helvetica, sans-serif;
				text-transform: uppercase;
				text-shadow: 0px 1px 3px #99968f;
			}
				#services h3 em {
					font-style: normal;
					color: #c80000;
					padding-left: 43px;
				}
			#services ul,
			#services ul li {
				width: auto;
				height: auto;
				margin: 0;
				padding: 0;
				font: bold 14px/30px Arial, Helvetica, sans-serif;
				line-height: 30px;
				text-shadow: 0px 1px 3px #99968f;
			}
			#services ul {
				width: 324px;
			}
				#services ul li {
					padding: 0 0 0 36px;
					list-style: none outside none;
					text-transform: uppercase;
				}	
			#services h3.third,
			#services ul.third {
				width: auto;
				margin-left: 330px;
				overflow: visible;
			}
		#services p,
		#services li {
			color: #0c446d;
		}

#servicesExtras {
	width: 359px;
	height: 180px;
	margin: -120px 0 0 20px;
	padding: 0;
	position: absolute;
	background: transparent url(../images/servicesExtras_bg.gif) no-repeat left top;
}
	#servicesExtras h2 {
		width: 179px;
		height: 60px;
		float: left;
		font: 18px/60px Arial, Helvetica, sans-serif;
		text-align: center;
		color: #922323;
	}
		#servicesExtras ul {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			line-height: 60px;
			overflow: visible;
		}
			#servicesExtras ul li {
				width: 139px;
				height: 40px;
				margin: 0;
				padding: 10px 20px;
				float: left;
				list-style: none outside none;
				line-height: 20px;
				color: #010101;
				text-align: center;
			}
				#servicesExtras ul li.singleLine {
					height: 20px;
					padding: 20px;
				}
/*
	Portfolio Layout
	-------------------------------------------------
*/
.portfolioShelf {
	width: auto;
	height: 389px;
	margin: 0;
	padding: 20px 20px 0 20px;
	display: block;
	position: relative;
	background: transparent url(../images/portfolioShelf.png) no-repeat left bottom;
}
	.portfolioShelf h2 {
		width: 360px;
		height: auto;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 307px;
		left: 420px;
		font: bold 26px/86px Arial, Helvetica, sans-serif;
		text-align: center;
		text-shadow: 0px 1px 2px #f9e9c6;
	}
		.portfolioShelf h2:first-child {
			left: 40px;
		}
		.portfolioShelf h2 a {
			color: #73461c;
		}
			.portfolioShelf h2 a:hover {
				color: #965f2d;
			}
	.portfolioShelf img {
		width: 360px;
		display: block;
		float: left;
		margin: 0 0 0 20px;
		padding: 0;
	}

/*
	Template Layout
	-------------------------------------------------
*/
#homeBtn {
	margin-left: -434px;
	padding: 13px 0 0 49px;
	width: 51px;
	height: 27px;
	position: absolute;
	display: block;
	top: 0px;
	left: 50%;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0px 1px 2px #485560;
	background: transparent url(../images/homeBtn.jpg) no-repeat left top;
	overflow: hidden;
}
#nav, #nav li, #nav a {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
#nav {
	margin: 0px auto;
	width: 860px;
	height: 60px;
	text-align: center;
	background: transparent url(../images/nav_bg.jpg) no-repeat center bottom;
}
	#nav li {
		display: inline;
	}
		#nav a {
			display: inline-block;
			width: 168px;
			height: 60px;;
			color: #fff;
			font: 18px/60px Arial, Helvetica, sans-serif;
			text-decoration: none;
			text-shadow: 0px 1px 3px #485560;
		}
		#nav a:hover {
			text-decoration: none;
		}
#wrapper {
	padding: 20px 0 0 0;
	min-height: 300px;
	background: #aec9de url(../images/gradient_bg.jpg) repeat-x left bottom;
	border-top: 1px #95B3C8 solid;
	border-bottom: 1px #95B3C8 solid;
}
	#container {
		margin: 0px auto;
		padding: 0px 4px;
		width: 860px;
		position: relative;
	}
		#leftCol {
			float: left;
			padding: 0px 20px 0px 20px;
			width: 300px;
			text-align: left;
			position: relative;
			z-index: 90;
		}
			#leftCol h2,
			#leftCol p {
				padding-left: 40px;
			}
			#altLeftCol {
				float: left;
				padding: 0px 0px 0px 20px;
				width: 480px;
				text-align: left;
			}
			#halfLeftCol {
				float: left;
				padding: 0px 0px 0px 20px;
				width: 400px;
				text-align: left;
			}
		#rightCol {
			margin: 0 20px 0px 360px;
			text-align: left;
			position: relative;
			z-index: 95;
		}
			#rightCol h2,
			#rightCol p {
				padding-left: 40px;
			}
			#altRightCol {
				margin: 0 20px 0px 520px;
				text-align: left;
			}
			#halfRightCol {
				margin: 0 20px 0px 440px;
				text-align: left;
				padding-top: 120px;
			}
		#middle {
			padding: 0px 20px 0 20px;
			text-align: left;
		}
#footer {
	margin: 0 auto;
	padding: 0;
	width: 820px;
	height: 160px;
	font: normal 10px/20px Arial, Helvetica, sans-serif;
	color: #d3e0ea;
	border-top: 1px #ACC5D8 solid;
}
	#footer a {
		color: #d3e0ea;
	}
	#footer p {
		margin: 0;
		padding: 0;
		line-height: 20px;
	}
	#copyright {
		padding: 120px 0 0 0 !important;
		float: left;
	}
	#botNav {
		width: 200px;
		margin: 0;
		padding: 20px 0 0 0;
		float: right;
	}
		#botNav li {
			margin: 0 0 0 20px;
			padding: 0;
		}
			#botNav li a:hover {
				color: #fff;
			}