/*--------------------------------------------------------------

Common screen styles that are used in all static pages

--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, 
small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
* {
	margin:0;
	padding:0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background:#000;	
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:95%;
	text-align:center;
  line-height: 1.5; /* Unitless for proper inheritance */
	}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size).

	 percentage / 8.3333333 = font size in px
*/
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {text-decoration:none;outline:none;font-weight:bold;color:#00aeef;}
a:hover {text-decoration:underline;}
a img {border:0;}
/*--------------------------------------------------------------
 Common element styles 
--------------------------------------------------------------*/
p           { margin: 0 0 1em 0; text-align: left; font-size: 115%; line-height: 1.4; color: #59595b; }

ul, ol      { margin: 0 0 1.5em 1.5em; text-align: left; font-size: 115%; line-height: 1.4; color: #59595b; }
ol          { list-style-type: decimal; }
dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

strong      { font-weight: bold; }
em        	{ font-style: italic; }

acronym, dfn, abbr {
	text-decoration:none;
	padding-bottom:2px;
	cursor:help;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
	}
caption, th, td {
	text-align:left;
	font-weight:normal;
	}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { 
  font-family: Arial, Helvetica, sans-serif;
  color:#000; 
	}
h1 { font-size: 2.3em; color: #00aeef; margin-bottom: 0.3em; }
h2 { font-size: 1.6em; color: #59595b; line-height: 1.3; margin-bottom: 0.5em; font-weight: normal; }
h3.icon { width: 100%; }
h3.icon a { height: 45px; display: block; }
h3.icon span { display: none; }
h3.news a { background: url(/img/latest-news.gif) no-repeat; }
h3.webspecials a { background: url(/img/web-specials.gif) no-repeat; }
h3.questions a { background: url(/img/questions.gif) no-repeat; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h5.logo-small { width: 110px; float: left; }
h5.logo-small a { display: block; height: 35px; background: url(/img/appliance-services-australia-logo-small.gif) no-repeat; }
h5.logo-small a span { display: none; }
h6 { font-size: 1em; }
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#container {
	background:#fff url(/img/header.gif) repeat-x;
	}
#fixed-width-wrapper {
	position:relative;
	margin:0 auto 0 auto;
	width:940px;
	text-align:left;
	background:transparent;
	line-height:1.1;
	text-align: left;
	}
#header {
	height: 103px;
	width: 100%;
	position: relative;
	}
#content {
	margin-top:20px;
	padding-top:10px;
	border-top:1px solid #bfebfb;
	}
#flash-content {
	width: 100%;
	height: 253px;
	}
#left {
	width: 640px;
	float: left;
	}
#right {
	width: 300px;
	float: left;
	}
#left .padFix {
	padding: 20px 20px 20px 0;
	}
#right .padFix {
	padding: 20px 0;
	}
#right-sub {
	float: left;
	width: 240px;
	}
#left-sub .padFix {
	padding-right: 20px;
	}
#left-sub {
	float: left;
	width: 700px;
	padding-bottom: 20px;
	}
#footer-wrap {
	background: #000;
	}
#footer {
	padding: 20px 0;
	width: 940px;
	margin: 0 auto;
	position: relative;
	}
/*--------------------------------------------------------------
 Google Map styles 
-------------------------------------------------------------*/
#map-outer {
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	}
#map {
	width: 232px;
	height: 300px;
	}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#header div {
	margin:0;
	position:absolute;
	bottom:0; left:0;
	width:246px;
	}
#header div a {
	display:block;
	height:79px;
	background: url(/img/appliance-services-australia-logo.gif) no-repeat;
	}
#header div a span {
	display:none;
	}
/*--------------------------------------------------------------
 Homne Page specific styles 
--------------------------------------------------------------*/
ul#home-sub {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	}
#home-sub li {
	float: left;
	width: 100%;
	}
#home-sub li a {
	display: block;
	height: 49px;
	}
#home-sub li a:hover {
	background-position: 0 -49px;
	}
#home-sub li a span {
	display: none;
	}
#home-sub #break-down-maintenance a {
	background: url(/img/break-down-maintenance.gif) no-repeat;
	height: 50px;
	}
#home-sub #break-down-maintenance a:hover {
	background-position: 0 -50px;
	}
#cyclical-maintenance a {
	background: url(/img/cyclical-maintenance.gif) no-repeat;
	}
#spare-parts a {
	background: url(/img/spare-parts.gif) no-repeat;
	}
#supply-installation a {
	background: url(/img/supply-installation.gif) no-repeat;
	}
#feature-wrap {
	background: #f2fbfe;
	}
#feature {
	padding: 20px 0;
	width: 940px;
	margin: 0 auto;
	}
.col-wrap {
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #a1a5a8;
	}
.col-wrap.last {
	padding-right: 0;
	margin-right: 0;
	border: 0;
	}
.col {
	width: 280px;
	min-height:125px;
  height:auto !important;
  height:125px;
	}
/*--------------------------------------------------------------
 Sub Nav styles 
--------------------------------------------------------------*/
ul#sub-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sub-nav li {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 3px;
	}
#sub-nav li a {
	display: block;
	height: 32px;
	padding-left: 15px;
	line-height: 32px;
	color: #fff;
	background: url(/img/sub-nav-bg.gif) repeat-x;
	}
#sub-nav li a:hover {
	background-position: 0 -32px;
	text-decoration: none;
	}
#sub-nav li a.current {
	background-position: 0 -64px;
	}
/*--------------------------------------------------------------
 Product specific styles 
--------------------------------------------------------------*/
.prod {
	clear:both;
	}
