@charset "utf-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-size: small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-weight: normal;
}

#headerWrapper {
	height: 139px;
	width: 100%;
	background: url(../images/bk-headWrapper.gif) repeat-x top;
	text-align: left;
}

#header {
	width: 800px;
	height: 139px;
	margin: 0 auto;
	background: url(../images/bk-headerBus.jpg) no-repeat right bottom;
}

#navigationWrapper {
	width: 100%;
	height: 42px;
	background: url(../images/bk-nav.gif) repeat-x;
	text-align: left;
}

#navigation {
	width: 800px;
	height: 42px;
	margin: 0 auto;
	background: url(../images/bk-navBus.jpg) no-repeat right;
}

#navigation ul {
	list-style-type: none;
}
#navigation li {
	display: inline;
	text-indent: -99999px;
}

#navigation li a {
	float: left;
	height: 42px;
}

.navHome a {
	width: 74px;
	background: url(../images/bk-navHome.gif) no-repeat left;
	margin-right: 1px;
}
.navHome a:hover {
	background-position: -74px;
}
.home .navHome a {
	background-position: right;
}

.navCompany a {
	width: 103px;
	background: url(../images/bk-navCompany.gif) no-repeat left;
	margin-right: 1px;
}
.navCompany a:hover {
	background-position: -103px;
}
.company .navCompany a {
	background-position: right;
}

.navProducts a {
	width: 99px;
	background: url(../images/bk-navProducts.gif) no-repeat left;
	margin-right: 1px;
}
.navProducts a:hover,
.products .navProducts a {
	background-position: -99px;
}
.productCat .navProducts a  {
	background-position: right;
}

.navServices a {
	width: 94px;
	background: url(../images/bk-navServices.gif) no-repeat left;
	margin-right: 1px;
}
.navServices a:hover {
	background-position: -94px;
}
.services .navServices a {
	background-position: right;
}


.navDownloads a {
	width: 114px;
	background: url(../images/bk-navDownloads.gif) no-repeat left;
	margin-right: 1px;
}
.navDownloads a:hover {
	background-position: -114px;
}
.downloads .navDownloads a {
	background-position: right;
}

.navNews a {
	width: 72px;
	margin-right: 133px;
	background: url(../images/bk-navNews.gif) no-repeat left;
}
.navNews a:hover,
.newsListing .navNews a  {
	background-position: -72px;
}
.news .navNews a {
	background-position: right;
}

.newsStory .navNews a {
	background-position: right;
}


.navContact a {
	width: 106px;
	background: url(../images/bk-navContact.gif) no-repeat left;
}
.navContact a:hover {
	background-position: -106px;
}
.contact .navContact a {
	background-position: right;
}


#contentWrapper {
	width: 100%;
	display: block;
	background: url(../images/bk-contentWrapper.gif) no-repeat center top;
	float: left;
	text-align: left;
}

#contentWrapperSub {
	width: 800px;
	margin: 0 auto;
}

#content {
	width: 798px;
	border: 1px solid #ebebeb;
	border-top: 0px;
	float: left;
}

#contentMain {
	width: 758px;
	float: left;
	padding: 20px;
	background: #fff;
	color: #525252;
}

#contentMain h2 {
	width: 758px;
	margin-bottom: 30px;
	font-size: 24px;
	color: #006699;
}
body.contact #contentMain h2 {
	margin-bottom: 0;
}

#contentMain p {
	font-size: 100%;
	line-height: 160%;
	margin-bottom: 10px;
}
#contentMain a {
	color: #525252;
}
#contentMain a:hover {
	color: #006699;
	text-decoration: none;
}



.titleHome {
	width: 370px;
	height: 30px;
	float: left;
	text-indent: -9999px;
	background: url(../images/title-home.gif) no-repeat top left;
}

.contentLeft {
	width: 478px;
	float: left;
	margin-right: 20px;
	display: inline;
}

body.news .contentLeft,
body.services .contentLeft,
body.productCat .contentLeft {
	width: 758px;
	float: left;
	margin-right: 20px;
	display: inline;
}

