/*
MCMC style sheet
Date: 16 October 2009
Author: Interactive Design

Compress at
http://www.cssdrive.com/compressor/compress.php
*/ 

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

body { 
	margin: 0; 
	padding:0;
	background-color:#FFFFFF;
	color: #000000;
	} 
	
	
/* FONT SIZES ###################### */

body {font-size:100.01%}
h1 {font-size:1.3em}
h2 {font-size:1.0em}
h3 {font-size:0.80em}
p, li {font-size:0.80em}

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


/* SET FONTS  */

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

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

h2 {  
	color:#0055A7;
	background-color: transparent;
	}

h3 {  
	color:#0055A7;
	background-color: transparent;
	margin-bottom: -1em
	}

a {  
	color:#0055A7;
	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: 0 0 10px 0;
	list-style-type: none;
	float: left;
	background-color: #FFCC00;
	width:790px;
	}

#nav ul li { 
	display: block;
	float: left;
	font-size: 0.95em;
	font-weight: bold;
	}
	
#nav ul li a {
	display: block;
	color: #0055A7;
	background-color: #FFCC00;
	text-decoration: none;
	padding: 6px 15px 6px 15px;
	margin: 0;
	border-right: 2px solid #FFFFFF;
	}
	
#nav ul li a:hover {
	background-color: #FFE680;	
	}
/* NAV END ============= */

/* ADVERTS ########### */

#adverts {
	width:210px;
	float:right;
	margin-top:10px;
}

#adverts p {
	background-color:#DFEDFF;
	margin:0 0 10px 10px;
	padding:0;
}

#adverts p a, #adverts p a:visited {
	text-decoration:none;
	color:#000D74;
}

#adverts p a:hover {
	text-decoration:underline;
}

#adverts p strong {
	display:block;
	padding:3px 10px 5px 10px;
	font-weight:normal;	
}



/* ADVERTS END ########### */

#mainimage {
	display:block;
	margin: 0 0 0 0;
}

#slideshowhome {
	height:185px;
}

body {
	background-image:url(../images/tmpl-page-bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
	text-align:center;
}	
	
#container {
	width:790px;
	margin: 0;
	padding: 0;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	}
	
#content {
	padding: 0px 0px 0px 10px;
	margin:10px 10px 40px 210px   ;
	color: #000000;
	background-color: transparent;
	}

#sitelinks {
	position: absolute;
	top: 3px;
	right:10px;
	color:#6A6BB0;
}

#sitelinks p {
	margin:0;
	padding:0;
}

#sitelinks a {
	text-decoration:none;
}

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

div#offerbox {
	padding:0;
	width:200px;
	margin:10px 0 10px 10px;
}

div#offerboxgray {
	padding:0;
	width:200px;
	margin:10px 0 10px 10px;
	background-color:#999999;
	
}

div#offerbox p {
	padding:10px;
	margin:0;
	background-color: #FFF000;
	font-size: 1.1em;
	font-weight: bold;
}

#adverts div#offerbox a {
	display:block;
	color: #0055A7;
	background-image:url(../images/tmpl-offerbox-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	text-decoration:none;
	font-size: 1.0em;
	font-weight: bold;
	padding-right: 20px;
}



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

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

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #E5E5E5;
	}

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

#menu ul li a {
	display: block;
	padding: 5px 10px 5px 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 ###################### */


.jshide {display:none;} /* For main home images in case JS not active */


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

div.homeoffer p {
	font-weight: bold;
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:1.0em;
	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: 80px top;
	}

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; 
	}



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


/* Comparative tables - from Sicomin */

/*
---------- Tableaux
*/
table.borderBleuFonce { border-collapse : collapse; }
table.borderBleuFonce td, table.borderBleuFonce th { font-size:0.80em; padding: 2px; margin:0; }
table.borderBleuFonce th { color:#FFFFFF; }

/*
---------- Bordures
*/
.borderBlanc 			{ border:1px solid #FFFFFF; }
.borderBleu 			{ border:1px solid #00267F; }
.borderBleuFonce 		{ border:1px solid #001C5B; }
.borderVertTurquoise 	{ border:1px solid #5DD290; }
.borderVert 			{ border:1px solid #00AB39; }
.borderOrange 			{ border:1px solid #FF7F00; }


/*
---------- Backgrounds simples
*/
.bgGrisClair		{ background-color : #F0F0F0; color : #00267F; }
.bgBlanc			{ background-color : #FFFFFF; color : #00267F; }
.bgBleu 			{ background-color:#00267F; }
.bgBleuFonce 		{ background-color:#001C5B; }
.bgVertTurquoise 	{ background-color:#5DD290; color:#FFFFFF; }
.bgVert 			{ background-color:#00AB39; color:#FFFFFF; }
.bgOrange 		{ background-color:#FF7F00; color:#FFFFFF; }





/* 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;}
}