.prod img {
	display: block;
	float: left;
	width: 205px;
	height: 180px;
	}
.prod .info {
	width: 475px;
	float: left;
	}
.prod.dark .info {
	background: #eee;
	}
.prod .info .padFix {
	padding: 15px 20px 20px 20px;
	}
.prod h3 {
	color: #ed1c24;
	margin: 0;
	font-weight: bold;
	}
.prod h4 {
	color: #59595b;
	font-weight: bold;
	margin-bottom: 0.5em;
	}
.prod ul {
	margin: 0 0 1em 2em;
	list-style: none;
	}
.prod ul li {
	background: url(/img/bullet.gif) no-repeat 0 9px;
	padding-left: 17px;
	}
a.more {
	display: block;
	float: right;
	width: 90px;
	height: 28px;
	background: url(/img/more-info.gif) no-repeat;
	}
a.more:hover {
	background-position: 0 -28px;
	}
a.more span {
	display: none;
	}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer p {
	color: #fff;
	font-size: 80%;
	padding-top: 0.5em;
	float: left;
	}
#sitescene {
	position: absolute;
	right: 0;
	top: 25px;
	width: 38px;
	height: 35px;
	}
#sitescene p {
	margin: 0;
	padding: 0;
	float: none;
	}
#sitescene a {
	display: block;
	height: 35px;
	background: url(/img/sitescene-logo.gif) no-repeat;
	}
#sitescene a:hover {
	background-position: 0 -35px;
	}
#sitescene a span {
	display: none;
	}
#footer ul {
	float: right;
	padding-top: 1.2em;
	margin: 0;
	}
#footer li {
	display: inline;
	background: url(/img/footer-div.gif) no-repeat 0 75%;
	padding: 0pt 5px 0 9px;
	}
#footer li.first {
	background: 0;
	}
#footer li.last {
	padding-right: 0;
	}
#footer a {
	color: #fff;
	font-weight: normal;
	font-size: 80%;
	}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
ul#top-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 6px;
	right: 0;
	}
#top-nav li {
	float: left;
	margin-right: 10px;
	}
#top-nav li.last {
	margin-right: 0;
	}
#top-nav li a {
	display: block;
	height: 29px;
	}
#top-nav li a span {
	display:none;
	}
#top-nav li a:hover {
	background-position: 0 -29px;
	}
#top-nav li a.current {
	background-position: 0 -58px;
	}
#profile a {
	width: 79px;
	background: url(/img/nav/profile.gif) no-repeat;
	}
#products a {
	width: 99px;
	background: url(/img/nav/products.gif) no-repeat;
	}
#services a {
	width: 90px;
	background: url(/img/nav/services.gif) no-repeat;
	}
#where-to-buy a {
	width: 128px;
	background: url(/img/nav/where-to-buy.gif) no-repeat;
	}
#news a {
	width: 64px;
	background: url(/img/nav/news.gif) no-repeat;
	}
#contact a {
	width: 94px;
	background: url(/img/nav/contact.gif) no-repeat;
	}
/*--------------------------------------------------------------
 styles 
-------------------------------------------------------------*/

/*--------------------------------------------------------------
 Form styles 
--------------------------------------------------------------*/
form.std-form,  form.std-form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
fieldset p { margin: 0; }
form.std-form fieldset {
	padding-bottom: 10px;
	margin-top: 10px;
	display: block;
	}
.std-form label {
	display: block;
	margin: 0;
	font-size: 110%;
	color: #00569C;
	margin-bottom: 5px;
	font-weight: bold;
	}
.std-form .input_text {
	width: 250px;
	padding: 5px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #fff;
	background:#f7f7f7;
	}
.std-form textarea.input_text {
	width: 350px;
	}
.std-form legend {
	font-size: 140%;
	font-weight: bold;
	}
.std-form fieldset.last {
	border: 0;
	}
.std-form fieldset select {
	padding:2px;
	}
.std-form fieldset option {
	padding-right:16px;
	}
.std-form fieldset input:hover, .std-form fieldset textarea:hover,
.std-form fieldset input.ie_hover, .std-form fieldset textarea.ie_hover {
	border:1px solid #dcdcdc;
	}
.std-form fieldset input:focus, .std-form fieldset textarea:focus,
.std-form fieldset input.ie_focus, .std-form fieldset textarea.ie_focus {
	background:#fff;
	border:1px solid #00B2F6;
	color:#000;
	}
.std-form fieldset input.submit:hover, .std-form fieldset input.submit:focus {
	background:transparent;
	border:0;
	}
/*--------------------------------------------------------------
 Form Validation styles 
--------------------------------------------------------------*/
form.std-form fieldset input.validation-failed, form.std-form fieldset textarea.validation-failed {
	border: 1px solid #f00;
}
form.std-form fieldset input.validation-passed, form.std-form fieldset textarea.validation-passed {
	border: 1px solid green;
}
.validation-advice {
	margin: 2px;
	padding: 2px;
	color:#f00;
	font-size: 80%;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 2px;
	padding: 2px;
	color:#fff;
	background-color:#bbb;
}
/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.text-align-right {text-align:right;}
.text-align-left{text-align:left;}
.center {text-align:center;}
.float-right {float:right;padding:0 0 14px 14px;}
.float-left {float:left;padding:0 14px 14px 0;}
div.float-fix {overflow:hidden;clear:both;height:0;}
br.float-fix {clear:both;}
.bold {font-weight:bold;}
.hide {display:none;}
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active #content h1 {
	visibility:hidden;
	font-family:Verdana;
	line-height:1em;
	font-size:27px;
	}