@charset "utf-8";
html, body {
	height:100%;
	margin:0;
	padding:0;
}
html {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-image: url(../images/bg-wrap.jpg);
	background-repeat: repeat;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #D5282C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	color: #8D8D8D;
}
h1, h2, h3, p, table  {
	clear: both;
}


#wrap {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/bg-over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	padding-top: 10px;
}
h1  a {
	color: #FFFFFF
!important;
}

/* IE PNG Fix
** IE PNG Alpha Fix v2.0 Alpha 4
** by Angus Turnbull - http://www.twinhelix.com. Updated: 2 October 2009. 
*/
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}			
.clear-block {
	margin: 0px;
	padding: 0px;
	clear: both; 
}
a, object {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}
a, a:link, a:visited {
	color: #1e6274;
}			
a:hover {
	color: #003442;
}
span, img, div, li, a {
	behavior: url(js/iepngfix.htc);
	border: none;
}
form  {
	margin: 0px;
	padding: 0px;
}
form  .field  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7F7F;
	border: 1px solid #DDDDDD;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#container {
	width: 1000px;
	position: relative;
	width: 981px;
	background-color: #FFFFFF;
	margin: auto;
}
#header {
	height: 121px;
	position: relative;
background: url(images/headerback.gif) no-repeat;
}
#header h1 {
	display: none;
}
#mainmenu li a {
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #011d29;
	margin-left: 1px;
	margin-right: 1px;
}
h2#tag {
	position: absolute;
	font-style: italic;
	font-weight: normal;
	color: #011D29;
	font-size: 18px;	
	width: 200px;
	text-align: right;
	left: 200px;
	margin-top: 35px;
	display: block;
}

h2#phone{

	font-style: italic;
	font-weight: normal;
	color: #011D29;
	font-size: 18px;
	float: right;
	width: 768px;
	text-align: right;
	margin-top: 35px;
	margin-right: 8px;
	display: block;
}
h2#tag strong {
	font-size: 12px;
	display: block;
	font-weight: normal;
}


ul#mainmenu, ul#top-nav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style-type: none;
	z-index: 900;
}
ul#mainmenu {
	top: 72px;
	background-color: #efefef;
	border: 1px solid #e0e0e0;
	right: 0px;
}
ul#top-nav {
	top: 12px;
	right: 6px;
	
}
#top-nav a {
	display:block;
	padding:0 6px;
	border-right: 1px solid #e0e0e0;
}
#mainmenu li a:hover {
	color: #FFFFFF;
	margin-left: 1px;
	margin-right: 1px;
}
body #wrap #mainmenu li.current span a, body #wrap #mainmenu  li.current span a:hover {
	background-color: #011d29;
	color: #FFFFFF;
	margin-left: 1px;
	margin-right: 1px;
}
body #wrap #mainmenu li, #top-nav li {
	display: block;
	float: left;
}

/*
** sub menu
*/

body #wrap #mainmenu li {
	float:left;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}

body #wrap #mainmenu li span {
	margin:0;
	padding:0;
}

body #wrap #mainmenu li span a {
	display:block;
	float:left;
	padding-left:7px;
	padding-right:7px;
	text-decoration:none;
}
body #wrap #mainmenu li ul li span a:hover{
	background-color:#d5282c;
}

body #wrap #mainmenu li span a:hover, body #wrap #mainmenu .over span a {
	background-color:#011d29;
	color: #fff;
}

body #wrap #mainmenu li ul {
	position:absolute;
	width: 145px;
	top:39px;
	left:0;
	/*display:none;*/
	background-color:#011d29;
	margin:0;
	padding:0px;
	z-index: 1000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
body #wrap #mainmenu li ul.long {
	width: 189px;
}
body #wrap #mainmenu li ul li {
	float:left;
	position:static;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

body #wrap #mainmenu li ul li span {
	margin:0;
	padding:0;
}

body #wrap #mainmenu li ul li span a {
	/*width:100%;*/
	height:auto;
	color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	font-size:11px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:5px;
	text-indent:5px;
	white-space:nowrap;
	float:left;
}

#header #logo {
	position: relative;
	width: 71px;
	float: left;
	padding-top: 7px;
	padding-left: 14px;
}
#header #logo span {
	display: block;
	font-size: 8px;
	color: #011D29;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	line-height: 8px;
}

