body {
	padding:0px;
	margin:0px;
	font-family: Arial, Sans-Serif, Helvetica;
	font-weight: normal;
	color: #000000;
	background-image:url(/images/body_background.gif); 
	background-position:top center; 
	background-repeat:repeat-y;
}

html, body {
	height: 100%;
}



h1 {
/*
	background: solid;
	border-left: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
	background-color: #FFCC00;
	border-top: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
*/
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 160%;
	color: #46454A;
	border-bottom: 1px solid #499E49;
	font-family:Impact, Sans-Serif;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #003300;
}

h3 {
	background: solid;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #DBEDDB;
	font-size: 10pt;
	color: #003300;
	border-top: 1px solid #DBEDDB;
	border-bottom: 1px solid #DBEDDB;
}

h4 {
	background: solid;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #DBEDDB;
	font-size: 100%;
	color: #003300;
	border-top: 1px solid #DBEDDB;
	border-bottom: 1px solid #DBEDDB;
	padding: 5px 0px 5px 3px;
	_height: 15px;

}

.warning {
	color: red;
	text-align: center;
}

#canvas_background_1 {
	background-color: #F0F0F0;
}

#canvas_background_2 {
	background-image:url(/images/navigation_background.gif); 
	background-position:top left; 
	background-repeat:repeat-x;
	height: 100%;
}

#canvas {
	min-height: 100%;
	width: 980px;
	text-align: left; 
	margin: 0 auto;
	background-color: #fff;
}





/* ie6 hack */
* html #canvas_background_1 {

}

* html #canvas_background_2 {
	height:100%
}

* html #canvas {
	height:100%
}


#top-bar {
	width: 100%;
	height: 90px;
	position: relative;
	background-color: #fff;
}

#top-bar-bgimage {

}

#sub-navigation {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 438px;
}

#telephone-number {
	float: left;
	width: 430px;
	margin: 8px 0px 0px 0px;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
}

#select-language-area {

}

#select-language {
	float: left;
	margin-left: 20px;

}

#select-language {
	list-style-type: none;
	margin: 0px;
	font-size: 9px;
	width: auto;
	padding: 0px;
}

#select-language li {
	display: inline;
	width: auto;
	margin:0px;
}

#select-language li a {
	display: block;
	background-image: url('/images/flag-icons.png');
	background-repeat: repeat;
	margin-right: 4px;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 8px;
}

#select-language li span {
	display: none;
}

#select-language li a#language-es {
	background-position: -32px 0px;
}

#select-language li a#language-fr {
	background-position: -64px 0px;
}

#select-language li a#language-de {
	background-position: -96px 0px;
}

#select-language li a:hover {
	background-image: url('/images/flag-icons_over.png');
}

#select-language li a.current {
	background-image: url('/images/flag-icons_over.png');
}


#select-language select {
	font-size: 7pt;
}


#sub-navigation ul {
	margin: 0px;
	_margin-top: 2px;
	list-style-type: none;
	padding-left: 0px;
	float: right;
}

#sub-navigation li {
	display: inline;
	margin: 0px;
	color: #ffffff;
	font-size: 8pt;
	font-weight: normal;
}

#sub-navigation a {
	padding: 0px 4px 0px 4px;
	margin: 0px;
	width: auto;
	color: #333;
}

#sub-navigation a:hover {
	text-decoration: underline;
	color: #00360;
}

#sub-navigation a:unknown {
	text-decoration: underline;
	color: #ffffff;
}

#sub-navigation a:active {
	text-decoration: underline;
	color: #FFFDE8;
}

#main-navigation {
	width: 100%;
	height: 30px;
	background-color: #499E49;
	background-color: #293D8E;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

#main-navigation ul {
	margin: 0px;
	width: 959px;
	list-style-type: none;
	padding-left: 0px;
	float: left;
	border-right: 1px solid #fff;
}

#main-navigation li {
	display: inline;
	margin: 0px;
}

