/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
a , a:visited{
	color: #C1002D;
	text-decoration: none;
}
p a, ul a, ol a {
	text-decoration: underline;
}
a:hover {
	color: #26AAC7;
}
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
@font-face {
    font-family: 'din_light';
    src: url('../fonts/dinlight-webfont-webfont.eot');
    src: url('../fonts/dinlight-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinlight-webfont-webfont.woff') format('woff'),
         url('../fonts/dinlight-webfont-webfont.ttf') format('truetype'),
         url('../fonts/dinlight-webfont-webfont.svg#din_light') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'din_medium';
    src: url('../fonts/dinmedium-webfont-webfont.eot');
    src: url('../fonts/dinmedium-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinmedium-webfont-webfont.woff') format('woff'),
         url('../fonts/dinmedium-webfont-webfont.ttf') format('truetype'),
         url('../fonts/dinmedium-webfont-webfont.svg#din_medium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'droid_regular';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-webfont.svg#droid_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* ==========================================================================
   Base structure
   ========================================================================== */

body{ font:16px/26px Helvetica, Helvetica Neue, Arial; min-width:982px }

.wrapper{
	width:980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#header-container  {
	height: 155px;
	position:relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../img/structure/bg-nav.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #E2E0E3;
}
.cssgradients  #header-container {
background-image: linear-gradient(bottom, rgb(245,245,245) 33%, rgb(255,255,255) 67%);
background-image: -o-linear-gradient(bottom, rgb(245,245,245) 33%, rgb(255,255,255) 67%);
background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 33%, rgb(255,255,255) 67%);
background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 33%, rgb(255,255,255) 67%);
background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 33%, rgb(255,255,255) 67%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.33, rgb(245,245,245)),
	color-stop(0.67, rgb(255,255,255)));
}
.boxshadow #header-container{
    box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.60);
    -webkit-box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.60);
}
footer   {
	padding-bottom: 30px;
	background-image: url(../img/structure/footer_texture.png);
	background-repeat: repeat;
	margin-top: -10px;
	padding-top: 42px;
}
#main-container {
	background-color: #f9f9f9;
	background-image: url(../img/structure/bg-banner.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#alt #main-container {
	background-position: center -165px;
	padding-top: 0px;
}
#banner {
	overflow: hidden;
	height: 450px;

}

::-moz-selection { background: #f16529; color: #fff; text-shadow: none; }
#alt #banner {
	height: 70px;
}




#main{
	background-color: #FFF;
	position: relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
	background-image: url(../img/structure/bg-main.png);
	background-repeat: no-repeat;
	background-position: center 4px;
	padding-top: 37px;
	padding-bottom: 50px;
}
#alt #main article, #alt #main aside{
	padding-top: 30px;

}

.borderradius #main {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.boxshadow #main {
-webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.20);
-moz-box-shadow:    0px 0px 17px rgba(0, 0, 0, 0.20);
box-shadow:         0px 0px 17px rgba(0, 0, 0, 0.20);
}


#main aside, footer aside{
	float:right;
	width:260px;
	padding-right: 60px;
}



	

	#main article{
	float:left;
	width:510px;
	padding-left: 62px;
	padding-right: 30px;
	}
#main section {
	margin-bottom: 18px;
}

nav#primary{
	width: 815px;
	position: absolute;
	top: 117px;
	right: 60px;
	}

nav#primary li{
	float: right;
	background-image: url(../img/structure/nav-sep.png);
	background-repeat: no-repeat;
	background-position: right center;
}
nav#primary a{
	color:#6b6b70;
	text-align:center;
	text-decoration:none;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	padding-right: 25px;
	padding-left: 10px;
}
#primary a.drop {
	background-image: url(../img/structure/down-arrow.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 5px;
}
#primary  .first {
	margin-right: 0px;
	background: url(none);
}
#primary .first a {
	padding-right: 0px;
}


.fontface nav#primary a{
	font-family:"din_light", sans-serif;
}
nav#primary   a:hover     {
	color: #00B5FE;

}
#primary .current {
	font-family: "din_medium", sans-serif!important;
}

