/* AirTime Products style sheet */

/* Copyright Airtime Products 2007 */

html, body {
	overflow:hidden;
	overflow-x:auto;
	overflow-y:hidden;
}

body {
	font: small/1.2em Tahoma, Helvetica, Arial, sans-serif;
	background: #f8f8f2 url(bg_tile.jpg) repeat; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center ;
	
}

h1 {
	font-size: large;
	font-weight: normal;
}

h2 {
	font-size: medium;
	font-weight: bold;
	color: #0844C1;
	margin-bottom: 10px;
}

h3 {
	font-size: small;
	font-weight: bold;
	color: #0844C1;
	margin-bottom: 2px;
}

img {
	border: 0 none #C3C1BB;
	padding: 0 0 0 0;
}

#panel {
	width: 90%; 			
	min-width: 790px;
	max-width: 990px;
	height: 320px;
	background: #f8f8f2;
	border: thin solid #EBEBEB;
	margin: 0 auto;
	text-align: left ;
	overflow: hidden;
}

* html div#panel {
	width: 790px ;
	width: expression(document.compatMode && document.compatMode=='CSS1Compat' ? 
		(document.documentElement.clientWidth > 1000 ? "990px" :
		(document.documentElement.clientWidth < 800 ? "790px" :
		Math.floor( 70 + 0.9 * document.documentElement.clientWidth ) + "px" )) :
		(document.body.clientWidth > 1000 ? "990px" :
		(document.body.clientWidth < 800 ? "790px" :
		Math.floor( 70 + 0.9 * document.body.clientWidth ) + "px" ))) ;
}

#banner {
	height: 101px;
	background: url(atpbannerback.png) repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#bannerlogo {
	width: 98%;
	height: 101px;
	background: url(atpbannerlogo.png) no-repeat right;
}

#bannerflyer {
	width: 226px;
	height: 101px;
	margin-left: 300px;
	background: url(motorbanner.png) no-repeat left;
}

#content {
	clear: both;
	float: none ;
	background: #F2F2F8;
	height: 100%;
	width: 100%;
	overflow: scroll;
}

.columnhalf {
	float: left;
	width: 48%;
	padding: 1em 0 0.5em 1ex;
}

.columnthird {
	float: left;
	width: 32%; 
	padding: 1em 0 0.5em 1ex;
}

.columnthirdright {
	float: right;
	width: 32%;
	padding: 1em 1ex 0.5em 1ex;
	text-align: right;
}

.columntwothirds {
	float: left;
	width: 64% ;
	padding: 1em 0 0.5em 1ex;
}

.columnclear {
	float: none;
	clear: both;
	width: 96%;
	padding: 1em 0 0.5em 1ex;
}

#featurelist {
	background-color: #F2F2F8;
	list-style: none;
	padding: 0.5em 1ex 1em 1ex;
	margin-left: 0;
}

#featurelist li {
	margin-top: 1em;
	text-decoration: none;
}

.featureactive {
	margin-top: 1em;
	color: #4B0082;
	background-color: white;
	text-decoration: none;
}

.featureinactive {
	margin-top: 1em;
	color: blue;
	text-decoration: none;
}

#featurelist li.featureinactive:hover, #featurelist li.featureinactive.feathover, #featurelist li.featureactive:hover, #featurelist li.featureactive.feathover {
	color: Red;
	cursor: pointer;
}

#feature {
	text-align: center;
	margin-left:2em ;
	margin-top: 1.5em;
}

.instruction {
	margin-left:1em ;
	font-style: italic;
}

#footer {
	float: none;
	clear: both;
	background: #EBEBEB;
	font-size: x-small;
	text-align: center;
	color: #666666;
	border-top: thin solid #C3C1BB;
	padding: 0 0.5ex;
} 

/* Nopcart styles  #464444 */
  .checkout {
  	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #000000;
	}
	
  .checkoutinput {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; color: #000000;
  }
  
.nopcart {background: #464444;border: 1px;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff;}
  
  .nopheader {
  background: #464444;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  }
  
  .nopentry {
  background: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; color: #000000;
  }
  
  .noptotal {
  background: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; color: #000000;
  }
  
  .nopbutton {
  background: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; color: #000000;
  } 
  
/* End Nopcart styles */

/* Dropdown menu credit to Son of Suckerfish � Patrick Griffiths, 2003-2007.
http://www.htmldog.com/articles/suckerfish/dropdowns/  
*/

#nav {
	font: bold x-small/22px Tahoma, Helvetica, Arial, sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	height: 22px;
	width: 100%;
	list-style: none;
	background: #6599FF url(menubar.png) repeat-x 0px;
}

#nav li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	width: 100px; 
}

#nav a {
	color: #0844C1;
	text-decoration: none;
	text-align: center; 
	display: block;
	width: 100px;
	padding: 0 0 0 0 ;
	margin: 0 0 0 0;
}

#nav a:hover {
	color: #3575F7;	
}

#nav li ul {
	list-style: none;
	position: absolute;
	z-index: 100 ;
	border-left: thin solid #C3C1BB;
	border-right: thin solid #C3C1BB; 
	width: 100px;
	left: -999em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#nav li ul li
{
	background: #6599FF url(menubar.png) repeat-x 0px;
	width: 100px;
	height: 22px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* see atp.js for suckerfish (sf) behaviour to enable li hover action under IE  */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{
	left: auto;
	background-position: 0 0;
}