#main-navigation a {
	background: #499E49;
	background: #293D8E;
	float: left;
	display: block;
	padding: 5px 12px 9px 12px;
	border-left: #8FCB8F 1px solid;
	border-right: #8FCB8F 1px solid;
	border-color: #fff;
	margin: 0px;
	width: auto;
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

#main-navigation a:hover {
	background: #003600;
	background: #1D2C65;
	text-decoration: underline;
	color: #ffffff;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
}


#main-navigation .current {
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	background: #003300;
	background: #1D2C65;
	color: #ffffff;
	text-decoration: none;
}

#main-navigation a.last {
	border-right: none;
}

#navigation-bar {
	background-color: blue;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	height: 20px;
}

#middle-bar {
	width: 100%;
	height: auto;
}

#middle-bar-background {
/*
	background-image:url(/images/biglogopagebg.png); 
	background-position:bottom right; 
	background-repeat:no-repeat;
	min-width: 1000px;
*/
	height: auto;
}

#main-content {
	width: 630px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	color: #333;
	font-size: 80%;
	font-weight: normal;
	height: auto;
}

#main-content p {
	margin-top: 0px;
	line-height: 160%;
}

#main-content a {
	color: #003300;
}

#main-content-wide {
	width: 750px;
}

.main-picture {
	margin-bottom: 10px;
}

#side-navigation-area {
	width: 140px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 9pt;
	margin-bottom: 1em;
	float: left;
	margin-top: 24px;
	margin-left: 10px;
}

.border-top-tidy {
	border-top: #EAF4EA 1px solid;
}

#side-navigation .current {
	color:#499E49;
	background-image: url('/templates/images/submenucurrent.gif');
	text-decoration: underline;
}

#side-navigation-area ul {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}


#side-navigation-area li {
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

#side-navigation-area li span {
	padding-right: 5px;
	display: block;
	padding-left: 5px;
	font-weight: normal;
	padding-bottom: 6px;
	color: #003300;
	padding-top: 6px;
}

#side-navigation-area li span#configparent {
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 0px;
}

#side-navigation-area li span #configuration {
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 0px;
}

#side-navigation-area p {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: #EAF4EA 1px solid;
	display: block;
}


#side-navigation-area .heading {
	padding: 4px 0px 2px 0px;
	display: block;
}

#side-navigation-area .family-heading {
	display: block;
	background-color: #499E49;
	color: #ffffff;
}

#side-navigation-area .family-heading a:hover {
	color: #ffffff;
}

#side-navigation-area li a {
	padding: 4px 0px 2px 6px;
	border-bottom: #003300 1px solid;
	border-bottom: #499E49 1px solid;
	border-bottom: #EAF4EA 1px solid;
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #003300;
	background-image:url('/templates/images/submenuheading.gif');
	background-repeat:no-repeat;
	background-position:0px 10px;
}

#side-navigation-area li a:hover {
	background-image:url('/templates/images/submenuitem.gif');
	color: #499E49;
	text-decoration: underline;
}

#side-navigation-area li .current {
	background-image:url('/templates/images/submenuitem.gif');
	color: #499E49;
}

#side-navigation-area li li a {
	padding: 4px 0px 4px 11px;
	background-position:4px 10px;
	font-weight: normal;
	border-bottom: #EAF4EA 1px solid;
}

#side-navigation-area li li span {
	padding: 4px 0px 4px 11px;
}

#side-navigation-area li li li a {
	padding: 2px 0px 2px 18px;
	background-position:11px 7px;
	font-size: 9pt;
	border-bottom: #499E49 1px solid;
	border-bottom: #EAF4EA 1px solid;
}

#side-navigation-area li li li span {
	padding: 4px 0px 4px 16px;
}

#side-navigation-area li li li li a {
	padding: 4px 0px 4px 21px;
	background-position:15px 10px;
}

#side-navigation-area li li li li span {
	padding: 4px 0px 4px 21px;
}

