@charset "UTF-8";
body {
	margin: 0; padding: 0;
	font-family: "Century Gothic", Futura, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #630000;
	font-size: 14px;
}

.clear { clear: both; }
.divider { height: 1px; border-bottom: 1px solid #8bc2d0; margin: 20px 0px 19px 0px; clear: both; }

h1,h2,h3,h4,h5 { margin: 0; padding: 0; font-weight: normal; color: #002733; }
p { margin: 0 0 1em 0; }

ul { list-style-type: square; }

a {
	color: #002733;
}
	a:hover {
		text-decoration: none;
	}
	
	a img { border: 0; }
	a.more {
		float: right;
		display: block;
		margin: 1em 0 0 0;
		color: #fff;
		font-weight: bold;
		background: #ed8500;
		padding: 4px 6px;
		text-decoration: none;
	}
		a.more:hover {
			background: #096b7e;
		}

.holder {
	width: 860px;
	margin: 0 auto;
}

#header {
	background: #630000 url(img/banner-bg.png) top left repeat-x;
	height: 180px;
}
	#header .holder {
		width: 960px !important;
	}
		#header #logo {
			float: left;
			width: 285px;
			height: 180px;
			text-indent: -9999px;
			font-size: 36px;
			background: url(img/banner-logo-able-technology.png) left no-repeat;
		}
		#header h1 {
			float: right;
			text-indent: -9999px;
			background: url(img/banner-elevatorpitch.png) right no-repeat;
			width: 515px;
			height: 180px;
		}
	#header.small {
		height: 110px;
	}
		#header.small .holder {
			width: 920px !important;
		}
		#header.small #logo {
			background: url(img/banner-logo-able-technology-small.png) top left no-repeat !important;
			height: 110px !important;
			width: 186px !important;
		}
	
#menu {
	background: #002733;
	height: 40px;
	line-height: 39px;
	border-top: 1px solid #fff;
	margin: 0px 0px 20px 0px;
}
	#menu a {
		display: block;
		float: left;
		padding: 0px 20px;
		font-size: 18px;
		color: #fff;
		text-decoration: none;
	}
		#menu a:hover {
			background: #064b5a;
		}
		#menu a.on {
			background: #096b7e;
		}

#content {
	padding: 0px 0px 20px 0px;
}
	#content .col-left {
		float: left;
		width: 460px;
		border-right: 1px solid #8bc2d0;
		padding: 0px 19px 0px 0px;
	}
	#content .col-right {
		float: right;
		width: 360px;
	}
	
	#content p.intro {
		font-size: 18px;
	}
	#content h3 {
		font-size: 20px;
		margin: 0px 0px 5px 0px;
	}
	#content h4 {
		font-size: 16px;
		font-weight: bold;
	}
	
	#content .item {
		margin: 20px 0px 0px 0px;
	}
		#content .item img {
			border: 5px solid #096b7e;
			padding: 2px;
			background-color: #fff;
		}
			#content .item img.left {
				float: left;
				margin: 0px 10px 5px 0px;
			}
			#content .item img.right {
				float: right;
				margin: 0px 0px 5px 10px;
			}
		#content .item h5 {
			color: #096b7e;
			font-size: 14px;
			margin: 0px 0px 20px 0px;
		}

#feature {
	background: #002733;
	padding: 20px 0px;
}
	#feature h2 {
		text-indent: -9999px;
		background: url(img/title-featured-case-studies.png);
		width: 316px;
		height: 23px;
		margin: 0px 0px 20px 0px;
	}
	#feature a.screen {
		float: left;
		margin: 0px 20px 0px 0px;
	}
		#feature a.screen img {
			border: 5px solid #096b7e;
			background-color: #fff;
			padding: 2px;
		}
	#feature .info {
		float: left;
		width: 320px;
		color: #fff;
	}
		#feature .info h3 {
			font-weight: bold;
			font-size: 24px;
			color: #fff !important;
		}
		#feature .info h5 {
			color: #8bc2d0;
			font-size: 14px;
			margin: 0px 0px 20px 0px;
		}

#footer {
	height: 31px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	border-top: 1px solid #002733;
	padding: 10px 0px 0px 0px;
}
	#footer a {
		padding: 0px 10px;
		color: #630000;
		text-decoration: none;
	}
		#footer a:hover {
			text-decoration: underline;
		}
		#footer a.on {
			font-weight: bold;
		}
	#footer #copyright {
		float: right;
		height: 31px;
		background: url(img/footer-symbol-able-technology.png) no-repeat;
		padding: 0px 0px 0px 42px;
	}
		#footer #copyright h3 {
			font-size: 18px;
			font-weight: bold;
			line-height: 18px;
		}
		#footer #copyright h5 {
			font-size: 12px;
			line-height: 14px;
		}
		#footer #copyright a {
			padding: 0 !important;
		}