#AIRS-products {
	width: 298px;
	position: absolute;
	top: 143px;
	right: 266px;
	z-index: 10000;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../img/structure/menu-grad.png);
	background-repeat: no-repeat;
	background-position: center 2px;
	-webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:    0px 0px 17px rgba(0, 0, 0, 0.20);
	box-shadow:         0px 0px 17px rgba(0, 0, 0, 0.20);
	display: none;
}
#AIRS-products  .title span{
	color: #AA002D;
	margin-bottom: 9px;
	font-size: 30px;
}
#AIRS-products #close {
	position: absolute;
	top: 10px;
	right: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 13px;
	width: 13px;
	text-align: center;
	display: block;
}

#AIRS-products  .title {
	color: #393436;
	margin-bottom: 9px;
	font-size: 14px;
	line-height: 30px;
}

#AIRS-products  li a {
	text-decoration: none;
	padding-left: 15px;
	background-image: url(../img/structure/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	display: block;
	padding-bottom: 4px;
}
#AIRS-products  li a:hover {
	text-decoration: none;
	color: #26AAC7;
}
.fontface #AIRS-products .title span {
	font-family: "din_light", sans-serif;
}
.fontface #AIRS-products .title  {
	font-family: "din_medium", sans-serif;
}

.fontface  #AIRS-products  li  a      {
	font-family: "din_medium", sans-serif;
}
#AIRS-products ul li .current {
	padding-left: 30px;
	background-position: 15px;
	color: #26AAC7;
}

	
/* =============================================================================
   Typography
   ========================================================================== */	
h1{
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 24px;
	
}
h2{
	color: #6b6b70;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	margin: 0px;
}
h3{
	color: #393436;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 18px;
	line-height: 27px;
}
h4  {
	margin-bottom: 10px;
	font-weight: normal;
	color: #26aac7;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAF3F4;
	padding-bottom: 5px;
}
h5 {
	color: #2db2e6;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 9px;
}
h5 span {
	color: #5F5F63;
	font-size: 11px;
	display: block;
	line-height: 18px;
}


p, ul, ol, label{
	font-size:13px;
	color: #787471;
	line-height: 22px;
	margin-bottom: 12px;
	margin-top: 0px;
}

.fontface p{
	font-family:"droid_regular", sans-serif;

}
.fontface h1 {
	font-family:"din_light", sans-serif;
	font-weight:normal;
}
.fontface h1 , .fontface h2,  .fontface h5 span{
	font-family:"din_light", sans-serif;
	font-weight:normal;
}
.fontface h3 , .fontface h5{
	font-family:"din_medium", sans-serif;
	font-weight:normal;
}
#main header {
	margin-right: 62px;
	margin-left: 62px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	background-image: url(../img/structure/h2-underline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}
#alt #main header{
	margin-bottom: 15px;
}
#main header h2 {
	float: right;
	width: 500px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#alt header h2{
	margin-left: 0px;
	float: left;
	width: 800px;
}




#slider {
	/* You MUST specify the width and height */
	width:920px;
	height:380px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#mask-gallery {
	overflow:hidden;
	height: 380px;
}

#gallery {
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	z-index:0;
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {
	/* float left, so that the items are arrangged horizontally */
		float:left;
	}
#diag {
	background: url(../img/structure/bg-diag.png);
	height: 21px;
	width: 28px;
	z-index: 1000;
	position: absolute;
	left: -28px;
	top: 318px;
}



#mask-excerpt {
	/* Set the position */
	position:absolute;
	top:40px;
	left:-28px;
	z-index:500;
	/* width should be lesser than #slider width */
	width:476px;
	overflow:hidden;
}

.boxshadow #mask-excerpt {
background: rgba(10, 117, 169, 0.8);
	-webkit-box-shadow: 5px 5px 7px rgba(50, 50, 50, 0.68);
-moz-box-shadow:    5px 5px 7px rgba(50, 50, 50, 0.68);
box-shadow:         5px 5px 7px rgba(50, 50, 50, 0.68);
-moz-border-radius:0px 8px 8px 0px;
-webkit-border-radius:0px 8px 8px 0px;
border-radius:0px 8px 8px 0px;
}

