/* Alloway Standard Global CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #202020; /*url(../images/bg-pattern.png) center*/
	font: 62.5% Verdana, sans-serif;
	line-height: 1.8em;
}
h1, h2, h3, h4, h5, h6 {
	clear:both;
	display: block;
	color: #000;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 2.1em;
}
h3 {
	margin-bottom: .25em;
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}


/* LAYOUT */
#container {
	width: 760px;
	margin: 0 auto;
	background: #F6F6F6;
}
#branding {
	height: 95px;
	padding: 0 1em;
	background: #FFF url(../images/branding-bg.png) repeat-x top;
}
#content {
	float: left;
	color: #666;
}
#slideshow {
	float: left;
}
#main {
	float: left;
	background-color: #F6F6F6;
	width: 498px;
	border-right: 225px solid #E9E9E9;
	margin-right: -225px;
	padding: 1em 18px;
}
#rightRail {
	float: left;
	background-color: #E9E9E9;
	width: 188px;
	padding: 1em 14px;
}
#siteinfo {
	width: 760px;
	float: left;
	border-bottom: 4px solid #C9A017;
	background: #FAC405;
}
/* Single Column layout */
#lonelyColumn {
	float: left;
	width: 724px;
	padding: 1em 18px 2em;
	clear: both;
	background: #F6F6F6;
}
#lonelyColumn li {
	list-style: square;
	margin: 0 0 1em 1em;
}


/* NAVIGATION */
#nav {
	overflow: hidden;
	background: #3F3F3F url(../images/nav_bg.jpg) bottom;
	border-bottom: 4px solid #FAC405;
	width: 760px;
}
#nav li {
	float: left;
	list-style: none;
	font-size: 1.2em;
}
#nav li a {
	display: block;
	padding: .25em 1em;
	color: #999;
	text-decoration: none;
	border-right: 1px solid #262626;
}
#nav a:hover, #nav a:focus {
	color: #FFF;
	background: #222;
}
.home #home a, .about #about a, .products #products a, .contract #contract a, .dealer #dealer a, .contact #contact a, .manual #manual a, .video-gallery #video-gallery a {
	color: #000;
	background: #FAC405;
}


/* SUBNAVIGATION - PRODUCT PAGES */
ul#subnav {
	width: 760px;
	float: left;
	padding: .5em 0;
	background: #6F6F6F url(../images/subnav_bg.jpg);
}
ul#subnav li {
	display: inline;
	list-style: none;
	margin-left: 1.4em;
	font-size: 1.2em;
}
#subnav li a {
	color: #CCC;
	text-decoration: none;
}
#subnav li a:hover {
	color: #FFF;
	border-bottom: 1px dotted #FAC405;
}
#subnav li#foldingHarvesterLink a {
	font-weight: bold;
	color: #FFF;
}
#subnav li#foldingHarvesterLink a:hover {
	border-bottom: 2px solid #FAC405;
}


/* BRANDING & HEADER STYLES */
#branding h1 {
	width: 560px;
	height: 95px;
	background: url(../images/logo_tagline.gif) no-repeat top;
}
#branding span, #tagline {
	display: none;
}
#branding #language {
	font-size: 1em;
	text-align: right;
	margin-top: -2em;
}
#branding a {
	color: #444;
}
#branding a:hover {
	color: #000;
}

/* HOME PAGE LAUNCHPAD */
#content #launchpad {
	clear:both;
	float: left;
	width: 760px;
	background: #E9E9E9;
}
#content #launchpad ul, #content #launchpad li {
	list-style: none;
	margin: 0;
}
#content #launchpad span {
	display: block;
	margin-bottom: .25em;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.1em;
	color: #000;
}
#launchpad li#one, #launchpad li#two, #launchpad li#three {
	width: 253px;
	float: left;
}
#launchpad ul#middle {
	width: 253px;
}
#launchpad ul#middle li {
	font-size: 1em;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
}
#launchpad li a {
	padding: 10px 14px;
}
li#two {
	background: #F6F6F6;
	border-left: 1px #F6F6F6;
}
#content #launchpad li a {
	display: block;
	text-decoration: none;
	border-bottom: none;
	color: #666;
}
#launchpad li#two a:hover {
	color: #000;
	background: url(../images/launchpad_hover_middle.jpg) top center no-repeat;
}
#launchpad li#three a:hover, #launchpad li#one a:hover {
	color: #000;
	background: url(../images/launchpad_hover.jpg) top center no-repeat;
}


