@charset "UTF-8";
body {
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #f6efe5;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	color:#666666;
}
#container {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#info {
	height: 12px;
	width: 940px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	overflow: hidden;
}
#header {
	height: 210px;
	width: 900px;
	background-image: url(images/head-bg-repeat.png);
}
#navigation {
	height: 30px;
	width: 900px;
	background-color: #E0C398;
	z-index: 3;
}
#flash {
	height: 190px;
	width: 900px;
	z-index: 0;
}
#date {
	float:left;
	height: 12px;
	width: 180px;
	text-align: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#breadcrumbs {
	height: 15px;
	width: 870px;
	color: #666666;
	padding: 5px 15px 5px 15px;
	background-color: #FFFFFF;
}
#breadcrumbs .current {
	color: #000000;
}
#content {
	overflow: hidden;
	height: auto;
	width: 870px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
#column-1 {
	width: 185px;
	height: auto;
	background-color: #f0e3cf;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#column-2 {
	width: 470px;
	height: auto;
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}

#column-3 {
	width: 185px;
	height: auto;
	float: left;
}

@media all  /* this hides the style from IE5 mac */
{
    a.button span
    {
        position: absolute;
        left: -999em;
    }
}
/*rollover button*/

a.button
{
    display: block;
	height:100px;
    cursor: pointer;
	color:#000000;
}

a.button span, a#active_button span, h2.button span, h3.button span
{
        top: -999em;
position: absolute;
}

#column-2 h2 {
	margin-top: 10px;
	padding-top: 10px;
}
#menu{
	margin:0;
	margin-left:15px;
	padding:0;
	width:885px;
	display:block;
	height:30px;
	font-size:12px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-weight:lighter;
	position: relative;
}
#menu ul {
padding:0;
margin:0;
list-style-type:none;
}

#menu li {
	list-style-type:none;
	display:block;
	float:left;
	margin:0;
	pading:0;
	position:relative;
}
#menu li a {
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:8px 10px 0 10px;
	height:22px;
	}
#menu li a:hover{
	color:#fff;	
	}
#menu li .current{
	background-color:#c5955b;
	}
#menu li ul {
	display: none;
	position:absolute;
	margin-top:30px;
	left:0px;
	padding-top:8px;
	background-image:url(images/70-black-trans.png);
	width:100px;
}
#menu ul li a {
	padding-left:10px;
	padding-top:0px;
	padding-bottom:5px;
	color:#fff;
	font-weight:normal;
	height:auto;
}
#menu li ul li a:hover {
    	background:none;
		color:#999;
}
#menu :hover > a, #menu ul ul :hover > a {color:#fff; background-color:#c5955b;}

#menu li ul li {
display:block;
width:auto;
margin:0px;
}
#menu li:hover > ul {
    display: block;

}
.last {
padding-bottom:auto;
}
#content a {
	color: #996633;
	text-decoration: none;
}
#content a:hover {
	color: #000000;
}
#panel {
	background-color: #000000;
	height: 100px;
	width: 185px;
	padding:0px;
	margin-bottom: 10px;
	}
#column-1 ul {
padding:0;
margin:0;
list-style-type:none;
}
#column-1 li  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#column-1 li a  {
	color:#000;
	font-weight:normal;
display:block;
padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	}
#column-1 li a:hover  {
	background-color:#E0C398;
}
h1 {
	font-weight: lighter;
	color: #00456b;
	margin-top: 0px;
	font-size:24px;
}
h2 {
	color: #00456B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
		font-size:18px;

}
#footer {
	width: 870px;
	margin-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	font-size: 11px;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #000;
}
#internals {
	width: 900px;
	margin-top: 20px;
}
#column {
	height: 150px;
	width: 300px;
	float: left;
	text-align: center;
}
p {
	line-height: 1.5;
	margin-bottom: 5px;
	margin-top: 5px;
}
h1 .reg {
	font-size: 12px;
	position: relative;
	top: -8px;
	width: 10px;
}
p .reg, li .reg {
	font-size: 9px;
	position: relative;
	top: -5px;
	margin-right: 3px;
}
#column-2-wide {
	width: 675px;
	height: auto;
	float: left;
	overflow: hidden;
}
#ZR8 {
	width: 320px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	height: 220px;
	border:solid 1px #00a2e5;
}
#ZM8 {
	float: left;
	width: 320px;
	margin-left: 10px;
	margin-bottom: 20px;
	height: 220px;
	border:solid 1px #6a2c91;
}
#ZMX {
	float: left;
	width: 320px;
	margin-right: 10px;
	margin-bottom: 20px;
	height: 220px;
	border:solid 1px #6a2c91;
}
#ZRX {
	float: left;
	width: 320px;
	margin-left: 10px;
	margin-bottom: 20px;
	height: 220px;
	border:solid 1px #00a76d;
}
#AR {
	float: left;
	width: 662px;
	margin-bottom: 20px;
	height: auto;
	border:solid 1px #df1347;
}
#AR h3 {
	background-color: #df1347;
	display: block;
	margin-top: 0px;
	padding: 8px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 8px;
}
#ZR8 h3 {
	background-color: #00a2e5;
	display: block;
	margin-top: 0px;
	padding: 8px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 8px;
}
#ZRX h3 {
	background-color: #00a76d;
	display: block;
	margin-top: 0px;
	padding: 8px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 8px;
}

#ZM8 p, #ZR8 p, #ZMX p, #ZRX p, #AR p {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
}

#ZR8 img, #ZM8 img, #ZMX img, #ZRX img, #AR img {
	float: right;
	margin-left: 5px;
}

