* {
	margin:0;
	padding:0;
	}
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#282828;
	background-color:#2E2E2F;
	text-align:center;
	background-image:url(/images/pageBg.png);
	background-repeat:repeat-x;
	}
body.index {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#282828;
	background-color:#2E2E2F;
	text-align:center;
	background-image:url(/images/indexPageBg.png);
	background-repeat:repeat-x;
	}
img {
	border:none;
	}	
img.left {
	float:left;
	margin:0 20px 20px 0;
	}
img.right {
	float:right;
	margin:0 0 20px 20px;
	}

.highlight1 {
	color:#009900;
	font-weight:bold;
	}	
.highlight2 {
	color:#FF0000;
	font-weight:bold;
	}	
.highlight3 {
	color:#666;
	font-weight:bold;
	font-size:18px;
	}

#container {
	margin:0 auto;
	text-align:left;
	clear:left;		
	width:952px; 
	padding:0 24px;
	}
body.index #container {
	width:1000px;
	}
#header {
	height:72px;
	position:relative;
	}
#header h1 {
	text-indent:-9999px;
	}
#header h1 a {
	outline:none;
	background-image:url(../images/astl-logo.gif);
	background-repeat:no-repeat;
	margin:16px 22px;
	width:101px;
	float:left;
	}
#header h2 {
	background-image:url(../images/astl-strap.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:16px;
	left:141px;
	}
#header h2 span {	
	visibility:hidden;
	}
#header p {
	position:absolute;
	right:40px;	
	} 


#flash {
	height:240px;
	width:1000px;
	z-index:0;
	}
	
#navigation {
	padding:8px 0 0 128px;
	height:60px;
	background-image:url(../images/bg-yellow-line.gif);
	background-repeat:no-repeat;
	background-position:0 56px;
	}
body.index #navigation {
	background-position:0 0;
	}
#navigation ul {	
	list-style:none;
	}
#navigation ul li {	
	float:left;
	position: relative;
	}
#navigation ul li a {	
	display:block;
	padding:12px 31px 12px 0;
	color:#E5E4E4;
	text-decoration:none;
	font-size:18px;
	outline:none;
	}
#navigation ul li a:hover {	
	color:#FFC60B;
	}
#navigation ul li a span {
	color:#FFC60B;
	font-size:20px;
	font-weight:bold;
	}
#navigation ul li.selected a {
	color:#FFC60B;
	}
#navigation ul li ul {	
	padding:10px;
	position: absolute;
	top: -999em;
	background-color:#3E3D3D;
	}

#navigation ul li.hover ul {
	top:48px;	
	}
#navigation ul li ul li {
	padding-left:20px;	
	float:none;
	color:#FFC60B;
	background-image:url(../images/point.gif);
	background-position:center left;
	background-repeat:no-repeat;
	white-space:nowrap;
	}
#navigation ul li ul li a,
#navigation ul li.selected ul li a {	
	font-weight:normal;
	color:#E5E4E4;
	font-size:14px;
	line-height:22px;
	padding:0;
	display:inline;
	}
#navigation ul li ul li a:hover,
#navigation ul li.selected ul li a:hover,
#navigation ul li.selected ul li.selected a {
	color:#FFC60B;
	}
	
#breadcrumbs {
	clear:both;
	padding:3px 20px;
	height:20px;
	color:#FFF;
	}
#breadcrumbs ul {
	list-style:none;
	}
#breadcrumbs ul li {
	float:left;
	font-size:10px;	
	padding:0 0 0 5px;
	}
#breadcrumbs a {	
	color:#EAE9E9;
	text-decoration:underline;
	font-size:10px;	
	}
#breadcrumbs p.userStatus {
	float:right;
	}
#breadcrumbs p.userStatus a {
	vertical-align:middle;
	}

	

#content {
	background-image:url(../images/contentBg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#D3D3D4 ;
	padding:36px 25px;
	clear:both;
	overflow:auto;
	}
	
/* home page styles */
#content.home {
	padding:0;
	background:none;
	width:100%;
	margin-top:-12px;
	overflow:visible;
	height:480px;
	}	

#content.home div.left {
	width:465px;
	}
#content.home div.right {
	float:right;
	width:465px;	
	}
#content.home img {
	border:0;
	}

#content.home #bulletinboard {
	background-image:url(../images/bbBg.gif);
	background-repeat:no-repeat;
	padding:20px 25px;
	width:415px;
	height:341px;
	}
#content.home div.cleaner {
	height:15px;
	}	
#content.home #bulletinboard img {
	float:left;
	margin-right:30px;
	}
#content.home #bulletinboard p {
	margin-bottom:3px;
	line-height:18px;
	}
#content.home #bulletinboard p a {
	color:#E5E4E4;
	padding-right:15px;
	background-image:url(../images/pointer.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
#content.home #bulletinboard p a:hover {
	color:#FFC60B;
	}

#content.home #login {
	background-image:url(../images/loginBg.gif);
	background-repeat:no-repeat;
	padding:20px 25px;
	width:415px;
	height:252px;
	margin-bottom:30px;
	}
#content.home #login p {
	margin-bottom:6px;
	}
#content.home #login div.innerLeft {
	width:170px;
	float:left;
	text-align:center;
	}
#content.home #login div.innerRight {
	width:170px;
	margin-left:230px;
	text-align:center;
	}
#content.home #login form {
	text-align:left;
	}
#content.home #login form p {
	color:#FFF;
	margin-bottom:0;
	}
#content.home #login form label {
	float:left;
	color:#FFF;
	font-size:12px;
	padding:5px 0 0;
	width:65px;
	}
