html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, 
b, u, i, 
dl, dt, dd, ol,li,ul
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    padding-top: 0;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
	margin-bottom:0;	
}

/* remember to define focus styles! */
:focus { 
	outline: 0; 
}

/*open_sans*/
@font-face {
    font-family: 'open_sanssemibold';
    src: url('inc_files/fonts/Open_sans/opensans-semibold-webfont.eot');
    src: url('inc_files/fonts/Open_sans/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc_files/fonts/Open_sans/opensans-semibold-webfont.woff') format('woff'),
         url('inc_files/fonts/Open_sans/opensans-semibold-webfont.ttf') format('truetype'),
         url('inc_files/fonts/Open_sans/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('inc_files/fonts/Open_sans/OpenSans-Regular-webfont.eot');
    src: url('inc_files/fonts/Open_sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc_files/fonts/Open_sans/OpenSans-Regular-webfont.woff') format('woff'),
         url('inc_files/fonts/Open_sans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('inc_files/fonts/Open_sans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
li{		
	list-style-type: none;
}
a{	
	text-decoration:none;
	color:#333333;
}

body{
	color:#333333;
	margin:0 auto;
	font-family: 'OpenSansRegular';
	font-size:14px;
}

#main-wrapper{
	width:100%;
	background-image:url(inc_files/images/main-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

/*header-section*/
#header-wrapper{
	width:977px;
	height:143px;
	margin:0 auto;
	padding-top:25px;	
}
.logo-wrapper{
	width:390px;
	height:112px;
	float:left;
}
.header-contact-details{
	width:288px;
	height:42px;
	float:right;
	margin-top: 45px;
}
.header-contact-details img{
	width:40px;
	height:42px;
	float:left;
	margin-right:10px;
}
.header-contact-details span{
	font-family: 'Karla', sans-serif;
	font-size:32px;
	color:#fff;
	float:left;
	font-weight:bold;
}
/*end-header-section/

/*content-section*/
#content-wrapper{
	width:100%;
	margin:0 auto;	
	overflow: hidden;
}
.content-top-wrapper{
	width:977px;
	margin:0 auto;
}
.banner-outer-wrapper{
	width:977px;
	height:500px;
	background-image:url(inc_files/images/banner-bg.png);
	background-repeat:repeat-x;	
}
.banner-wrapper{
	width:959px;
	height:481px;
	padding:9px 0 0 9px;
}
.banner-left-wrapper{
	width:662px;
	height:481px;
	float:left;
	position:relative;
}
.banner-img-discription{
	width:662px;
	height:50px;
	background-color:#3f77ba;
	position:absolute;
	bottom:0;
	left:0;
}
.banner-img-discription h2{
	color:#fff;
	font-size:24px;
	font-family: 'Muli', sans-serif;
	font-weight:100;
	text-align: center;
	line-height:50px;
}
.banner-right-wrapper{
	width:296px;
	height:481px;
	float: left;
}
.introducing-wrapper{
	width:260px;
	height:162px;
	background-color:#3f77ba;
	padding:25px 0 0 36px;
}
.introducing-wrapper p{
	font-size:32px;
	color:#fff;
	font-family: 'Muli', sans-serif;
	font-weight:100;
	width:214px;
	line-height:35px;
}
.introducing-wrapper p span{
	color:#ff7b31;
}

.banner-list-wrapper{
	width:260px;
	height:269px;
	background-image:url(inc_files/images/banner-list-bg.jpg);
	background-repeat:no-repeat;
	padding:25px 0 0 36px;
}

.banner-list-wrapper ul li {
	background-image:url(inc_files/images/list-icon.png);
	background-repeat:no-repeat;
	background-position:center left;	
}
.banner-list-wrapper ul li a{
	font-family: 'open_sanssemibold';
	color:#0c0c0c;
	font-size:18px;
	line-height:32.25px;
	margin-left: 30px;
}
.view-brochure{
	width:215px;
	height:44px;
	display:block;
	border:2px solid #ff7b31;
	color:#ff7b31;
	text-align:center;
	font-family: 'Karla', sans-serif;
	font-size:20px;
	font-weight:bold;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-khtml-border-radius:2px;
	line-height: 44px;
	margin-top: 34px;
}
.content-top-wrapper h3{
	color:#fefefe;
	font-size:51px;
	font-family: 'Karla', sans-serif;
	font-weight:700;
	text-align:center;
	line-height:61.78px;
	margin: 15px 0 0 0;
}
.three-column-wrapper{
	width:977px;
	margin-top:50px;
}
.three-column-wrapper p{
	font-size:16px;
	font-family: 'OpenSansRegular';
	font-weight:100;
	width:755px;
	margin:0 auto 32px auto;
	text-align:center;
	line-height:25.6px;	
}
.three-column-image{
	width:306px;
	height:200px;
	float:left;
	margin-right:28px;
}
.last-child{
	margin-right:0!important;
}
.two-column-wrapper{
	width:977px;
}
.two-column-content-wrapper{
	width:473px;
	float:left;
	margin:26px 30px 30px 0;
}
.left-column{
	margin-right:0;
}
.two-column-content-wrapper img{
	margin-bottom:17px;
}
.two-coloumn-logo{
	width:240px;
	height:85px;
	margin:0 auto;
	display:block;
}
.two-column-text-area{
	border-top:3px solid #007bbf;
}
.orenge-border{
	border-top:3px solid #ff5200;
}
.two-column-text-area p{
	font-size:14px;
	line-height:22px;
	margin:10px 0 30px 0;
}
.two-column-text-area strong{

}
/*content-bottom-wrapper*/
.content-bottom-wrapper{
	width:100%;
	background-color:#f7f7f7;
	overflow:hidden;
	padding-bottom:45px;
}
.content-bottom-inner-wrapper{
	width:977px;
	margin:0 auto;
}
.two-column-content-wrapper h5{
	font-size:24px;
	color:#2c5384;
	font-family: 'Muli', sans-serif;
	font-weight:100;
	line-height: 24px;
	margin-bottom:10px;
}

/*footer-section*/
#footer-wrapper{
	width:100%;	
}
.footer-top-wrapper{
	width:100%;
	height:177px;
	background-image:url(inc_files/images/footer-bg.jpg);	
	background-repeat:repeat-x;
}
.footer-top-inner-wrapper{
	width:977px;
	height:177px;
	margin:0 auto;
}
.footer-logo-wrapper{
	width:390px;
	float:left;
	margin-top:33px;
}
.footer-logo-wrapper img{
	width:225px;
	height:60px;
}
.footer-logo-wrapper p{
	color:#fff;
	margin-top: 15px;
}
.footer-contact-details-wrapper{
	float:right;
	width:300px;
}
.footer-contact-details{	
	float:right;
	margin-top:33px;
}
.footer-contact-details img{
	width:40px;
	height:42px;
	float:left;
	margin-right:10px;
}
.footer-contact-details span{
	font-family: 'Karla', sans-serif;
	font-size:32px;
	color:#fff;
	float:left;
	font-weight:bold;
}
.click-here{
	width:286px;
	height:44px;
	display:block;
	border:2px solid #ff7b31;	
	text-align:center;
	font-family: 'Karla', sans-serif;
	font-size:20px;
	font-weight:bold;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-khtml-border-radius:2px;
	line-height: 44px;
	margin-top: 22px;
	float:right;
}
.click-here a{
	color:#ff7b31;
}
.footer-middle-wrapper{
	width:977px;
	height:160px;
	margin:0 auto;
}
.footer-middle-logo{
	
	height:111px;
	float:left;
	margin:27px 0 0 81px;
}
.footer-middle-logo:first-child{
	margin-left:0;
}
.footer-bottom-wrapper{
	width:100%;
	height:58px;
	background-color:#2d5484;
}
.footer-bottom-inner-wrapper{
	width:977px;
	height:58px;
	margin:0 auto;
}
.footer-bottom-inner-wrapper p{
	float:left;
	font-size:12px;
	color:#fff;
	font-family: 'OpenSansRegular';
	line-height:58px;
}
.footer-bottom-inner-wrapper a{
	float:right;
	font-size:12px;
	color:#fff;
	font-family: 'OpenSansRegular';
	line-height:58px;
}
/*end-footer-section*/

/*inner-page*/
.inner-page-content-wrapper{
	width:968px;
	height:900px;
	background-image:url(inc_files/images/banner-bg.png);
	background-repeat:repeat;	
	margin:0 auto;
	padding:9px 0 0 9px;
}
.inner-page-content-inner-wrapper{
	width:871px;
	height:700px;
	background-color:#fff;
	padding:34px 44px 70px 44px
}
.page-name-wrapper{
	width:959px;
	height:74px;
	background-color:#3f77ba;
}
.page-name-wrapper h2{
	font-size:51px;
	line-height:61px;
	color:#fff;
	font-family: 'Karla', sans-serif;
	text-align:center;
}
.contact-list-wrapper{
	width:420px;
	float:left;
}
.contact-list{
	width:420px;
	margin-bottom:27px;
}
.contact-list p{
	font-size:14px;
	font-family: 'OpenSansLight';
	margin-bottom:8px;
}
.contact-list strong{
	margin-right:5px;
}
.map-wrapper{
	width:420px;
	height:488px;
	float:right;
}
.submit-form-wrapper{
	width:870px;
	float:left;
	margin-top: 30px;
}
.submit-form-wrapper strong{
	margin-bottom:10px;
	display:block;
}
.submit-form-wrapper p{
	margin-bottom:8px;
}
.left-forms{
	float:left;
}
.right-forms{
	font-size:14px;
	float:right;
}
.right-forms textarea{
	width:416px;
	height:180px;
	border:1px solid #e9e5dc;
}

.required{
	color:#ff9900;	
}
.text-box{
	width:416px;
	height:32px;
	border:1px solid #e9e5dc;
	margin-top: 3px;
}
.country-selector{
	width:416px;
	height:32px;
	border:1px solid #e9e5dc;
	padding: 5px;
	margin-top: 3px;
}
.submit-button{
	width:118px;
	height:44px;
	border:2px solid #ff7b31;
	color:#ff7b31;	
	text-align:center;
	font-family: 'Karla', sans-serif;
	font-size:20px;
	font-weight:bold;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-khtml-border-radius:2px;
	line-height: 44px;
	margin:6px 0 84px 0;
	background-color:#fff;
	cursor:pointer;
}