@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 {
	height: 806px;
	width: 1050px;
	float: left;
	margin-top: 1px;
}
#section-intro {
	background-image: url(../images/index-body-intro-desktop-bg.jpg);
	height: 78px;
	width: 1050px;
	float: left;
}
#section-intro p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	margin-top: 15px;
}
#section-image {
	background-image: url(../images/index-main-body-desktop-bg.jpg);
	height: 728px;
	width: 1050px;
}
#footer {
	background-image: url(../images/footer-desktop-bg.jpg);
	height: 35px;
	width: 1050px;
	margin-top: -77px;
	float: left;
}
#footer p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	margin-top: 6px;
}
