/*
MCMC style sheet
Date: 8 October 2005
Author: Interactive Design
*/ 

/* Cure IE odd scroll bar behaviour ===== */
html {
	overflow-y: scroll;
}

body { 
	margin: 0px 8px 0px 8px; 
	padding:0;
	background-color:#FFFFFF;
	color: #000000;
	} 


/* SET FONTS  */

body, p, li, ol, td, th, h1, h2, h3, h4, h5, div {  
	font-family: Verdana, Arial, Helvetica, Helv, Geneva, sans-serif; 
	}

p, li, ol, td, th {  
	color:#000000;
	background-color: transparent;  
	}
	
h1 {  
	color:#010E77;
	background-color: transparent;
	margin-top:10px; 
	}

h2 {  
	color:#010E77;
	background-color: transparent;
	}

h3 {  
	color:#010E77;
	background-color: transparent;
	margin-bottom: -1em
	}

a {  
	color:#6A6BB0;
	background-color: transparent;
	}

a:hover, a:active {  
	color:#FF0000;
	background-color: transparent;
	}

a:visited {  
	color:#7B7CB9;
	background-color: transparent;
	}



/* LAYOUT ###################### */

#banner { }

/* NAV STYLING ============= */

#nav {
	}

#nav ul {
	padding: 0;
	margin: 0px 0px 0px 213px;
	list-style-type: none;
	}

#nav ul li { 
	display: block;
	float: left;
	width: 135px;
	font-size: 1.1em;
	font-weight: bold;
	}
	
#nav ul li a {
	display: block;
	width: 100%;
	color: #01108C;
	background-color: transparent;
	text-decoration: none;
	padding: 27px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg-nav-tab.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
	
#nav ul li a:hover {
	background-image: url(../images/bg-nav-tab-on.gif);
	}
/* NAV END ============= */	
	
	
#container {
	width:752px;
	margin: 0px;
	padding: 0px;
	}
	
#content {
	padding: 0px 0px 0px 10px;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 213px;
	color: #000000;
	background-color: transparent;
	}


div.topimage {
	margin-left: -13px;
}



/* MENU ###################### */

#menu {
	float: left;
	width: 213px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	}

#menu ul {
	margin: 0px 0px 20px 0px;
	padding: 15px 0px 40px 0px;
	list-style-type: none;
	/*background-image: url(../images/bg-menu.jpg);
	background-repeat: repeat-y;
	background-position: top left;*/
	background-color: #F1F1F1;
	}

#menu li {
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #FFFFFF;
	}

#menu ul li a {
	display: block;
	padding: 3px 10px 3px 10px;
	color:#000D74;
	background-color: transparent;
	text-decoration: none;
	}

#menu a:link, #menu a:visited {
	color:#000D74;
	background-color: transparent;
	}

#menu li a:hover {
	background-color: #FDD84B;
	}
	
#menu li a.menuhead {
	font-size: 1.1em;
	font-weight: bold;
	}
	
	

/* The following is a hack to avoid the IE 3px bug see
http://www.positioniseverything.net/articles/hollyhack.html */

/* Hides from IE5-mac \*/
* html #content {height: 1%;}
/* End hide from IE5-mac */ 


/* 
Hack below required to stop menu bg disappearing 
http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0 
*/

/* Hides from IE5-mac \*/
* html #menu {height: 1%;}
/* End hide from IE5-mac */ 



/* PRODUUCT STYLING  ################# */

div.product {
border: 1px solid #DEDEDE;
padding: 0px;
margin-bottom: 10px;
}

div.product h2 {
margin: 0px;
background-color: #EFEFEF;
padding: 3px 8px;
}

div.product p,
div.product h3 {
padding: 0px 8px;
margin: 8px 0px;
}


/* MISC CLASSES ###################### */


div.homeoffer {
	width: 210px;
	float: right; 
	margin-left: 8px;
}

div.homeoffer p {
	font-weight: bold;
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:1.2em;
	padding: 10px;
	background-image:url(../images/chopped-strand-mat-red.gif);
	background-position: top 130px;
	background-repeat:no-repeat;
}

div.homeoffer p a, div.homeoffer p a:visited, div.homeoffer p a:active {
	color:#FFFFFF;
	text-decoration: none;
}

div.homeoffer p a:hover {
	color:#FFFF00;
	text-decoration: none;
}




