body {
	background-image: url('../img/stripeBG.png');
	padding: 0;
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	behavior: url("../includes/csshover3.htc"); /*:hover, :active, & :focus fix - from http://www.xs4all.nl/~peterned/csshover.html (Access from HTML directory, not CSS)*/
	color: #444;
}

a {
	color: #008aff;
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 0px; 
	padding: 0px;
}

h1 {
	color: #444444;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	color: #444444;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	color: #444444;
	font-size: 12px;
	font-weight: bold;
}

h5 {
	color: #444444;
	font-size: 11px;
	font-weight: normal;
	margin: 10px 20px 10px 20px;
}

h6 {
	color: #555;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

hr {
	border-style: none;
	margin: 2px 0;
	padding: 0;
	height: 1px;
	background-color: #aaaaaa;
	clear: both;
}
/*
p {
	border: 1px solid #444444;
	overflow: hidden;
	text-align: left;
	font-weight:normal;
	font-size: 11px;
	color: #444444;
	margin-top:0;
	margin-bottom: 5px;
	padding: 5px;
}
*/
input {
	margin: 0px;
	padding: 0px;
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

/*SELECTION BORDER FIXES for FF, IE*/
/*for FireFox
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
{   
	border: 0px;
} 
/*for IE8 
input[type="submit"]:focus, input[type="button"]:focus
{
	outline: none; 
}*/


/*TOP LEVEL CONTAINERS*/
.page_container {
	/*border: 10px solid #444;*/
}
.main_container {
	width: 768px;
	border: 12px solid #555;
	margin: 10px auto;
}
/*
.browserdisclaimer {
	width: 768px;
	height: 30px;
	padding: 0;
	background: url('../img/browserdisclaimer.gif') no-repeat;
}
*/
.logo_container {
	width: 768px;
	height: 75px;
	background: url('../img/logo_aiontoolsnet.png?cache=123') no-repeat;
	background-color: #555/*transparent*/;
}
.nav_container {
	width: 768px;
	background-color: #fff;
}
.body_container {
	padding-top: 20px;
	width: 768px;
	background-color: #fff;
}
.footer_container {
	padding-top: 20px;
	width: 768px;
	background-color: #fff;
	font-size: 12px;
	text-align: right;
}
.adsense_container {
	/*width: 768px;*/
	text-align: left;
	/*border: 12px solid #555;*/
	border-top: 1px solid #555;
	background-color: #9a9a9a;
	margin: 0px auto;
	height: 15px;
}

.left_column {
	float: left;
	width:354px;
}
.right_column {
	float: left;
	width: 354px;
}

.navbar {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	background: url('../img/728_sprite_aiontoolsnav.png') no-repeat 0px 0px;
}
#homelink {
	width: 87px;
	height: 25px;
	background: url('../img/728_sprite_aiontoolsnav.png') no-repeat 0px 0px;
	float:left;
	cursor:pointer;
}
#homelink:hover {background-position: 0px -25px;}

#apcalclink {
	width: 140px;
	height: 25px;
	background: url('../img/728_sprite_aiontoolsnav.png') no-repeat -87px 0px;
	float:left;
	cursor:pointer;
}
#apcalclink:hover {background-position: -87px -25px;}

#translatorlink {
	width: 198px;
	height: 25px;
	background: url('../img/728_sprite_aiontoolsnav.png') no-repeat -227px 0px;
	float:left;
	cursor:pointer;
}
#translatorlink:hover {background-position: -227px -25px;}

#chatlink {
	width: 93px;
	height: 25px;
	background: url('../img/728_sprite_aiontoolsnav.png') no-repeat -425px 0px;
	float:left;
	cursor:pointer;
}
#chatlink:hover {background-position: -425px -25px;}


.spacer20px {
	font-size: 1px;
	float: left;
	width: 20px;
	height: 20px;
}
.spacer15px {
	font-size: 1px;
	float: left;
	width: 15px;
	height: 15px;
}
.spacer10px {
	font-size: 1px;
	float: left;
	width: 10px;
	height: 10px;
}
.spacer5px {
	font-size: 1px;
	float: left;
	width: 5px;
	height: 5px;
}
.spacer3px {
	font-size: 1px;
	float: left;
	width: 3px;
	height: 3px;
}
.hr10px {
	border-bottom: solid 1px #aaa;
	margin: 10px 0px;
}
.hr5px {
	border-bottom: solid 1px #aaa;
	margin: 5px 0px;
}
.hr3px {
	border-bottom: solid 1px #aaa;
	margin: 3px 0px;
}


/*ETC*/
#cmd {
	text-align: left;
	padding: 10px;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #aaaaaa;
	margin: 10px 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/*DEBUG*/
/*
.logo_container {
	background-color: red;
}
.nav_container {
	background-color: blue;
}
.footer_container {
	background-color: blue;
}
.left_column {
	background-color: red;
}
.right_column {
	background-color: red;
}
.spacer20px,.spacer10px,.spacer3px,.spacer3px_r {
	background-color: green;
}
*/
