@charset "UTF-8";
/*#############################################################
Name: aperture
Date: 2009
Description: ATS website styles
#############################################################*/


/* ADDITIONAL CSS FILES                     */
/* =========================================*/


/* TAG DEFINITIONS  -  USED FOR PAGE LAYOUT */
/* =========================================*/
/* img, div { behavior: url(iepngfix.htc) } */ /* IE 6 PNG fix */

html, body {
	height: 100%;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

body {
	margin: 0em;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	}

a:link {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {color: #ff0000; text-decoration: none; }

.pad_10px {
	padding:10px;
}

.pad_5px {
	padding:5px;
}

.pad_indent{
	
	padding-left:5px;
}

.header_Georgia {
	font-family:Georgia, Times, serif;
	font-size:18px;
	font-weight:200;
	color:#333;
}

.txtDark {

	font-size:12px;
	font-weight:bold;
	color:#333;
}

.border_LT{
	border-left: thin solid #333;
}

.border_BottomTop{
	border-bottom: thin dashed #333;
	border-top: thin dashed #333;
}

.img_00{
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #ffffff;*/
	background-image: url(../images/bkgrnd_main.jpg);
	height:800px;
	}
	
.img_01{
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #ffffff;*/
	background-image: url(../images/bkgrnd_sound.jpg);
	height:800px;	
	}
	
.img_02{
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #ffffff;*/
	background-image: url(../images/bkgrnd_power.jpg);
	height:800px;
	}
	
.img_03{
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #ffffff;*/
	background-image: url(../images/bkgrnd_touch.jpg);
	height:800px;
	}	
	
.img_03{
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #ffffff;*/
	background-image: url(../images/bkgrnd_compatibility.jpg);
	height:800px;
	}
	
.img_04{
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #ffffff;*/
	background-image: url(../images/bkgrnd_software.jpg);
	height:800px;
	}

.img_05{
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #ffffff;*/
	background-image: url(../images/innovation.jpg);
	height:800px;
	}
	
.img_06{
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #ffffff;*/
	background-image: url(../images/bkgrnd_touch.jpg);
	height:800px;
	}
	

.img_07{
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #ffffff;*/
	background-image: url(../images/bkgrnd_esentials.jpg);
	height:800px;
	}
	
.img_08{
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #ffffff;*/
	background-image: url(../images/bkgrnd_contactus.jpg);
	height:800px;
	}	
	
.img_09{
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #ffffff;*/
	background-image: url(../images/bkgrnd_support.jpg);
	height:800px;
	}		
	
.img_10{
	background-repeat: no-repeat;
	background-position: left top;
	/*background-color: #ffffff;*/
	background-image: url(../images/bkgrnd_buy.jpg);
	height:800px;
	}			
	
.menu_pos {
	position:relative;
	top: 450px;
}	

.menu_table{
	background-image:url(../images/menu_bk.png);
	background-repeat:no-repeat;
	width:544px;
	height:29px;
	text-align:left;
	padding-left:10px;
	
}