p.offer {
	font-weight: bold;
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:large;
	padding: 10px;
	background-image:url(../images/chopped-strand-mat-red.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
}

p.offerCarbon {
	font-weight: bold;
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:large;
	padding: 10px;
	background-image:url(../images/offer-promo-carbon.gif);
	background-position: top right;
	background-repeat:no-repeat;
}

p.offerCarbon a, p.offerCarbon a:visited, p.offer a {
	background-color:#CC0000;
	color:#FFFFFF;
}

table.grid {
	border: 0px;
	background-color: #DEDEDE;
	width: 100%;	
	}
	
table.grid td, table.grid th {
	background-color: #FFFFFF;
	padding: 4px;
	}
	
table.grid tr.special td {
	background-color:#FFFF00;
	}
	
table.grid th {
	background-color: #EFEFEF;
	font-weight: bold;
	text-align: left;
	}
	
	

table.proddata {
	border: 0px;
	background-color: transparent;	
	margin-left: 8px;
	}
	
table.proddata th {
	font-weight: bold;
	text-align: left;
	}
	
table.proddata td, table.proddata th {
	background-color: #FEDF73;
	padding: 4px 15px 4px 15px;
	}


img.smallproduct {
	padding-left: 5px;
	}

p.footer {
	color: #666666;
	background-color: transparent;
	border-top: 1px solid #999999;
	padding-top: 5px;
	}

/* Clear space left for icons */
a.safetypdf, a.productpdf {
	padding-left: 24px;
	}

a.safetypdf, a.productpdf {	
	background-image: url(../images/icon-pdflink.gif);
	background-repeat:no-repeat;
	background-position: top left;
	}

p.pagetop {	
	color: #333366;
	padding-right: 24px;
	background-image: url(../images/icon-toplink.gif);
	background-repeat:no-repeat;
	background-position: top right;
	text-align: right;
	}

p.pagetop a {	
	text-decoration: none;
	}

#datalist p {
	border-bottom: 1px solid #CCCCCC;
	margin: 4px 0 4px 0;
	padding-bottom: 3px;
}

#datalist p a {
	text-decoration: none;
}


/* EMAIL FORM STYLES == */


div.mailFormRow input, div.mailFormRow textarea { 
	width: 400px; 
	}

/* FONT SIZES ###################### */

div, p, h3, h4, th, td, ul, ol, li, dd, address
    {
    font-size : small;
    }

/*/*/a{}

body, body div, body p, body h3, body h4, body th, body td, body ul, body ol, body li, body dd, body address
    {
    font-size : x-small;
    voice-family : "\"}\"";
    voice-family : inherit;
    font-size : small;
    }

html>head:first-child+body div, html>head:first-child+body p, html>head:first-child+body h3, html>head:first-child+body h4, html>head:first-child+body th, html>head:first-child+body td, html>head:first-child+body li, html>head:first-child+body dd, html>head:first-child+body address
    {
    font-size : small;
    }

/* */


/* ================================== */

h1
    {
    font-size : x-large;
    }

/*/*/a{}

body h1
    {
    font-size : large;
    voice-family : "\"}\"";
    voice-family : inherit;
    font-size : x-large;
    }

html>head:first-child+body h1
    {
    font-size : x-large;
    }

/* */

/* ================================== */

h2, h1.home
    {
    font-size : large;
    }

/*/*/a{}

body h2, body h1.home
    {
    font-size : medium;
    voice-family : "\"}\"";
    voice-family : inherit;
    font-size : large;
    }

html>head:first-child+body h2, html>head:first-child+body h1.home
    {
    font-size : large;
    }

/* */


/* FONT ENDS ###################### */

h2 span.paintcode {
font-size: small;
font-weight: normal;
color: #666666;
}

/* facebook link ###################### */
p#facebook{

}

p#facebook a{
text-decoration:none;
display:block;
background-image:url(../images/facebook_button.gif);
background-repeat:no-repeat;
background-position:left center;
padding-left: 38px;
}


/* To hide skip to contents link */
.skipLink a {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}

.skipLink a:active, .skipLink a:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	/* The rest are purely presentational properties to make the link stand out */
	background-color: yellow;
	color: red;
	top: 5px;
	left: 5px;
	padding: 5px;
	border: 2px solid red;
	font-weight: bold;
} 



/* ACCESSIBILITY CONVERSIONS == */
em {font-style: italic;}
strong {font-weight: bold;}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
noprint { visibility:hidden;display:none;}
}