#container #main-clm {
	float: left;
	width: 713px;
	padding-left: 14px;
	position: relative;
	z-index: 10;
}

#main-clm #main-left {
	float: left;
	width: 482px;
}
#main-left #main-feature-pic {
	height: 281px;
	width: 475px;
	position: relative;
	margin-bottom: 8px;
}
#main-left #main-feature-pic .over {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 50px;
	width: 100%;
	background-color: #011d29;
}
#main-left #main-features {
	margin-bottom: 20px;
	background-color: #EFEFEF;
	border: 1px solid #E0E0E0;
	margin-right: 6px;
}

#main-features .feature {
	float: left;
	border: 1px solid #E4E4E4;
	margin-right: 5px;
	width: 153px;
	background-image: url(../images/feature-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#main-features .pics {
	float: left;
	position: relative;
	padding: 6px;
}
#main-features .pics .tag {
	background-color: #003442;
	position: absolute;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 7px;
	text-align: center;
}
#main-features  a.link.old {
	background-color: #d5282c;
	display: block;
	width: 123px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(../images/white-arrow_small.png);
	background-repeat: no-repeat;
	background-position: 135px center;
	text-align: right;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#main-clm  #main-left a.link {
	float: right;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-right: 8px;
}


#main-features h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #011d29;
	margin-top: 10px;
}
#main-features .contence {
	padding-right: 5px;
	padding-left: 5px;
	height: 68px;
}

#main-clm #main-right {
	float: right;
	width: 227px;
	position: relative;
}
#main-right #feature-product, #main-right #energy {
	background-color: #efefef;
	border: 1px solid #E0E0E0;
	height: 279px;
	overflow: hidden;
	position: relative;
	margin-bottom: 8px;
}
#main-right #feature-product {
	height: 279px;
}
#main-right #energy {
	height: 204px;
}
#main-right #feature-product h1, #main-clm #main-left h1, #main-right #energy h1 {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #011D29;
	margin: 0px;
	height: 35px;
	font-weight: normal;
	font-size: 15px;
}
#main-right #feature-product h1,  #main-right #energy h1 {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#main-clm #main-left h1 {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 14px;
}
#main-right  #feature-product  ul {
	margin-left: 70px;
}
#main-right #feature-product li {
	margin-bottom: 8px;
}


#main-right #feature-product h2 {
	font-size: 13px;
	font-weight: normal;
	color: #1e6274;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-transform: none;
}
#main-right #feature-product a.link, #main-clm a.link {
	background-image: url(../images/blue-arrow_small.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	text-align: right;
	width: 190px;
	padding-right: 22px;
	text-transform: uppercase;
}
#main-right .contence {
	padding: 6px;
}
#quick-links  {
	background-color: #1e6274;
	color: #FFFFFF;
	padding: 8px;
	margin-bottom: 8px;
	height: 137px;
	overflow: hidden;
	z-index: 10;
	position:relative;
	font-size: 11px;
}
#quick-links form  select.field  {
	width: 230px;
	z-index: 10 !important;
}
#quick-links p {
	margin-top: 10px;
	margin-bottom: 4px;
}
#quick-links   h2  {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	color: #FFFFFF;
}
#applicator  {
	background-image: url(../images/applicator-bg.jpg);
	background-repeat: repeat;
	width: 250px;
	height: 44px;
}

#right-clm #applicator  {
	height: auto !important;
	background-image: none;
}
#applicator  a  {
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(../images/white-arrow_large.png);
	background-repeat: no-repeat;
	background-position: 220px center;
	display: block;
	font-size: 14px;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}



#container #right-clm {
	background-color: #003442;
	float: right;
	width: 226px;
	position: relative;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#right-clm ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content-clm ul {
	clear: both;
}

#right-clm li {
	display: block;
	width: 226px;
}
#right-clm li span {
	display: block;
	padding-bottom: 10px;
	padding-top: 5px;
	text-transform: none;
	font-size: 11px;
}

