@charset "utf-8";
/* CSS Document */

@media print {
	body { background: none;}
	#headerLogo,
	#quickLinks,
	#mainNavWrapper,
	#breadcrumbWrapper,
	.mediaLinks,
	#footerWrapper,
	.boxTop,
	#id-Documents,
	#id-Videos,
	#id-Photos { display: none;}
	#pageWrapper { background-image: none;}
	#headerPrintLogo { display: block !important; }
	}

/*RESET*/
html{
	color:#000;
}
body,
div,
dl,
dt,
dd,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
	vertical-align: top;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.colHalf-b ul { padding:0;}

ol {
	padding: 0 0 0 20px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style:normal;
	font-weight:normal;
}
caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	/*font-size: 10px;*/
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/* END RESET */

.clear { clear: both }

p {
	margin-bottom: 1em;
}

#footerWrapper p {
	color: #fff;
	line-height: 15px;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}


body {
	background: url(../images/bg_body.jpg) no-repeat fixed center top #79909f;
	border: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	vertical-align: baseline;
}

h2, h3, h4, h5, h6 {
    color: #000;
	margin: 0;
	padding: 0;
}

h1 {
	border-bottom: 1px solid #d6d3d3;
	color: #000;
	font-size: 22px;
	line-height: 25px;
	margin: 0 0 12px 0;
	padding: 0 100px 8px 0;
	}
	

h1.contentWithSubContent  {
	background: url(../images/bg_personas_titre.png) no-repeat left top;
	border-bottom: none;
	color:#fff;
	line-height: 62px;
	margin: 0 !important;
	padding:  0px 20px 0 20px;
	}
h2 {
	font-size: 18px;
	padding: 0px 0 8px 0;
	}

.boxTop .top h2,
.availableColor h2 {
	color: #97d13d;
	font-weight: normal;
	margin: 0 15px;
	padding: 0 0 0 0;
	}

.availableColor h2 {
	float: left;
	padding-top: 11px;
	}

.boxLinks .top h2 {
	color: #fff;
	font-weight: normal;
	margin: 0 15px	
	}

h3 {
	font-size: 16px;
	padding: 0 0 20px 0;
}
.noResult ul  {
	margin-bottom: 20px;
}
.content ul.tabs-nav {
		margin: 0 -20px;
} 
.productContent ul.tabs-nav {
		margin: 0 0 0 -20px;
} 

.mediaLinks {
    position: absolute;
    right: 15px;
    top: 15px;
    }

.mediaLinks a {
    font-size: 11px;
    }

.mediaLinks .print {
	background: url(../images/print.png) no-repeat left top;
	margin-left: 20px;
	padding-left: 20px;
    }
    
.mediaLinks .stButton {
    color: #0088CC !important;
    }    

#pageWrapper {
	background: url(../images/bg_content.jpg) no-repeat center top #000;
	margin: 0 auto;
	width: 980px;
	}
	
#headerWrapper {
	height: 100px;
	padding: 0 20px;
	position: relative;
	}

#headerLogo {
	position: relative;
	top: 20px;
	}

#quickLinks {
	position: absolute;
	top: 20px;
	right:0;
	}
#quickLinks td {
		vertical-align: middle;
}
#quickLinks ul li 
{
	color: #fff;
	float: left;
	font-size: 10px;
	padding-right: 8px;
	}
	
#quickLinks ul li.links {
	padding-top: 4px;
	}
	
#quickLinks ul li a,
#quickLinks ul li.sep {
	background: url(../images/sepNav.gif) no-repeat center right;
	padding: 0 8px;
	}

#quickLinks ul li.sep {
	margin-right: 10px;
	}

#quickLinks ul li.sep table{
	*margin-top: 2px;
	}

#quickLinks ul li a {
	background: url(../images/sepNav.gif) no-repeat center right;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	}

#breadcrumbWrapper ul li a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	}

#quickLinks ul li a:hover {
	color: #a0f162;
	}
	