.contentLeft h3 {
	color: #006699;
	font-size: 21px;
	margin-bottom: 5px;
	display:block;
	clear: both;
}
body.contact .contentLeft h3 {
	margin-top: 30px;
}

.contentLeft h5 {
	color: #666;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 5px;
	display:block;
}

.contentLeft table {
	margin: 0 0 20px 0;
	border-collapse: collapse;
	width: 478px;
}
.contentLeft caption {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.contentLeft td {
	border-bottom: dotted 1px #ccc;
	padding: 2px 0;
}

.contentLeft ul,
.contentLeft ol {
	margin: 20px 0;
	list-style: outside;
}
.contentLeft ul li {
	margin: 0 0 3px 15px;
	padding: 3px 10px 5px 0;
	border-bottom: dotted 1px #ccc;
}
.contentLeft ol li {
	margin: 0 0 3px 0;
	padding: 3px 10px 5px 10px;
	border-bottom: dotted 1px #ccc;
}

.contentLeft dl {
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}
.contentLeft dt {
	font-weight: bold;
	width: 3%;
	float: left;
	padding: 1%;
	border-bottom: dotted 1px #ccc;
	display:block;
}
.contentLeft dd {
	width: 92%;
	padding: 1% 0 1% 2%;
	float: left;
	border-bottom: dotted 1px #ccc;
	display:block;
}
.contentRight {
	width: 259px;
	float: right;
}

#pageCats {
	width: 259px;
	margin: 0 0 30px 0;
}
#pageCats h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
#pageCats ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 259px;
}
#pageCats li {
	width: 259px;
}

#pageCats ul li {
	margin: 0;
	padding: 0;
}
#pageCats ul li a {
	background: #efefef;
	padding: 5px 10px;
	border: 0;
	font-size: 14px;
	display: block;
	margin: 0 0 2px 0;
	text-decoration: none;
}

#pageCats ul li a:hover {
	background: #7396cd;
	border: 0;
	color: #fff;
}
#pageCats ul li.current a {
	font-size: 125%;
	background: #0071ba;
	border: 0;
	color: #fff;
}

#prevCats {
	width: 259px;
}
#prevCats h3 {
	font-size: 14px;
	margin: 0 0 15px 0;
	color: #666;
}
#prevCats ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 259px;
}
#prevCats li {
	width: 259px;
}

#prevCats ul li {
	margin: 0;
	padding: 0;
}
#prevCats ul li a {
	background: #f7f7f7;
	padding: 5px 10px;
	color: #999;
	border: 0;
	display: block;
	font-size: 12px;
	margin: 0 0 2px 0;
	text-decoration: none;
}

#prevCats ul li a:hover {
	background: #b2c1e3;
	border: 0;
	color: #fff;
}
#prevCats ul li.current a {
	font-size: 125%;
	background: #0071ba;
	border: 0;
	color: #fff;
}


#pageContact {
	width: 227px;
	float: left;
	background: #e7e7e7;
	border: 1px solid #bbb;
	padding: 15px;
}

#pageContact ul {
	list-style-type: none;
}

#pageContact li {
	font-size: 100%;
	margin-bottom: 15px;
	padding-left: 40px;
}

#pageContact li a {
	color: #525252;
	text-decoration: underline;
}
#pageContact li a:hover {
	text-decoration: none;
}

.contactAddress {
	background: url(../images/bk-contactAddress.gif) no-repeat top left;
}

#contactEnq {
	list-style: none;
	margin: 0;
}

#contactEnq li {
	border: 0;
	margin: 0;
	padding-left: 30px;
}

.contactTel {
	background: url(../images/bk-contactTel.gif) no-repeat left;
}
#contactEnq li.contactTel {
	background: url(../images/bk-contactTel-white.gif) no-repeat left;
}

.contactFax {
	background: url(../images/bk-contactFax.gif) no-repeat  left;
}
#contactEnq li.contactFax {
	background: url(../images/bk-contactFax-white.gif) no-repeat  left;
}