.no-boxshadow #mask-excerpt{
background: url(../img/structure/bg-excerpt.png) no-repeat;
}

	
#excerpt {
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0px;
	left:0;
	/* Set the style */
	width:476px;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;
}
#shadow {
	background-image: url(../img/structure/banner-shadow.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 920px;
	position: absolute;
	bottom: 0px;
}


	#excerpt li {
	color: #FFF;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 58px;
	width: 350px;
	}
#excerpt .title {
	font-size: 24px;
	display: block;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.fontface #excerpt .title {
	font-family: "din_light", sans-serif;
}

#excerpt  .text {
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
	line-height: 35px;
}
#excerpt     .link a {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 25px;
	background: #2697C3;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	  -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
}
.cssgradients #excerpt  .link a {
border-top: 1px solid #37B7D7;
background: -webkit-gradient(linear, left top, left bottom, from(#23a4c4), to(#137eb0));
   background: -webkit-linear-gradient(top, #23a4c4, #137eb0);
   background: -moz-linear-gradient(top, #23a4c4, #137eb0);
   background: -ms-linear-gradient(top, #23a4c4, #137eb0);
   background: -o-linear-gradient(top, #23a4c4, #137eb0);
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
}

#excerpt      .link  a:hover {
	background: #1A6582;
	color: #FFFFFF;
	text-decoration: none;
}
.cssgradients #excerpt  .link a:hover {
 border-top: 1px solid #a7dae6;
   background: -webkit-gradient(linear, left top, left bottom, from(#23c1c4), to(#1da0ba));
   background: -webkit-linear-gradient(top, #23c1c4, #1da0ba);
   background: -moz-linear-gradient(top, #23c1c4, #1da0ba);
   background: -ms-linear-gradient(top, #23c1c4, #1da0ba);
   background: -o-linear-gradient(top, #23c1c4, #1da0ba);
   }
.fontface   #excerpt .text, .fontface #excerpt .link a {
	font-family: "droid_regular", sans-serif;
}

#scrollerNav {
	height: 70px;
	display: block;
}

#buttons  {
	margin-right: 60px;
	float: right;
	margin-top: 30px;
}
#scrollerNav #buttons  a{
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	height: 28px;
	width: 27px;
	display: block;
	line-height: 30px;
	float: left;
	background-image: url(../img/structure/pag-btns.png);
	background-repeat: no-repeat;
	text-indent: -99999em;
	margin-right: 10px;
	background-position: -28px 0px;
}
#scrollerNav #buttons .active {
	background-position: 0px 0px;
}

#scrollerNav h1 {
	float: left;
	margin-top: 25px;
	padding-left: 60px;
}

.fontface #scrollerNav {
	font-family: "din_light", sans-serif;
}
#contactBtns {
	float: right;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	width: 400px;
	margin-right: 60px;
}
#index  #contactBtns {
	width: 340px;
}

#main #contactBtns {
	margin-right: 0px;
	float: left;
	margin-top: 6px;
}
#main #contactBtns a {
	margin-top: 0px;
}

#contactBtns a{
	float: right;
	margin-top: 20px;
	background-image: url(../img/structure/button-sprite.png);
	background-repeat: no-repeat;
	height: 33px;
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	text-indent: -9999em;
}
a.btnRequest {
	background-position: -128px 0px;
	width: 185px;
}
a.btnRequest:hover {
	background-position: -128px -33px;
}
.btnContact {
	background-position: 0px 0px;
	margin-left: 20px;
	width: 128px;
}
.btnContact:hover {
	background-position: 0px -33px;
}

.fontface #contactBtns a {
	font-family: "din_light", sans-serif;
}
#logo {
	float: left;
	height: 65;
	width: 309px;
	position: absolute;
	left: 50px;
	top: 21px;
}
aside section.stuff {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	padding-top: 10px;
	padding-bottom: 7px;
	margin-bottom: 10px!important;

}
aside section.last {
	border-bottom-color: #e6e6e6;
	padding-top: 10px;
	padding-bottom: 7px;
	margin-bottom: 10px!important;
	border-bottom-width: 5px;
	border-bottom-style: solid;

}
aside .stuff img {
	background-color: #FFF;
	padding: 5px;
	display: block;
	border: 5px solid #E6E6E6;
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}