#side-navigation-area li li li li li a {
	padding: 4px 0px 4px 25px;
	background-position:20px 10px;
}

#side-navigation-area li li li li li span {
	padding: 4px 0px 4px 25px;
}


#side-content {
	width: 170px;
	float: right;
	margin-right: 10px;
	margin-top: 56px;
	height: auto;
}

#footer-bar-background {
	background-image:url(/images/page-background-dark_block.png); 
	background-position:bottom left; 
	background-repeat:repeat-x;
}

#footer-bar {
	width: 980px;
	text-align: left; 
	margin: 0 auto;
	border-top: 1px solid #ffffff;
	height: 100px;
	background-image:url(/images/page-background_block.png); 
	background-position:bottom left; 
	background-repeat:repeat-x;
/*
	position: absolute;
	bottom: 0px;
*/
}




#pioneerlogo {
	margin-top: 5px;
	margin-left: 10px;
}

.clearboth {
	clear: both;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.products-pump {
	width: 100%;
	margin-left: 10px;
	margin-bottom: 15px;
/*	border: 1px solid orange; */
	clear: both;
}

#pump-familys-select {
	float: left;
	width: 180px;
/*	border: 1px solid red; */
}

#pump-familys-select a {
	font-size: 10pt;
	display: block;
	background-color:#499E49;
	width: 180px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #003300;
	height: 30px;
	padding-top: 5px;
	margin-bottom: 5px;
}

#pump-familys {
	float: right;
	width: 430px;
/*	border: 1px solid red; */
}


.pump-family {
	width: 420px;
	border: 5px solid #DBEDDB;
	margin-bottom: 10px;
}

.products-pump img {
	border: 0;
}

.products-pump .text {
	width: 300px;
	float: right;
	font-size: 8pt;
/*	border: 1px solid green;  */
}

.products-pump .text a {
	font-weight: bold;
	font-size: 9pt;
}

.industries {
	float: left;
	width: 170px;
}

#pump-picture-area {
	float:right;
	width:230px;
	text-align: right;
	height: auto;
}

#main-pump-picture img {
	border:1px solid #023401;
}

#main-pump-picture {
	float:right;
	width:230px;
	text-align: right;
	height: 225px;
}


.thumbnail {
	margin-left: 2px;
	margin-top: 4px;
}

#pump-selector {
	color: #ffffff;
	background-color: #024500;
	border-top: 3px solid #024500;
	border-bottom: 3px solid #024500;
	font-size: 10pt;
}

#pump-selector-padding {
	margin: 4px;
}

#pump-selector select {
	font-size: 8pt;
}

#pump-selector .background {
	background-color: #499E49;
	border-top: 2px solid #499E49;
	border-bottom: 2px solid #499E49;
	font-weight: bold;
	margin-bottom: 10px;
}

#pump-selector p {
	margin-top:5px;
	margin-bottom:5px;
}

#pump-selector .button {
	border: 0px;
	font-size: 8pt;
}

#pump-selector a {
	color: #ffffff;
}

.shorter-h2 {
	width: 395px;
}

.evenshorter-h2 {
	width: 100%;
}

#specifications {
	width: 100%;
	font-size: 9pt;
	border-collapse: collapse;
}

#specifications td, th {
	border: 1px solid #DBEDDB;
}

#specifications .data-title {
	width: 165px;
}

#specifications .data-value {
	width: 150px;
}

#product-details-left {
	width: 320px;
	float: left;
	margin-right: 10px;
}

#product-details-right {
	float: left;
	width: 230px;
}

#product-details-far-right {
	float: left;
	width: 200px;
	margin-left: 10px;
}

.features {
	float: left;
	width: 160px;
}

.zoom-in {
	width: 100%;
	text-align: center;
	font-size: 7pt;
}

.tidy-headlines {
	font-size: 110%;
}

#news {
	width: 100%;
	border: 1px solid #499E49;
	font-size: 9pt;
	color: #003300;
	font-weight: normal;
	margin-bottom: 20px;
}