.contactEmail {
	background: url(../images/bk-contactEmail.gif) no-repeat left;
}
#contactEnq li.contactEmail {
	background: url(../images/bk-contactEmail-white.gif) no-repeat left;
}


.newsArticle {
	width: 100%;
	float: left;
	display: block;
	border-bottom: dotted 1px #ccc;
	margin: 15px 0 0 0;
	background: url(../images/bk-fade-news.jpg) repeat-x bottom left #fff;
}
.articleImage {
	float: left;
	width: 155px;
	min-height: 100px;
	_height: 100px;
	padding: 0 0 10px 0;
}
.articleImage img {
	padding: 4px;
	border: solid 1px #ccc;
	background: #fff;
}
.articleText {
	width: 320px;
	float: left;
	min-height: 100px;
	_height: 100px;
}
.articleText h4 {
	font-size: 18px;
	color: #006699;
	font-weight: normal;
	margin-bottom: 10px;
}
.articleText h4 a {
	color: #color: #006699;
}
.articleText h5 {
	color: #999999;
	margin: 0;
	font-size: 12px;
}
.newsArticleList {
	float: right;
	width: 219px;
	padding: 0 20px;
	border-left: dotted 1px #ccc;
}
.newsArticleList a {
	font-weight: bold;
}
.date {
	font-size: 80%;
}

.productArticle {
	/*width: 100%;*/
	width: 758px;
	float: left;
	display: block;
	border-bottom: dotted 1px #ccc;
	margin: 15px 0 0 0;
	background: url(../images/bk-fade-news.jpg) repeat-x bottom left #fff;
	overflow:hidden;
}
.productImage {
	float: right;
	width: 250px;
	min-height: 100px;
	_height: 100px;
	padding: 0 10px 10px 0;
}
.productImage img {
	padding: 4px;
	border: solid 1px #ccc;
	background: #fff;
}
.productText {
	width: 475px;
	float: left;
	min-height: 100px;
	_height: 100px;
	margin: 0;
	padding: 0;
}
.productText h4 {
	font-size: 18px;
	color: #006699;
	font-weight: normal;
	margin-bottom: 10px;
}
.productText h4 a {
	color: #color: #006699;
}
.productText h5 {
	color: #999999;
	margin: 0;
	font-size: 12px;
}

.prodCat {
	width: 379px;
	float: left;
	display: block;
	border-bottom: dotted 1px #ccc;
	margin: 15px 0 0 0;
	/*background: url(../images/bk-fade-news.jpg) repeat-x bottom left #fff;*/
}
.prodCatImage {
	float: left;
	width: 379px;
}
.prodCatImage img {
	border: 0;
	/*padding: 4px;
	border: solid 1px #ccc;
	background: #fff;*/
}
.prodCatText {
	width: 379px;
	float: left;
	padding: 10px 0 10px 0;
}
.prodCatText h4 {
	font-size: 18px;
	color: #006699;
	font-weight: normal;
}
.prodCatText h4 a {
	color: #006699;
}
.prodCatText h4 a:hover {
	color: #525252;
}
.prodCatText h5 {
	color: #999999;
}


.prodListing {
	width: 239px;
	float: left;
	display: block;
	border-bottom: dotted 1px #ccc;
	margin: 15px 0 0 0;
	/*background: url(../images/bk-fade-news.jpg) repeat-x bottom left #fff;*/
}
.prodListingImage {
	float: left;
	width: 239px;
	text-align: center;
}
.prodListingImage img {
	border: 0;
	/*padding: 4px;
	border: solid 1px #ccc;
	background: #fff;*/
}
.prodListingText {
	width: 239px;
	text-align: center;
	float: left;
	padding: 10px 0 10px 0;
}
.prodListingText h4 {
	font-size: 18px;
	color: #006699;
	font-weight: normal;
}
.prodListingText h4 a {
	color: #006699;
}
.prodListingText h4 a:hover {
	color: #525252;
}
.prodListingText h5 {
	color: #999999;
}