#right-clm a {
	color: #FFFFFF;
	background-image: url(../images/white-arrow_large.png);
	background-repeat: no-repeat;
	background-position: 195px 11px;
	padding: 10px;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#right-clm a:hover {
	background-color: #011D29;
}
#footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat;
	height: 75px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 11px;
}
#footer strong {
	font-weight: normal;
	display: block;
}

#footer img.aus {
	float: right;
	margin-top: 30px;
}

#footer .logos {
	float: left;
	padding-top: 5px;
}
#footer .logos img {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7395a0;
	margin-right: 22px;
	margin-left: 0px;
	padding-right: 10px;
}
#subfooter {
	color: #FFFFFF;
	margin: auto;
	width: 981px;
	padding-top: 8px;
	padding-bottom: 15px;
}
#subfooter a {
	color: #FFFFFF;
}


#internal #container #main-clm {
	width: 710px;
}

#internal #container #right-clm {
	width: 250px;
	padding-bottom: 10px;
}

#internal #right-clm li {
	width: 250px;
}

#internal #right-clm a {
	background-position: 220px 12px;
	width: 230px;
}

#internal #main-clm #sub-clm {
	background-color: #f6f6f6;
	border: 1px solid #e0e0e0;
	float: left;
	width: 182px;
}

#internal #main-clm #content-clm {
	background-color: #f6f6f6;
	border: 1px solid #e0e0e0;
	float: right;
	width: 515px;
}#internal #sub-clm h2 {
	background-color: #D5282C;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0px;
}
#internal #sub-clm ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#internal #sub-clm a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-size: 12px;
	color: #011D29;
}
#internal #sub-clm li.sub a {
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #CCC;
	text-indent: 10px;
}

#internal #sub-clm li.sub a:hover {
	background-color: #E0E0E0;
}

#internal #sub-clm a:hover {
	background-color: #E0E0E0;
}
#internal #main-clm #content-clm div.start {
	padding: 15px;
}
#content-clm h2 {
	font-size: 15px;
	color: #8D8D8D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
	font-weight: normal;
}
#content-clm li {
	list-style-image: url(../images/point_arrow.png);
}
#content-clm .start .scroll {
	overflow: scroll;
	position: relative;
	height: 450px;
}
#content-clm table li {
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
	list-style-image: none;
}
#content-clm table ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
div.scroll table {
	width: 465px;
	padding-right: 16px;
}


table {
	font-size: 11px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	background-color: #F6F6F6;
}
table#address  td, table#textures td {
	padding: 0px;
	border: none;
}


table .left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

table th {
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	color: #60605E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003442;
	border-right-style: none;
	border-left-style: none;
	text-align: left;
	background-color: #E5E5E5;
}
table  p  {
	margin: 0px;
}

table td {
	padding: 5px;
	color: #5F5F5E;
	background-color: #F6F6F6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
}
table  .highlight {
	background-color: #E5E5E5;
}
img.caption, span.caption {
	padding: 6px;
	margin-right: 6px;
	border: 1px solid #DDDDDD;
	float: left;
	background-color: #F8F8F8;
	margin-bottom: 15px;
}
span.caption em {
	font-style: normal;
	display: block;
	margin: 0px;
	padding-bottom: 4px;
}


.cform input.sendbutton {
	width: 60px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #C4C4C4 !important;
	border: 1px solid #FFFFFF;
	margin: 0pt;
	padding-top: 2px 8px 2px 8px;
}
.cform input.required {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #A51B1B;
}

.cform input.sendbutton:hover {
	background-color: #003442 !important;
}

.cform input:hover, .cform textarea:hover, .cform select:hover {
	border: 1px solid #9B9B9B !important;
}

.cform input:focus, .cform textarea:focus, .cform select:focus {
	color: #999;
}

.cform label {
	width: 200px;
	margin: 0px;
	display: block;
	color: #646464;
	padding: 0px;
}
#content-clm  table .cform ol {
	margin: 0px;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
}
fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
#content-clm  table .cform li {
	margin-bottom: 8px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
}

.cform textarea {
	height: 110px;
}

.cform input, .cform textarea, .cform select {
	color: #888888;
	font-size: 12px;
	border: 1px solid #B6B6B6;
	width: 220px;
	padding: 3px;
	background-color: #FFFFFF !important;
	font-size: 12px;
	font-family: arial;
}