#news-title {
	background-color: #499E49;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}

.news-padding {
	padding: 3px;
}


#news ul {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-left: 15px;
	list-style-image: url('/templates/images/submenuheading.gif');
}

#news li {
	margin-bottom: 8px;
}

#news a {
	text-decoration: none;
	color: #000000;
}

#news a:hover {
	text-decoration: underline;
}

#side-content img {
	border: 1px solid #499E49;
}

#footer-content {
	text-align:right;
	font-weight: normal;
	font-size: 0.7em;
	margin-right: 10px;
	color: #fff;
	margin-top: 30px;
}

#footer-content fieldset {
	border: 0;
}

#footer-content legend {
	display: none;
}

#footer-content form {
	margin: 0;
}

#footer-content a {
	color: #9BB7E3;
	font-size: 0.6em;
	text-align: none;
}

#footer-content a:hover {
}

#footer-content p {
	margin-top: 50px;
}

#wscreative_link {
	width: 400px;
	float: left;
	text-align: left;
	margin-left: 10px;
}

#footerKeywords {
	width: 400px;
	float: right;
	text-align: right;
	margin-left: 10px;
}

#resources {
	margin-bottom: 10px;
	font-size: 75%;
}

#resources ul {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
	background: #499E49;
}

#resources li {
	padding: 0px;
	margin: 0px;
}

#resources a {
	width: auto;
	margin: 0px;
	display: block;
	background: #499E49;
	border-bottom: 1px solid #8FCB8F;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 0px 5px 3px;
	height: auto;
	_height: 15px;
}

#resources a:hover {
	text-decoration: underline;
}

#downloadadobe {
	font-size: 8pt;
	color: #666666;
}


#news-scroll{
	margin-left: 10px;
	width: 150px;
	height: 140px;
	border: none;
	background-color: #ffffff;
}

.image-no-border{
	border: none;
}

.banners {
	margin-top: 0px;
}

.banners a {
	display: block;
	width: 170px;
	height: 60px;
	background-repeat:no-repeat;
	background-position:top left;
}

.banners a span {
	display: none;
}

.banners #choose_your_pump {
	background-image:url(/images/choose-your-pump.png);
}

.banners #choose_your_pump:hover {
	background-position:bottom left;
}

.banners #pump_enquiry {
	background-image:url(/images/enquiry.png);
}

.banners #pump_enquiry:hover {
	background-position:bottom left;
}

/* Display News END */

#vertical-news {
	margin-left: 0px;
	padding-left:0px;
	list-style-type: none;
}

#news-items {

}

.news-item {
	width: 100%;
	margin-bottom: 20px;
}

.news-item a {
	text-decoration: none;
}

.news-item a:hover {
	text-decoration: underline;
}

.news-headline {
	width: 626px;
	font-size: 130%;
	font-weight: standard;
	margin-top: 5px;
	margin-bottom: 5px;
	background: solid;
	background-color: #DBEDDB;
	color: #003300;
	border-top: 1px solid #DBEDDB;
	border-right: 2px solid #DBEDDB;
	border-left: 2px solid #DBEDDB;
	border-bottom: 1px solid #DBEDDB;
}

.news-date {
	font-size: 120%;
	width: 100%;
	margin-bottom: 5px;
}


.news-story {

}

.news-story img {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #003300;
}

.news-picture {
	float: right;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

#header-images {
	float:left;
	width:180px;
	height: 100%;
}

#text-area {
	width: 430px;
	float: right;
}

#header-images img {
	margin-bottom: 5px;
	border:1px solid #003300;
}

#markets {

}

#markets .market {
	float: left;
	width: 300px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 80px;
}

#markets .market-picture {
	width: 50px;
	float: left;
}

#markets .market-text {
	float: right;
	width: 240px;
}

#markets .market-type {
	font-size: 130%;
	text-decoration: underline;
}

#markets a {
	text-decoration: none;
}

#markets img {
	border: 0px;
}