aside .news-box {
	background-color: #ebebeb;
	width: 260px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.news-box section {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D3D3D3;
	margin-bottom: 12px;
	padding-right: 15px;
	padding-left: 15px;
}
.news-box span.news-title {
	color: #FFF;
	background-color: #393436;
	display: block;
	font-size: 14px;
	background-image: url(../img/structure/bg-news.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 25px;
	margin-bottom: 15px;
	line-height: 20px;
}
.news-box .news-title strong  {
	font-size: 11px;
	color: #EBEBEB;
}

.news-box span.news-title:before{
	content:url(../img/structure/icon.png);
	padding-right:14px;
	position:relative;
	bottom:-4px
}
.fontface .news-box span.news-title {
	font-family: "din_medium", sans-serif;
	font-size: 15px;
}



.news-box section p {
	font-size: 11px;
	color: #000;
	line-height: 20px;
	margin-bottom: 6px;
	padding-bottom: 5px;
}
.news-box section p span {
	color: #339dc6;
	font-weight: normal;
	line-height: 21px;
	font-size: 13px;
}
.fontface .news-box section p span {
	font-family: "din_medium", sans-serif;
}
.mini-menu {
	margin-bottom: 0px;
}
.mini-menu li {
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 19px;
	float: left;
	width: 100px;
	margin-right: 20px;
}
.extended li  {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 19px;
	float: none;
	width: 250px!important;
	margin-right: 20px;
}
.mini-menu a {
	text-decoration: none;
	background-image: url(../img/structure/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 4px;
	font-family: "din_medium", sans-serif;
}
.mini-menu a.current  {
	padding-left: 20px;
	background-position: 10px 4px;
	color: #26AAC7;
}
.bullets li {
	background-image: url(../img/structure/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 15px;
	margin-left: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.contactDetails {
	margin-bottom: 22px;
}

.contactDetails p{
	line-height: 13px;
	font-size: 12px;
}
#IntRepWrapper {
	background-color: #f1f5f7;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
	margin-bottom: 10px;
	position: relative;
}
#IntRepWrapper p {
	font-size: 12px;
	margin-bottom: 6px;
}
#facebook a {
	height: 30px;
	width: 31px;
	position: absolute;
	text-indent: -99999em;
	top: 41px;
	right: 16px;
	background-image: url(../img/structure/button-sprite.png);
	background-repeat: no-repeat;
	background-position: -314px 0px;
}
#facebook a:hover {
	background-image: url(../img/structure/button-sprite.png);
	background-repeat: no-repeat;
	background-position: -314px -32px;
}


img.border {
	border: 6px solid #e6e6e6;
	margin-bottom: 10px;
}
footer a , footer a:visited{
	color: #26AAC7;
}
footer a:hover {
	color: #939796;
}

footer ul a {
	text-decoration: none;
}

footer section {
	padding-right: 62px;
	padding-left: 62px;
	padding-bottom: 19px;
}

footer p span {
	font-size: 17px;
	color: #a1a1a1;
}
.fontface footer p span {
	font-family: "din_medium", sans-serif;
}

footer p , footer li{
	color: #787471;
	font-size: 12px;
}
footer .col1 {
	width: 150px;
}
footer .col2 {
	float: right;
	width: 194px;
}
footer .col2 div {
	width: 194px;
	margin-bottom: 20px;
	float: right;
}

footer .col2 p    {
	text-align: right;
}
#table {
	font-size: 12px;
	width: 100%;
	background-color: #eeeeee;
}
#table  th{
	color: #FFF;
	padding: 3px 5px;
	border: 1px solid #CCC;
	background-color: #AAA;
}
#table  td{ padding: 3px 5px; border: 1px solid #CCC; }
#table .odd td {
	background-color: #F8F8F8;
}

#table  td.col2 {
	background-color: #F9F9F9;
}
#table  td.col3 {
	background: #ffc6e6;
}
#SliderContainer {
	width:550px;
	position:relative;
	margin-top: -35px;
}

#slides{
	height:336px;
	position:relative;
	width:auto;
	overflow: hidden;
	background-image: url(../img/carousel/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.pics{padding:0; margin:0; overflow:hidden}
#slides .slideFrame{
	height:336px;
	width:550px;
	overflow: hidden;
	position: relative;
}
.ie8 #slides .slideFrame{background-color:transparent!important}
#slides .slideFrame img{
	float:right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
