/*
/* - - - - - - - - - - - - - - - - - - - - */
/*
	-> Default
	-> Typography
	-> Structure
*/

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/background.jpg) repeat-x top #fff;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}
	body.inner {
		background: url(../images/background-inner.gif) repeat-x top #fff;
		text-align: center;
		font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
		font-size: 12px;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography */
p {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 1.6em;
	color: #575759;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}
h2 {
	font-weight: normal;
	color: #777;
	padding-bottom: 10px;
}
/* Sructure */
div.hide {
	display: none;
}
#wrapper {
	width: 866px;
	margin: 0 auto;
	text-align: left;
}
#nav {
	display: block;
}
	#nav ul li {
		list-style: none;
		float: left;
		display: block;
		margin-bottom: 1px;
		padding: 7px 10px;
		border-left: 1px solid #2f2e2e;
		border-right: 1px solid #575757;
		height: 16px;
	}
	#nav ul li a {
		float: left;
		display: block;
		text-decoration: none;
		color: #ccc;
		padding-bottom: 20px;
	}
		#nav ul li a:hover {
			background: url(../images/nav-hover.gif) no-repeat bottom center;
			color: #fff;
		}
#header {
	width: 866px;
	height: 317px;
	background: url(../images/header.png) no-repeat;
	display: block;
	text-indent: -999999px;
	margin: 0 auto;
	float: left;
	clear: both;
	margin-top: -56px;
}
#content {
	clear: both;
}
#intro {
	padding-top: 20px;
	width: 100%;
	display: block;
	height: 186px;
	padding-bottom: 20px;
}
#intro-small {
	width: 300px;
	height: 126px;
	padding: 20px;
	float: left;
	border-right: 1px solid #3674c3;
}
	#intro-small h2 {
		font-weight: normal;
		color: #dfe6f1;
		padding-bottom: 10px;
	}
	#intro-small p {
		color: #83a4db;
		font-size: 13px;
	}
#intro-large {
	width: 450px;
	height: 126px;
	padding: 20px;
	float: left;
	border-left: 1px solid #103c74;
}
	#intro-large h2 {
		font-weight: normal;
		color: #dfe6f1;
		padding-bottom: 10px;
	}
	#intro-large p {
		color: #83a4db;
		font-size: 13px;
	}
#content-box {
	width: 200px;
	padding: 10px;
	float: left;
	padding-left: 60px;
	background: url(../images/1.gif) no-repeat left top;
}
#content-box2 {
	width: 200px;
	padding: 10px;
	float: left;
	padding-left: 60px;
	background: url(../images/2.gif) no-repeat left top;
}
#content-box3 {
	width: 190px;
	padding: 10px;
	float: left;
	padding-left: 70px;
	background: url(../images/3.gif) no-repeat left top;
}
#content-box4 {
	width: 200px;
	padding: 10px;
	float: left;
	padding-left: 60px;
	background: url(../images/4.gif) no-repeat left top;
}
#content-box5 {
	width: 200px;
	padding: 10px;
	float: right;
	padding-left: 60px;
	background: url(../images/5.gif) no-repeat left top;
}
#content-box6 {
	width: 190px;
	padding: 10px;
	float: left;
	padding-left: 70px;
	background: url(../images/6.gif) no-repeat left top;
}
#footer-wrap {
	clear: both;
	background: url(../images/footer.gif) repeat-x top;
	height: 30px;
	padding-top: 50px;
}
#footer {
	width: 866px;
	margin: 0 auto;
	color: #fff;
}
#column {
	width: 600px;
	float:left;
	padding: 10px;
	padding-top: 20px;
}
	#column ul.features {
		list-style: none;
	}
		#column ul.features li {
			border-bottom: 1px dotted #ccc;
		}
		#column ul.features li h3 {
			font-weight: normal;
		}
		#column ul.features li.icon1 {
			padding: 10px;
			padding-left: 30px;
			color: #446187;
			background: url(../images/1.png) no-repeat left;
		}
		#column ul.features li.icon2 {
			padding: 10px;
			padding-left: 30px;
			color: #446187;
			background: url(../images/2.png) no-repeat left;
		}
		#column ul.features li.icon3 {
			padding: 10px;
			padding-left: 30px;
			color: #446187;
			background: url(../images/14.png) no-repeat left;
		}
#column2 {
	width: 866px;
	float:left;
	padding: 10px;
	padding-top: 20px;
}
#sidebar {
	width: 200px;
	float:left;
	padding: 10px;
	padding-top: 20px;
}