#markets p {
	line-height: 100%;
}

#markets a:hover {
	text-decoration: underline;
}

#map {
	margin-top: 10px;
	margin-bottom: 10px;
}

#multiple-image-area {
	width: 300px;
	height: 200px;
	background-color: red;
}

.products-pump-image {
	float: left;
	border: 1px solid #003300;
}

#industries-layout {

}

#industries-layout ul
{
	width: 500px;
	list-style-type: none;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 20px;
}


#industries-layout ul li
{
	float: left;
	width: 150px;
	background-image:url('/templates/images/submenuheading.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding: 0px 5px 0px 8px;
}

#curve-area {
	width: 225px;
	height: 170px;
}

#pump-features-layout {

}

#pump-features-layout ul
{
	margin-left: 10px;
	width: 300px;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-type: none;
	padding: 0px;
}

#pump-features-layout ul li
{
	float: left;
	width: 135px;
	background-image:url('/templates/images/submenuheading.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding: 0px 5px 0px 8px;
	font-size: 90%;
}

.readmore {
	margin-top: 3px;
	text-align: right;
	text-decoration: underline;
}

.larger-text {
	font-size: 130%;
}

.larger-text-red {
	font-size: 120%;
	color: #D87321;
}



/* Display Case Study */

#casestudy-items {

}

.casestudy-item {
	width: 100%;
	margin-bottom: 20px;
}

.casestudy-item a {
	text-decoration: underline;
}

.casestudy-item a:hover {
	text-decoration: none;
}

.casestudy-headline {
	width: 100%;
	font-size: 140%;
	font-weight: standard;
	margin-top: 5px;
	margin-bottom: 5px;
	background: solid;
	background-color: #DBEDDB;
	color: #003300;
	border-top: 1px solid #DBEDDB;
	border-bottom: 1px solid #DBEDDB;
}

.casestudy-date {
	font-size: 130%;
	width: 100%;
	margin-bottom: 10px;
}


.casestudy-story {

}

.casestudy-picture {
	float: right;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

#map-case-study-title {
	width: 100%;
	color: #003300;
	text-align: center;
	font-size: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: #DBEDDB;
	border-top: 2px solid #DBEDDB;
	border-bottom: 2px solid #DBEDDB;
}


/* Display Case Study END */

/* Not Found START */

#canvas-not-found {
	text-align: center;
	width: 100%;
}

#canvas-not-found img {
	border: none;
	margin-top: 50px;
}

#not-found {
	width: 600px;
	height: 200px;
	background-color: #ffffff;
	text-align: left;
	margin: 0 auto;
	margin-top: 30px;
}


#canvas-not-found h1 {
	background: solid;
	border-left: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #FFCC00;
	font-size: 130%;
	color: #003300;
	border-top: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
	text-align: center;
}

#canvas-not-found p {
	font-size: 80%;
	margin: 5px;
}

#canvas-not-found li {
	font-size: 80%;
	margin-top: 2px;
}

#canvas-not-found a {

}

/* Not Found END */

/* Pump Enquiry START */
#pump_enquiry {

}

#pump_enquiry .row {
	width: 100%;
	height: auto
}

#pump_enquiry .row-title {
	width: 120px;
	float: left;
	text-align: right;
	padding-right: 5px;
	height: 25px;
}

#pump_enquiry .row-input {
	width: 300px;
	float: left;
}

#pump_enquiry input {
	width: 200px;
}

#pump_enquiry select {
	width: 200px;
}

#pump_enquiry #headType, #pump_enquiry #capacityType {
	width: 80px;
}

#pump_enquiry textarea {
	width: 285px;
	height: 200px;
}

#pump_enquiry #sendEnquiry {
	width: 285px;
}

#pump_enquiry fieldset {
	padding: 10px;
	width: 550px;
	margin-left: 25px;
}




/* Pump Enquiry END */




/* Contact Us START */


.contact_address_area {
	width: 310px;
	float: left;
}

