html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 10pt;
	color: white;
	background-image: url('/images/background.jpg');
	background-repeat: repeat-y; 
}

body, div, form {
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border: none
}

a img {
	border: none
}

a:link, a:visited {
	color: white;
	text-decoration: underline
}

a:hover, a:active {
	color: white;
	text-decoration: underline
}

#pagewrapper {
	background-color: transparent;
	width: 965px;
	margin: 0 auto;
}

#top_navigation {
	float: right;
	margin: 0;
	padding: 0;
}

#header {
	background-color: #221e53;
	background-image: url('/images/header_bg.gif');
	background-repeat: repeat-x;
	background-position: left 5px;
	height: 120px;
}

#header h1 {
	display: none;
}

#header_title {
	background-image: url('/images/logo.gif');
	background-repeat: no-repeat;
	background-color: white;
	width: 249px;
	height: 82px;
	position: absolute;
	top: 22px;
}

#header_tagline {
	background-image: url('/images/tagline.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 422px;
	height: 43px;
	position: relative;
	top: 37px;
	left: 480px
}

#header_tagline h2 {
	display: none;
}

#navigation {
	height: 27px;
	background-image: url('/images/nav_bg.gif');
	background-repeat: repeat-x;
	background-color: #919396;
	margin-top: -16px
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 24px 0 6px;
	background-image: url('/images/nav_link_divider.gif');
	background-repeat: no-repeat;
	background-position: right 1px;
}

#navigation ul li a:link, #navigation ul li a:visited {
	float: left;
	color: #BBBBBB;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 3pt;
	padding: 6px 1px;
}

#navigation ul li a:hover, #navigation ul li a:active {
	color: white
}

#navigation ul li a.home {
	color: white;
	padding-left: 6px
}

#navigation ul li.highlighted {
	background-position: right 1px;
}

#navigation ul li.last {
	background-image: none;
	padding: 0 0 0 6px;
}

#navigation ul li a.highlighted {
	float: left;
	background-image: url('/images/nav_link_highlighter_repeat.gif');
	background-repeat: repeat-x;
	background-position: center 1px;
	color: white
}

#navigation ul li span.highlighter_left {
	float: left;
	padding: 14px 9px 13px 0;
	background-image: url('/images/nav_link_highlighter_left.gif');
	background-repeat: no-repeat;
	background-position: left 1px;
}

#navigation ul li span.highlighter_right {
	float: left;
	padding: 14px 9px 13px 0;
	background-image: url('/images/nav_link_highlighter_right.gif');
	background-repeat: no-repeat;
	background-position: left 1px;
}

#content {
	color: white;
	background-color: #231f20;
	background-color: #000;

	clear: both;
	width: 906px;
	margin: 0;
	padding: 0 30px;
}

#main_content {
	clear: both;
}

#centre_content {
	min-height: 90px
}

div#centre_content.is_right_content {
	margin-left: 24px;
	width: 610px
}

div#centre_content.no_right_content {
	width: 906px
}

#centre_content h1 {
	margin-top: 0;
	font-size: 18pt;
	color: white;
}

#centre_content h2 {
	font-size: 15pt;
	color: white;
}

#centre_content p {
	font-size: 10pt;
	color: white
}

#right_content {
	float: left;
	/*position: relative;
	top: -80px;
	left: 40px*/
	margin-top: 78px;
	margin-left: -7px;
	width: 150px; 
}

/********** home page ***************/

#video_click {
	cursor: pointer
}

#video_player {
	margin-top: -228px;
	display: none
}

a.home_video_close {
	text-align: center;
	position: relative;
	left: 610px;
	bottom: 32px;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #DA1F27;
	padding: 5px;
	cursor: pointer
}

p#home_video_text {
	position: relative;
	bottom: 60px;
	margin: auto;
	width: 900px;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px
}

div#home_intro {
	overflow: auto;
	margin: 0 0 4px 0;
	padding-bottom: 5px;
	background-image: url('/images/divider.gif');
	background-repeat: no-repeat;
	background-position: left bottom
}

div#home_intro.move_margin {
	margin-top: -30px
}

div#home_intro div#home_featured_product_holder {
}

div#home_intro div#home_featured_product {
	border: 5px solid #DA1F27;
	float: left;
	/*height: 147px;
	background-image: url('/images/home_featured_product_bg.gif');
	background-repeat: no-repeat;*/
	width: 448px;
}

