@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: #CCC;
	height: 720px;
	width: 649px;
	float: left;
	margin-top: 40px;
	margin-left: 50px;
}
.image-container {
	height: 513px;
	width: 449px;
	margin-top: 30px;
	float: left;
	margin-left: 225px;
}


.slide_img{
	position: absolute;
	width: 345px;
	height: 449px;
	left: 283px;
	top: 117px;
}

.slide_img img{
	width: 345px;
	height: 449px;
}


#i1, #i2, #i3, #i4{
	display: none;
}



.nav{
	width: 100%;
	height: 11px;
	bottom: 12%;
	text-align: center;
	z-index: 99;
	margin-top: 480px;
	margin-left: -165px;
}

.dots{
	top: -5px;
	width: 18px;
	height: 18px;
	margin: 0 4px;
	position: relative;
	border-radius: 50%;
	display: inline-block;
	background: rgba(0,0,0,.6);
}

.slide_img{
	z-index: -1;
}

#i1:checked ~ #one,
#i2:checked ~ #two,
#i3:checked ~ #three,
#i4:checked ~ #four{
	z-index: 9;
}
	
#i1:checked ~ .nav #dot1,	
#i2:checked ~ .nav #dot2,	
#i3:checked ~ .nav #dot3,
#i4:checked ~ .nav #dot4{
	background: #fff;
}
#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;
}