.contact_address_area_1 {
	margin-right: 10px;
}

.maps {
	width: 308px;
	height: 200px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #499E49;
}

#map2 {
	margin-left: 10px;
}

/* Contact Us END */













/* SLIMBOX CSS START */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/user_files/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/user_files/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/user_files/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/user_files/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* SLIMBOX CSS END */



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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 700px;
	height: 250px;
	overflow: hidden;
	margin-top: 20px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	width: 1000px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:138px;
	height: 250px;
}

#imageMenu ul li.products a {
	background: url(/user_files/homepage/products.jpg) repeat scroll 0%;
}

#imageMenu ul li.markets a {
	background: url(/user_files/homepage/markets.jpg) repeat scroll 0%;
}

#imageMenu ul li.case-studies a {
	background: url(/user_files/homepage/case-studies.jpg) repeat scroll 0%;
}

#imageMenu ul li.complete-solutions a {
	background: url(/user_files/homepage/complete-solutions.jpg) repeat scroll 0%;
}

#imageMenu ul li.about-us a {
	background: url(/user_files/homepage/about-us.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}


.barousel {
	position: relative;
	margin-bottom: 0px;
	width: 760px;
	height: 226px;
	margin-bottom: 10px;
}


.barousel_image
{
    position:absolute;
    z-index:10;
    width:760px;
    height:200px;
}

.barousel_image img
{
    position:absolute;
    display:none;
}

.barousel_image img.default
{    
    display:block;
}

.barousel_image img.current
{
    z-index:10;
}

.barousel_image img.previous
{
    z-index:5;
}

.barousel_content
{
    position:absolute;
    padding:15px 18px 0 18px;    
    z-index:50;
    background:url(/images/bg_barousel_content.png) repeat 0 0;
    color:#fff;
    width:247px;
    bottom:36px;
    left:10px;
}

.barousel_content div
{
    display:none;    
}

.barousel_content div.default
{
    display:block;    
}

.barousel_content a {
	text-decoration: none;
	color: #fff;
}


.barousel_content p
{
	font-size: 1.2em;
    font-weight:normal; 
    line-height:5px;
	color: #fff;
}

#main-content .barousel_content p.title
{
    font-size: 1.4em;;
    font-weight:normal;
    line-height: 5px;
    color:#fff55b;
}

.barousel_content a,
.barousel_content a:hover
{
    color:#fff55b;
    background-color:transparent !important;
}

.barousel_nav
{
    position:absolute;
    padding:3px 3px 0px 0;
    height:23px;    
    background:#499E49;
    bottom:0;
    z-index:20;
    width:757px;
}

.barousel_nav .counter
{    
    float:right;
    font-size:0.75em;
    color:#fff;
    margin:3px 5px 0 0;
}

.barousel_nav ul
{
    float:right;
    padding:0;
    margin:0;
}

.barousel_nav li
{
    float:left;
    padding-left:3px;
    font-size:0;
    line-height:0;
    list-style:none;
}

.barousel_nav li a
{
    display:block;
    width:25px;
    height:20px;
    background-color:#4d4d4d;
    font-size:0;
    line-height:0;
    text-decoration:none;
}

.barousel_nav li a:hover
{
    background-color:#6e6e6e;
}

.barousel_nav li a.current
{
    background-color:#fff55b;
}

.barousel img.ajax_loader
{
    display:none;
    position:absolute;
    z-index:99;
    top:70px;
    left:135px;
}

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


/* TinyMCE specific rules START */

body.mceContentBody {
	background: #FFF;
	background-color: #FFF;
	text-align: left;
	font-size: 80%;
}

/* TinyMCE specific rules END */


/* searchResults START */

#searchResults {
	
}


#searchResults
{
	width: 500px;
	list-style-type: none;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 20px;
}


#searchResults li
{
	background-image:url('/templates/images/submenuheading.gif');
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding: 0px 5px 0px 8px;
	margin-bottom: 10px;
}


/* searchResults END */
