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


/*Mobile View*/
@media (max-width: 480px)
{



#wrapper {
	height: 785px;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
}



#header {
	height: 64px;
	width: 460px;	
	
}
.logo {
	background-image: url(../images/logo-mobile-slice.jpg);
	height: 64px;
	width: 91px;
	float: left;
}
.logo-image {
	background-image: url(../images/main-logo-slice-mobile.jpg);
	height: 64px;
	width: 78px;
	margin-top: 3px;
	margin-left: 3px;
}
.navigaton {
	background-image: url(../images/nav-slice-mobile-bg.jpg);
	height: 64px;
	margin-left: 91px;
	width: 369px;
}
.navigaton-bar {
	width: 360px;
	height: 40px;
	margin-left: 0px;
	margin-top: 0px;
}
.navigaton-bar ul {
	width: 320px;
	height: 30px;
	margin-top: 45px;
}
.navigaton-bar ul li {
	list-style-type: none;
	width: 44px;
	height: 12px;
	float: left;
}
.navigaton-bar ul li a {
	font-weight: bolder;
	color: #FFF;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#section {
	background-image: url(../images/about-page-body-pix-mobile-bg.jpg);
	height: 713px;
	width: 460px;
}
#showcase {
	background-color: #CCC;
	float: left;
	height: 620px;
	width: 390px;
	margin-left: 34px;
	margin-top: 25px;
}
.image-container {
	height: 231px;
	width: 310px;
	margin-top: 30px;
	margin-left: 100px;
	float: left;
}


.slide_img{
	position: absolute;
	width: 287px;
	height: 214px;
	left: 283px;
	top: 117px;
	margin-left: -23px;
	margin-top: 20px;
}

.slide_img img{
	width: 638px;
	height: 481px;
}


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


#one img {
	background-image: url(../images/trans-am-mobile-slice.jpg);
	height: 214px;
	width: 287px;
	margin-top: -25px;
	margin-left: -120px;
}
#two img {
	background-image: url(../images/hurricane-mobile-slice.jpg);
	height: 111px;
	width: 287px;
	margin-top: -25px;
	margin-left: -120px;
}
#three img {
	background-image: url(../images/grenade-mobile-slice.jpg);
	height: 214px;
	width: 287px;
	margin-top: -25px;
	margin-left: -120px;
	
}



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

.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{

	z-index: 9;
}
	
#i1:checked ~ .nav #dot1,	
#i2:checked ~ .nav #dot2,	
#i3:checked ~ .nav #dot3{
	background: #fff;
}

#footer {
	background-image: url(../images/footer-slice-mobile-bg.jpg);
	height: 18px;
	width: 460px;
	float: left;
	margin-top: -40px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFF;
	font-size: 10px;
	margin-top: 3px;
}
