/* CSS Document */

/* HTML TAGS */

body {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	behavior: url(csshover.htc);
}/* WinIE behavior call */

a:link, a:visited, a:active {
	color: #B51E0B;
	text-decoration: none;

}
a:hover{
	color: #666666;
}


img{
	border:0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 75%;
	padding: 0px;
	font-weight: normal;
	color: #B92001;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-bottom: 0px;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	padding: 0px;
	text-align: center;
}

/* Div Layout*/
#wrapper {
	width: 760px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#toplinks {
	width: 750px;
	height: 40px;
	margin: 0px auto;
	padding: 0px;
}
#header {
	width: 760px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-image: url(imgs/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 380px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 120px;
	float: left;
}
#nav {
	width: 765px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
div#nav ul {
	margin: 0;
	padding: 0;
	border: 0;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0px;
}
div#nav li:hover {
	background-color: #FFFFFF;
}
div#nav>ul a {
width: auto;
padding-right: 15.9px;
}

div#nav ul ul {
	background-color: #FFFFFF;
	position: absolute;
	width: 126px;
	display: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div#nav ul ul li {
	width: 126px;

}
div#nav ul ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #B92001;
	font-size: 75%;
	display: block;
    padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
div#nav ul ul li a:hover {
	background-color: #F0F0F0;
}
div#nav li.submenu li.submenu {
	background-image: url(imgs/nav_bg_f2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}
div#nav ul.level2 {

}

#content {
	width: 758px;
	height: 460px;
	margin: 3px 0px 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	background-image: url(imgs/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#images {
	width: 150px;
	height: 420px;
	padding: 30px 20px 0 40px;
	float: left;
	background-position: left bottom;
	text-align: right;
	vertical-align: bottom;
}
#text {
	width: 480px;
	height: 400px;
	overflow: auto;
	margin-top: 20px;
	padding: 10px 20px 0;
	float: left;
}
#toplinks a {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	text-decoration: none;
	line-height: 40px;
	height: 40px;
}
#toplinks a:hover {

	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-decoration: none;
	line-height: 40px;
	height: 40px;
}
#footer {
	width: 758px;
	height: 68px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(imgs/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #CCCCCC;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	float: left;
}
#address {

	width: 750px;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.copywrite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	display: block;
	float: right;
}
.logo {
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 33px;
	padding-top: 0px;
}
a.mainoption:link, a.mainoption:active, a.mainoption:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 75%;
	height: 30px;
	line-height: 30px;
	background-image: url(imgs/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 88px;
	margin-bottom: 2px;
	margin-right: 3px;
	text-indent: 4pt;
}
a.mainoption:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 75%;
	line-height: 30px;
	background-image: url(imgs/nav_bg_f2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 3px 2px 0px;
	height: 30px;
	display: block;
	width: 88px;
	border-right: 1px solid #BC1D08;
	border-bottom: 1px solid #BC1D08;
	border-left: 1px solid #BC1D08;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: 4pt;
}
a.pmanageoption:link, a.pmanageoption:active, a.pmanageoption:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 75%;
	height: 30px;
	line-height: 30px;
	background-image: url(imgs/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 163px;
	margin-bottom: 2px;
	margin-right: 4px;
	text-indent: 4pt;
}
a.pmanageoption:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 75%;
	line-height: 30px;
	background-image: url(imgs/nav_bg_f2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 4px 2px 0px;
	height: 30px;
	display: block;
	width: 163px;
	border-right: 1px solid #BC1D08;
	border-bottom: 1px solid #BC1D08;
	border-left: 1px solid #BC1D08;
	padding-top: 0px;
	padding-bottom: 0px;
	text-indent: 4pt;
}

a.engoption:link, a.engoption:active, a.engoption:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 75%;
	height: 30px;
	line-height: 30px;
	background-image: url(imgs/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 5px;
	width: 130px;
	margin-bottom: 2px;
	margin-right: 4px;
}
a.engoption:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 75%;
	height: 30px;
	line-height: 30px;
	background-image: url(imgs/nav_bg_f2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	border-right: 1px solid #BC1D08;
	border-bottom: 1px solid #BC1D08;
	border-left: 1px solid #BC1D08;
	padding-right: 10px;
	padding-left: 5px;
	width: 130px;
	margin-right: 4px;
	margin-bottom: 2px;
}
a.salesoption:link, a.salesoption:active, a.salesoption:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 75%;
	height: 30px;
	line-height: 30px;
	background-image: url(imgs/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 5px;
	width: 83px;
	margin-bottom: 2px;
	margin-right: 4px;
}
a.salesoption:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 75%;
	height: 30px;
	line-height: 30px;
	background-image: url(imgs/nav_bg_f2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	border-right: 1px solid #BC1D08;
	border-bottom: 1px solid #BC1D08;
	border-left: 1px solid #BC1D08;
	padding-right: 10px;
	padding-left: 5px;
	width: 83px;
	margin-bottom: 2px;
	margin-right: 4px;
}
a.conoption:link, a.conoption:active, a.conoption:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 75%;
	height: 30px;
	line-height: 30px;
	background-image: url(imgs/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 5px;
	width: 68px;
	margin-right: 5px;
}
a.conoption:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 75%;
	height: 30px;
	line-height: 30px;
	background-image: url(imgs/nav_bg_f2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	border-right: 1px solid #BC1D08;
	border-bottom: 1px solid #BC1D08;
	border-left: 1px solid #BC1D08;
	padding-right: 10px;
	padding-left: 5px;
	width: 68px;
	margin-right: 5px;
}
a.milloption:link, a.milloption:active, a.milloption:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 75%;
	height: 30px;
	line-height: 30px;
	background-image: url(imgs/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 5px;
	width: 110px;
	margin-right: 3px;
	margin-bottom: 2px;
}
a.milloption:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 75%;
	line-height: 30px;
	background-image: url(imgs/nav_bg_f2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px 10px 0px 5px;
	height: 30px;
	display: block;
	width: 110px;
	border-right: 1px solid #BC1D08;
	border-bottom: 1px solid #BC1D08;
	border-left: 1px solid #BC1D08;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 2px;
}