#ZM8 h3, #ZMX h3 {
	background-color: #6a2c91;
	display: block;
	margin-top: 0px;
	padding: 8px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 8px;
}
h3 .reg {
	font-size: 11px;
position: relative;
	top: -5px;
	margin-right: 3px;
	
	}
	
#wide-panel {
	width: 300px;
	margin-right: 18px;
	height: 184px;
	float: left;
	border:solid 1px black;
	padding: 8px;
	margin-bottom: 20px;
}
#big-panel {
	width: 638px;
	margin-right: 18px;
	height: auto;
	float: left;
	border:solid 1px black;
	padding: 8px;
	margin-bottom: 20px;
}

#wide-panel img, #big-panel img {
	float: left;
	margin-right: 8px;
}
#wide-panel h3, #big-panel h3 {
	margin-top: 0px;
	font-weight: normal;
	font-size: 16px;
	color:#00456b;
	margin-bottom: 2px;
}
.name {
	width: 130px;
	display: block;
	float: left;
}
.position {
	width: 220px;
	display: block;
	float: left;
}
.supplier {
	width: 205px;
	display: block;
	float: left;
}
.supplier_ph {
	width: 100px;
	display: block;
	float: left;
	margin-left: 10px;
}
.phone {
	display: block;
	float: left;
	width: 110px;
	clear: right;
}
#contact {
	height: auto;
	width: 470px;
}
#enquiry input {
	margin-left: 5px;
	position: absolute;
}
.label {
	width: 50px;
	margin-right: 10px;
	float: left;
	display: block;
	text-align: right;
	clear: right;
}
#enquiry textarea {
	position: absolute;
	margin-left: 5px;
}
#enquiry p {
	margin-top: 10px;
	margin-bottom: 20px;
}
#enquiry #formline {
	margin-bottom: 10px;
	height: 25px;
}
#enquiry #bigformline {
	margin-bottom: 10px;
	height: 80px;
	margin-top: 5px;
}
#enquiry #submitline {
	margin-bottom: 10px;
	height: 25px;
	text-align: left;
	padding-left: 350px;
}
#submitline input {
	position: inherit;
	}
#enquiryline {
	margin-bottom: 10px;
	height: 90px;
}
#bigger-panel {
	height: auto;
	width: 185px;
	padding:0px;
	margin-bottom: 10px;
}
#column-1 .current {
	background-color: #c5955b;
}
#column-2-wide h3 {
	margin-bottom: 10px;
}
#preload_01 {
	background-image: url(images/header-image-1.jpg);
	display: none;
}
#preload_02 {
	background-image: url(images/header-image-2.jpg);
	display: none;
}
#preload_03 {
	background-image: url(images/cc-header-logo.png);
	display: none;
}
#column-2 li {
	line-height: 1.5;
	margin-top: 5px;
}
#distributor {
	width: auto;
	min-height: 20px;
	margin-bottom: 5px;
}
#roofing_suppliers {
	float: left;
	margin-right: 10px;
}
#dist_column {
	float: left;
	width: 320px;
	margin-right: 15px;
}
#dist_column-2 {
	float: left;
	width: 320px;
}
#region {
	width: auto;
	border: solid #666 1px;
	padding: 5px;
	margin-bottom: 10px;
}
#northisland, #southisland, #worldwide {
	width: auto;
	border: solid #666 1px;
	padding: 5px;
	margin-bottom: 10px;
}
#northisland h3, #southisland h3, #worldwide h3 {
	margin-top: 5px;
	background-color: #CCCCCC;
	padding: 5px;
}
#dist_column h2, #dist_column-2 h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
#breadcrumbs a {
	color: #996633;
	text-decoration:none;
}
.tableheader {
	color: #000000;
	background-color: #C5955B;
	padding-left: 10px;
}
.tablecol1 {
	padding-left: 5px;
	color: #000000;
	border-top: 1px solid #000000;
}
.tablecol{
	color: #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}
.tablecolprod{
	color: #000000;
	border-left: 1px solid #000000;
	background-color: #f0e3cf;
border-top: 1px solid #000000;
}.tablecolprod1 {
	color: #000000;
	background-color: #f0e3cf;
border-top: 1px solid #000000;
}

.table {
	border: 1px solid #000000;
	margin-bottom: 10px;
}
#mmr {
	padding: 10px 15px 10px 15px;
	background-color: #f0e3cf;
	color: #000000;
	margin-top: 20px;
}
#warrantyform #project {
	margin-left: 15px;
}
.required {
	font-size: 16px;
	color: #FF0000;
	margin: 0;
	line-height: 0;
	padding: 0;
}
#warrantyform label {
}
#warrantyform td {
	height: 25px;
}
#warrantyform h2 .smaller {
	font-size: 12px;
}
#otheruse {
	margin-top: 5px;
}
#warrantyform #roofdesign {
	margin-left: 15px;
}
#northisland h3 span, #southisland h3 span, #worldwide h3 span {
	font-size: 10px;
}
.brochurecover {
	float: right;
	margin-left: 15px;
}
.chartimage {
	margin-bottom: 20px;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
#intermedia {
	background-color: #FFFFFF;
	padding-top: 10px;
}
#bigformline #findout {
	margin-left: 5px;
	height: 40px;
	position: absolute;
}
#bigformline .widelabel {
	margin-left: 10px;
	display: block;
}
#formline .checklabel {
	margin-left: 25px;
	display: block;
	margin-top: 0px;
	padding-top: 3px;
}
