﻿

body	{
	background: #e6e4e0;
	}
	
	
#page {
	background: #f3f3f3;
	padding: 0 40px 4em;
	min-height: 400px;
	z-index: 0;
	
	-moz-box-shadow: 0 0 40px rgba(0,0,0,.05);
-webkit-box-shadow: 0 0 40px rgba(0,0,0,.05);
box-shadow: 0 0 40px rgba(0,0,0,.05);
	}
	
	#page:after {		content: ".";		visibility: hidden;		clear: both;		display: block;		height: 0;		}
	* html #page {	height: 1px; }
	
	
/* breadcrumb */

#breadcrumb {
	border-bottom: 1px solid #dadada;
	font-size: .625em;
	line-height: 4em;
	text-transform: uppercase;
	color: #80acbb;
	}
	
	#breadcrumb a {
		color: #80acbb;
		text-decoration: none;
		}
		
	#breadcrumb a:hover {
		color: #0d6584;
		text-decoration: underline;
		}
		
	#breadcrumb .separator {
		font-size: 1.4em;
		}
		
/* Sidebar */		
		
#sidebar	{
	width: 230px;
	float: left;
	}
	
/* Content */
#content {
	width: 710px;
	float: right;
	padding: 2em 0;
	text-shadow: 0 1px 0 #fff;
	}




/* care page */

#spills{
    min-height: 1px;
}
* html #spills{ height: 1px; }
#spills:after {		content: ".";		visibility: hidden;		clear: both;		display: block;		height: 0;		}

.care_table{
    width: 340px;
    float: left;
}

.care_key{
    width: 340px;
    float: right;
}

.care_key h4,
.care_table h4{
    margin-bottom: 1em;
    padding: 0 0 5px;
    border-bottom: solid 3px #dad8d2;
}

.care_key strong{
    color: #40ABBB;
    padding: 0 5px 0 0;
}

/* partners */

.partners{
    margin: 0;
    padding: 0;
    list-style: none;
}

.partners li{
    margin: 0 0 1em;
    padding: 1em 0 0;
    list-style: none;
    background: none;
    line-height: 1em;
	border-top: 1px solid #ddd;
}

.partners li strong {
	font-weight: normal;
	text-transform: uppercase;
	color: #373A82;;
	}

.partners li a{
	color: #9596BA;
    text-decoration: none;
}


