@charset "utf-8";

/******* GENERAL *******/

.float_left {
	float:left;
}
.float_right {
	float:right;
}
.space_top {
	margin-top:18px;
}
.space_bottom {
	margin-bottom:18px;
}
.row_divider {
	clear:both;
	width:100%;
	height:2px;
	border-bottom:1px solid #eee;
	margin:18px 0;
}
#wrapper {
	width:960px;
	margin:0 auto;
}

/******* CSS STICKY FOOTER *******/

html,
body {
	height:100%;
}
#wrap {
	min-height:100%;
}
#body {
	overflow:auto;
	padding-bottom:150px;
}
#footer {
	position:relative;
	margin-top:-150px;
	height:150px;
	clear:both;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/******* GENERAL FONTS *******/

h1 {
	color:#006135;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:24px;
	font-weight:700;
	line-height:36px;
	margin-bottom:18px;
	text-transform:uppercase;
}
h2 {
	color:#999;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
	font-weight:700;
	line-height:18px;
	margin-bottom:18px;
	text-transform:uppercase;
}
h3 {
	color:#999;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
	font-weight:700;
	line-height:18px;
	margin-bottom:18px;
}
h4 {
	color:#002e19;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:14px;
	font-weight:700;
	line-height:18px;
	margin-top:9px;
	margin-bottom:9px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
sub {
	font-size:70%;
	position:relative;
	bottom:-0.5em;
}
a {
	text-decoration:none;
}

/******* HEADER *******/

#bar_top {
	background-color:#006135;
	height:25px;
}
#bar_company {
	height:275px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:center;
}
#bar_company.infarmco_group {
	background-image:url(images/infarmco_group_header.png);
}
#bar_company.schippers {
	background-image:url(images/schippers_header.png);
}
#bar_company.primevet {
	background-image:url(images/primevet_header.png);
}
#header_nav {
	background-image:url(images/header_nav_bar.png);
	background-repeat:repeat-x;
	height:50px;
}
#header_nav_bar,
#header_sub_nav_bar {
	width:960px;
	margin:0 auto;
}
#header_nav ul,
#header_sub_nav ul {
	float:right;
}
#header_nav li {
	list-style-type:none;
	display:inline;
	margin:0 20px;
}
#header_nav li a {
	color:#666;
	line-height:50px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1.1em;
	font-weight:700;
	text-transform:uppercase;
	text-shadow: 0px 1px 1px #ddd, -1px -1px 0px #bbb;
}
#header_nav li {
	list-style-type:none;
	display:inline;
	margin:0 20px;
}
#header_sub_nav li a {
	color:#838383;
	line-height:35px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:0.9em;
	font-weight:700;
	text-transform:uppercase;
	text-shadow: 0px 1px 1px #fff, -1px -1px 0px #ddd;
}
#header_sub_nav li {
	list-style-type:none;
	display:inline;
	margin:0 20px;
}
#header_nav li a:hover {
	color:#002e19;
}
#header_sub_nav li a:hover {
	color:#002e19;
}
#bar_bottom {
	background-color:#e6e6e6;
	height:35px;
}

/******* BODY *******/

#body {
	font-family:Verdana, Geneva, sans-serif;
}

#body ul,
#body ol {
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom:18px;
}
#body li {
	font-size:12px;
	line-height:18px;
}

#body p {
	font-size:12px;
	line-height:18px;
	margin-bottom:18px;
}
#body img {
	margin-bottom:18px;
}
#body img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.sidebar {
	background-color:#e6e6e6;
	padding:18px;
	margin-bottom:18px;
	border-radius:9px;
}
.table_box li {
	list-style-type:disc;
	margin-left:18px;
	margin-right:10px;
}
.product_box {
	text-align:center;
	margin-bottom:18px;
}

/******* FOOTER *******/

#footer {
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#006135;
}
#footer ul,
#footer ol {
	list-style-type:none;
	list-style-position:outside;
	margin-bottom:18px;
}
#footer li {
	font-size:12px;
	line-height:18px;
}
#footer p {
	font-size:10px;
	line-height:18px;
	margin-bottom:18px;
}
#footer a {
	color:#6cff89;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
#footer h1,
#footer h2,
#footer h3 {
	color:#fff;
}