/* CONTENT STYLES */
#content p {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}
#content a {
	color: #444;
}
#content a:hover {
	color: #000;
}
#content strong {
	color: #000;
}
#content img.mainHero {
	margin: -1em -18px 1em;
	border-bottom: 8px solid #FAC405;
}
#content img.productHero {
	float: left;
	border-bottom: 8px solid #FAC405;
}
#main img.inline {
	float: left;
	margin-right: 10px;
}
#main ul, #rightRail ul {
	margin: 0 0 2em 0;
}
#content ul li {
	list-style: square;
	margin: 0 0 .5em 1.5em;
	font-size: 1.2em;
}
#content .links li {
	list-style: none;
	margin: 0;
}
#main ul li span {
	color: #000;
}
#content li.newsItem {
	list-style: none;
	margin: 0;
}
#rightRail a.button {
	display: block;
	padding: 2px 5px;
	background: #FFF url(../images/button_bg.png) repeat-x top left;
	border: 1px solid #CCC;
	text-decoration: none;
}
#rightRail a.button:hover {
	border-color: #FAC405;
}
#content p.caption {
	font-size: .833em; /* 1.2em x .833em = 1.0em */
}
.largeButton {
	display: block;
	padding: 5px 10px;
	background: #FFF url(../images/button_bg.png) repeat-x top left;
	border: 1px solid #CCC;
	text-decoration: none;
}
.largeButton span {
	display: block;
}
.largeButton .heading {
	font-size: 1.8em;
	color: #000;
	font-weight: bold;
}
.largeButton .item {
	font-size: 1.4em;
	margin: .25em 0;
}
.largeButton .caption {
	font-size: 1.1em;
}
a.largeButton:hover {
	border-color: #FAC405;
}

/* Video Gallery */
.video {
	width: 362px;
	display: block;
	float: left	;
	margin: 1em 0;
}
a.movLink {
	display: block;
	padding: 5px 0 5px 30px;
	margin: 1em 21px;
	background: #DDD url(../images/quicktime_icon.png) no-repeat 5px 50%;
	border: 1px solid #CCC;
	text-decoration: none;
}
a.movLink:hover {
	border-color: #FAC405;
	background-color: #EEE;
}
.video #videoPlayer1, #videoPlayer2, #videoPlayer3, #videoPlayer4 {
	display: block;
	margin: 0 auto;
}

/* PRODUCTS HOME PAGE */
a.productItem img {
	float: left;
	list-style: none;
	border: none;
	border-bottom: 8px solid #333;
}
a.productItem:hover img {
	border-bottom: 8px solid #FAC405;
}
#content a.topPage {
	padding-left: 14px;
	margin-bottom: 2em;
	float: right;
	background: url(../images/top_btn.gif) no-repeat 0 50%;
}


/* TESTIMONIALS - BLOCKQUOTE */
.testimonial {
	margin: 10px 0 20px;
}
.testimonial blockquote {
	background: url(../images/blockquote-open.gif) no-repeat top left;
	padding-left: 60px;
}
.testimonial blockquote p {
	background: url(../images/blockquote-close.gif) no-repeat bottom right;
	padding-right: 60px;
	color: #000;
}
.testimonial span {
	padding-left: 60px;
}


/* TABLE STYLES */
table, td {
	border-collapse: collapse;
	margin-bottom: 1em;
}
tr {
	background: #F6F6F6;
}
tr.odd {
	background: #EFEFEF;
}
td, th {
	padding: .4em;
	font-size: 1.2em;
}
th {
	text-align: left;
	vertical-align: bottom;
	color: #000;
}


/* NEWS STYLES */
li.newsItem {
	padding-bottom: 1em;
	border-bottom: 1px dotted #666;
	margin-bottom: 1em;
	list-style: none;
}
.date, .title, .summary {
	display: block;
}
.newsItem .date {
	font-weight: normal;
	font-style: italic;
	color: #666;
}
.newsItem .title {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}


/* CONTACT INF0 - PERSONNEL - MAPS */
.employee {
	margin-bottom: 2em;
}
.employee span {
	display: block;
}
.name {
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
}
.title {
	color: #000;
	margin-bottom: .5em;
}
.phone, .email {
	font-size: 1.2em;
}


