@charset "utf-8";
/* CSS Document */

/*
@font-face{
	font-family: 'Verdana';
	src: url('../../fonts/verdana.ttf');
}
*/
@font-face{
	font-family: 'Tahoma';
	src: url('../../fonts/tahoma.ttf');
}

/* 	-webkit-
	-moz-
	-ms-
	-o- */

body
{
	background-color: black;
	width: 100%;
	margin: 0; 
	padding: 0;
	text-align: center;
	background: url('../attam/iMGS/sphalt.jpg');
}
#container
{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 850px;
	height: 688px;	
	background-color: #000;
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #111;
	overflow: hidden;
}
#fireBg{
	position: absolute;
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -89px 0;
	width: 800px;
	height: 593px;
	bottom: 12px;
	left: 26px;
	
}
#rockBottom{
	position: absolute;
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -98px -599px;
	background-color: #000;
	width: 800px;
	height: 15px;
	top: 0;
	left: 26px;	
}
#spankees{
	position: absolute;
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -137px -616px;
	background-color: #000;
	border-bottom: 1px solid #F30;
	width: 800px;
	height: 66px;
	top: 16px;
	left: 26px;
}
#gallerySelection
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 130px;
	margin-left: auto;
	margin-right: auto;
	width: 625px;
	height: 465px;
	background-color: #111;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	cursor: pointer;
}
#selectionDescription
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	width: 625px;
	height: 95px;
	background-color: #111;
	overflow: hidden;
	cursor: pointer;
}


#descriptions{
	position: absolute;
	top: 0;
	
}
.diabloPre{
	background-image: url('iMGS/Diablo-Offroadrunner.jpg');
}
.mclaren{
	background-image: url('iMGS/McLaren.jpg');
}
.counbogg{
	background-image: url('iMGS/Monstercountach.jpg');
}
.benzbogg{
	background-image: url('iMGS/BenzC4.jpg');
}
.sandiablo{
	background-image: url('iMGS/Diablo-Offroadster.jpg');
}
.s7{
	background-image: url('iMGS/S7.jpg');
}
.f50{
	background-image: url('iMGS/F50.jpg');
}
.lamboGT{
	background-image: url('iMGS/400GT.jpg');
}
.acuraRSX{
	background-image: url('iMGS/acura.jpg');
}
.bug110{
	background-image: url('iMGS/bugatti.jpg');
}
.vette{
	background-image: url('iMGS/corveebogg.jpg');
}
.countrakka{
	background-image: url('iMGS/countrakka.jpg');
}
.diabloDirt{
	background-image: url('iMGS/Lamb-o.jpg');
}
.vantage{
	background-image: url('iMGS/DB7.jpg');
}
.db7{
	background-image: url('iMGS/DB7Metal.jpg');
}
h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F90;
	text-align: left;
	padding: 3px 0 0 5px;
	text-transform: uppercase;
	margin: 0;
}
.desc{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ccc;
	text-align: justify;
	padding: 7px 7px 30px 7px;
}
#galleryContainer
{
	position: absolute;
	background-image: url('../../iMGS/countdown.gif');
	background-position: center center;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 500px;
	overflow: hidden;
}
#gallery1
{
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
}

#moreContainer{
	position: absolute;
	width: 120px;
	height: 30px;
	right: 40px;
	bottom: 28px;
}
#more
{
	position: relative;
	float: right;
	top: -14px;
	width: 60px;
	height: 60px;	
	background-image: url('../attam/iMGS/playerButtons50.png');
	background-repeat: no-repeat;
	background-position: -235px 0px;
	overflow: hidden;
}
#more:hover{
	background-position: -235px -67px;
}
#back
{
	position: relative;
	float: left;
	top: -14px;
	width: 60px;
	height: 60px;	
	background-image: url('../attam/iMGS/playerButtons50.png');
	background-repeat: no-repeat;
	background-position: 5px 0px;
	overflow: hidden;
}
#back:hover{
	background-position: 5px -67px;	
}
.rounded{
	position: absolute;
	border: 1px solid #c00;
	overflow: hidden;
	box-shadow: 6px 6px 20px #000;
	-webkit-box-shadow: 6px 6px 20px #000;
	-moz-box-shadow: 6px 6px 20px #000;
	-ms-box-shadow: 6px 6px 20px #000;
	-o-box-shadow: 6px 6px 20px #000;
	border-radius: 12px 12px;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	-ms-border-radius: 12px 12px;
	-o-border-radius: 12px 12px;
}