#slides .textFrame{
	position: absolute;
	z-index: 2;
	width: 160px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	left: 0px;
	top: 52px;
}
.opacity #slides .textFrame{
background-color: rgba(16,128,176,0.7); 
}
.no-opacity #slides .textFrame{
	background: url(../img/structure/bg-trans-txt.png) repeat-x; 
}
#slides span, #slides .textFrame li{
	color:#FFFFFF;
	font-size:15px;
	font-weight:normal;
	display: block;
	margin-bottom: 5px;
}
.fontface #slides span, #slides .textFrame li{
	font-family:"din_medium", Arial
}
.textshadow #slides span, #slides .textFrame li{text-shadow:0px 2px 1px #0f678b}
.textFrame  li {
	background-image: url(../img/structure/tick.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: 0px 2px;
}
#pager   {
	height: 30px;
	width: 300px;
	position: relative;
	margin-left: 180px;
}
#pager a {
	text-decoration: none;
	height: 14px;
	width: 14px;
	display: block;
	float: left;
	background-image: url(../img/structure/slider-dots.jpg);
	margin-left: 10px;
	font-size: 0.001em;
	background-repeat: no-repeat;
	background-position: -14px 0px;
	text-indent: -999999em;
}
#pager a.activeSlide {
	background-image: url(../img/structure/slider-dots.jpg);
	background-position: -29px 0px;
	height: 14px;
	width: 14px;
	background-repeat: no-repeat;
}
#pager a:hover {
	outline: none;
	background-image: url(../img/structure/slider-dots.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}




/* =============================================================================
   Non-Semantic Helper Classes & tools
   ========================================================================== */
 #tooltip { background: none repeat scroll 0 0 #F7F5D1; border: 1px solid #333333; color: #333333;display: none; padding: 2px 5px; position: absolute;}








.col1 {
	width: 235px;
	float: left;
	margin-right: 35px;
}
.col2 {
	width: 235px;
	float: left;
}
.call {
	position: absolute;
	top: 26px;
	width: 320px;
	font-size: 24px;
	color: #219FC1;
	text-align: right;
	right: 60px;
	line-height: 22px;
}
.call span {
	font-size: 12px;
	color: #787471;
	text-align: right;
}

.fontface .call {
	font-family: "din_medium", sans-serif;
}
.fontface  .call span {
	font-family: "din_light", sans-serif;
}
.diagram {
	float: right;
	width: 205px;
	margin-left: 30px;
	margin-bottom: 30px;
	color: #393436;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cecccc;
	padding-left: 30px;
	margin-right: -20px;
}
.diagram p {
	color: #21C0EA;
	font-size: 14px;
}

.sml  {
	font-size: 11px;
	padding-bottom: 6px;
	display: block;
	color: #6B6B70;
}
.small  {
	font-size: 10px;
	padding-bottom: 6px;
}
.indent {
	padding-left: 30px;
	background-image: url(../img/structure/arrow-small-right.png);
	background-repeat: no-repeat;
}



p a.blueLink {
	background-color: #2db2e6;
	color: #FFF;
	text-decoration: none!important;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 11px;
	font-size: 14px;
}
p a.blueLink:hover {
	background-color: #57c1eb;
	text-decoration: none!important;
}
.fontface .blueLink {
	font-family: "din_medium", sans-serif;
}
p a.blueLink:after{
	content:url(../img/structure/arrow.png);
	position:relative;
	bottom:-1px;
	padding-right:11
}
.no-margin {
	margin-bottom: 0px;
}

.floatLeft {
	float: left;
	margin-bottom: 10px;
}
.floatRight {
	float: right;
	margin-bottom: 10px;
}
.rightAlign {
	text-align: right;
}
.centerPic {
	margin-right: auto;
	border: 5px solid #E6E6E6;
	padding: 4px;
	display: block;
	margin-left: auto;
	margin-bottom: 20px;
}
.floatLeftPic {
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
	border: 5px solid #E6E6E6;
	padding: 4px;
}
address {
	font-size: 11px;
	clear: both;
	text-align: center;
	color: #686B6B;
}




.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

.clearer {
	clear: both;
}

.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