#content.home #login form input.text {
	width:102px;
	border:0 none;
	color:#000000;
	font-family:Tahoma;
	font-size:12px;
	height:22px;	
	padding-left:3px;
	padding-top:4px;
	margin:4px 0;
	}
#content.home #login form input.submit {
	float:right;
	border:0;
	}
	


/* user account styles */
#content.account {
	background-image:url(../images/bg5-purchase.jpg);
	background-color:#CDB88F;
	}
#content.account div.left {
	width:500px;
	}
#content.account div.right {
	margin-left:540px;
	}
#content.account h1 {
	color:#FEF2CE;
	font-family:Tahoma;
	font-size:36px;
	font-weight:normal;
	line-height:23px;
	margin:0;
	padding:0 0 10px;
	}
#content.account h4 {
	color:#FEF2CE;
	font-family:Tahoma;
	font-size:18px;
	font-weight:normal;
	line-height:23px;
	margin:0;
	padding:0 0 10px;
	}
#content.account h4 span {
	color:#282828;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	line-height:23px;
	}
#content.account p {
	margin-bottom:8px;
	}
#content.account table {
	margin-bottom:10px;
	}
#content.account table tr td {
	padding-right:10px;
	}
#content.account form.snForm {
	background:transparent url(/images/search-row.gif) no-repeat scroll 0 0;
	height:53px;
	width:300px;
	padding:10px 25px;
	margin-bottom:30px;
	}
#content.account form.snForm input.text {
	width:200px;
	float:left;
	margin-right:10px;
	}
#content.account form.snForm p {	
	color:#FEF2CE;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	line-height:23px;
	font-weight:bold;
	margin-bottom:0;
	}
#content.account form.snForm p span {	
	font-weight:normal;
	}
#content.account form.snForm p a {
	color:#FEF2CE;
	}
#content.account div.purchased {
	background-image:url(../images/bg9-up.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:348px;
	padding-top:10px;
	}
#content.account div.purchased div.purchased_inner {
	background-image:url(../images/bg9-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0px 25px 10px;
	background-color:#D0C19B;
	}

#content.account ul.accountNav {
	list-style:none;
	overflow:auto;
	margin-bottom:10px;
	}
#content.account ul.accountNav li {
	float:left;
	background:none;
	padding:0;
	margin-right:10px;
	}
#content.account ul.accountNav li a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	}
#content.account ul.accountNav li.selected a {
	font-weight:normal;
	}
#content.account ul.accountNav li img {
	margin-right:5px;
	}


	
div.closer {
	background-image:url(../images/contentBgBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:100px;
	}
div.closer2 {
	background-image:url(../images/bg6-purchase.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:100px;
	}
#content div.left {
	float:left;
	width:465px;
	padding-right:40px;
	}


#content h1 {
	color:#717171;
	font-size:36px;
	font-weight:normal;
	line-height:110%;
	margin-bottom:30px;
	}
#content h2 {
	color:#EEBA3F;
	font-size:24px;
	font-weight:normal;
	line-height:23px;
	margin:0 0 20px;
	padding:0;
	}
#content h3 {
	color:#CEB477;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:3px 0 10px;
	text-decoration:none;
	}
#content h4 {
	color:#717171;
	font-size:18px;
	font-weight:normal;
	line-height:23px;
	padding:0 0 10px;
	}
#content h5 {
	color:#282828;
	font-family:Tahoma;
	font-size:16px;
	font-weight:normal;
	line-height:23px;
	margin:0;
	padding:0 0 10px;
	}
#content p {
	font-family:Tahoma;
	font-size:12px;
	line-height:23px;
	margin-bottom:20px;
	}
#content a {
	color:#907643;
	}
#content a:hover {
	color:#B39354;
	}
#content ul {
	display:block;
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0 0 5px 10px;
	}
#content ul li {	
	background:transparent url(/images/point1.gif) no-repeat scroll 0 -1px;
	color:#282828;
	font-size:12px;
	line-height:150%;
	list-style-type:none;
	margin:7px 0;
	padding:0 0 0 17px;
	}	

#content div.hr {
	background-color:#AFB2B5;
	height:1px;
	overflow:hidden;
	margin:10px 0;
	}

#content table tr td {
	font-size:12px;
	line-height:23px;
	}
	
#content table.releasedates tr th {
	font-size:12px;
	line-height:23px;
	width:250px;
	text-align:left;
	vertical-align:top;
	padding:0 20px 5px 0;
	} 
#content table.releasedates tr td {
	font-size:12px;
	line-height:23px;
	vertical-align:top;
	padding:0 20px 5px 0;
	}

#content p.date {
	margin-bottom:5px;
	}
#content p.date span {
	background:#A0A1A5 none repeat scroll 0 0;
	color:#E5E6E8;
	font-size:12px;
	font-weight:bold;
	padding:4px 6px;
	}

#content p.quest {
	background:transparent url(/images/question.gif) no-repeat scroll 0 15px;
	font-weight:bold;
	min-height:29px;
	padding:15px 0 15px 40px;
	margin-bottom:0;
	}
#content p.ans {
	background:transparent url(/images/answer.gif) no-repeat scroll 0 0;
	min-height:29px;
	padding:0 0 15px 40px;
	margin-bottom:0;
	}	
.google_map {
	background:transparent url(/images/google-map.gif) no-repeat scroll -3px 0;
	display:block;
	margin-top:10px;
	padding-left:20px;
	}
	
#footer {
	padding:20px 30px 60px;
	font-size:10px;
	color:#E5E4E4;
	}
#footer p {
	margin:0;
	}
#footer p.copy {
	float:right;
	}
#footer a {
	color:#E5E4E4;
	text-decoration:none;
	}
#footer a:hover {
	color:#B39354;
	}






/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:none;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}