@charset "utf-8";
/* CSS Document */


/*Desktop View*/
@media (min-width: 950px)
{
	


#wrapper {
	height: 950px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}



#header {
	height: 105px;
	width: 1050px;
	
	
}
.logo {
	background-image: url(../images/logo-desktop-slice-bg.jpg);
	height: 105px;
	width: 145px;
	float: left;
}
.logo-image {
	background-image: url(../images/main-logo-slice-desktop.jpg);
	height: 86px;
	width: 129px;
	margin-left: 10px;
	margin-top: 10px;
}
.navigaton {
	background-image: url(../images/index-page-nav-desktop-bg.jpg);
	height: 105px;
	width: 905px;
	float: left;
}
.navigaton-bar {
	height: 35px;
	width: 880px;
	margin-top: 55px;
}
.navigaton-bar ul {
	margin-left: 7px;
	height: 30px;
	width: 840px;
	float: left;
}
.navigaton-bar ul li {
	list-style-type: none;
	height: 30px;
	width: 110px;
	float: left;
}
.navigaton-bar ul li a {
	color: #FFF;
	font-size: 18px;
	font-weight: bolder;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#section {
	background-image: url(../images/about-page-body-pix-desktop-bg.jpg);
	height: 808px;
	width: 1050px;
	margin-top: 1px;
}

#showcase {
	background-image: url(../images/showcase-image-desktop-bg.jpg);
	height: 500px;
	width: 934px;
	margin-top: 25px;
	float: left;
	margin-left: 60px;
	
}
#showcase-text-wrap {
	height: 300px;
	width: 750px;
	margin-top: 90px;
	margin-left: 95px;
}
#showcase-text-wrap p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #000;
	height: 184px;
	width: 706px;
	margin-top: -15px;
	float: left;
	margin-left: 50px;
	line-height: 55px;
}


#footer {
	background-image: url(../images/footer-desktop-bg.jpg);
	height: 35px;
	width: 1050px;
	float: left;
	margin-top: 1px;
}
#footer p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	margin-top: 6px;
}
