/* GLOBALS
------------------------------------- */

html, body, div, ul, ol, li, h1, h2, h3, h4, p, span, img, table, thead, tbody, tr, td {
	margin: 0;
	padding: 20;
	border: none;
	font-weight: normal;
}
.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
body { font-family: arial, helvetica, sans-serif; }
a { color: #962522; }
a:hover { color: #000; }

/* FPO
------------------------------------- */

/* LAYOUT
------------------------------------- */

body { background: url(../images/body_bg.jpg) left top repeat-x; }

#container {
	margin: 20px auto;
	width: 808px;
	background: #fff;
	border: 1px solid #fff;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
	height: auto;
}

#container:after { 
    content: "w"; 
    display: block;
	height: 0px;
    clear: both; 
    visibility: hidden;
}

#header {
	background: url(../images/header.jpg) left top no-repeat;
	min-height: 121px;
	height: 121px;
}

#header ul {
	margin: 6px 5px 0 0;
	float: right;
	
}

#header ul li { 
	display: inline;
	color: #777;
	font-size: 10px;
}

#header ul li+li:before { content: "| "; }

#header ul li a { 
	display: inline;
	color: #962522;
	text-decoration: none;
}

#footer {
	margin: 20px auto;
	width: 808px;
	font-size: 12px;
	height: 30px;
}

#footer ol { 
	list-style-type: none;
	margin: -10px 0 0 0;
}

#footer ol li {
	display: inline;
	margin: 0 10px 0 0;
	color: #555;
}

#footer ol li a {
	text-decoration: none;
}

#footer ol li:before {
	margin-right: 10px;
	color: #bbb;
	content: "|";
}

#footer ol li:first-child:before {
	content: "";
}

#menubar {
	border-bottom: 1px solid #ddd;
	height: 24px;
}

#menubar ul li.homelink { float: left; }

#menubar ul { list-style-type: none; padding-top: 5px; padding-right: 15px;} 

#menubar ul li { 
	margin: 0 10px 0 10px;
	display: inline;
	float: right;
	color: #ddd;
	font-size: 10px;
}
#menubar ul li span { 
	margin: 0 5px 0 25px;
	font-size: 13px;
}

#menubar ul li a {
	color: #962522;
	font-size: 12px;
	text-decoration: none;
}

#menubar ul li a.active, #menubar ul li a:hover {
	color: #000;
}

#sidebar {
	float: left;
	width: 180px;
	height: 800px;
	display: inline;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#home #sidebar { background: url(../images/whatsnew.jpg) left top no-repeat; }
#bartector #sidebar, #humitel #sidebar { background: url(../images/navigation_header.jpg) left top no-repeat; }

#sidebar ol {
	list-style-type: none;
	margin: 0 10px 0 10px;
}

#sidebar ol li {
	margin: 4px 0 4px 0;
	background: #f7f7f7;
}

#sidebar ol li a { 
	text-decoration: none;
	padding: 3px 0 3px 10px;
	display: block;
	font-size: 14px;
}

#sidebar ol li a.active_sub {
	color: black;
} 

.newsitem {
	border-left: 5px solid #ececec;
	margin: 0 0 15px 0;
	padding: 0 10px 0 10px;
}

.newsitem h2 {
	font-size: 14px;
	font-weight: bold;
	color: #933435;
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
}	

.newsitem small {
	font-style: italic;
	font-size: 10px;
	color: #777;
	display: block;
	margin: 5px 0 5px 0;
}

.newsitem p { 
	font-size: 11px;
	line-height: 14px;
	padding: 5px 0 5px 0;
}

#content {
	float: right;
	width: 594px;
	min-height: 700px;
	display: inline;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 25;
}

#home #content { background: url(../images/our_products.jpg) left top no-repeat; }
#bartector #content { padding-top: 0; }
#humitel #content { background: url(../images/header_blank.jpg) left top no-repeat; }
#contact #content {
	width: 808px;
	background: url(../images/header-full.jpg) left top no-repeat;
}

.innercontent p {
	display: block;
	font-size: 13px;
	padding: 10px 5px 10px 20px;
	line-height: 16px;
}

.innercontent img {
	padding: 1px;
	margin: 5px;
	border: 1px solid #ccc;
}

#sectionheader {
	padding: 0;
	margin: 0;
	border: none;
}

.innercontent img.right {
	float: right;
	margin: 5px 10px 5px 15px;
	display: inline;
}

.innercontent img.left {
	float: left;
	display: inline;
	margin: 5px 15px 5px 10px;
}

.innercontent h1 {
	font-size: 22px;
	display: block;
	padding: 10px 0 5px 0;
	margin: 0px 20px 15px 20px;
	border-bottom: 1px solid #eee;
	color: #962522;
}

blockquote {
	background: url(../images/quote.jpg) left top no-repeat;
	padding: 25px;
	margin: 20px;
	width: 450px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
	font-size: 20px;
	color: 444;
	float: left;
	display: block;
}

.topcopy { 
	float: left;
	width: 230px;
	padding-top: 17px;
}

.topcopy p { margin: 0; padding: 0; font-size: 12px; line-height: 16px;}

.innercontent { clear: both; }

.innercontent ul {
	margin: 20px 0 0 80px;
	font-size: 14px;
}

#topcontent:after {
	content: " ";
	clear: both;
	display: block;
}

.feature {
	float: left;
	width: 594px;
	display: inline;
	margin: 0 0 10px 0;
	background: url(../images/feature_bg.jpg) left top no-repeat;
}

.feature h1 a {
		font-size: 20px;
		float: left;
		color: #933435;
		display: block;
		width: 64%;
		margin: 10px 5px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 3px;
		text-decoration: none;
}

.feature p {
		font-size: 12px;
		float: left;
		display: block;
		width: 64%;
		margin: 0 0 0 5px;
}

.readmore {
	float: right;
	color: #933435;
	font-size: 12px;
	display: inline;
	margin: 10px 10px 0 0;
}

.feature img { margin: 5px; float: left;}
.navcolumn img { margin-bottom: 0; border: none;}
.navcolumn h1 { margin-bottom: 0; margin-top: 0px; } 
.navcolumn { width: 220px; float: left; padding-left: 35px; }
.navcolumn h1 a { text-decoration: none; font-size: 18px;}

#contactwrap h1 {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 16px;
	display: block;
}
	
#fullwidth {
	width: 100%;
}

.verification {
	clear: both;
	margin: 0 20px 10px 20px;
	border-bottom: 1px solid #eee;
	height: auto;
	padding: 5px 0px 0px 5px;
}

.verification:after {
	content: " ";
	clear: both; 
	display: block;
}
.verification img { margin: 0; padding: 0; float: left; }

p.verificationheading {
	font-size: 18px;
	float: left;
	display: block;
	color: #962522;
	clear: none;
	width: 450px;
	padding: 0px 0px 5px 0pm;
	margin: 0px auto 5px 10px;
}
.column2of2 {
	margin: auto;
	padding: 10px;
	float: left;
	height: auto;
	width: 500px;
}
.column1of2 {
	margin: 10px;
	padding: 10px;
	float: left;
	height: auto;
	width: 230px;
}



p.verificationcopy {
	float: left;
	display: block;
	font-size: 12px;
	line-height: 14px;
	height: auto;
	clear: none;
	margin: 10px 0px 5px 10px;
	width: 450px;
}


.traceabilitytcontent img {
	margin-top: 0;
	float: left;
	clear: left;
}