div#home_intro div#home_featured_product h2 {
	margin: 0;
	padding: 2px 0 0 10px;
	background-color: #DA1F27;
	letter-spacing: 1pt
}

div#home_intro div#home_featured_product_text {
	float: left;
	margin-left: 10px
}

div#home_intro div#home_featured_product_text p a {
	font-weight: bold;
	line-height: 14pt;
	font-size: 10pt;
	width: 250px;
	margin: 0 0 5px 0;
	color: white;
	text-decoration: none;
	float: left
}

div#home_intro div#home_featured_product img {
	float: right;
}

div#home_intro a#home_featured_product_more_info {
	display: block;
	margin-top: 10px;
	color: #DA1F27;
	text-decoration: none;
	font-weight: bold;
	padding: 0 5px
}

div#home_intro div#home_featured_product_more_info_button {
	display: block;
	float: right;
	width: 150px;
	height: 142px;
	background-image: url('/images/home_button_info.png');
	background-repeat: no-repeat;
	color: white;
	margin: 0;
	padding: 0;
	position: relative;
	top: -20px;
	right: 15px
}

div#home_intro div#home_featured_product_more_info_button a {
	display: block;
	width: 100px;
	float: right;
	color: black;
	text-decoration: none;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	position: relative;
	top: 35px;
	right: 20px
}

p#home_intro_text {
	float: right;
	width: 400px;
	margin: 0 30px 0 0;
	color: white;
	font-size: 13pt;
	/*line-height: 14pt;
	font-weight: bold*/
}

div#product_selector_holder {
	width: 740px;
	margin: auto
}

div#products_links a {
	text-decoration: none;
	font-size: 7pt
}

div#home_featured_product_images img {
	margin-bottom: 30px
}

/******************************************************/

div.product {
	clear: both;
	margin-bottom: 10px
}

div.product a.product_link:link, div.product a.product_link:visited {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-image: url('/images/product_heading.gif');
	background-repeat: no-repeat;
	display: block;
	width: 917px;
	height: 23px;
	padding: 3px 10px;
	margin-bottom: 10px
}

div.product div.product_image {
	float: right;
	width: 250px;
	height: 170px;
	overflow: hidden;
	margin-top: -15px;
	margin-bottom: 15px
}

div.product div.description {
	float: left;
	font-size: 9pt;
	font-weight: bold;
	width: 440px;
	min-height: 1px;
	line-height: 18pt;
	margin-left: 10px;
}

div.product div.product_details {
	float: left;
	margin: -3px 0 0 12px
}

div.product div.product_details h3 {
	margin: 5px auto
}

div.product div.product_details img {
	float: left;
	margin-right: 5px
}

div.product a.more_details_link {
	text-decoration: none;
	color: #DA1F27;
	font-weight: bold
}

div.category {
	float: left;
	width: 210px;
	margin: 10px 10px 10px 0;
}

div.category a.category_link:link, div.category a.category_link:visited {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-image: url('/images/product_heading.gif');
	background-repeat: no-repeat;
	display: block;
	width: 190px;
	height: 23px;
	padding: 3px 10px;
	margin-bottom: 10px
}

div.category div.category_image {
	width: 190px;
	height: 135px;
	overflow: hidden;
	margin-top: -15px;
	margin-bottom: 15px
}

div.more_info {
	width: 945px;
	font-size: 10pt;
	line-height: 16pt
}

div.more_info div.description {
	float: left;
	width: 430px;
	margin: 0;
}

div.more_info div.details {
	float: right;
	width: 468px;
	margin-top: -55px;
	margin-right: 10px;
}

div.more_info img.product_image {
	position: relative;
	right: 20px
}

div.more_info img.product_quote {
	margin: 20px 0 20px -20px;
}

div.more_info div.view_buttons {
	position: relative;
	z-index: 3000;
	float: right;
	margin: -30px 42px 10px 0;
}

div.more_info div.view_buttons a {
	float: left;
	margin-left: 10px
}

div.more_info div.details table {
	line-height: 8pt !important;
	margin: auto auto 10px auto;
	padding: 0
}

div.more_info div.details table.move_left {
	margin-left: -60px		
}

div.more_info div.item_images {
	clear: both;
	margin: 10px
}

