body {
        background-color: #B7B1A6;
		background-color: $F00;
}

div.container {
	width: 800px;
	margin: 20px auto 20px;
	color: #000;
	display: block;
	background-color: #FFF;
	overflow: auto;
	
	border: 0 solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
}

div.column-single {
	width: 760px;
	text-align: left;
	float: left;
	padding: 20px;
}

div.column-left {
	width: 490px;
	text-align: left;
	float: left;
	padding: 20px 10px 10px 20px;
	border-width: 0px;
}

div.column-right {
	width: 240px;
	text-align: left;
	float: left;
	padding: 20px 20px;
	border-width: 0px;
}

div.banner {
	width: 800px;
	height: 111px;
	margin: 0 auto;
}

div.menu {
	width: 800px;
	height: 27px;
	margin: 0 auto;
	background-color: #333;
}

div.logistics-menu {
	width: 185px;
	text-align: left;
/*	float: left;
*/	padding: 20px 10px 10px 20px;
	
	border: 3px solid #333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 5px 5px 10px #999;
	-webkit-box-shadow: 5px 5px 10px #999;
}

div.chunk {
	padding: 10px 15px 20px;
	margin-bottom: 20px;
	color: #000;
	display: block;
	
	border: 3px solid #333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 5px 5px 10px #999;
	-webkit-box-shadow: 5px 5px 10px #999;
}

div.getquote1 {
	width: 300px;
	margin: 4px 10px 5px 10px;
	float: right;
	background-color: #FFF;
}

div.header {
	width: 858px;
	margin: 0 auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #F90;
}

div.footer {
	width: 858px;
	margin: 0 auto 0;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #F90;
	clear: both;
}

div.copyright {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
/*****************************************************************/
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}
/*****************************************************************/
.staff-name {
	color: #0000FF;
	font-weight: bold;
	font-size: 12pt;
	font-style: italic;
}
.faq {
	color: #800000;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
	margin-bottom: 1.0em;
}
h4.title {
	color: #800000;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}
.services {
	color: #800000;
	font-weight: bold;
	font-size: 12pt;
}
.BoldBlueMenu {
	color: #0000FF;
	font-weight: bold;
	font-size: 9pt;
	margin-top: 0.3em;
	margin-bottom: 0.1em;
}
