/**********************
------HTML5-----------
*********************/
section, header, footer, aside, article, nav {
	display: block;
}

/**********************
------GENERAL-----------
*********************/

body {
	background-color: #333;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: none;
}

ul {
	overflow: hidden;
}

li {
	list-style: none;
	margin-left: 0;
}

.container_12 {
	padding-left: 5px;
	padding-right: 5px;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/**********************
------TYPE-----------
*********************/

p, ul, li {
	font-size: 12px;
	font-family: SourceSansProRegular, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: CreteRoundRegular, serif;
	font-weight: normal;
}




/**********************
------HEADER-----------
*********************/

header {
	overflow: hidden;
	height:  100px;
	padding-top: 20px;
}

	header h1 {
	height: 100px;
	}
	
	
	/**********************
	------NAV-----------
	*********************/
	header nav {
		overflow: hidden;
		float: right;
		height:  100px;
	}
	
	header nav a {
		font-family: SourceSansProRegular, sans-serif;
		text-decoration: none;
		color: #ffffff;
		font-size: 14px;
		line-height: 47px;
		text-transform: uppercase;
		padding: 25px;
	}
	
	header a:hover {
		color: #cccccc;
	}
	
	header nav li {
		float: left;
		padding-top: 15px;
		height: 66px;
		position: relative;
	}
	
	header nav a:hover, nav .selected {
		color: #f7931e;		
		
	}
	
	
	
	/**********************
	------MAIN-----------
	*********************/
	#banner-wrap {
		background: #333;
	}
	
	#featured {
		float: left;
	}
	
	#banner {
		height: 400px;
		line-height: 12px;
	}
	
	#banner h2 {
		color: #bed73b;
		font-size: 50px;
		line-height: 60px;
		font-family: CreteRoundRegular, Times;
		padding-top: 100px;
	}
	
	#banner p {
		color: #fff;
		font-size: 20px;
		font-family: SourceSansProExtraLight, sans-serif;
	}
	
	#main-wrap {
		background: #fff;
	}
	
	
	/**primary wrap**/
	
	#primary {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	#primary h3 {
		font-size: 18px;
		line-height: 20px;
		text-align: center;
		color: #333;
	}
	
	#primary img {
		display: block;
		margin: auto;
		padding-bottom: 20px;
	}
	
	/**secondary wrap**/
	
	#secondary-wrap {
		background: #00a79d;
	}

	#industry {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	#industry h3 {
		font-family: SourceSansProRegular, Arial;
		color: #fff;
		text-transform: uppercase;
		font-size: 50px;
	}
	
	#industry p {
		font-size: 20px;
		font-family: SourceSansProExtraLight, sans-serif;
		color: #fff;
	}
	
	
	table {
		width: 960px;
		font-family: CreteRoundRegular, Times;
		font-size: 18px;
		line-height: 20px;
		color: #fff;
		margin-top: 50px;
	}	
	
	td {
		height: 50px;
		width: 160px;
		text-align: center;
	}
	
	
	
	table img {
		border: 2px solid #40bdb6;
		padding: 5px;
		margin-bottom: 15px;
	}
	
	
	/**third-wrap**/
	
	#third-wrap {
		background: #fff;
	}
	
	
	#service {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	#service h6 {
		color: #fff;
		background: #91278f;
		font-size: 50px;
		text-transform: uppercase;
		text-align: center;
		line-height: 12px;
		width: 150px;
		padding: 10px;
		padding-bottom: 50px;
		padding-top: 50px;
		margin-left: 50px;
	}
	
	#service span2 {
		font-size: 16px;
		line-height: 16px;
		font-family: SourceSansProRegular, sans-serif;
	}
	
	
	#service h3 {
		font-family: SourceSansProRegular, Arial;
		font-size: 50px;
		color: #91278f;
		text-transform: uppercase;
		text-align: center;
		padding-bottom: 50px;
	}

	#service h4 {
		font-family: CreteRoundRegular, Times;
		font-size: 20px;
		text-transform: uppercase;
		line-height: 22px;
		color: #91278f;
	}
	
	#service p {
		font-family: SourceSansProLight, Arial;
		color: #333;
		font-size: 18px;
		line-height: 22px;
	}
	
	#service ul {
		line-height: 20px;
	}
	
	#service li {
		font-family: SourceSansProLight, Arial;
		color: #333;
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 15px;
		}
	
	#service button {
		font-family: CreteRoundRegular, Times;
		padding: 10px;
		margin-bottom: 60px;
		background: #fff;
		border: 1px solid #91278f;
		
	}
	
	#service button a {
		color: #91278f;
	}
	
	#service button:hover {
		background: #d9c1dc;
		color: #fff;
		cursor: pointer;
	}
	
	
	
	/**fourth-wrap**/
	
	
	#fourth-wrap {
		background: #ec008c;
	}
	
	#about {
		padding-top: 100px;
		padding-bottom: 100px;
		text-align: center;
	}
	
	#about h3 {
		font-family: SourceSansProRegular, Arial;
		color: #fff;
		text-transform: uppercase;
		font-size: 50px;
	}
	
	#about p {
		font-size: 20px;
		font-family: SourceSansProExtraLight, sans-serif;
		color: #fff;
	}
	
	
	/**********************
	------FOOTER-----------
	*********************/
#footer-wrap {
	background: #f7931e;
}

footer {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

footer h3 {
	font-family: SourceSansProRegular, Arial;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}

footer a {
	font-family: CreteRoundRegular, Times;
	font-size: 20px;
	background: #fff;
	color: #f7931e;
	padding: 20px;
	border: 1px solid #fff;
}

footer a:hover {
	background: #f7931e;
	border: 1px solid #fff;
	color: #fff;
}

footer p {
	font-size: 20px;
	font-family: SourceSansProExtraLight, sans-serif;
	line-height: 20px;
	color: #fff;
	padding-bottom: 30px;
	
}

	/**siteinfo-wrap**/

	#siteinfo-wrap {
		background: #333;
	}
	
	#siteinfo {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#siteinfo p {
		font-family: SourceSansProRegular, Arial;
		color: #999;
	}
	
	
	
	
	
	
	