/*
CSS Credit: http://www.atw.com.au/
*/

body {
	margin: 0;
	padding:0;
	height: 100%;
	/*max-height: 100%;*/
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #000044;
}

h1 {
	height: 33px;
	font-size: 20px;
	font-weight: bold;
	color: #006600;
	background: url(images/atw_h1.jpg) no-repeat;
}
h2 {
	height: 33px;
	font-size: 13px;
	font-weight: bold;
	color: #006600;
	background: url(images/atw_gray.jpg) no-repeat;
}

#atw_container {
	width: 982px;
	margin: auto;
	
}
#atw_header {
	height: 120px;
	position: absolute;
	top: 0px;
	left: auto;
	width: 982px;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: white;
	color: white;
	background-image: url(images/atwlogo.gif);
	background-repeat: no-repeat;

}
#atw_site_title {
	padding-top: 40px;
	padding-left: 50px;
	height: 40px;
	color: #dad013;
	font-weight: bold;
	font-size: 22px;
}

/* ATWMENU */
#atwmenu { width: 982px; height: 38px; margin: 0px Auto; position: relative; z-index: 9998; }
#atwmenu #globalnav { margin: 0; padding: 0; }
#atwmenu #globalnav li { display: inline; }
#atwmenu #globalnav li a { float: left; width: 117px; height: 0; padding-top: 38px; overflow: hidden; }
#atwmenu #globalnav li a,
#atwmenu #globalsearch { background-image: url(images/newmenutop.gif); background-repeat: no-repeat; }

/* BUTTONS */
#atwmenu #globalnav li#gnhome a { background-position: 0 0; }
#atwmenu #globalnav li#gnabout a { background-position: -117px 0; }
#atwmenu #globalnav li#gnservices a { background-position: -234px 0; }
#atwmenu #globalnav li#gndocuments a { background-position: -351px 0; }
#atwmenu #globalnav li#gncommunity a { background-position: -468px 0; }
#atwmenu #globalnav li#gncontact a { background-position: -585px 0; }
#atwmenu #globalnav li#gnlinks a { background-position: -702px 0; }

/* OVER STATES */
#atwmenu #globalnav li#gnhome a:hover { background-position: 0 -38px; }
#atwmenu #globalnav li#gnabout a:hover { background-position: -117px -38px; }
#atwmenu #globalnav li#gnservices a:hover { background-position: -234px -38px; }
#atwmenu #globalnav li#gndocuments a:hover { background-position: -351px -38px; }
#atwmenu #globalnav li#gncommunity a:hover { background-position: -468px -38px; }
#atwmenu #globalnav li#gncontact a:hover { background-position: -585px -38px; }
#atwmenu #globalnav li#gnlinks a:hover { background-position: -702px -38px; }

/* PRESSED STATES */
#atwmenu #globalnav li#gnhome a:active { background-position: 0 -76px; }
#atwmenu #globalnav li#gnabout a:active { background-position: -117px -76px; }
#atwmenu #globalnav li#gnservices a:active { background-position: -234px -76px; }
#atwmenu #globalnav li#gndocuments a:active { background-position: -351px -76px; }
#atwmenu #globalnav li#gncommunity a:active { background-position: -468px -76px; }
#atwmenu #globalnav li#gncontact a:active { background-position: -585px -76px; }
#atwmenu #globalnav li#gnlinks a:active { background-position: -702px -76px; }

/* ON STATES */
#atwmenu.home #globalnav li#gnhome a:hover { background-position: 0 0; cursor: default; }
#atwmenu.store #globalnav li#gnabout a { background-position: -117px -114px !important; }
#atwmenu.mac #globalnav li#gnservices a { background-position: -234px -114px !important; }
#atwmenu.ipoditunes #globalnav li#gndocuments a { background-position: -351px -114px !important; }
#atwmenu.iphone #globalnav li#gncommunity a { background-position: -468px -114px !important; }
#atwmenu.downloads #globalnav li#gncontact a { background-position: -585px -114px !important; }
#atwmenu.support #globalnav li#gnlinks a { background-position: -702px -114px !important; }

/* GLOBAL SEARCH */
#globalsearch { width: 163px; height: 38px; position: absolute; top: 0; right: 0; background-position: 100% 0; background-repeat: no-repeat; }

#atw_border {
	position: absolute; 
	top: 130px; /*Set top value to HeightOfTopFrameDiv*/
	left: auto;

	bottom: 73px; /*Set bottom value to HeightOfBottomFrameDiv*/
	overflow: hidden; 
	background: #fff;
	width: 982px;
	background-image:url(images/atwbordermiddle.gif)
}
#atw_border_top {
	position: absolute; 
	top: 120px; /*Set top value to HeightOfTopFrameDiv*/
	height: 15px;
	/*left:inherit;*/
	overflow: hidden; 
	width: 982px;
	background-image:url(images/atwbordertop.gif)
}
#atw_border_bottom {
	position: absolute; 
	bottom: 58px; /*Set top value to HeightOfTopFrameDiv*/
	height: 15px;
	overflow: hidden; 
	width: 982px;
	background-image:url(images/atwborderbottom.gif)
}
#atw_content {
	position: absolute;
	top: 135px; /*Set top value to HeightOfTopFrameDiv*/
	left:auto;
	margin-left: 5px;
	bottom: 73px; /*Set bottom value to HeightOfBottomFrameDiv*/
	overflow: auto;
	width: 972px;
}

#atw_content a:link, #atw_content a:visited {
	color: #71AB21;
	font-weight: bold;
}
#atw_content a:active, #atw_content a:hover {
	color: #CC0000;
	font-weight: bold;
}

#content_text {
	
}

#atw_top {
	padding-left: 50px;
	padding-right:50px;
	padding-bottom: 30px;
	text-align: justify;
	font-size: 14px;
	
}
#atw_footer {
	top: auto;
	bottom: 0; 
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	position: absolute; 
	left: auto; 
	width: 982px;
	height: 55px;
	background-image:url(images/footerbox.gif);
}

.footer_left {
	float: left;
	width: 480px;
	height: 50px;
	padding-top: 18px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.footer_left a:link, .footer_left a:visited { color: #fff; text-decoration: none; } 
.footer_left a:active, .footer_left a:hover { color: #cc6; text-decoration: none; }

.footer_dot {
	float: left;
	width: 1px;
	height: 80px;
	background: url(images/atw_dot.gif) repeat-y;
}
.footer_right {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	width: 250px;
	height: 70px;
	color:#FFFFFF;
}

