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

/* Reset CSS -------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a, a:link {
	outline: none;
	text-decoration:none;
}
p, pre {
	line-height: 25px;
	
}
.clear {
	clear: both;
}
.hidden {
	visibility: hidden;
}
/* reset ends */

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



html, body, .wrapper { 
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	overflow:auto;
}
body { 
		background: url('images/back_without_plane.jpg') no-repeat center center fixed;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
} 
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
 
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
 
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	
	display: none;
}
 
@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

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

}

a, a:link {
	color: #343a8e;
}
a:hover {
	color: #000;
}

h2, h3{
	font-family: 'bebas_neueregular';
	text-transform: uppercase;
	color: #343a8e;
	clear: both;
}

.wrapper {
	height: auto; 
	min-height: 100%;
	width: 100%;
	
	//width: 100%;
	//min-width: 100%;
	//min-height: 100%;
	//background: url(images/back_without_plane.jpg) no-repeat center center fixed; 
	//-webkit-background-size: cover;
	//-moz-background-size: cover;
	//-o-background-size: cover;
	//background-size: cover;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.images/back_without_plane.jpg', sizingMethod='scale');
	//-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back_without_plane.jpg', sizingMethod='scale')";
}

.main {
	//overflow:auto;
	padding-bottom: 48px;
	position: relative;
	
}

.top_wrapper {
	width: 795px;
	height: 34px;
	margin: 50px auto 0px;
}

.top_wrapper a.top_logo{
	background-image:url(images/logo.png);
	background-repeat: no-repeat;
	width: 319px;
	height: 34px;
	float: left;
	text-indent: -99999px;
}
.top_wrapper #menu_title{
	font-family: 'bebas_neueregular';
	line-height: 34px;
	display: block;
	float: left;
	padding: 0px 5px;
	font-size: 23px;
	color: #343a8e;
	
}
.top_wrapper ul {
	float: right;
	line-height: 34px;
	font-size: 11px;
	text-transform: uppercase;
}

.top_wrapper ul li {
	float: left;
	padding-right: 8px;
	display: block;
	position: relative;
}

.top_wrapper ul li:last-child, .top_wrapper ul li#lastli{
	padding-right: 0px;
}

.top_wrapper ul li a{
	padding: 5px;

}

.top_wrapper ul li ul {
	background-color: #343A8E;
	float: left;
	width: 185px;
	clear: both;
	position: absolute;
	z-index: 999;
	line-height: 24px;
	visibility: hidden;
}
.top_wrapper ul li:hover > ul {
	visibility: visible;
}
.top_wrapper ul li ul li {
	float: left;
	padding: 0px;
	
}
.top_wrapper ul li ul li a {
	color: #fff;
	display: block;
	padding: 5px 15px;
	width: 155px;
}
.top_wrapper ul li ul li a:hover {
	color: #999;
}

/*Ad Box home page*/

.main_box_right_col {
	width: 340px;
	margin: 30px 0px;
	float: right;
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	padding-top: 204px;
	text-align: center;
}

.main_box_right_col h1 {
	font-family: 'bebas_neueregular';
	color: #fff;
	font-size: 45px;
	text-transform: uppercase;
	line-height: 40px;
}

.main_box_right_col strong {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 40px;
}

/*END Ad Box home page*/

.main_box {
	width: 340px;
	margin: 30px 0px;
	float: left;
	clear: both;
	font-size: 13px;
	line-height: 20px;
}

.main_box a{
	color: #343A8E;
}

.main_box a:hover {
	color: #000;
}

.main_box h1 {
	font-family: 'bebas_neueregular';
	color: #343a8e;
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 20px;
	display:block;
}
.main_box  strong {
	font-size: 22px;
	color: #343A8E;
	font-weight: 400;
	line-height: 30px;
}



.content_wrapper {
	width: 794px;
	margin: 30px auto 10px;
}

.content_wrapper.home {
	
	background-image: url(images/plane.png);
	background-repeat: no-repeat;
	background-position: right 15%;
}


