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

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

body {
	background-color: #6586A7;
}

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:  80px;
	padding-top: 20px;
}

	header h1 {
	height: 80px;
	}
	
	
	/**********************
	------NAV-----------
	*********************/
	header nav {
		overflow: hidden;
		float: right;
		height:  80px;
	}
	
	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: #333333;		
		
	}
	
	
	/**********************
	------MENU-----------
	*********************/
	menu li {
		display: block;
		margin: auto;
		text-align: center;
	}
	
	menu {
		border: 1px solid #fff;
		padding: 10px;
		background-color: #6586A7;
		height: 20px;
		margin-top: 15px;
	}
	
	menu a {
		text-transform: uppercase;
		font-family: SourceSansProRegular, sans-serif;
		font-size: 14px;
		
	}
	
	menu a:hover {
		color: #f7931e;
	}
	
	
	/**********************
	------MAIN-----------
	*********************/
	#banner-wrap {
		background: #6586A7;
	}
	
	#featured {
		float: right;
	}
	
	#banner {
		height: 400px;
		line-height: 12px;
	}
	
	#banner h2 {
		color: #aee0e8;
		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: #6586A7;
	}
	
	#primary img {
		display: block;
		margin: auto;
		padding-bottom: 20px;
	}
	
	/**secondary wrap**/
	
	#secondary-wrap {
		background: #e6e6e6;
	}

	#domain {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	#domain h3 {
		font-family: SourceSansProRegular, Arial;
		color: #6586A7;
		text-transform: uppercase;
		font-size: 50px;
	}
	
	#domain p {
		font-size: 20px;
		font-family: SourceSansProExtraLight, sans-serif;
		color: #666;
	}
	

	
	#domain span {
		font-family: CreteRoundRegular, Times;
		font-size: 12px;
		color: #999;
		background: #ccc;
		padding: 10px;
		text-transform: uppercase;
		
	}
	
	#domain input {
		border: 1px solid #ccc;
		padding: 10px;
		margin-left: 10px;
	}
	
	#domain .button {
			font-family: CreteRoundRegular, Times;
			font-size: 20px;
			background-color: #e6e6e6;
			text-transform: uppercase;
			border: 1px solid #6586A7;
			padding: 25px;
			width: 75px;
			display: block;
			margin: auto;
			
		}
		
	#domain .button a {
		color: #6586A7;
		padding: 25px;
	}	
	
	#domain .button:hover {
		background: #f5f5f5;
		padding: 25px;
	}
	
	/**third-wrap**/
	
	#third-wrap {
		background: #fff;
	}
	
	
	#webhost {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	#webhost h6 {
		color: #aee0e8;
		background: #6586A7;
		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;
	}
	
	#webhost span2 {
		font-size: 16px;
		line-height: 16px;
		font-family: SourceSansProRegular, sans-serif;
	}
	
	
	#webhost h3 {
		font-family: SourceSansProRegular, Arial;
		font-size: 50px;
		color: #6586A7;
		text-transform: uppercase;
		text-align: center;
		padding-bottom: 50px;
	}

	#webhost h4 {
		font-family: CreteRoundRegular, Times;
		font-size: 20px;
		text-transform: uppercase;
		line-height: 22px;
		color: #6586A7;
				padding-left: 50px;
	}
	
	#webhost ul {
		line-height: 20px;
		padding-left: 50px;
	}
	
	#webhost li {
		font-family: SourceSansProLight, Arial;
		color: #333;
		font-size: 18px;
		line-height: 36px;
	}
	
	/**fourth-wrap**/
	
	
	#fourth-wrap {
		background: #6586A7;
	}
	
	#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;
}

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;
	}
	
	
	
	
	
	
	