
@media only screen and (min-width: 1024px){	

	body{
		color: #333;
		background-color: #fff;
		text-align: center;
		font-family: arial;
		font-size: 14px;
	}
	
	h1{
		margin: 5px;
		font-size: 25px;
		test-align: center;
		color: #333;
	}
	
	h6{
		margin: 5px 1%;
		font-size: 13px;
		text-align: justify;
		color: #000;
		font-weight: normal;
	}
	
	#header{
		position: fixed;
		top: 0;
		left: 0;
		height: 35px;
		padding-top: 15px;
		width: 100%;
		background-color: #000;
		background-image: url('/shadeguide/css/images/headerbg.png');
		border-bottom: 2px solid #d38f6e;
		color: #000;
		text-align: right;
		font-size: 18px;
		color: #fff;
		z-index: 99;
	}
	
	#header a{
		color: #d38f6e;
		margin: 5px;
		text-decoration: none;
		cursor:pointer;
		font-weight: bold;
	}
	
	#headerLogo{
		position: absolute;
		left: 0;
		top: 0;
		border: 0;
	}
	
	#navigation{
		position: fixed;
		top: 40px;
		right: 5px;
		width: 350px;
		background-color: #000;
		color: #fff;
		z-index: 100;
		border-radius: 3px;
		box-shadow: 0 0 5px #333;
		text-decoration: none;
		font-weight: bold;
		text-align: left;
		padding: 10px;
	}
	
	#navigation a,#navigation a:link,#navigation a:active,#navigation a:visited{
		display: inline-block;
		text-align: left;
		font-size: 16px;
		color: #d38f6e;
		margin: 5px;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
	}

	#navigation a:hover{
		display: inline-block;
		text-align: left;
		font-size: 16px;
		color: #fbea7b;
		margin: 5px;
		font-weight: bold;
		text-align: left;
		cursor: pointer;
	}	

	#container{
		width: 1024px;
		margin: 0 auto;
		margin-top: 60px;
		padding: 0;
	}
	
	#splitAd{
		width: 100%;
		margin: 0;
		margin-top: -5%;
		padding-bottom: 65%;
		background-color: #fff;
		background-image: url("../images/split_ad_csg8.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 50%;
		position: relative;
	}
	
	#splitAdDesc{
		width: 75%;
		position: fixed;
		left: 12.5%;
		top: 12.5%;
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 5px #ccc;
		z-index: 98;
	}
	
	.homeFeature{
		width: 30%;
		margin: 5px 1.5% 25px;
		display: inline-block;
		vertical-align:top;
		border-radius: 5px;
		overflow: hidden;
	}
	
	.homeFeature h1{
		color: #666;
		font-size: 16px;
		text-align: center;
		margin: 5px;
	}
	
	.homeFeature h6{
		color: #333;
		font-size: 12px;
		text-align: justify;
		margin: 5px;
	}
	
	.appFeature{
		width: 100%;
		margin: 5px 0 25px;
	}
	
	.appFeatureImage{
		width: 45%;
		float: left;
		margin: 0;
	}
	
	.appBullets{
		width: 55%;
		float: right;
		margin: 40px 0 0;
	}
	
	.appBullets h1{
		text-align: left !important;
		color: #d38f6e;
	}
	
	.appIcon{
		margin: 5px;
		float: left;
	}
	
	#sgHeader{
		width: 50%;
		margin: 5px 25%;
	}
}