.content_wrapper .wrap_top{
	background-image:url(images/box_frame_top.png);
	background-repeat: no-repeat;
	width: 794px;
	height: 10px;
	display: block;
}
.content_wrapper .wrap_center {
	background-image:url(images/box_frame_back.png);
	background-repeat:repeat-y;
	width: 714px;
	height: auto;
	padding: 10px 40px 20px;
}
.content_wrapper .wrap_bottom{
	background-image:url(images/box_frame_bottom.png);
	background-repeat: no-repeat;
	width: 794px;
	height: 10px;
	display: block;
}

.content_wrapper h2 {
	display: block;
	padding: 8px 0px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;	
	font-size: 27px;
}

.content_wrapper h3 {
	display: block;
	padding: 30px 0px 10px;
	font-size: 24px;
}

.content_wrapper h4{
	font-size: 16px;
	padding: 30px 0px 10px;
	font-weight: 600;
	clear: both;
	line-height: 20px;
}

.content_wrapper h5{
	font-size: 13px;
	font-weight: 600;
	padding: 8px 0px;
	clear: both;
}

.content_wrapper p{
	font-size: 12px;
	padding: 5px 0px;
	line-height: 20px;
	float: left;
}

.content_wrapper img.f_left {
	float: left;
}

.content_wrapper img.f_right {
	float: right;
	margin: 0px 0px 15px 15px;
}
.content_wrapper img.f_right.a_link {
	float: right;
	position: absolute;
	top:0;
	right: 0;
	margin: -12px 0px 0px -6px;
}
.about_img_wrap{
	width: 100%;
	margin: 20px 0px;
	clear: both;
	display: block;
	height: 270px;
	position: relative;
}

ul.service_list, ul.product_list, ul.gallery_list, ul.link_list, ul.book_list {
	padding: 30px 0px 0px 0px;
	width: 100%;
}

ul.product_list li a img{
	width: 248px;
}


ul.service_list li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	height: 159px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

ul.product_list li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	height: 134px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

ul.gallery_list li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

ul.link_list li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

ul.service_list li#lastli, ul.product_list li#lastli, ul.gallery_list li#lastli, ul.link_list li#lastli, ul.book_list li#lastli{
	border: 0px;
	margin-bottom: 0px;
}

ul.service_list li .service_desc, ul.product_list li .product_desc, ul.book_list li .book_desc {
	width: 440px;
	float: right;
	position: relative;
}


ul.service_list li .service_desc h4, ul.product_list li .product_desc h4, ul.book_list li .book_desc h4{
	padding-top: 0px;
}

ul.product_list .learnmore, ul.book_list .learnmore, .videolink {
	clear: both;
	display:block;
	font-family: 'bebas_neueregular';
	font-size: 18px;
}




ul.gallery_list li .gallery_desc {
	width: 250px;
	float: left;
	position: relative;
}
ul.gallery_list li .gallery_desc h4{
	padding-top: 0px;
}

ul.photo_list {
	width: 441px;
	float: right;
	display: block;
}

ul.photo_list li{
	float: left;
	width: 135px;
	height: 90px;
	overflow: hidden;
	margin: 0px 0px 12px 12px;
	padding: 0px;
	border: 0px;
	clear: none;
}

ul.photo_list li img.thumb {
	width: 135px;
	
}


ul.link_list li .link_desc {
	width: 100%;
	float: left;
	position: relative;
	font-size: 13px;
	line-height: 40px;
}

ul.link_list li .link_desc ul {
	width: 450px;
	margin: 0px;
	padding: 0px;
	line-height: 63px;
}
ul.link_list li .link_desc ul li{
	border: 0px;
	height: 63px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
ul.link_list li .link_desc ul li a{
	float: left;
}
ul.link_list li .link_desc ul li img{
	float: right;
}


ul.link_list li .link_desc h4{
	padding-top: 0px;
}


ul.book_list li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	//height: 159px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.address {
	width: 400px;
	float: left;
	margin: 30px 0px;
	font-size: 12px;
	line-height: 18px;
}

.address h1 {
	color: #343a8e;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
}

.address address{
	font-style:normal;
	color: #000;
	font-size: 12px;
}

.contact_form {
	width: 254px;
	float: right;
	background-color: #fff;
	padding: 15px;
	margin: 30px 0px 0px;
}

