/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto; /* Sets body to center everything.Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	background-color: #9CD922;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #e6e6e6;
	scrollbar-arrow-color: #FFFFFF;
}

/*  CONTENT  ===========================*/

p, a, ul, li, ol, td, div, textarea {
font-family: Arial, Helvetica, sans-serif;
font-style:normal;
text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

p {
	font-size: 13px;
	margin-left: 50px;
	padding-right: 50px;
	color: #000;
	line-height: 19px;
}


.emphasize { /*use emphasize to 'brighten' up words in content */
color:#FF0000;
font-size:16px
font-weight: bold;
}

h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-align:left;
}

h1 {
	font-size: 35px;
	color: #000;
	line-height: 45px;
	margin: 10px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #222;
	width: 85%;

}

h2 {
	font-size: 16px;
	color: #000;
	line-height: 20px;
	margin: 15px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

h2 a {
	font-size: 16px;
	color: #009933;
	}


h3 {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;

}

h4 { /* use for internal content ctas */
	font-size: 18px;
	color: #FF6633;
	font-weight:bold;
	line-height: 22px;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
}

h5 { /* use for box disclaimers */
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 0px 50px;
	padding: 8px;
	background-color: #e6e6e6;
	border: 1px solid #999;
	width: 500px;
}

a { /* Creates the general link style for the site. This is not the main navigation.  */
	font-size: 13px;
	font-weight: bold;
	color: #009933;
	text-decoration: underline;
}

/*------------------ LISTS FORMATS --------------------------*/

ul,ol,li { /* strips all ul's, ol's, and li' from padding or margins unless defined in classes below*/
margin: 0;
padding: 0;
}

ul.columnlists {
	margin: 0;
	width:250px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0 10px 5px 10px;
	display: block;
}

ul.columnlists li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}
ul.columnlists h3 a{
font-size: 16px;
}

div#wrapper {
	display: block;
	margin-left: 30px;
	margin-top: 10px;
}

div#clear {
clear: both;
}

div#clearleft {
clear: left;
}

/*  MAIN TABBED NAVIGATION  ===========================*/

div#mainnav{
	width: 953px;
	position: absolute;
	top: 413px;
	left: 10px;
	padding-left: 20px;
}

#mainnav ul{
	font: bold 90% default;
	list-style-type: none;
	width: 967px;
}

#mainnav li{
display: inline;
}

#mainnav li a{
padding: 3px 32px 3px 7px; /*Use paddingright value to account for curved right edge of tab image*/
text-decoration: none;
background: transparent url(images/righttabdefault.gif) 100% 0px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #e6e6e6;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
color:#384e0c;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
}

#mainnav li a:visited{
color: #384e0c;
}

#mainnav li a:hover{
text-decoration: underline;
}

#mainnav li.selected a{ /*selected tab style*/
color:#384e0c;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 0px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(images/righttabselected.gif) 100% 0 no-repeat;
}

#mainnav li.selected a:hover{
text-decoration: none;
}

/* =========================== SUB NAV ==============================*/

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #ddd;
	border-bottom-width: 0;
	font:normal 10px arial;
	line-height: 18px;
	z-index: 100;
	background-color: #fff;
	width: 185px;
	margin-left: 0px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ddd;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-size:15px;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF6633;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #fff;
color: #64940f;
font-size:15px;
text-indent: 5px;
}



/*  PAGE LAYOUT ===========================*/

div#all { /* Holds the entire web page from the beginning body tag to the end body tag */
	width:990px;
	text-align:left;
	margin: 0 auto;
	padding: 0px;
	background:none;
}



div#header {
	position:relative;
	padding: 0;
	margin: 0;
	width:990px;
	height: 440px;
	background-color:#fff;
	text-align:left;
	float:left;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

div#maincontent {
border: 0px;
width:990px;
height: auto;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px; 
background-color:#fff;
background-image: url(images/contentbg.jpg);
background-repeat: repeat-y;
float:left;
display:block;
clear:both;
position:relative;
}

/*  ADDRESS ===========================*/

address {
	width:990px;
	vertical-align:top;
	font-size:11px;
	font-style:normal;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	color: #000000;
	text-align: center;
	line-height: 14px;
	position:relative;
	display:block;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	clear: both;
}

address a {
	font-size:13px;
	font-style:normal;
	color: #0033CC;
	text-align: left;
	line-height: 16px;
}

/*  FOOTER ===========================*/

div#footer {
width: 990px;
height: 50px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
clear:both;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;

font-size: 10px;
font-weight:bold;
text-align:center;
text-transform: lowercase;
color: #000;

}

div#footer a {
font-size: 10px;
font-style: normal;
line-height: 15px;
font-weight: normal;
color: #000;
text-decoration: underline;
}

/*  IMAGE CLASSES and ID's for content area ===========================*/

img.left {
float: left;
margin: 5px 10px 5px 0px;
border: 2px solid #efefef;
}
img.right {
float: right;
margin: 5px 5px 5px 5px;
border: 2px solid #efefef;
padding: 4px;
}

img.border {
border: 2px solid #efefef;
padding: 4px;
}

/*  WEB AUDIO ===========================*/

div#webaudio {
	position: absolute;
	top: 27px;
	right: px;
	width: 362px;
	height: 32px;
	left: 605px;
}

div#webaudio img{
border: none;
}

div#webaudiopopup {
	width: 100%;
	height: 100px;
	background-image:url(images/webaudiobg.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#8bb930;
}

div#soundapplet {
width:100%;
text-align:center;
height: 30px;
position:relative;
top: 49px;
}

/*  ADMIN SIGN ===========================*/

div#signin {
	text-align:center;
	clear:both;
}

div#signin a{
color:#000;
font-size:10px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}

/*  PAYMENTS ===========================*/

div#payments {
width: 990px;
height: 30px;
text-align:center;
background-image:none;
background-repeat:no-repeat;
padding-top: 4px;
padding-bottom: 4px;
clear: both;
background-image:url(images/contentbg.jpg);
background-repeat:repeat-y;
}

/*  COPYRIGHTS ===========================*/

div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
	width: 990px;
	height: 50px;
	color:#000;
	line-height: 19px;
}

div#copyright a {
font-size: 9px;
font-weight: normal;
color: #000;
text-decoration: underline;
}

/*  GOOGLE MAPS ===========================*/

div#map {
padding: 5px;
border: 1px solid #e8e8e8;
width: 450px;
margin-left: 50px;
margin-bottom: 20px;
}

div#translation {
	float:right;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	background:none;
	position:relative;
}

div#translation a {
color:#FFFFFF;
font-size:14px;
text-align:right;
}

div#blockimage {
	position:absolute;
	width: 571px;
	height: 255px;
	left: 46px;
	top: 118px;
}

div#truck1 {
	width: 286px;
	height: 151px;
	position: absolute;
	top: 235px;
	right: 41px;
}
