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


/*Tablet View*/
@media (max-width: 949px)
{



#wrapper {
	height: 750px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}



#header {
	height: 91px;
	width: 750px;	
	
}
.logo {
	background-image: url(../images/logo-tablet-slice-bg.jpg);
	height: 91px;
	width: 108px;
	float: left;
}
.logo-image {
	background-image: url(../images/main-logo-slice-tablet.jpg);
	height: 80px;
	width: 102px;
	margin-top: 5px;
	margin-left: 5px;
}
.navigaton {
	background-image: url(../images/nav-slice-tablet-bg.jpg);
	float: left;
	height: 91px;
	width: 642px;
}
.navigaton-bar {
	background-image: url(../images/nav-slice-tablet-bg.jpg);
	height: 91px;
	width: 642px;
	margin-left: 108px;
}
.navigaton-bar ul {
	height: 60px;
	width: 580px;
	margin-top: 65px;
}
.navigaton-bar ul li {
	list-style-type: none;
	height: 20px;
	width: 80px;
	float: left;
}
.navigaton-bar ul li a {
	color: #FFF;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#section {
	background-image: url(../images/about-page-body-picture-tablet-bg.jpg);
	height: 808px;
	width: 750px;
}
#showcase {
	background-color: #FFF;
	background-image: url(../images/showcase-image-tablet-bg.jpg);
	height: 500px;
	width: 649px;
	float: left;
	margin-top: 40px;
	margin-left: 50px;
}
#showcase-text-wrap p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000;
	height: 259px;
	width: 500px;
	margin-top: 50px;
	float: left;
	margin-left: 50px;
	line-height: 55px;
}
#footer {
	background-image: url(../images/footer-slice-tablet-bg.jpg);
	height: 17px;
	width: 750px;
	float: left;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	margin-top: -6px;
}