.contact_form span.title{
	font-family: 'bebas_neueregular';
	color: #343a8e;
	font-size: 19px;
	text-transform: uppercase;
	padding-bottom: 10px;
	display:block;
	
}
.contact_form form input[type=text]{
	font-family: 'Open Sans', sans-serif;
	color: #343a8e;
	font-size: 11px;
	width: 242px;
	border: 1px solid #CCC;
	padding: 5px;
	height: 15px;
	margin-bottom: 5px;
}
.contact_form form textarea{
	font-family: 'Open Sans', sans-serif;
	color: #343a8e;
	font-size: 11px;
	width: 242px;
	border: 1px solid #CCC;
	padding: 5px;
	height: 55px;
	min-width: 242px;
	max-width: 242px;
}

.contact_form form input[type=text].error {
	border: 1px solid #F00;
}

.contact_form form .formblock {
	width: 254px;
	margin-bottom: 10px;
}

.contact_form form label.error {
	color:#F00;
	font-size: 10px;
	padding-top: 5px;
	display: block;
	float: left;
}
.contact_form form .sendbtn {
	border: 0px;
	width: 67px;
	height: 30px;
	background-image: url(images/sendbtn.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
	font-family: 'bebas_neueregular';
	color: #fff;
	font-size: 18px;
	float: right;
	margin-top: 15px;
}
.contact_form .thankyou{
	font-size: 14px;
	text-align: center;
	width: 100%;
	display: block;
	line-height: 20px;
}



.left_gallery{
	float: left;
	width: 320px;
	margin: 30px 0px;
}

.left_gallery .main_img {
	width: 320px;
	height: 175px;
	background-color: #fff;
	margin-bottom: 10px;
}

.left_gallery .main_img img {
	display: block;
	margin: 0px auto;
	padding-top: 10px;
}
.left_gallery .product_thumb{
	width: 320px;
	height: 75px;
	overflow: hidden;
}
.left_gallery .product_thumb img {
	float: left;
	width: 100px;
	display: block;
	margin-right: 10px;
}
.left_gallery .product_thumb img.lastimg {
	margin-right: 0px;
}

.left_gallery .pdf_brochure {
	width: 150px;
	height: 47px;
	display: block;
	background-image: url(images/products/BTN_brochure.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	float: left;
}
.left_gallery .pdf_manual {
	width: 150px;
	height: 47px;
	display: block;
	background-image: url(images/products/BTN_manual.jpg);
	background-repeat: no-repeat;
	margin-top:20px;
	float: right;
}
ul.advan {
	list-style:disc;
	float: left;
	font-size: 12px;
	padding: 5px 0px;
	line-height: 20px;
}
ul.advan li{
	margin-left: 25px;
}




.right_desc {
	width: 355px;
	float: right;
	margin: 30px 0px;
}

.right_desc h4{
	padding-top: 0px;
}


.specs {
	width: 714px;
}

table {
	font-size: 12px;
}
table td {
	padding: 10px 15px;
	line-height: 20px;
}
table td.note {
	color:#555;
}
table tr.odd{
	background-color: #edebeb;
}

.specs .spec_title{
	width: 100%;
	height: 42px;
	background-image: url(images/products/spec_head.jpg);
	background-repeat:repeat-x;
	display: block;
	font-family: 'bebas_neueregular';
	color: #fff;
	line-height: 42px;
	font-size: 23px;
	text-indent: 20px;
}

.footer_wrapper {
	width: 780px;
	margin: -48px auto 20px auto;
	line-height: 13px;
	font-size: 11px;
	color: #828381;
	position: relative;
	clear:both;
}
.footer_wrapper .footer_logo{
	float: left;
	background-image:url(images/footer_logo.png);
	background-repeat: no-repeat;
	width:217px;
	height: 27px;
	
}

.footer_wrapper  ul {
	float: left;
}
.footer_wrapper  ul li{
	float: left;
	padding-right: 4px;
}

.footer_wrapper  a{
	color: #828381;
}

.footer_wrapper a:hover{
	color: #000;
}
.footer_wrapper span#copyright {
	float: right;
}