#quickLinks ul li a.selected {
	border-bottom: dotted 1px #fff;
	}
	
#breadcrumbWrapper {
	padding: 15px 0 10px 30px;
	}
	
#breadcrumbWrapper ul li {
	color: #81c517;
	float: left;
	font-size: 10px;
	padding-right: 8px;
	}

#breadcrumbWrapper ul li img {
	padding-right: 5px;
	}
	

select.region {
	margin: 1px 4px 0 4px;
	*margin: 0 4px;
	padding: 2px 3px;
	}

input.search {
	font-size: 10px;
	margin: 0 4px;
	padding: 2px 0;
	}

.searchResult {
    margin-bottom: 20px;
    }

select.region {
	*padding: 25px;
	font-size: 10px;
	}

input.go {
	background: url(../images/btn_go.jpg) no-repeat top left ;
	border: none;
	color: #fff;
	font-size: 0px;
	height: 22px;
	width: 30px;
	}

#mainNavWrapper {
	background: url(../images/bg_menu.png) no-repeat 0 0;
	height: 42px;
	margin-left: 20px;
	position: relative;
	z-index: 99;
	}
	
#mainNav {
	height: 44px;
	position: absolute;
	left: 0;
	z-index: 10;
	}
	
#proSearch {
	position: absolute;
	top: 0;
	right: 28px;
	z-index: 20;
	}

#proSearch td,
#quicklinks td {
	vertical-align: middle;
	}
	
#mainNav li {
	background: url(../images/bg_menu.png) no-repeat left top;
	float: left;
	min-height: 41px;
	position: relative;
}	

#mainNav li:hover {
	background: url(../images/bg_menu.png) no-repeat right bottom;
}
	
#mainNav li li:hover {
	background: none;
}
	
#mainNav li.first:hover {
	/*background: url(../images/bg_menu.png) no-repeat left bottom;*/
}
	
#mainNav ul li a {
	background: url(../images/menu_sep.gif) repeat-y right top;
	color: #fff;
	display: block;
	line-height: 41px;
	padding: 0 32px;
	*padding: 0 34px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#mainNav ul li a:hover {
    color: #91c73d;
    }	
	
.safari.mac #mainNav ul li a,
.chrome.mac #mainNav ul li a {
    padding: 0 28px;
}	

.safari.mac #quickLinks ul li.sep,
.chrome.mac #quickLinks ul li.sep {
    margin-top: 2px;
    }
	
#mainNav li.last a {
	background-image: none;
	padding-right: 40px;
}
	
#mainNav ul.professional {
	background: url("../images/menu_sep.gif") repeat-y scroll left top transparent;
	width: 153px;
	}

#mainNav ul.professional li {
    background-image: none;
    background-color: #333;
	float: none;
	padding: 10px 0;
	}

#mainNav ul.professional li a {
    font-size: 11px;
	line-height: 15px;
	}

#mainNav ul.professional li a:hover,
#mainNav li.last a:hover {
    color:#91C73D;
    outline: none;
	}

#proSearch select,
#proSearch input {
	font-size: 10px;
	margin-left: 4px;
	}
	
	
.news-item {
	border-bottom: 1px solid #d6d3d3;
	padding: 20px 0;
	}	
	
.news-item h3 span.date,
p.date {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	}	
	
p.date {
	margin:0;
	}	
	
p.author {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	}	
		
p.source {
	margin-bottom: 30px;
	}	
		
.news-item h3 {
	padding: 0;
	}		
	
.news-item img {
    float:right;
    max-width: 120px;
    padding-left: 20px;
    }	
	
/******** sub menu *********/
.patch {
	background-color: #28292a;
	line-height: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: -2px;
	width: 4px;
}

.fatSubMenu	 {
	background-color: #28292a;	
	text-transform: uppercase;
}
.fatSubMenu a img 
{
    border: none;
}
.fatSubMenu td,
.fatSubMenu th {
	padding: 0px 20px 10px 20px;
	vertical-align: middle;
}