.choice{
	position: relative;
	display: inline-block;
	margin: 20px;
	width: 186px;
	height: 116px;
	opacity: 1;
	border: 1px solid red;
	box-shadow: 6px 6px 20px #000;
	-webkit-box-shadow: 6px 6px 20px #000;
	-moz-box-shadow: 6px 6px 20px #000;
	-ms-box-shadow: 6px 6px 20px #000;
	-o-box-shadow: 6px 6px 20px #000;
	border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 2px 2px;
	-ms-border-radius: 2px 2px;
	-o-border-radius: 2px 2px;
}
.choice:hover{ 
	opacity: 1;
	border: 1px solid #ccc;
	transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
}

#lamboGT{
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -106px -748px;
}
#acuraRSX{
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -305px -748px;
}
#bug110{
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -507px -748px;
}
#vette{
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -707px -748px;
}
#countrakka{
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -106px -881px;
}
#vantage{
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -305px -881px;
}
#db7{
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -507px -881px;
}
#sandiablo{
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -707px -881px;
}
#diabloPre{
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -106px -1018px;
}
#mclaren{
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -305px -1018px;
}
#counbogg{
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -507px -1018px;
}
#benzbogg{
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -707px -1018px;
}
#diabloDirt{
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -106px -1156px;
}
#s7{
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -305px -1156px;
}
#f50{
	background-image: url('iMGS/pieces.png');
	background-repeat: no-repeat;
	background-position: -507px -1156px;
}

/* SIDEGRIP RT */
#sidegripRt
{
	position: absolute;
	background-image: url('../attam/iMGS/ADblockRT.jpg');
	background-repeat: repeat-y;
	background-position: 0 7px;
	width: 21px;
	height: 100%;
	top:0;
	bottom:0;
	right: 0;
	z-index:9;
	border:0;
}
#sidegripFadeRt
{
	position:absolute;
	bottom:0;
	right: 0;
	width: 21px;
	height: 165px;
	z-index:10;
	background:url("../attam/iMGS/ADfadeRT.jpg");
	border:0;
	padding:0;
}
#atrt
{
	position: absolute;
	right: 10px;
	width: 15px;
	top: 0;
	bottom: 0;
	z-index: 11;
	background-repeat: repeat-y;
	background: url("../attam/iMGS/ATsidelineRT.jpg");
	border:0;
	border-right:1px solid #f90;
	border-left:1px solid #ccc;
}
/* SIDEGRIP LT */
#sidegripLt
{
	position: absolute;
	width:21px;
	height: 100%;
	left: 0;
	top:0;
	bottom: 0;
	z-index: 9;
	background-repeat:repeat-y;
	background:url("../attam/iMGS/ADblockLT.jpg");
	background-position: 0 8px;
	border:0;
	
}
#sidegripFadeLt
{
	position:absolute;
	height: 165px;
	width: 21px;
	bottom: 0;
	left: 0;
	z-index: 10;
	background:url("../attam/iMGS/ADfadeLT.jpg");
	border:0;
}
#atlt
{
	position:absolute;
	left: 10px;
	width: 15px;
	top:0;
	bottom:0;
	background-repeat:repeat-y;
	background:url("../attam/iMGS/ATsidelineLT.jpg");
	border: 0;
	border-right:1px solid #ccc;
	border-left:1px solid #f90;
	z-index: 11;
}

#footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 12px;
	width: 100%;	
	background-color:#110000;
	border-top: 1px solid #660500;
	z-index: 2;
}
#update
{

	text-align: right;
	margin-right: 36px;
	line-height:11px;
	color:white;
	font-size:11px;
	font-weight: 100;
	margin-right:30px;
	font-family: Geneva, Tahoma, Arial Rounded MT Bold, sans-serif;

}