div.more_info div.item_images div.item_thumb {
	float: left;
	border: 1px solid #DA1F27;
	margin: 0 10px 10px 0;
	cursor: pointer
}

div.more_info div.item_images div.item_thumb img {
	width: 85px;
	height: 85px
}

/*** lbox ****/

.black_overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 6000px;
	background-color: black;
	z-index: 8001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

#log_res {
	/*width: 714px;*/
	width: 910px;
	border: 4px solid #DA1F27;
	background-color: #939598;
	position: absolute;
	left: 50%;
	/*margin-left: -357px;*/
	margin-left: -460px;
	z-index: 8002;
	display: none;
	top: 0px;
	height: 550px;
}

#log_res.show {
	display: block;
}

#log_res.ajax-loading {
	background: url('images/spinner.gif') no-repeat center;
	background-color: #fff;
	display: block;
}

/* dealers map */

div#map {
	width: 737px;
	height: 459px;
	background-image: url('/images/europe_uk_map.png');
	background-repeat: no-repeat;
	background-position: top left;
	display: none;
	margin-bottom: 10px;
	float: right
}

div#contactinfo {
	width: 160px;
	float: left
}

div.specialistphoto, div.specialistinfo, div.int_deal, p.mapx, p.mapy  {
	display: none;
}

img#PictureBox {
	display: none;
	float: left;
	margin-right: 418px;
	margin-bottom: 10px;
	width: 100px;
	height: 100px;
}

/* ************************ */

/* about us page */

div#about_us_text {
	float: left;
	width: 540px
}

div#about_us_images {
	float: right;
}

div#about_us_images img {
	margin-bottom: 10px
}

/* ************************ */

/****** press release page *****/

div.press_release {
	border-bottom: 1px solid white;
	margin-bottom: 10px
}

div.press_release table td {
	vertical-align: top;
}

div.press_release a {
	display: block;
	margin-top: 5px;
	color: #DA1F27;
	font-weight: bold 
}

div.press_release img {
	margin-bottom: 10px
}

div.press_release_text {
	float: left;
	width: 700px;
	margin-bottom: 0
}

/*** contact us page *********/

div#gmap {
	width: 445px;
	height: 225px;
	margin-top: 10px
}

/* ************************* */

div#back a {
	color: #DA1F27;
	font-weight: bold;
	width: 60px;
	height: 15px;
	text-decoration: none;
	display: block;
	margin: 10px 0;
	padding: 10px;
	text-align: center
}

#footer {
	height: 30px;
	clear: both;
	font-size: 7pt;
	color: white;
	text-align: left;
	background-color: #939598;
}

#footer ul {
	margin: 0 10px;
	padding: 8px 0 7px 0;
}

#footer ul li {
	display: inline;
	padding: 2px
}

#footer ul li a {
	color: white;
	text-decoration: none
}

#footer ul li.british_farming_forum {
	float: right;
	width: 160px;
	margin-top: -8px;
	padding-right: 52px;
	text-align: left;
	background-image: url('/images/union_jack.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

a.specialisturl {
	position: relative;
	z-index: 4000
}

/* classes */

.box {
	margin-bottom: 10px;
	padding: 1px 0 5px 0;
	width: 185px;
	background-color: #ededed;
	border: 1px solid #d1d1d1;
	text-align: center;
	color: black
}

.box h3 {
	font-size: 16pt;
	color: #820000;
	margin: 0;
	padding: 5px 0
}

.box h4 {
	font-size: 13pt;
	color: #820000;
	margin: 0;
	padding: 5px 0
}

.box p {
	font-size: 9pt;
	color: black;
	margin: 8px
}

.box ul {
	list-style-type: none;
	margin: 0;
	padding: 5px
}

.box li {
	padding: 5px
}

.box img {
	padding: 0;
	margin: auto;
}

.transparent_box {
	border: none;
	background-color: transparent;
	width: 185px;
	margin-bottom: 10px
}

.heading {
	padding-bottom: 8px;
	font-size: 10pt;
	font-weight: bold;
	background-image: url('/images/border.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

.small_text {
	font-size: 8pt; 
}

.clear {
	clear: both
}

.clearleft {
	clear: left
}

.clearright {
	clear: right
}

.red {
	color: #820000 !important
}

.left {
	float: left
}

.right {
	float: right
}

.bold {
	font-weight: bold
}

.prize5 {
	line-height:20px;
	font-size:18pt !important;
}