.fatSubMenu th {
	color: #74c528;
	font-weight: bold;
	padding-top: 10px;
	width: 170px;
}

.fatSubMenu td {
	color: #fff;
}

.fatSubMenu td.sep {
	background: url(../images/menu_sep.gif) repeat-y right top;
	font-size: 11px;
	padding: 0 20px 0 0;
}

.fatSubMenu th {
	background: url(../images/menu_sep.gif) repeat-y right top;
}

.fatSubMenu td.sep a {
	line-height: normal !important;
	padding: 0 20px 0 0 !important;
}
	
.fatSubMenu a.imgLink {
	padding: 0;
}
	
#mainNav ul ul {
	display: none;
	left: -1px;
	position: absolute;
	top: 41px;
}	
	
#mainNav li:hover ul {
	display: block;
}
#mainNav li.first  ul {
	left: 0;
}

/********* House RollOver in Homepage**********/


/***** END House RollOver in Homepage *****/

/******* mainContent ******/
#mainContent {
	margin: 20px 0 20px 20px;
	float: left;
	width: 725px;
	}
	
.noSides #mainContent {
	margin: 20px 0 20px 20px;
	width: 939px;
	}
	
#mainContent a {
    color: #0088cc;
    text-decoration: none;
    }

#mainContent a.moreInfo {
    font-size: 11px;
    }

a.toggleLink { margin-right: 20px;}

.sideRight #mainContent .top {
	background: url(../images/content_top.png) no-repeat left top;
	height: 20px;
}
#mainContent .content {
	background-color: #fff; 
	color: #666;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 20px 40px 20px;
	overflow: hidden;
}

#pageContent .content {
	position: relative;
}

.productContent {
	background-color: #fff; 
	color: #666;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 40px 20px;
}
.sideRight #mainContent .bottom {
	background: url(../images/content_bottom.png) no-repeat left top;
	height: 8px;
	}

#mainContent .content ul li {
	background: url(../images/bullet.gif) no-repeat left top;
	padding-left: 18px;
	}

.print-share {
    position: absolute;
    right: 20px;
    top: 0;
    }

.print-share a {
    font-size: 11px;
    }


.colHalf-b td {
	font-size: 12px;
	margin:0;
}
ul.tabs-nav li {
	background-image: none !important;
	margin-left: 0;
	padding-left: 0;
}

#mainContent .top {
	background: url(../images/contentFullPage_top.png) no-repeat left top;
	height: 20px;
	}

#mainContent .bottom {
	background: url(../images/contentFullPage_bottom.png) no-repeat left top;
	height: 11px;
	}
	
.noSides #mainContent h3 span.source {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	}	
	
#imgGallery	{
	float: right;
	margin: 0 20px;
	width: 320px;
	}
	
.largeProductPictures {
    text-align: center;
    /*padding-bottom: 10px;*/
    }
	
.gallery-main-picture-caption {
    color: #333;
    font-weight: bold;
    margin: 10px 0;
    }
	
#imgGallery	#titrePhoto {
	color: #333;
	font-weight: bold;
	padding: 5px 0 8px 0;
	}
	
#tbnails li {
	background: none !important;
	float: left;
	margin: 0 9px 5px 0;
	padding-left: 0 !important;
	}
			
#imgGallery	#bottom {
	background: url(../images/imgGallery_bottom.jpg) no-repeat left bottom;
	height: 30px;
	}

.showHide{
    position:relative;
    }	
	
.showHide span {
    color: #000;
    cursor: pointer;
    display:inline-block;
    width:590px;
    }	
    
.showHide .toggleLink{
    position:absolute;
    right:0;
    top:0;
}    
    
.showHide .dhtmlgoodies_question {}
	
ul.gallery-thumbnails {
    overflow: hidden;
    }	
	
/**** persona ****/
.tabs-container {
	padding: 20px 0 0 0;
}

.tabs-container table {
    margin-bottom: 20px;
    }