#contentBase {
	width: 758px;
	float: left;
	border-top: 1px solid #ebebeb;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 90%;
	display: inline;
}
#contentBase ul {
	list-style-type: none;
	float: left;
}
#contentBase li {
	display: inline;
	color: #6183c2;
}

#contentBase li a {
	color: #6183c2;
	text-decoration: none;
}
#contentBase li a:hover {
	text-decoration: underline;
}


#contentBase p {
	float: right;
}
#contentBase p a {
	color: #aaa;
	text-decoration: none;
}
#contentBase p a:hover {
	color: #99cc00;
}

.homeFindOutMore {
	width: 111px;
	height: 15px;
	float: left;
	text-indent: -9999px;
	background: url(../images/title-findOutMore.gif) no-repeat top left;
	margin-top: 25px;
	margin-bottom: 20px;
}

.homeFeatured {
	width: 478px;
	float: left;
	list-style-type: none;
}
.homeFeatured li {
	display: inline;
	text-indent: -9999px;
	border: 0;
	padding: 0;
	margin: 0;
}

#gallery {
	float: left;
	width: 478px;
	height: 279px;
	display: block;
}

.homeFeatured {
	margin-top: 10px;
	display: block;
	float: left;
}
.homeFtd  {
	background: url(../images/bk-homeCat.gif) no-repeat top left;
	width: 148px;
	float: left;
	height: 131px;
	margin-bottom: 12px;
	margin-right: 10px;
	display: block;
	display: inline;
}
.homeFtd a {
	cursor: pointer;
	display: block;
	width: 148px;
	height: 129px;
}
.homeFtd a span {
	display: block;
	float: left;
}
.homeFtd img {
	padding: 1px;
	* padding: 1px 1px 5px 1px;
	width: 145px;
	height: 93px;
}
.homeFtdImg {
	width: 146px;
	padding: 1px;
	height: 92px;
	display: block;
}
.homeFtdimg a img {
	border-bottom: solid 1px #bfbfbf;
	width: 145px;
	height: 92px;
}
.homeFtdButton {
	height: 17px;
	width: 128px;
	display: block;
	padding: 5px 10px 10px 10px;
}

.homeFtd1 a {
	width: 148px;
	height: 131px;
	float: left;
	background: url(../images/home-ftd1.gif) no-repeat top left;
	margin-right: 17px;
}

.homeFtd2 a {
	width: 148px;
	height: 131px;
	float: left;
	background: url(../images/home-ftd2.gif) no-repeat top left;
	margin-right: 17px;
}

.homeFtd3 a {
	width: 148px;
	height: 131px;
	float: left;
	background: url(../images/home-ftd3.gif) no-repeat top left;
}

.homeBanners {
	width: 259px;
	float: left;
	list-style-type: none;
	margin-top: 15px;
}
.homeBanners li {
	float: left;
	display: block;
}
.homeBanners li a {
	margin-bottom: 15px;
	text-indent: -99999px;
	width: 259px;
	height: 110px;
	float: left;
}
.homeBanner1 a {
	background: url(../images/home-banner1.gif) no-repeat top left;
}
.homeBanner2 a {
	background: url(../images/home-banner2.gif) no-repeat top left;
}


#footerWrapper {
	width: 100%;
	text-align: left;
	float: left;
}

#footer {
	width: 760px;
	margin: 0 auto;
	color: #bbb;
	font-size: 90%;
	padding: 20px;
}



/* GENERIC STYLES */

.access {
	display: none;
}

.error {
	color: #FF0000;
}

.clear {
	clear: both;
}

img {
	border: 0px;
}

a:active {
	outline: none;
}
a:focus {
	outline: none;
}

ul#info {
	margin: 0;
	list-style: none;
}
ul#info li {
	margin: 0;
}

ul#info li.pdf {
	padding-left: 25px;
	background: url(../images/page_white_acrobat.gif) no-repeat 1% 50%;
	_background: none;
	font-size: 10px;
}
ul#info li.pdf a {
	font-size: 13px;
	margin: 0 5px 0 0;
	display: inline;
}
ul#info li.doc {
	padding-left: 25px;
	background: url(../images/page_white_word.gif) no-repeat 1% 50%;
	font-size: 10px;
}
ul#info li.doc a {
	font-size: 13px;
	margin: 0 5px 0 0;
	display: inline;
}

