@charset "utf-8";
/*  MAIN Elements Styles */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	margin: 0px;
	padding: 0px;
	height:100%;
	overflow:inherit;
}
a{
	text-decoration:none;
}
img{
	border:0px;
}
#container{
	position:relative;
	margin:0 auto;
	width:100%;	
	height:auto !important;
	height:100%;
	min-height:100%;
}
.container{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
/*  HEADER elements styles*/
#header{
	overflow:auto;
}
#logo{
	margin:26px 0px 26px 0px;
	float:left;
}
#menu-language-container{
	float:right;
	background:url('http://c1170281.r81.cf3.rackcdn.com/background_topnav.gif') top left;
	width:260px;
	height:33px;
}
#menu-language{
	float:left;
	padding:9px 8px 5px 8px;
	background:url('http://c1170281.r81.cf3.rackcdn.com/divider_topnav.gif') right top no-repeat;
	text-shadow: #fff 1px 1px 2px;
}
#menu-language:last-child{
	background:none;	
}
#menu-container{
	clear:both;
	background: rgb(20,81,147); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(20,81,147,1) 33%, rgba(0,56,103,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(33%,rgba(20,81,147,1)), color-stop(100%,rgba(0,56,103,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(20,81,147,1) 33%,rgba(0,56,103,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(20,81,147,1) 33%,rgba(0,56,103,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(20,81,147,1) 33%,rgba(0,56,103,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(20,81,147,1) 33%,rgba(0,56,103,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145193', endColorstr='#003867',GradientType=0 ); /* IE6-9 */
	background:url('http://c1170281.r81.cf3.rackcdn.com/background_nav.gif') top left no-repeat;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height:42px;
	-moz-box-shadow:inset 0 0 10px #0b3867;
	-webkit-box-shadow:inset 0 0 10px #0b3867;
	box-shadow:inset 0 0 10px #0b3867;
	padding-left:9px;
}
.menu{
	float:left;
	color:#fff;
	padding:12px 20px 0px 20px;
	text-shadow: #000 1px 1px 2px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:30px;
}
.menu-selected{
	float:left;
	color:#fff;
	padding:12px 20px 0px 20px;
	text-shadow: #000 1px 1px 2px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: rgb(221,47,47); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(221,47,47,1) 0%, rgba(189,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,47,47,1)), color-stop(100%,rgba(189,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(221,47,47,1) 0%,rgba(189,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(221,47,47,1) 0%,rgba(189,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(221,47,47,1) 0%,rgba(189,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(221,47,47,1) 0%,rgba(189,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2f2f', endColorstr='#bd0000',GradientType=0 ); /* IE6-9 */
	height:30px;
}
.menu-down{
	float:left;
	color:#fff;
	padding:12px 20px 0px 20px;
	text-shadow: #000 1px 1px 2px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: rgb(135,57,82); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(135,57,82,1) 0%, rgba(119,33,59,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,57,82,1)), color-stop(100%,rgba(119,33,59,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(135,57,82,1) 0%,rgba(119,33,59,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(135,57,82,1) 0%,rgba(119,33,59,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(135,57,82,1) 0%,rgba(119,33,59,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(135,57,82,1) 0%,rgba(119,33,59,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#873952', endColorstr='#77213b',GradientType=0 ); /* IE6-9 */
	height:30px;
}
#menu-sub-container{
	background: rgb(189,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(189,0,0,1) 0%, rgba(221,47,47,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,0,0,1)), color-stop(100%,rgba(221,47,47,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(189,0,0,1) 0%,rgba(221,47,47,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(189,0,0,1) 0%,rgba(221,47,47,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(189,0,0,1) 0%,rgba(221,47,47,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(189,0,0,1) 0%,rgba(221,47,47,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0000', endColorstr='#dd2f2f',GradientType=0 ); /* IE6-9 */
	height:31px;
}
#menu-sub{
	padding:7px 29px 0px 0px;
	float:right;
	color:#FFF;
	text-shadow: #6b0a0a 1px 1px 2px;
}
/* BANNER elements Styles */
#banner-container{
	background:url('http://c1170281.r81.cf3.rackcdn.com/background_banner.jpg') top left no-repeat;
	height:480px;
}
#banner-content{
	width:550px;
	padding:40px 20px 20px 350px;
}
.banner-content-bullets{
	width:250px;
	float:left;
	margin-right:25px;
	margin-top:20px;
}
#banner-subcontent{
	clear:both;
	padding-top:40px;
	text-align:right;
}
/* CONTENT elements styles*/
#content-container{
	clear:both;
	overflow:auto;
}
#content{
	padding:20px 35px 20px 35px;
	overflow:auto;
}
#home-intro{
	float:left;
	width:600px;
}
#home-button{
	float:right;
	width:214px;
}
#separator{
	clear:both;
	background:url('http://c1170281.r81.cf3.rackcdn.com/seperator.png') repeat-x left center;
	padding:20px 0px 20px 0px;
	height:7px;
}
#content-home{
	clear:both;
	overflow:auto;
}
.content-home-bullets{
	width:400px;
	float:left;
	padding-top:20px;
	text-align:justify;
	line-height:18px;
}
#content-header{
	line-height:18px;
	margin-top:10px;
}
.content-inner-bullets{
	width:260px;
	padding-top:20px;
	text-align:justify;
	line-height:18px;
}
#contact-box{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	border:1px solid #dfdfdf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}
#contact-box-content{
	padding:20px;
	color:#145193;
}
/* FOOTER elements styles */
#footer-separator{
	clear:both;
	height:170px;
}
#footer-container{
	position:absolute;
	bottom:0;
	width:100%;
	clear:both;
}
#footer{
	background:url('http://c1170281.r81.cf3.rackcdn.com/background_footer.gif') top left no-repeat;
	height:155px;
}
#footer-col1{
	padding:23px 0px 0px 29px;
	float:left;
}
#footer-col2{
	padding:23px 29px 0px 0px;
	float:right;
	width:400px;
	text-align:right;
}
#footer-number{
	font-size: 18px;
	font-weight: bold;	
}
#footer-button-container{
	clear:both;
	width:100%;
	padding-bottom:20px;
	overflow:auto;
}
.footer-button{
	background:#134d8c;
	padding:2px 5px 2px 5px;
	float:right;
	-moz-box-shadow:inset 0 0 10px #0d3561;
	-webkit-box-shadow:inset 0 0 10px #0d3561;
	box-shadow:inset 0 0 10px #0d3561;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left:10px;
	margin-bottom:3px;
	color:#FFF;
}
.footer-button-over{
	background:#134d8c;
	padding:2px 5px 2px 5px;
	float:right;
	-moz-box-shadow:inset 0 0 10px #000;
	-webkit-box-shadow:inset 0 0 10px #000;
	box-shadow:inset 0 0 10px #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left:10px;
	margin-bottom:3px;
	color:#FFF;
}
.footer-button-down{
	background:#134d8c;
	padding:2px 5px 2px 5px;
	float:right;
	-moz-box-shadow:inset 0 0 10px #0d3561;
	-webkit-box-shadow:inset 0 0 10px #0d3561;
	box-shadow:inset 0 0 10px #0d3561;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left:10px;
	margin-top:3px;
	color:#FFF;
}
/*  Button CSS   */
.btn-contactus{
	width:214px;
	height:35px;
	background:url('http://c1170281.r81.cf3.rackcdn.com/btn_contactus.png') top left no-repeat;
}
.btn-contactus-over{
	width:214px;
	height:35px;
	background:url('http://c1170281.r81.cf3.rackcdn.com/btn_contactus_over.png') top left no-repeat;
}
.btn-contactus-down{
	width:214px;
	height:35px;
	background:url('http://c1170281.r81.cf3.rackcdn.com/btn_contactus_down.png') top left no-repeat;
}
#btn-contactus div{
	color:#145193;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	padding-left:50px;
	padding-top:10px;
	text-align:left;
}
