/* 	Shane Seminole Mielke
	Layout CSS
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Body - General Layout Structure	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Verdana, Arial, geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	/*background-image: url(../img/bg-big.jpg);
	background-repeat: repeat-x;
	background-color: #c2c2c2;*/
	/*background: #2d0b05 url(../img/bg-big-red.jpg) repeat-x top fixed;*/
	background: #c2c2c2 url(../img/bg-big-red.jpg) repeat-x top fixed;
	}

img {
	border: 0px;
	padding: 0;
	border-style: none;
	}

A {font-size: 12px;}
A:link {color: #FF0000; font-weight: bold; text-decoration: none;}
A:active {color:#FF0000; font-weight: bold; text-decoration: none;}
A:visited {color: #FF0000; font-weight: bold; text-decoration: none;}
A:hover {color: #FF0000; font-weight: bold; text-decoration: none;}


	.clear {
		content: ".";
		visibility: hidden;
		display: block;
		height: 0;
		clear: both;
		}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	CONTAINER ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
   
	.wrapper {
		}
		
	.container {
		display: block;
		position: relative;
		width: 970px;
		height: 850px;
		margin: 0px auto 0px auto;
		padding: 0px;
		background-image:url(../img/bg.jpg);
		background-repeat: no-repeat;
		overflow: hidden;
		}
		
		.subnav {
			display: block;
			width: 180px;
			height: 600px;
			float: right;
			margin: 95px 0px 0px 0px;
			padding: 0px;
			overflow: hidden;
			}
			.subnav a {
				display: block;
				width: 60px;
				height: 40px;
				margin: 0px 0px 0px 60px;
				padding: 0px;
				}
			#subnav-top,
			#subnav-bot {
				height: 60px;
				}
			.subnav-wrapper {
				display: block;
				position: relative;
				width: 180px;
				height: 500px;
				margin: 0px;
				padding: 0px;
				overflow: hidden;
				}
				.subnav-links {
					display: block;
					position: absolute;
					width: 180px;
					height: 500px;
					margin: 0px;
					padding: 0px;
					}
				.subnav-section1 {
					display: block;
					position: absolute;
					width: 180px;
					height: 60px;
					margin: 0px;
					padding: 0px;
					pointer-events: none; 
					}
				.subnav-section2 {
					display: block;
					position: absolute;
					width: 180px;
					height: 280px;
					margin: 60px 0px 0px 0px;
					padding: 0px;
					pointer-events: none; 
					}
				.subnav-section3 {
					display: block;
					position: absolute;
					width: 180px;
					height: 65px;
					margin: 340px 0px 0px 0px;
					padding: 0px;
					pointer-events: none; 
					}
				.subnav-shadow {
					display: block;
					position: absolute;
					width: 180px;
					height: 24px;
					margin: 408px 0px 0px 0px;
					padding: 0px;
					}
				.subnav-rollovers {
					display: block;
					position: absolute;
					width: 60px;
					height: 39px;
					margin: 60px 0px 0px 120px;
					padding: 0px;
					background-image:url(../img/subnav-rollovers.png);
					background-repeat: no-repeat;
					background-position: 200px 0px;
					}
				
		.videonav {
			display: block;
			width: 180px;
			height: 140px;
			float: left;
			margin: 400px 0px 0px 0px;
			padding: 0px;
			overflow: hidden;
			}
			.videonav a {
				display: block;
				position: relative;
				width: 180px;
				height: 140px;
				margin: 0px;
				padding: 0px;
				background-image:url(../img/video-demo.png);
				background-repeat: no-repeat;
				}
				
			.videonav-panel {
				display: block;
				position: absolute;
				width: 110px;
				height: 65px;
				margin: 35px 0px 0px 35px;
				padding: 0px;
				}
			.videonav-shadow {
				display: block;
				position: absolute;
				width: 256px;
				height: 24px;
				margin: 103px 0px 0px -40px;
				padding: 0px;
				}
				
		#videoclip {
			display: none;
			position: absolute;
			top: 165px;
			left: 245px;
			z-index: 55;
			height: 270px;
			width: 480px;
			margin: 0px 0px 0px 0px;
			}
			
			.moveVideo {
			-webkit-transform: translateZ(2px);
			   -moz-transform: translateZ(2px);
				-ms-transform: translateZ(2px);
				 -o-transform: translateZ(2px);
					transform: translateZ(2px);
			}
			
			.replay {
				display: block;
				float: right;
				width: 75px;
				height: 30px;
				opacity: 0;
			}
			#atv-video1,
			#atv-video2,
			#atv-video3 {
				display: block;
				position: absolute;
				width: 130px;
				height: 70px;
			}
			#atv-video1 a,
			#atv-video2 a,
			#atv-video3 a {
				display: block;
				width: 130px;
				height: 70px;
			}
			#atv-video1 {
				top: 135px;
				left: 65px;
			}
			#atv-video2 {
				top: 135px;
				left: 240px;
			}
			#atv-video3 {
				top: 135px;
				left: 415px;
			}
			/*
			*/
			#atv-video1 a {
				background-image:url(../img/videos/video1.jpg);
			}
			#atv-video2 a {
				background-image:url(../img/videos/video2.jpg);
			}
			#atv-video3 a {
				background-image:url(../img/videos/video3.jpg);
			}
	
/**********************************************************************************
TABLET
**********************************************************************************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	html {
		/*width: 1024px;*/
		-webkit-text-size-adjust: none;
		}
	html body{
		height: 100%;
		}
	.panel .front img,
	.panel .back img{
		opacity: 1;
	}
}		
				

/**********************************************************************************
IPHONE
**********************************************************************************/
@media screen and (max-device-width: 480px) {
	html {
		-webkit-text-size-adjust: none;
		}
	html body{
		height: 100%;
		}
		
	.panel .front img,
	.panel .back img{
		opacity: 1;
	}
		
}
/*
*/