/* General layout -------------------------------------------------------- */

body
{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	text-align: center;
	background-color: #FE911B;
	background-image: url(/img/bg_body.gif);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Geneva, Tahoma, Arial, sans-serif;
	font-size: 11px;
}

acronym
{
	cursor: help;
	font-weight: bold;
	text-decoration: none;
	border-width: 0;
}

hr, .alt { display: none; }

/* Design -------------------------------------------------------- */

div#container
{
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

div#header
{
	background: url(/img/header.jpg) top left no-repeat;
	height: 35px;
}

div#page
{
	float: left;
	background: url(/img/background_page.gif) top left repeat-y;
}

div#left
{
	float: left;
	width: 222px;
}

div#right
{
	float: right;
	width: 618px;
}

div#leftin { margin: 10px 0 15px 23px; }

div#footer
{
	clear: both;
	background: url(/img/footer.gif) top left no-repeat;
	height: 72px;
	margin-bottom: 1px;
}

/* Formating -------------------------------------------------------- */

#header h1 { display: none; }

#header .headerlinks
{
	height: 22px;
	margin: 0;
	padding: 12px 0 0 15px;
	border: 0;
}

ul.headerlinks
{

	letter-spacing: 0.1em;
}

ul.headerlinks a:link, ul.headerlinks a:visited, ul.headerlinks a:active
{
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	text-decoration: none;
	color: #000;
	background-color: transparent;
}

ul.headerlinks a:hover { color: #FE911B; }

ul.headerlinks li
{
	margin: 0;
	padding: 0 3px 0 7px;
	border-left: 1px solid #CCC;
	list-style: none;
	display: inline;
}

ul.headerlinks li.first
{
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	padding: 0 4px 0 232px;
}

/* Highlight Top & Bottom Menu (current page) --------------------------------------------- */
#homepage #m-homepage a,
#news #m-news a,
#about #m-about a,
#products #m-products a,
#used #m-used a,
#agents #m-agents a,
#gallery #m-gallery a,
#sitemap #m-sitemap a,
#contact #m-contact a
{
	background-color: transparent;
	border: none;
	color: #FE911B;
	cursor: default;
}

#homepage #f-homepage a,
#news #f-news a,
#about #f-about a,
#products #f-products a,
#used #f-used a,
#agents #f-agents a,
#gallery #f-gallery a,
#sitemap #f-sitemap a,
#contact #f-contact a
{
	background-color: transparent;
	border: none;
	color: #FFF;
	cursor: default;
}

/*  ------------------------------------------------------------------------------- */

h2
{
	width: 840px;
	height: 180px;
	margin: 0;
	padding: 0;
	border: 0;
}

h2#headhome { background: transparent url(/images/random/rotator.php) top left no-repeat; }

h3
{
	font-size: 14px;
	color: #333;
	margin: 20px 20px 13px 0;
	padding: 0;
	border: 0;
}

h3#first
{
	margin: 0 0 15px 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border: 0;
	letter-spacing: 0.1em;
}

h3.second
{
	margin: 20px 0 15px 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border: 0;
	letter-spacing: 0.1em;
}

h3.second span { color: #039; }

h3#second
{
	margin: 10px 0 15px 5px;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border: 0;
	letter-spacing: 0.1em;
}

h3#third
{
	margin: 0 0 14px 5px;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border: 0;
	letter-spacing: 0.1em;
}

h4
{
	width: 188px;
	height: 24px;
	margin: 15px 0 1px 0;
	padding: 0;
	border: 0;
}

h4#extraction
{
	background-image: url(/img/title_extraction.gif);
	background-repeat: no-repeat;
	background-position: left;
}

h4#cleaning
{
	background-image: url(/img/title_cleaning.gif);
	background-repeat: no-repeat;
	background-position: left;
}

h4#search
{
	background-image: url(/img/title_search.gif);
	background-repeat: no-repeat;
	background-position: left;
}

h4#contacting
{
	background-image: url(/img/title_contact.gif);
	background-repeat: no-repeat;
	background-position: left;
}

p
{
	margin: 0;
	padding: 0 20px 10px 0;
	border: 0;
	line-height: 1.6em;
	text-align: left;
}

a:link, a:visited
{
	color: #FE911B;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	line-height: 1.9em;
	text-indent: 6px;
}

ul li
{
	margin: 0;
	padding: 0;
	border: 0;
}

/* Side Menu -------------------------------------------------------- */

ul.menu
{
	line-height: 2em;
	padding-bottom: 11px;
	background-image: url(/img/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

ul.menu li { margin: 0 0 1px 0; }

ul.menu li a:link, ul.menu li a:visited
{
	display: block;
	padding: 0;
	width: 188px;
	text-decoration: none;
	font-weight: normal;
	background-color: #FC9;
	color: #039;
}

ul.menu li span
{
	display: block;
	margin: 0;
	padding: 0;
	width: 188px;
	text-decoration: none;
	font-weight: normal;
	background-color: #FC9;
	color: #039;
}

ul.menu li a:hover
{
	background-color: #F96;
	color: #000;
}

ul.menu li img
{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 2px 0px 3px 0px;
	padding: 1px 4px 0px 0px;
	border: none;
}

/* 'you are here' */
body#homepage ul.menu li#home a, body#homepage ul.menu li#home a:hover
{
	background-color: #737373;
	color: #000;
}

/* Homepage formating -------------------------------------------------------- */

div#rightfirst
{
	margin: 0 0 10px 15px;
	padding: 0 15px;
	width: 540px;
}

#rightfirst h1
{
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #FE911B;
	margin: 10px 0 4px 0;
}

#rightfirst h2
{
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-bottom: 20px;
}

.big_image_product
{
	float: right;
	margin: 40px 20px 6px 40px;
}

#flashcontent
{
	float: right;
	margin: 40px 20px 6px 40px;
}

.clear
{
	clear:both;
	margin:0px
	!important;
	padding:0px !important;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#teaser
{
	background-color: #FFF;
	padding: 20px 10px 15px 10px;
	margin: 0 0 0 15px;
	width: 540px;
}

#rightfirst a, #teaser a
{
	border-bottom: 1px solid #EEE;
	color: #FE911B;
	padding: 0;
	text-decoration: none !important;
	text-decoration: underline;
	text-decoration/**/: none;
}

#rightfirst a:visited, #teaser a:visited
{
	border-bottom: 1px solid #EEE;
	color: #666;
	padding: 0;
	text-decoration: none !important;
	text-decoration: underline;
	text-decoration/**/: none;
}

#rightfirst a:hover, #teaser a:hover
{
	font-weight: bold;
	border-bottom: 0;
	color: #039;
	padding: 0;
	text-decoration: none !important;
	text-decoration: underline;
	text-decoration/**/: none;
}

#txt01 { width: 540px; }

#txtheaders1
{
	padding: 0 14px 0 8px;
	width: 230px;
	float: left;
	border-right: #DDD;
	border-width: 0 1px 0 0;
	border-style: none solid none solid;
	color: #666;
}

#txtheaders2
{
	padding: 0 0 0 10px;
	width: 250px;
	float: right;
	color: #666;
}

#txtheaders1 p, #txtheaders2 p
{
	margin: 0;
	padding: 0 20px 6px 0;
	border: 0;
	line-height: 1.6em;
	text-align: left;
}

#txtheaders1 img, #txtheaders2 img
{
	float: left;
	margin: 0 10px 4px 0;
	padding: 0;
}

/* About Section -------------------------------------------------------- */

#about #rightfirst img
{
	float: right;
	margin: 4px 0 10px 20px;
	border: none;
}

/* News Section -------------------------------------------------------- */

#newsblock
{
	margin: 0 0 0 15px;
	padding: 0 10px 20px 10px;
	width: 540px;
	background-color: #FFF;
}

#home_news
{
	width: 524px;
	padding: 0 15px 0 0;
	margin: 15px 0 0 0;
}

ul.lists
{
	list-style-type: none;
	padding: 0;
	margin: 0 10px 0 10px;
}

ul.lists li
{
	background: url(/img/newsarrow.gif) no-repeat;
	background-position: right;
	border-bottom: #DDD;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

ul.lists li a
{
	display: block;
	text-decoration: none !important;
	padding: 3px 0px 3px 0px;
	color: #666;
}

ul.lists li a:hover { color: #FE911B; }
ul.lists li span { color: #039; }

.image_news img
{
	padding: 10px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

/* Products -------------------------------------------------------- */

.media
{
	margin: 6px 0 6px 30px;
	float: right;
}

#rightfirst .media a, #rightfirst .media a:hover, #rightfirst .media a:visited
{
	border: none;
	text-decoration: none !important;
}

.media a.product_video
{
	background: transparent;
	border: none;
	display: block;
	height: 90px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 177px;
}

.media a.product_video { background: url(/img/video.gif) no-repeat; }
.media a:hover.product_video { background-position: 0 -90px; }

p.product_summary
{
	font-size: 12px;
	font-weight: bold;
	margin: 12px 20px 10px 0;
	padding: 0;
	border: 0;
	line-height: 1.6em;
	text-align: left;
}

p.product_summary_intro
{
	margin: 5px 10px 8px 8px;
	padding: 0;
	border: 0;
	line-height: 1.6em;
	text-align: left;
}

p.contact_products
{
	font-weight: bold;
	color: #039;
}

.techspec_table1a
{
	font-size: 11px;
	font-weight: bold;
	color: #039;
	padding: 6px 6px 6px 8px;
	background-color: #FFE6B0;
}

.techspec_table1b
{
	font-size: 11px;
	color: #000;
	padding: 6px 6px 6px 8px;
	background-color: #FFE6B0;
}

.techspec_table2a
{
	font-size: 11px;
	font-weight: bold;
	color: #039;
	padding: 6px 6px 6px 8px;
	background-color: #FFF;
}

.techspec_table2b
{
	font-size: 11px;
	color: #000;
	padding: 6px 6px 6px 8px;
	background-color: #FFF;
}

.clearfloat
{
	display: table;
	width: 100%;
}

.clearfloat img
{
	float: right;
	margin: 0 0 10px 10px;
}

.techspecs_download
{
	font-size: 15px;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
}

/* Footer -------------------------------------------------------- */

div#footer
{
	padding: 18px 10px 0 240px;
	text-align: left;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #CCC;
	letter-spacing: 0.1em;
}

div#footer a:link,
div#footer a:visited,
div#footer a:active
{
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	text-decoration: none;
	color: #9999FF;
}

div#footer a:hover { color: #FFF; }

ul.footerlinks li
{
	margin: 0;
	padding: 0 3px 0 7px;
	border-left: 1px solid #66F;
	list-style: none;
	display: inline;
}

ul.footerlinks li.first
{
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	padding-left: 0;
}

div#footer p
{
	color: #66F;
	text-align: left;
	font-size: 10px;
	padding: 0 0 0 6px;
}

div#footer p a:link,
div#footer p a:visited,
div#footer p a:active
{
	text-decoration: none;
	color: #9999FF;
}

div#footer p a:hover { color: #FFF; }

/* Sitemap -------------------------------------------------------- */

.sitemaps li
{
	background: url(/img/newsarrow.gif) no-repeat 0 .7em;
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 2px 0 2px 10px;
}

.sitemap_fieldset { padding: 20px; }

/* Search  -------------------------------------------------------- */

.fieldset { padding: 20px; }

.input
{
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
	font-size: 11px;
	height: 1.6em;
	padding: .3em 0 0 2px;
	margin-top: 6px;
	margin-bottom: 3px;
}

.select
{
	font-size: 10px;
	font-weight: normal;
	letter-spacing: .1em;
	margin-top: 6px;
	margin-bottom: 3px;
}

.multiselect
{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.radio
{
	margin-top: 7px;
	margin-bottom: 4px;
	padding: 0;
	border: 0;
	background-color: transparent;
}

.checkbox
{
	background-color: transparent;
	margin: 3px;
	padding: 0;
	border: 0;
}

.submit
{
	font-size: 10px;
	font-weight:normal;
	letter-spacing:.1em;
	padding:1px 3px 1px 3px;
	margin-top:6px;
	margin-bottom:4px;
	text-transform:uppercase;
}

.submit_sidemenu
{
	color: #039;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:.1em;
	padding:2px;
	text-transform:uppercase;
}

.default
{
	font-size: 11px;
	color: #000;
	padding: 3px 0 3px 0;
	background-color: transparent;
}

.results
{
	font-size: 12px;
	color: #999;
	background-color: transparent;
}

.results span
{
	font-size: 12px;
	font-weight: bold;
	color: #039;
	background-color: transparent;
}

.resultRowOne
{
	font-size: 11px;
	color: #000;
	padding: 6px 6px 6px 8px;
	background-color: #FFF;
}

.resultRowTwo
{
	font-size: 11px;
	color: #000;
	padding: 6px 6px 6px 8px;
	background-color: #F5F5F5;
}

.resultHead
{
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 8px 0 8px 8px;
	background-color: transparent;
}

.paginate
{
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: .1em;
	padding: 10px 6px 10px 4px;
	margin: 0;
	background-color: transparent;
}

.pagecount
{
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	background-color: transparent;
}

/* Form Elements -------------------------------------------------------- */

p.persinfo
{
	font-size: 11px;
	padding: 0 0 6px 4px;
	margin: 0;
}

p.persinfo input
{
	width: 250px;
	color: #000;
	font-size: 11px;
	padding: 4px;
	margin: 0;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	background-color: #FFE6B0;
}

p.persinfo input[type=text] { width: 250px; }

p.persinfo select
{
	width: 260px;
	color: #000;
	font-size: 11px;
	padding: 0;
	margin: 0;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	background-color: #FFE6B0;
}

p.persinfo select[type=text] { width: 260px; }

p.persinfo textarea
{
	color: #000;
	font-size: 12px;
	padding: 4px;
	margin: 0 0 4px 0;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	background-color: #FFE6B0;
}

.personal { padding: 0 0 0 30px; }

.asterix
{
	padding: 0 12px 0 10px;
	color: #FE911B;
	font-size: 18px;
	font-weight: bold;
}

input, textarea
{
	color: #000;
	font-size: 11px;
	padding: 4px;
	margin: 0;
	border-color: #F96;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
}

select
{
	color: #000;
	margin: 0;
	border-color: #F96;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
}

fieldset
{
	padding: 4px 10px;
	margin: 14px 20px 10px 2px;
	border: solid 1px #CCC;
}

legend
{
	padding: 0 5px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #039;
}

form p
{
	margin: 4px 8px;
	font-size: 10px;
}

input[type=text], input[type=password] { width: 250px; }

/* Flash Slideshow -------------------------------------------------------- */

#flashcontent
{
	background-color: #FFF;
	border: solid 1px #CCC;
	padding: 8px;
	width: 500px;
	height: 300px;
	float: left;
	margin: 15px 0;
}

/* Flash Slideshow -------------------------------------------------------- */

.tableBorder
{
	margin: 20px 0;
	font-size: 10px;
	font-weight: normal;
}

.row_1 { background-color: #F5F5F5; }
.row_2 { background-color: #FFF; }

.tableBorder .category { width: 25%; }

.tableBorder .grey
{
	background-color: #F5F5F5;
	text-align: center;
}

.tableBorder .files,
.tableBorder .views { text-align: center; }

.tableBorder .border
{
	padding: 8px;
	border: #CCC 1px solid;
}

.tableBorder .title
{
	width: 100px;
	padding: 10px 0 0 0;
	text-align: center;
}

.category_dropdown { padding: 8px 0 0 5px; }

.breadcrumb
{
	padding: 8px 0 0 5px;
	font-size: 11px;
}