/* PHOTO GALLERY - PRODUCT PAGES */
ul#photoGallery li {
	list-style: none;
	margin: 0 16px 1em 0;
	display: inline;
	float: left;
	font-size: .833em; /* .833 x 1.2 = 1em (10px) */
}
#photoGallery li img {
	display: block;
}
#photoGallery li span {
	font-weight: bold;
	color: #000;
}


/* FOOTER STYLES */
#copyright, #resources {
	padding: .5em 12px;
	font-size: 1em;
	color: #444;
}
#copyright {
	float: left;
}
#resources {
	float: right;
}
#resources a {
	color: #444;
}
#resources a:hover {
	color: #000;
}


/* FORM ELEMENTS */
label, label span {
	display: block;
	padding-bottom: 1em
}
label {
	float: left;
	width: 100%;
}
label span {
	float: left;
	width: 100px;
	text-align: right;
	font-size: 1.2em;
}
fieldset input, fieldset textarea, select {
	float: right;
	width: 325px;
	border: 1px solid #CCC;
	padding: .25em;
	font-size: 1.4em;
}
fieldset input:hover, fieldset textarea:hover, fieldset select:hover, {
	border-color: #999;
}
fieldset input:active, fieldset input:focus, fieldset textarea:focus, fieldset select:focus {
	border-color: #000;
}
fieldset {
	margin: 10px 0;
	border: 1px solid #CCC;
	overflow: hidden;
	padding: 14px 14px;
}
form div {
	margin-bottom: 20px;
	padding: 10px 20px;
	border: 1px solid #CCC;
	text-align: right;
	overflow: hidden;
}
form {
	width: 100%;
	overflow: hidden;
	float: left;
}
#contactform, #form2 {
	width: 498px;
}
.warning {
	color: #FF0000;
}

/* Radio Buttons - Free DVD Form */
fieldset#dvdSelection input {
	width: auto;
	float: left;
	margin-left: 40px;
}
fieldset#dvdSelection img {
	float: right;
	margin-top: -110px;
}
#container fieldset h4 {
	margin: 0 0 20px 0;
	font-size: 1.2em;
}


/* LOCATOR FORM STYLES */
form#form1 label span, form#form2 label span, form#form3 label span, form#form4 label span, form#form5 label span {
	width: 110px;
}
form#form1 fieldset input, form#form2 fieldset input, form#form3 fieldset input, form#form4 fieldset input, form#form5 fieldset input
form#form1 select, form#form2 select, form#form3 select, form#form4 select, form#form5 select {
	width: 320px;
}
#querytype {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}
#order {
	width: 120px;
	padding: 0;
	margin: 0;
	border: 1px solid #CCC;
	float: right;
}
form select#order:focus {
	border-color: #000;
}
form select#order:hover {
	border-color: #999;
}
div#ultimatetag {
	clear: both;
	float: right;
	border: none;
	font-size: 1em;
	padding-bottom: 2em;
	text-align: right;
}
#pagination {
	float: right;
}
#content #advancedSearchLink a img {
	float: left;
	border: none;
}
#hideAdvancedSearchLink {
	float: left;
	font-size: 1em;
	padding-bottom: 1em;
	font-style: italic;
}

/* #advancedSearchLink {
	float: left;
	font-size: 1em;
	padding-bottom: 1em;
	font-style: italic;
}

#advancedSearchLink a {
	background: #FFF;
	padding: .25em .5em;
}

#advancedSearchLink a:hover {
	color: #FFF;
	background: #000;
}
*/

#searchlinks {
	float: left;
}
form ul#searchResult {
	border: none;
	clear: both;
	padding: 10px 0;
	margin: 0;
}
form ul#searchResult div {
	border: none;
}
#searchResult li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 1em 0;
	clear: both;
}
.displayNumber {
	float: left;
	text-align: center;
	font-weight: bold;
	color: #666;
	width: 7%;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}
.dealerName {
	float: left;
	width: 90%;
	text-align: left;
	padding: 0 5px;
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
}
.dealerAddress {
	clear: both;
	margin-left: 7%;
	padding: 0 5px;
	text-align: left;
	float: left;
	width: 50%;
}
.dealerLocation {
	float: right;
	width: 30%;
	padding: 0 5px;
	margin-right: 5px;
}
.dealerTelephone { }
.dealerDistance { }
.dealerMap { }


/*  IE6 HACKS  */
* html #rightRail {
	padding: 1em 0 1em 14px;
}
