﻿@charset "utf-8";
/* CSS Document */


* {
	padding:0;
	margin:0;
}
body {
	background-color:#e9d9c9;
	line-height: 18px;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
a {
	text-decoration:none;
}
.stretch {
	width:100%;
	z-index:1;
}
body {
	width:100%;
	height:100%;
}
#rn_container {
	width:100%;
	height:100%;
	margin:0px auto;
	position:absolute;
	top:0px;
	left:0px;
}
#rn_main_container {
	width:974px;
	height:auto;
	background-image:url(../images/container_bg.png);
	background-repeat:repeat-y;
	margin:0px auto;
}
.container1 {
	width:950px;
	overflow:auto;
	margin-left:12px;
	margin-right:12px;
}
.header {
	width:950px;
	height:130px;
	margin-bottom:5px;
	float:left;
}
.header_top {
	width:950px;
	height:95px;
	border-bottom:2px solid #000000;
	float:left;
}
.logo {
	height:75px;
	width:470px;
	margin-left:5px;
	margin-top:15px;
	float:left;
}
.header_top_right {
	height:75px;
	width:470px;
	margin-left:5px;
	float:left;
}
.social_network_container {
	height:43px;
	width:262px;
	background-image:url(../images/social_network_bg.png);
	background-repeat:no-repeat;
	float:right;
}
.header_menu {
	width:950px;
	height:35px;
	float:left;
}
/*.header_menu li {
	height:16px;
	float:left;
	padding:4px 10px 5px 10px;
	list-style-type:none;
	float:right;
	font-family:Arial;
}
.header_menu li a {
	list-style-type:none;
	color:#00354e;
}
.header_menu li a:hover {
	list-style-type:none;
	color:#ff8400;
}
.menu li {
	width:auto;
	height:auto;
	text-align:center;
	font-family: Helvetica, sans-serif;
	font-size:13pt;
	text-transform:uppercase;
	margin:20px 10px 0px 10px;
	text-decoration:none;
	list-style-type:none;
	color:#00d08e;
	float:right;
}
.menu li a {
	text-decoration:none;
	color:#00d08e;
}
.menu li a:hover {
	text-decoration:none;
	color:#33FF00;
}*/
.animation_container {
	width:950px;
	height:400px;
	background-image:url(../images/animation_bg.png);
	background-repeat:no-repeat;
	float:left;
}
.animation {
	width:700px;
	height:400px;
	float:left;
}
.text_container {
	width:950px;
	height:216px;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}
.text_container .container {
	width:260px;
	height:170px;
	float:left;
	margin:28px;
}
.container .top {
	width:245px;
	height:23px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#00354e;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	padding-top:7px;
	text-transform:uppercase;
	border-bottom:3px solid #00354e;
}
.container .bottom {
	width:260px;
	height: 140px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	padding-left:0px;
	padding-top:15px;
	display: inline;
	word-break: break-all;
	word-wrap: break-word;
	text-align: justify;
	overflow: hidden;
}
.container .bottom > a{ display:inline-block;}
.container .bottom > a:HOVER{ color:#00354e; }
.scroller_container {
	width:920px;
	height:195px;
	background-repeat:no-repeat;
	float:left;
	background-color:#adadad;
	padding:15px;
}
.footer {
	width:950px;
	height:auto;
	background-repeat:no-repeat;
	float:left;
}
.footer_menu {
	width:950px;
	height:25px;
	background-color:#323232;
	margin-top:15px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#757575;
	float:left;
}
.footer_menu li {
	height:16px;
	float:left;
	padding:4px 10px 5px 10px;
	list-style-type:none;
}
.footer_menu li a {
	list-style-type:none;
	color:#757575;
}
.footer_menu li a:hover {
	list-style-type:none;
	color:#0099FF;
}
.footer_bottom {
	width:950px;
	height:185px;
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat;
	float:left;
}
.footer_bottom .Company_updates {
	width:450px;
	height:105px;
	font:Arial, Helvetica, sans-serif;
	float:left;
	margin:15px;
}
.footer_bottom .Company_updates .about {
	width:100%;
	font-size:13px;
	text-align:justify;
	color:#fefefe;
}
.footer_bottom .contact {
	width:200px;
	height:105px;
	float:right;
	margin:15px;
}
.footer_bottom .contact .address {
	width:100%;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	color:#fefefe;
}
.highlight_color {
	color:#fccb04;
}
.title {
	width:100%;
	height:15px;
	float:left;
	font:Arial Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;
	margin-bottom:15px;
}
