/* @override 
	http://adsteel:8888/includes/css/text.css
	http://www.adsteel.com.au/new_site/includes/css/text.css
	http://adsteel.com.au/includes/css/text.css
*/

* html .page {
	height:100%
}
a{
	color: #c19f1a;
}
p strong{
	font-weight: bold;
}
html {
	height:100%;
	overflow-y: auto;
	overflow-x: hidden;
}
body {
	height: 100%;
	background-color:#b8babc;
	background-image:url(../../images/bgHorizontal.gif);
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}
.page {
	min-height:100%;
	width:894px;
	*width:832px;
	background:url('../../images/bgVertical.png') repeat-y top center;
	margin:0 auto;
	*background-image:none;
	*background-color:#FFF;
}
.pageTable {
	width:832px;
	margin:0px auto; 
}
.header {
	height:123px;
	vertical-align:top;
}
.footerHeight {
	height:114px;
}
.footer {
	margin:-114px auto 0px; 
	background:#FFF url('../../images/bgFooter.jpg') repeat-x top left;
	width:832px; 
	height:114px;
	position:relative;
	line-height:21px;
}
.footer div {
	padding-top:45px;
	padding-left:28px;
	margin:0px;
	color:#FFF;
}
.footer .disclaimer {
	font-size:11px;
	padding:0px !important;
	color:#8f8f8f;
}
.footer p {
	margin:0px;
	padding:0px;
}
.footer a {
	color:#FFF;
	text-decoration:none;
}
.footer a:hover, .footer .on {
	color:#8f8f8f;
	text-decoration:none;
}
.footer .disclaimer a {
	color:#8f8f8f;
	text-decoration:none;
}
.footer .disclaimer a:hover {
	color:#FFF;
	text-decoration:none;
}
.footer span {
	padding:0px 5px 0px 5px;
	color:#8f8f8f;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:0px;
	padding:0px;
}
p {
	margin-top:0px;
	margin-bottom:5px;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}
form {
	margin:0px;
	padding:0px;
}

/* logo header */

.logoHolder {
	background:#FFF url('../../images/bgLogo.jpg') repeat-x top left;
	padding:0px 0px 0px 13px;
	height:94px;
}
.logoHolder .logo {
	border:none;
}
.logoHolder .map {
	float:right;
}

/* menuHolder */

.menuHolder {
	padding:0px 0px 0px 0px;
	height:29px;
}

/* main home image */

.mainImage img {
	border-top:solid 1px #FFF;
}

/* content */
.contentHolder ul{
	margin: 0 0 10px 0;
	padding: 0 0 10px 20px;
}
.contentHolder li{
	list-style-type: square;
}
li h4{
	padding: 0;
	margin: 0;
	
}
.contentHolder {
	margin:3px 3px 15px 3px;
	background:url('../../images/bgContentGradient.png') repeat-x top left;
}
.contentTable {
	width:100%;
}
.contentTable td {
	vertical-align:top;
}
.contentTable .left .space {
	padding:18px 23px 0px 18px;
}
.contentTable .left{
	width: 508px;
	display: block;
	overflow: hidden;
}
.contentTable .right {
	width:318px;
}
.contentTable .right .space {
	padding-top:9px;
}
.contentTable h1 {
	color:#262626;
	font-size:19px;
	line-height:23px;
	margin-bottom:0px;
	text-transform:uppercase;
	margin-bottom:8px;
}
.contentTable h2 {
	color:#c19f1a;
	font-size:12px;
	line-height:16px;
	margin-bottom:0px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.contentTable h3 {
	color:#262626;
	font-size: 13px;
	line-height:18px;
	margin-bottom:12px;
	text-transform:uppercase;
}
.dotPointTable td {
	vertical-align:top;
	padding:0px 12px 0px 8px;
}
.dotPointTable ul {
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-bottom:15px;
}
.dotPointTable li {
	padding-left:18px;
	margin-left:0px;
	list-style-type:none;
	background:url('../../images/accordion/dot.gif') no-repeat 3px 8px;
	line-height:21px;
}
.lineThreePx {
	height:3px;
	background:url('../../images/line3px.gif') repeat-x top left;
	margin-bottom:15px;
}
.lineOnePx {
	height:1px;
	background:url('../../images/line3px.gif') repeat-x top left;
	margin-bottom:15px;
}

/* promo panels */

.promo {
	width:100%;
}
.promo td {
	vertical-align:middle;
}
.promo td:hover {
	cursor:pointer;
}
.promo td:hover a {
	color:#c19f1a;
}
.promo .one {
	background:url('../../images/panels/home01.jpg') no-repeat top left;
	height:89px;
}
.promo .two {
	background:url('../../images/panels/home02.jpg') no-repeat top left;
	height:89px;
}
.promo .three{
	background:url('../../images/panels/home03_2.jpg') no-repeat top left;
	height:89px;
}
.promo p {
	margin:0px;
	padding:0px;
	margin-top:1px;
	padding-left:45px;
	line-height:16px;
}
.promo .one p {
	margin-top:7px;
}
.promo .three p {
	margin-bottom:7px;
}
.promo a {
	color:#262626;
	font-weight:bold;
	text-decoration:none;
}
.promo a:hover {
	color:#c19f1a;
}

/* image css */

img.left {
	float:left;
	margin-bottom:15px;
	margin-right:20px;
	padding:2px;
	border: 1px solid black;
}
img.right {
	float:right;
	margin-bottom:15px;
	margin-left:20px;
	padding:2px;
	border:1px solid #003C6C;
}
img.center {
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	padding:2px;
	border:1px solid #003C6C;
	display:block;
}
img.normal {
	margin-bottom:15px;
	padding:2px;
	border:1px solid #003C6C;
}

/* contact form */

.contactForm {
	font-family:Arial, Helvetica, sans-serif;
}
.contactForm td {
	padding:1px;
	text-align:left;
}
.contactForm span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input, textarea{
	border: 1px solid #b3b3b3;
	padding: 5px;
}
.contactForm .contactField {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:220px;
}
.contactForm textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:320px;
	height:80px;
}
.contactForm .align {
	vertical-align:top;
	padding-top:4px !important;
	padding-right:15px !important;
}
.contactForm .space {
	padding:5px 0px 5px 0px !important;
}
.contactForm .contactButton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.contactForm span {
	color:#c19f1a;
}


