/* Sticky Footer */
html, 
body {
	height: 100%;
}
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -195px;
}
.content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.footer {
	height: 195px;
}
.push {
	height: 235px;
}
.layout {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


/* Body */
body {
	background-color: #09285b;
	color: #fff;
}

/* Header */
.header {
	height: 205px;
	position: relative;
	background: url(../pics/header.png) no-repeat 500px -23px;
}
.logo {
	display: block;
	width: 196px;
	height: 179px;
	background: url(../pics/logo.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -999em;
}
.logo img {
	margin: -200em 0 0 -200em;
}
.topnav {
	position: absolute;
	right: 0;
	top: 10px;
	right: 10px;
}
.topnav a {
	color: #fff;
}
.navigation {
	position: absolute;
	right: 0;
	top: 45px;
	height: 50px;
	background: url(../pics/navigation.png) repeat-x left bottom;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;	
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.navigation a {
	background: #304f83 url(../pics/nav.jpg) repeat-x 0 0;
	display: block;
	float: left;
	padding: 0 12px;
	height: 47px;
	line-height: 47px;
	border-right: 1px solid #2a4f8c;
	border-left: 1px solid #1f3b6a;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.navigation a:last-child {
	border-right: 0;
	padding-right: 20px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;	
	-webkit-border-top-right-radius:8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;	
	-webkit-border-bottom-right-radius:8px;
}
.navigation a:first-child {
	border-left: 2px solid #2a4f8c;
	padding-left: 20px;
	border-left: 3px solid #475e85;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;	
	-webkit-border-top-left-radius:8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;	
	-webkit-border-bottom-left-radius:8px;
}
.navigation a.current:first-child {
	border-left-color:#4265a1;
}
.navigation a.current,
.navigation a:hover {
	text-decoration:none;
	background-position: 0 -47px;
}
.subnavigation {
	background: url(../pics/nav.jpg) repeat-x left -94px;
	position: absolute;
	right: 25px;
	top: 92px;
	height: 37px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;	
	-moz-border-radius: 12px;
	border-radius: 12px;
	z-index: 110;
}
.subnavigation a {
	background: #304f83 url(../pics/nav.jpg) repeat-x 0 -94px;
	display: block;
	float: left;
	padding: 0 12px;
	height: 37px;
	line-height: 37px;
	border-right: 1px solid #2a4f8c;
	border-left: 1px solid #1f3b6a;
	font-size: 12px;
	color: #fff;
	position: relative;
}
.subnavigation a:first-child {
	padding-left: 20px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;	
	-webkit-border-bottom-left-radius:8px;
}
.subnavigation a:last-child {
	padding-right: 20px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;	
	-webkit-border-bottom-right-radius:8px;
}
.subnavigation a:hover,
.subnavigation a.current {
	background-position: 0 -131px;
	text-decoration: none;
}

/* Footer */
.footer .left,
.footer .right {
	font-size: 82.5%;
	color:#7a8ba6;
}
.footer .left a,
.footer .right a {
	color: #7a8ba6;
	text-indent: 7px;
	display: inline-block;
}
.footer .left a:hover,
.footer .right a:hover {
	color: #fff;
}
.footer hr {
	margin: 10px 0;
}


/* Path */
.path {
	margin: -50px 0 5px 5px;
}
.path a {
	color: #fff;
}

/* Pager */
.pager ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pager li {
	display: inline;
	float: left;
}
.pager a {
	font-size: 16px;
	display: block;
	float: left;
	padding: 3px 5px 6px 5px;
	line-height: 155%;
}
.pager li.current a {
	font-size: 24px;
	font-weight: bold;
	background-color: #6398ef;
	color: #163261;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 10px 6px 10px;
	margin: 0 5px;
	line-height: 100%;
}

/* Table */
table th {
	background: transparent url(../pics/th.png) repeat 0 0;
	font-size: 14px;
}
table th,
table td {
	border: 1px solid #4d668f;
	vertical-align: top;
	border-width: 1px 0;
}
table.noborder,
table.noborder th,
table.noborder td,
table.noborder th:first-child,
table.noborder th:last-child,
table.noborder td:first-child,
table.noborder td:last-child {
	border: 0
}
table th:first-child,
table td:first-child {
	border-left: 1px solid #4d668f;
}
table th:last-child,
table td:last-child {
	border-right: 1px solid #4d668f;
}

/* Companies table */
.companies {
	margin: 20px 0 50px 0;
}
.companies thead th {
	padding: 8px 0;
	width: 8%;
	font-size: 14px;
}
.companies th {
	text-align: center;
}
.companies td {
	padding: 0;
}
.companies h3,
.companies p {
	margin: 0;
	padding: 0;
	color: #333;
}
.companies h3 {
	font-size: 18px;
	padding: 13px 0 3px 0;
}
.over {
	clear: both;
	display: block;
	height: 70px;
}
.companies td .img {
	float: left;
	text-align: center;
}
.companies td img {
	width: 65px;
}
.top01 {
	top: 0px;
}
.top02 {
	top: 70px;
}
.top03 {
	top: 140px;
}
.top04 {
	top: 210px;
}
.companies th,
.companies td {
	border-width: 1px;
}
.companies th:first-child,
.companies td:first-child {
	border-left: 1px solid #4d668f;
}
.companies th:last-child,
.companies td:last-child {
	border-right: 1px solid #4d668f;
}
.companies th.active {
	background-color: #fff;
	color: #333;
	background-image: none;
	border-color: #fff;
}
.companies td.active {
	border-left: 1px solid #fff;
}
.companies td:last-child.active {
	border-left: 1px solid #4d668f;
	border-right: 1px solid #fff;
}
.companies td.active .over {
	width: 240px;
	height: 69px;
	position: absolute;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	z-index: 10;
}
.brand_info {
	display: none;
	float: right;
	width: 150px;
}
.companies td.active .over:last-child {
	background: #fff url(../pics/brand_over.gif) repeat-x left bottom;
	border-bottom: 0;
}
.active .brand_info {
	display: block;
}
.brand_info a:hover {
	color: #333;
}
.companies td.active td .img,
.active .relative {
	position: relative;
}
td.active:last-child  .over {
	right: 0;
}
td.active:last-child  .over .img {
	float: right;
}
td.active:last-child  .over .brand_info {
	float: left;
	margin-left: 20px;
	
}
.companies td .img_long .img {
	width: 100px;
}
.companies td.active .img_long {
	width: 270px;
}
.height1 {
	height: 70px;
}
.height2 {
	height: 140px;
}
.height3 {
	height: 210px;
}
.height4 {
	height: 280px;
}
.height5 {
	height: 350px;
}
.height6 {
	height: 420px;
}
/* Brands */
.brands a {
	display: inline-block;
	background: url(../pics/brand.png) no-repeat left bottom;
	padding: 0 0 0 20px;
	width: 150px;
	margin: 5px 0 15px 0;
	color: #fff;
}

/* Article */
h1.title {
	margin: 10px 0 20px 0;
}
.date {
	display: block;
}
.twelve .date {
	margin: -20px 0 20px 0;
}
.photo {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	background-position: center center;
	background-repeat: norepeat;
}
a.photo {
	display: block;
	cursor: pointer;
	margin-bottom: 15px;
}
.photo img {
	visibility:hidden;
}

/* News */
.news {
	border-bottom: 1px solid #2a4570;
	padding-bottom: 22px;
	margin-bottom: 22px;
}

/* News announce */
.news_announce {
	border-bottom: 1px solid #2a4570;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
.news_announce h4 {
	line-height: 100%;
}
.news_announce h4 .date{
	font-size: 70%;
	margin: 0
}
.news_announce p {
	margin: 0;
}

.news_announce .photo {
	height: 100px;
}
.news_link,
.news_link:visited,
.news_link:active {
	color: #fff;
}

/* Careers */
.career_list {
	margin: 0;
	padding: 0;
}
.career_list li  {
	border-top: 1px solid #2a4570;
	margin: 0;
	padding: 7px 0;
	list-style-position: inside;
}

/* Team */
.team  .twelve{
	border-bottom: 1px solid #2a4570;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Search */
.search {
	float: right;
	position: relative;
}
.search input {
	width: 150px;
}
.search button {
	background: transparent url(../pics/search.gif) no-repeat center center;
	height: 25px;
	width: 20px;
	border: 0;
	z-index: 2;
	position: absolute;
	right: 7px;
	top: 7px;
	text-indent: -999em;
	overflow: hidden;
}

/* Buttons */
.button1 {
	color: #fff;
	font-size: 14px;
	margin: 10px 0 0 0;
	background-image: none;
	background-color: transparent;
	padding: 0;
	border: 0;
}
.button1:active,
.button1:visited {
	color: #fff;
}
.button1:hover {
	color: #fff;
	text-decoration: none;
}
.button1 strong,
.button1 span {
	float: left;
	display: block;
	display: inline-block;
	height: 44px;
	line-height: 41px;
	background: url(../pics/button1.png) no-repeat left top;
}
.button1 strong {
	width: 30px;
	overflow: hidden;
	text-indent: -100em;
	background-position: right top;
}
.button1 span {
	padding: 0 0 0 10px;
	background-position: left top;
} 
.button1:hover strong {
	background-position: right bottom;
}
.button1:hover span {
	background-position: left bottom;
}

/* Index */
.wrap {
	background: #183463 url(../pics/content.jpg) repeat-x left bottom;
}
.index_wrap {
	background: url(../pics/index_content.jpg) no-repeat center bottom;
}
.seven {
	position: relative;
	padding-bottom: 50px;
}
.seven .button1 {
	position: absolute;
	right: 0;
	bottom: 0;
}
/* File list */
.file_list {
	border-bottom: 1px solid #2a4570;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
}
.file_list ul {
	list-style-type: circle;
}

/* Carousel */
.carousel {
	height: 400px;
	margin-top: -45px;
}

/* Search results */
.result {
	border-bottom: 1px solid #2a4570;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.highlight {
	background-color: #9f9;
}
.result  p {
	margin: 0;
	padding: 0;
}
.result_path {
	color: #9f9;
}
.result .path {
	margin: 0;
}
.result .path a{
	color: #9f9;
}

/* Sitemap */
.sitemap {
	margin: 50px 150px;
	font-size: 125%;
	padding: 0;
}
.sitemap li {
	margin: 0 0 20px 0;
	padding: 0;
}
.sitemap li li {
	margin: 0 0 5px 0;
	list-style: circle;
}
.sitemap strong {
	font-size: 125%;
	font-weight: normal;
}

/* Error 404 */
.error_404 {
	padding: 100px 0 130px 320px;
	background: url(../pics/roadsign.gif) no-repeat left bottom;
}

/* HR */
hr {
    border: none;
    background-color: #2a4570;
    color: #2a4570;
    height: 1px;
	overflow: hidden;
}

/* Capcha */
.capcha {
	float: left;
	margin: 0 10px 10px 0;
}