ul#press {
	margin: 15px 0;
	width: 478px;
	list-style: none;
}

ul#press li {
	margin: 0;
}

ul#press li.pdf {
	padding-left: 6%;
	background: url(../images/page_white_acrobat.gif) no-repeat 1% 50%;
	font-size: 10px;
}
ul#press li.pdf a {
	font-size: 13px;
	margin: 0 5px 0 0;
	display: inline;
}
ul#press li.doc {
	padding-left: 6%;
	background: url(../images/page_white_word.gif) no-repeat 1% 50%;
	font-size: 10px;
}
ul#press li.doc a {
	font-size: 13px;
	margin: 0 5px 0 0;
	display: inline;
}


ul#downloads {
	margin: 0 0 15px 0;
	width: 478px;
	list-style: none;
}

ul#downloads li {
	margin: 0;
}

ul#downloads li.pdf {
	padding-left: 6%;
	background: url(../images/page_white_acrobat.gif) no-repeat 1% 50%;
	font-size: 10px;
}
ul#downloads li.pdf a {
	font-size: 13px;
	margin: 0 5px 0 0;
	display: inline;
}
ul#downloads li.doc {
	padding-left: 6%;
	background: url(../images/page_white_word.gif) no-repeat 1% 50%;
	font-size: 10px;
}
ul#downloads li.doc a {
	font-size: 13px;
	margin: 0 5px 0 0;
	display: inline;
}

#show {
	width: 259px;
	min-height: 163px;
	_height: 163px;
	margin: 0 0 30px 0;
}	
.note {
	font-size: 80%;
}
#map {
	margin: 10px 0;
	border: solid 1px #bbb;
}
/* GALLERY */
#myGallery
{
	width: 259px;
	height: 163px;
	float: left;
	display: block;
	margin: 0 0 30px 0;
}

#myGalleryCompany
{
	width: 468px;
	height: 259px;
	float: left;
	display: block;
	margin: 0 0 30px 0;
}

.bbGallery
{
	overflow: hidden;
	position: relative;
}

.bbGallery img
{
	border: 0;
	margin: 0;
}

.bbGallery .slideElement
{
	width: 259px;
	height: 163px;
	background-color: #fff;
	background-repeat: no-repeat;
}

.bbGallery .loadingElement
{
	width: 259px;
	height: 163px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-white.gif');
}

.bbGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 249px;
	padding: 0 5px;
	margin: 0;
	left: 0;
	bottom: 0;
	height: 16px;
	background: #000;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
	text-align: left;
}

* html #myGallery .bbGallery .slideInfoZone
{
	bottom: -1px;
}

.bbGallery .slideInfoZone h2
{
	padding: 0 !important;
	margin: 0 !important;
	width: 239px !important;
	font-size: 11px !important; 
	color: #fff !important;
}


.bbGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
	/*display: none;*/
}

.bbGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.bbGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.bbGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.bbGallery .carousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.bbGallery .carousel .carouselInner
{
	position: relative;
}

.bbGallery .carousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #fff;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.bbGallery .carousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.bbGallery .carousel .label .number
{
	color: #b5b5b5;
}

.bbGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.bbGallery a.right, .bbGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

* html .bbGallery a.right, * html .bbGallery a.left
{
	filter:alpha(opacity=100);
}

.bbGallery a.right:hover, .bbGallery a.left:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.bbGallery a.left
{
	left: 0;
	top: 82px;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .bbGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.bbGallery a.right
{
	right: 0;
	top: 82px;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .bbGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.bbGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
/*#myGallery
{
	text-align: left;
	margin: 0 auto;
}*/

#panorama {
	float: left;
	width: 758px;
	margin: 0 0 20px 0;
}

.staticImage {
	float: left;
	width: 259px;
	margin: 0 0 20px 0;
	display: block;
}