/* Subscription Form */
body#form{
	background: #E6E6E6;
	padding: 0; margin: 0;
}
.form_outer{
	width: 440px;
}
.form_outer h1{
	background-color: black;
	color: white;
	margin: 0 0 20px;
	padding: 15px 20px;
	font-weight: normal;
	font-style: normal;
}
.form_outer p{
	margin: 0 20px;
	color: #606060;
}
.form_outer ul{
	list-style-type: none;
	padding: 0;
}
.form_outer li{
	margin: 0 20px;
	padding-bottom: 5px;
	clear: both;
}
li.extra{
	display: none;
}
.form_outer label{
	width: 6em;
	float: left;
	padding: 5px 0;
}
.form_outer input[type="text"]{
	width: 300px;
}
.btn{
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 20px;
}
.submit{
	float: right;
	margin-right: 18px;
	padding: 9px 60px;
	background: #333333; /* for non-css3 browsers */
	border-top: 1px solid #eee;
	border-bottom: 1px solid black;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #666666,  #333333);
	color: white;
	margin-top: 10px;
	text-shadow: #303030 0 -1px 0;
	text-transform: uppercase;
	cursor: pointer;
}
.submit:hover{
	background: #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	border-top: 1px solid #606060;
}
p.note{
	clear: both;
	font-size: 11px;
	color: #a2a2a2;
	text-align: right;
	padding-top: 5px;
	line-height: 1.2em;
}
.note a{
	color: #a2a2a2;
}
/* Download page */
.tb_download{
	width: 100%;
}
.tb_head{
	text-align: left;
	background-color: #b7b7b7;
}
.tb_title, .tb_file{
	text-indent: 10px;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
/* Error treatment */
label.error{
	display: none !important;
}
input.error{
	border: 1px solid red
}

.mainImage{
	position: relative;
}

/***********************************/
/* XMAS HOURS *********************/
.xmas{

	display: none;
	/*display: block;*/
	/* set to display none to turn off XMAS messages */
}

.right .locationRight .xmas-block, .left .xmas-block, .right .xmas-block{
	background-color: #fe0202;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 10px;
}
.right .xmas-block{
	padding-left: 20px;
	padding-right: 20px;
}
.left .xmas-block{
	padding-left: 10px;
}

.xmas-block h2, .xmas-block p{
	color: white;
}

.xmas-absolute{
	background-color: none;
	position: absolute;
	right: 0;
	top: 0;
}

/*BONUS CSS*/

img.470 {
	width: 470px!important;
}

.acctable {
	width: 100%;
	text-align:center;
	padding: 0px;
	border: 1px solid #ddd;
}

.acctable th{
	background-color: #eee;
}

.acctable th, .acctable td {
	border: 1px solid #ddd;
	padding: 4px;
}

.download{
	background:url('../../images/panels/download.jpg') no-repeat top left;
	height:89px;
}






