/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, sans-serif;
	xbackground: #fff;
	color: #472A2B;
}

p {
    margin: 0 0 10px 0;
	line-height: 24px;
}

.red {
	color: #F47955;
	}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #472A2B;}
a:active { text-decoration: none; color: #472A2B;}
a:visited { text-decoration: none; color: #472A2B; }
a:hover { text-decoration: none; color: #F05030;}

p.big-front {
	font-size: 16px;
	line-height: 24px !important;
	}

p.big-front a {
	color: #F05030;
	text-decoration: none;
	}
	
p.big-front a:hover {
	color: #000000 !important;
	text-decoration: underline;
	}
	
p.big-front a.folioLink {
	color: #ffffff;
	background-color: #F05030;
	text-decoration: none;
	padding: 5px 5px 0 2px;
	}
	
p.big-front a:hover.folioLink {
	color: #ffffff !important;
	background-color: #000000;
	text-decoration: none;
	padding: 5px 5px 0 2px;
	}
	
p.big-front span  {
margin: 0 0 10px 0;
}
	
#freight-dash {
	color: red;
	}
	
	a img { border: none; }

#breadcrumbs {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
	left:5 px;
	xborder: 1px solid yellow;
	}

#breadcrumbs ul {
	margin: 0px !important; 
	padding:0;
	xheight: 18px;
	list-style-type:none;
	xborder: 1px solid green;
}


#breadcrumbs ul li {
	line-height: 8px;
	display:inline;
	background: #f6f4f4;
	xborder: 1px solid red;
	}
	
#breadcrumbs ul li.first {
	background: url(./img/divider.gif) no-repeat top right;
	border: solid 1px blue !important;
	}
	
#breadcrumbs ul li a {
	padding-right: 5px;
	font-size: 15px;
	float:left; 
	display:block; 
	color: #5B3E3F;
	border-right: 2px solid #fff;
	background: url(./img/divider.gif) no-repeat top right;

	}
	
#breadcrumbs ul li a.off {
	xborder: 1px solid red;
	color:#9F8787;
	}
	
#breadcrumbs ul li a:hover {
	color:#F47955;
	}
	
#breadcrumbsul li a:hover.off {
		color: #F47955;
		}

#menu {
    width: 215px;
    overflow: visible;
    top: 0;
    xbottom: 0;
	left: 0;
    position: fixed;
    xheight: 100%;
	background-color: #fff;
}

h1 {
	font-size: 22px;
	margin: 100px 0 20px 0;
	padding-bottom: 10px;
	color: #F05030;
	background: url(./img/header-underline.gif) no-repeat bottom left;
	}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#menu h1 {
	color: #5B3E3F;
	background: none;
	}
	
#menu p.sub-header {
	font-family: georgia;
	color: #5B3E3F;
	font-size: 14px;
	margin: 15px 0 0 0;
	}

#menu ul {
	width: 165px;
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li {
	xheight: 18px;
	}
	
#menu ul li.active {
	padding-left: 7px;
	background: url(./img/pointer.gif) no-repeat center left;
	}
	
#menu ul li.active a { 
	color: #F05030;
	}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 655px; margin-bottom: 9px; line-height: 24px;}

.blurb {
	font-family: georgia;
	color: #5B3E3F;
	font-size: 14px;
	xmargin-bottom: 1000px;
	}



#img-container	{ margin: 0; padding: 0; }
/*
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
*/

#once { clear: left; }