a.pressoption:link, a.pressoption:active, a.pressoption:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 75%;
	height: 30px;
	line-height: 30px;
	background-image: url(imgs/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 5px;
	width: 96px;
	margin-right: 0px;
	margin-bottom: 2px;
}
a.pressoption:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 75%;
	line-height: 30px;
	background-image: url(imgs/nav_bg_f2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px 10px 0px 5px;
	height: 30px;
	display: block;
	width: 96px;
	border-right: 1px solid #BC1D08;
	border-bottom: 1px solid #BC1D08;
	border-left: 1px solid #BC1D08;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
}
a.vehsub:link, a.vehsub:active, a.vehsub:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	display: block;
	font-size: 70%;
	height: 25px;
	width: 110px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
a.vehsub:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	display: block;
	line-height: 25px;
	height: 25px;
	width: 110px;
	font-size: 70%;
	padding-right: 10px;
	padding-left: 5px;
	background-color: #F3F3F3;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
a.vehsubbtm:link, a.vehsubbtm:active, a.vehsubbtm:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	display: block;
	font-size: 70%;
	height: 25px;
	width: 110px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
a.vehsubbtm:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	display: block;
	line-height: 25px;
	height: 25px;
	width: 110px;
	font-size: 70%;
	padding-right: 10px;
	padding-left: 5px;
	background-color: #F3F3F3;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

}
a.engsub:link, a.engsub:active, a.engsub:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	display: block;
	font-size: 70%;
	height: 25px;
	width: 160px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	left: 5px;
}
a.engsub:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	display: block;
	font-size: 70%;
	height: 25px;
	width: 160px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	left: 5px;
}
a.engsubbtm:link, a.engsubbtm:active, a.engsubbtm:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	display: block;
	font-size: 70%;
	height: 25px;
	width: 160px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	left: 5px;
}
a.engsubbtm:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	display: block;
	font-size: 70%;
	height: 25px;
	width: 160px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	left: 5px;
}
a.linksoption:link, a.linksoption:active, a.linksoption:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 75%;
	height: 30px;
	line-height: 30px;
	background-image: url(imgs/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 5px;
	width: 50px;
	margin-bottom: 2px;
	margin-right: 4px;
}
a.linksoption:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 75%;
	height: 30px;
	line-height: 30px;
	background-image: url(imgs/nav_bg_f2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	border-right: 1px solid #B51E0B;
	border-bottom: 1px solid #B51E0B;
	border-left: 1px solid #B51E0B;
	padding-right: 10px;
	padding-left: 5px;
	width: 50px;
	margin-bottom: 2px;
	margin-right: 4px;
}
.landrover {
	margin-top: 16px;
	margin-left: 12px;
	margin-right: 10px;
}
.car {
	margin-top: 300px;
	float: right;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #868686;
	text-align: justify;
	line-height: 18px;
	margin: 5px 0px 15px 0px;
	padding: 0px;
}
form{ 
	width: 320px; 
	clear: both;
}
form p{
	clear: both;
	line-height: 2em;
	padding: 0;
	margin: 0;
}
.boxes form p{ padding-bottom: 0; }


label{
	width: 120px;
	float: left;
}

.fbutton{
	width: 80px;
	float: right;
	margin: 10px 10px 0px 0px;
}

input, textarea, select{ /* for the text boxes and textarea */
	width: 194px;
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.gbox, .gbuttn{ /* for the text boxes and textarea */
	float: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

.glabel{
	width: 100px;
	float: left;
}

.gbox{ width: 200px; }

.gbuttn{ 
	width: 120px; 
	margin: 0 0 0 20px;
}

form img{ float: left; }
#flashheader {
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 370px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 120px;
	float: right;
	background-color: #E0DFE3;
}
#text ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
	float: left;
}
#text li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	text-align: left;
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#weevil_images {
	width: 690px;
	height: 400px;
	padding: 0px 0px 0;
	float: left;
	background-position: left bottom;
	text-align: left;
	vertical-align: bottom;
	overflow: auto;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#weevil_images img {
	padding: 0px 0px 0;
	float: left;
	overflow: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 18px;
	margin-bottom: 18px;
}
#video {
	width: 480px;
	height: 400px;
	overflow: auto;
	margin-top: 20px;
	padding: 10px 20px 0;
	float: left;
	text-align: center;
}