.tabs-container img.left {
    padding-right: 20px;
    }

.tabs-container img.right {
    padding-left: 20px;
    }

 ul.tabs-nav {
	background: url(../images/bg_personas_onglets.png) repeat-x left top;
	padding: 9px 0 0 0;
	}

.onglets li {
	/*float: left;*/
	}

.onglets li span {
	display: block;
    padding: 0 0 0 10px;
	}

.onglets li a {
	color: #333;
	display: block;
	line-height: 41px;
	margin-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
    padding: 0 10px 0 0;
	}

.onglets li.tabs-selected a:hover,
.onglets li.tabs-selected a {
	background: url(../images/btn_onglets.gif) no-repeat right top;
	color: #3b9bea;
	}

.onglets li.tabs-selected a:hover span,
.onglets li.tabs-selected a span {
	background: url(../images/btn_onglets.gif) no-repeat left top;
	}

.availableColor {
	background: url(../images/bg_availableColor.jpg) repeat-x left top;
	height: 48px;
	}

.btn_next, 
.btn_prev {
    cursor: pointer;
    display: none;
    float: left;
    }

.btn_next {
    padding: 17px 6px 0 6px;
    }
 
.btn_prev {
    padding: 17px 14px 0 0px;
    }

.carouselWrapper {
    float: left;
    padding-top: 2px;
    }    

.availableColor li {
	float: left;
	padding: 10px 10px 0 0;
	}

.availableColor li.fleche {
	padding-top: 20px;
	}

.availableColor li a img {
	border: 1px solid #1a1c1e;
	}
.availableColor li.fleche a img {
	border: none;
	}

.availableColor li a.selected img {
	border: 1px solid #74b909;
	}

#personaLinks {
    position: relative; 
    top: 25px; 
    *top: 27px; 
    z-index: 95;
    }
 
#personaLinks td {
    background: url(../images/btn_bg_persona.png) no-repeat left top;
    height: 33px;
    text-align: center;
    width: 190px;
    }
    
#personaLinks td.title {
    background: none;
    height: 25px;
    }

#personaLinks td.title img {
    position: relative; 
    left: -20px; 
    }

#personaLinks a {
    color:#7b7c86;
    line-height: 29px;
    text-transform: uppercase;
    }
    
#personaLinks a:hover {
    color:#91c73d;
    }

#home_bottom_content {
    background: url(../images/bg_bottom_content.jpg) repeat-x left top;
    margin: 56px -20px 0;
    min-height: 298px;
    }

#home_bottom_content .col4 {
	color: #7B7C86;
    float: left;
 	font-size: 14px;
    padding: 30px 0 0 35px;
    width:200px;
    } 

#home_bottom_content .col4 img {
	padding-bottom: 10px;
    } 

#home_bottom_content .col4 h3 {
	color: #333;
    } 

h4.sitemap {
    background-color: #f0f0f0;
    margin: 5px 0 10px 0;
    padding: 5px;
    width: 100%
    }

.sitemap {
    float: left;
    margin-right: 20px;
    width: 200px;
    }

.sitemap p {
    margin: 0 0 8px 7px;
    }

.sitemap ul {
    font-size: 12px;
    margin: 0 0 8px 7px;
    }
    
#mapCanvasContainer span{
    display: block;
    line-height: 14px;
    }    
    
#mapCanvasContainer span.Name {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    }
    
#mapCanvasContainer span.Address,
#mapCanvasContainer span.RegionInfo {
    font-size: 12px;
    }

/******* sideRight ******/

#sideRight {
	float: left;
	margin: 20px 0 0 10px;
	width: 204px;
	display: none;
	}
.sideRight #sideRight {
	display: block;
	float: left;
}
.sides #sideRight {
	display: block;
	float: left;
}

#sideRight .boxTop {
	padding-bottom: 10px;
	}

#sideRight .boxTop .top {
	background: url(../images/colRight_top.png) no-repeat left top;
	padding:13px 0 10px 0;
	}

