@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(img/tbgg1.png) no-repeat center top;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.style2 {
	color: #FFCE8B
}
#wrapper {
	width: 100%;
	position: relative;
	top:0px;
	z-index: -1;
}
.caroufredsel_wrapper {
	width: 100% !important;
	height:400px !important;
}
.caroufredsel_wrapper1 {
	width: 100% !important;
	height: 175px;
}
#carousel div {
	width: 100%;
	height: 400px;
	overflow: hidden;
	float: left;
}
#carousel div img {
	width: auto;
	height: 400px;
	min-width: 100%;
	min-height: 400px;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.style9 {
	font-size: 12px
}
.style10 {
	color: #B01B17
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.style13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
.style14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}
.topmenu {
	width:100%;
	height:81px;
	position:fixed;
	top:0px;
	background-image:url(pioneerimages/menubg.png);
	background-repeat:repeat-x;
}
.header {
	width:990px;
	height:81px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	width:281px;
	height:134px;
	float:left;
	background:#FFFFFF;
	border:#ccc solid thin;
	margin-left:15px;
}

.brochure {
	width:163px;
	height:37px;
	float:right;
	background:#FFFFFF;
	margin-right:15px;
	margin-top:2px;
}

.rtmenu {
	width:800px;
	height:81px;
	float:right;
	margin-right:60px;
}
/* menu*/
a#vlb {
	display:none
}
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu {
	width: 850px;
}
#menu:before,  #menu:after {
	content: "";
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom:1;
}
#menu li {
	float: left;
	border-right: 1px solid #222;
	position: relative;
}
#menu a {
	float: left;
	padding: 12px 18px;
	color: #fff;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
}
#menu li:hover > a {
	color: #fafafa;
}
*html #menu li a:hover { /* IE6 only */
	color: #fafafa;
}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 105;
	background: #444;
	background: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-box-shadow: 0 -1px rgba(255, 255, 255, .3);
	-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
}
#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	padding: 10px;
	width: 130px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}
#menu ul a:hover {
	background-color: #E5541B;
	background-image: -moz-linear-gradient(#EC7104, #E5541B);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EC7104), to(#E5541B));
	background-image: -webkit-linear-gradient(#EC7104, #E5541B);
	background-image: -o-linear-gradient(#EC7104, #E5541B);
	background-image: -ms-linear-gradient(#EC7104, #E5541B);
	background-image: linear-gradient(#EC7104, #E5541B);
}
#menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #EC7104;
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3;
	border-bottom-color: transparent;
}
#menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
/* Mobile */
	#menu-trigger {
	display: none;
}
 @media screen and (max-width: 600px) {

		/* nav-wrap */
		#menu-wrap {
 position: relative;
}
 #menu-wrap * {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

		/* menu icon */
		#menu-trigger {
 display: block; /* show menu icon */
 height: 40px;
 line-height: 40px;
 cursor: pointer;
 padding: 0 0 0 35px;
 border: 1px solid #222;
 color: #fafafa;
 font-weight: bold;
 background-color: #111;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
 border-radius: 6px;
 -moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
 -webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
 box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
}
		
		/* main nav */
		#menu {
 margin: 0;
padding: 10px;
 position: absolute;
 top: 40px;
 width: 100%;
 z-index: 107;
 background-color: #444;
 display: none;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}
 #menu:after {
 content: '';
 position: absolute;
 left: 25px;
 top: -8px;
 border-left: 8px solid transparent;
 border-right: 8px solid transparent;
 border-bottom: 8px solid #444;
}
 #menu ul {
 position: static;
 visibility: visible;
 opacity: 1;
 margin: 0;
 background: none;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}
 #menu ul ul {
 margin: 0 0 0 20px !important;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}
 #menu li {
 position: static;
 display: block;
 float: none;
 border: 0;
 margin: 5px;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}
 #menu ul li {
 margin-left: 20px;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}
 #menu a {
 display: block;
 float: none;
 padding: 0;
 color: #999;
}
 #menu a:hover {
 color: #fafafa;
}
 #menu ul a {
 padding: 0;
 width: auto;
}
 #menu ul a:hover {
 background: none;
}
 #menu ul li:first-child a:after,  #menu ul ul li:first-child a:after {
 border: 0;
}
}
 @media screen and (min-width: 980px) {
 #menu {
 display: block !important;
}
}
/* iPad */
	.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;
}
#menu li:hover > .no-transition {
	display: block;
}
.trecol {
	width:1000px;
	margin:auto;
	margin-top:-28px;
	padding:2px;
	background:url(img/tbbg.png) no-repeat center;
	padding:20px;
}

.tre {
	height:59px;
	width:100%;
	background:url(img/tbbg.png) repeat-x;
	}
		
		
		.style15 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.btbrd {	border-bottom:#CCCCCC thin solid;
}
.style20 {	font-family: Calibri;
	font-size: 24px;
	color: #636161;
}
.style16 {	color: #8D8D8D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style17 {	font-family: Calibri;
	color: #F26827;
	line-height: 21px;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: bold;
}
.style18 {	font-family: Arial, Helvetica, sans-serif;
	color: #8D8D8D;
	line-height: 21px;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.style19 {color: #8D8D8D}
.style5 {	font-family: Calibri;
	color: #333333;
	line-height: 21px;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.bxed {	border:#D4D2D2 thin solid;
	padding:3px;
}
.style21 {	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style22 {font-family: Calibri; color: #333333; line-height: 21px; font-size: 14px; letter-spacing: 0.5px; font-weight: bold; }
.style7 {color: #CC3300}
.style23 {color: #FFFFFF}
.style24 {font-family: Calibri; color: #F26827; line-height: 21px; font-size: 18px; letter-spacing: 0.5px; font-weight: bold; }
a:link {
	color: #EC4700;
}
a:visited {
	color: #333333;
}

.rtbrd {
	border-left:#E8E8E8 thin solid;
}
.btbrd {
	border-bt:#F4F4F4 thin solid;
}