#sideRight .boxTop .content {
	background-color: #333638; 
	zoom:1;
	}

#sideRight .boxTop .content p {
	color: #fff; 
	line-height: 16px;
	margin-bottom: 0;
	padding: 10px 15px;
	}

#sideRight .boxTop .content ul {
    padding: 0;
    /**margin-bottom: -30px;*/
    }


#sideRight .boxTop .content li {
	border-bottom: dotted 1px #4a4e50;
	line-height: 12px;
	*line-height: normal;
	margin: 0;
	padding: 10px 14px 10px 15px;
	}

#sideRight .boxTop .content ul.multiLevel li {
	border-bottom: none;
	padding: 7px 20px;
	*padding:5px 20px;
	}

#sideRight .boxTop .content ul.multiLevel li ul.collection,
#sideRight .boxTop .content ul.multiLevel li ul.collection li{
	padding: 9px 0 0 0;
	}

#sideRight .boxTop .content ul.multiLevel li ul.collection li{
	#padding:3px 0;
	}

#sideRight .boxTop .content li.first {
	border-top: dotted 1px #4a4e50;
	}

#sideRight .boxTop .content li a {
	color:#fff;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	}

#sideRight .boxTop .content li a:hover,
#sideRight .boxTop .content li a.selected {
	color:#91c73d;
	}

#sideRight .boxTop ul.collection {
	/*background-color: #26282a;*/
	color: #999;
	font-size: 11px;
	margin: 0;
	/*padding: 10px 0 10px 15px;*/
	text-transform: uppercase;
	}

#sideRight .boxTop ul.collection li {
	border-bottom: none;
	padding: 4px 0;
	}

#sideRight .boxTop .bottom {
	background: url(../images/colRight_bottom.png) no-repeat left top;
	height: 10px;
	}

#sideRight .boxLinks .top {
	background: url(../images/colRight_top_green.png) no-repeat left top;
	height: 32px;
	padding-top: 13px;
	}

#sideRight .boxLinks .content {
	background-color: #fff; 
	}
	
#sideRight .boxLinks .content li {
	border-bottom: solid 1px #d6d3d3;
	margin: 0 15px;
	padding: 5px 0;
	}

#sideRight .boxLinks .content li a {
	color:#3b9bea;
	font-size: 11px;
	text-decoration: none;
	}

#sideRight .boxLinks .content li a:hover,
#sideRight .boxLinks .content li a.selected {
	color:#333638;
	}

#sideRight .boxLinks .bottom {
	background: url(../images/colRight_bottom_white.png) no-repeat left top;
	height: 10px;
	}

#sideRight .boxTop .content  li.last,
#sideRight .boxLinks .content  li.last {
	border-bottom: none;
	}

.collection .title  {
	background: url(../images/bg_productTitle.png) no-repeat left top #74b909;
    
    }

.collection h2 {
	color: #fff;
	margin: 0;
	padding: 11px 0 11px 20px;
	width: 128px;
	}

.collection img {
	float:right;
	}

.collection .content {
	background: url(../images/bg_productDescription.jpg) repeat-y left top;
	/*height: 164px;*/
	width: 105px;
	}

.collection .content p {
	padding-top: 10px;
	}
	
div.collection { /* important de laisser div.collection tel quel car .collection est aussi appliqué à un UL */
    background-color: #fff;
    overflow: auto;
    }	

.bannerTop {
    margin-bottom: 10px;
    }

.colHalf {
    float: left;
    border-top:1px solid #D6D3D3;
    margin: 10px 40px 0 0;
    padding-top: 15px;
    width: 408px;
    }
    
.colHalf.roofing {
    border-top: none;
    margin-bottom: 20px;
    width: 300px;
    }

.colHalf img {
    float: right;
    margin-bottom: 20px;
    *margin-top: -15px;
    }

.colHalf.roofing img {
    float: none;
    margin-bottom: 5px;
    *margin-top: 0;
    }

.colHalf.roofing .product {
    border-top:1px solid #D6D3D3;
    padding: 10px 0;
    }

.colHalf.roofing .product img {
    float: right;
    margin-bottom: 5px;
    }

.colHalf-a {
	float:left;
	margin-top: -20px;
	padding: 20px 20px 0 0;
	width: 345px;
}

.colHalf-a img {
	padding-top: 20px;
	}

.colHalf-b {
	background: url(../images/gradient_transparent.png) repeat-y left 0;
	float:left;
	margin-top: -20px;
	padding: 20px 0 0 0;
	width: 300px;
	}
.colHalf-b h2 {
	padding-left: 10px;
}
.colHalf-b table {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
	width: 100%;
	}
.colHalf-b  td {
	border-bottom: 1px solid #e5e5e5;
	padding:10px;
	}

.colHalf-b td.specName {
	background: url(../images/gradient_transparent.png) repeat-y scroll left top #f7f7f7;
	border-right: 1px solid #e5e5e5;
	font-weight: bold;
	width: 120px;
	}
	
.colHalf-a  ul li,
.colHalf-b  ul li,
.tabs-container ul li,
#mainContent .content ul li {
	background: url(../images/bullet.png) no-repeat left top;
	padding-left: 18px;
	}
	
#mainContent .content ul.document li {
	background: url(../images/pdf.jpg) no-repeat 0 12px;
	padding-left: 25px;
	}
	
#id-Videos.tabs-container ul li,
#id-Videos ul li {
    background-image: none !important;
    padding-left: 0 !important;
    }
	
.noSides #mainContent ul#tbnails li {
	background-image: none;
	margin: 0;
	padding: 0 5px 0 0;
	}
	
.checklist {
    margin-bottom: 20px;
    }

.checklist input {
    margin-right: 8px;
    vertical-align: middle;
    }
    
.info .infoLabel {
    display: inline-block;
    width: 200px;
    }

.info input {
    color: #666;
    font-size: 100%;
    }
    
textarea.page404 {
    color: #666;
    font-size: 12px;
    margin-bottom: 20px;
    width: 900px;
    }
	
#mapResultsContainer {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-right: 10px;
    }

#mapCanvasContainer	{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 635px !important;
    }


.Validator {
    font-size: 11px;
    color: #d23100;
    }    
    
div.pro {
    border: 1px solid #ccc !important;
    margin: 8px 0 8px 8px !important;
    padding: 5px 10px;
    /*position: relative;*/
    } 
       
div.pro.selected {
    background-color: #f0f0f0 !important;
    }    
	
div.pro span.Address1,
div.pro span.RegionInfo,
div.pro span.Zip,
div.pro span.Phone,
div.pro span.logo {
    line-height: 13px !important;
    }	
	
div.pro span.Name {
    color: #000;
    font-size: 11px;
    line-height: 13px !important;
    padding-bottom: 5px;
    width: 170px;
    }    
    
div.pro span.logo {
    position: absolute;
    top: 5px;
    right: 5px;
    }    
	
div.pro span.Phone {
    color: #000;
    }	
	
.sepLine {
    border-bottom: 1px solid #D6D3D3;
    }	
	
/***** footer *****/
#footerWrapper {
	background: url(../images/bg_footer.jpg) no-repeat left top #79909f;
	padding: 40px 0 30px 175px;
	}
	
#footerWrapper ul {
	color: #28282c;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#footerWrapper ul.col1 {
	padding-right: 28px;
	width: 175px;
	}
	
#footerWrapper ul.col2 {
	padding-right: 28px;
	width: 180px;
	}
	
#footerWrapper ul.col3 {
	padding-right: 28px;
	width: 185px;
	}
	
#footerWrapper ul.col4 {
	width: 175px;
	}
	
#footerWrapper ul li {
	font-weight: normal;
	text-transform: none;
	}
	
#footerWrapper ul li a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	}	
	
#footerWrapper ul li a:hover {
	color: #28282c;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
