@charset "utf-8";
/* Common CSS
	Color
	Ultra grey light blue:	#DDDDFD;
	Grey blue light:		#CCCCDF;
	Grey blue medium:		#9999CF;
	White blue:				#F3FFF8;
	ultra light blue:		#E2EEF7;
	light blue:				#D1DDE6;
	medium blue:			#749ABD;
	dark blue:				#3871A5;
	ultra dark blue:		#043061;
	orange:					#FF9900;
	light orange:			#FFCC66;
	red:					#CC3300;
*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #D1DDE6 url(/I/version1/bg.jpg) repeat-x top left;
	margin: 0px;
	padding: 0px;
}
body, div, a, legend, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #043061;
}
a, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	text-align: center;
}
h1 .disabled, h2 .disabled, h3 .disabled, h4 .disabled {
	display: none;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
}
fieldset {
	padding: 10px 0px;
}
button {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 2px 1px 2px;
}
button.orange {
	background-color: #FFCC66;
	border: 1px outset #FF9900;
	color: #3871A5;
}
button.blue {
	background-color:#749ABD;
	border:1px outset #3871A5;
	color:#FFFFFF;
}
button.click {
	border-style: inset;
}
button img {
	margin: 0px 3px;
}
.done {
	color: #00CC00;
}
.error {
	color: #CC3300;
}
#loading, .loading_full {
	position: absolute;
	background: #FFFFFF url(/I/loader/loading.gif) center no-repeat;
	overflow: hidden;
	top: 0px;
	left: 0px;
	z-index: 100000;
}
#bodySite {
	width: 100%;
	height: auto;
	background: url(/I/version1/bg_body.png) center repeat-y;
}
#header {
	position: relative;
	display: block;
	height: 134px;
	width: 1004px;
	margin-bottom: 10px;
}
#header .logo {
	float: left;
	height: 133px;
	width: 310px;
	margin-top: 0px;
}
#header .straight {
	position: relative;
	float: left;
	width: 166px;
	height: 127px;
	background: url(/I/version1/head_straight.png) repeat-x top left;
}
#header .straight a, #header .straight a:visited {
	display: block;
	margin-top: 100px; 
	color: #D1DDE6;
	font-weight: bold;
	text-decoration: none;
}
#header .straight a:hover {
	display: block;
	margin-top: 100px; 
	color: #FFFFFF;
	font-weight: bold;
}
#header .separator {
	float: left;
	width: 5px;
	height: 127px;
	background: url(/I/version1/head_separator.png) no-repeat top left;
}
#header .corner {
	float: left;
	width: 14px;
	height: 127px;
	background: url(/I/version1/head_corner.png) no-repeat top left;
}
#header #currency_list {
	position: absolute;
	top: 50px;
	right: 0;
	width: 166px;
	height: auto;
	z-index: 10000;
	visibility: hidden;
}
#stats_site {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	color: #3871A5;
	top: 5px;
	right: 15px;
	height: 20px;
	z-index: 300;
}
#language {
	position: absolute;
    right: 110px;
	top: 30px;
	z-index: 300;
}
#language .flag {
	display: block;
	margin: 5px 3px 0 5px;
}
#language a {
	margin-left: 3px;
}
#cur_div {
    position: absolute;
    right: 15px;
    top: 32px;
	background-color: #FFFFFF;
	border: 1px inset #3871A5;
	padding: 1px 3px;
    z-index: 300;
}
#cur_dir a {
    text-decoration:underline;
}
#newsletter {
	position: absolute;
	bottom: 55px;
	right: 15px;
	width: auto;
	height: 17px;
	font-size: 11px;
	z-index: 300;
}
#newsletter .corner_left {
	float: left;
	width: 3px;
	height: 17px;
	background: url(/I/version1/nl_corner_left.png) no-repeat top left;
}
#newsletter .nl_straight {
	float: left;
	background-color: #D1DDE6;
	color: #3871A5;
	width: auto;
	height: 17px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 3px;
	padding-top: 1px;
}
#newsletter .nl_straight .field {
	padding: 0px;
	padding-left: 3px;
	width: 250px;
	height: 13px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 15px;
	margin-right: 3px;
	font-size: 11px;
	color: #749ABD;
	border: none;
	text-transform: lowercase;
}
#newsletter .nl_straight .button {
	padding: 0px;
	margin-top: 1px;
	font-size: 11px;
	color: #3871A5;
	font-weight: bold;
	border: none;
	background: none;
	cursor: pointer;
}
#newsletter .corner_right {
	float: left;
	width: 3px;
	height: 17px;
	background: url(/I/version1/nl_corner_right.png) no-repeat top left;
}
#contact p {
	width: 98%;
	clear: both;
	padding: 2px;
}
#contact label {
	float: left;
	width: 230px;
	text-align: right;
	margin-right: 5px;
}
#contact input {
	color: #3871A5;
	width: 230px;
	height: 18px;
	line-height: 18px;
	border: 1px #3871A5 solid;
}
#contact img {
	border: 1px #3871A5 solid;
}
#contact textarea {
	color: #3871A5;
	width: 230px;
	height: 60px;
	border: 1px #3871A5 solid;
}
.tab_title, .tab_title.active {
	position: relative;
	background-image: none;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: -3px;
	z-index: 300;
	top: 0px;
	left: 20px;
}
.tab_title_left {
	float: left;
	width: 4px;
	height: 20px;
	background: url(/I/version1/tab_corner_left.png) no-repeat top left;
}
.tab_title.active .tab_title_left {
	background: url(/I/version1/tab_corner_left.png) no-repeat top left;
}
.tab_title_straight {
	float: left;
	width: auto;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 15px;
	background-color: #E2EEF7;
	background-image: none;
}
.tab_title.active .tab_title_straight {
	background-color: #D1DDE6;
}
.tab_title_txt {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}
.tab_title_txt, .tab_title_txt a {
	color: #749ABD;
}
.tab_title.active .tab_title_txt, .tab_title.active .tab_title_txt a {
	color: #3871A5;
}
.tab_title_right {
	float: left;
	width: 6px;
	height: 20px;
	background: url(/I/version1/tab_corner_right.png) no-repeat top left;
}
.tab_title.active .tab_title_right {
	background: url(/I/version1/tab_corner_right.png) no-repeat top left;
}
#content {
	width: 1004px;
	min-height: 550px;
}
#left_col {
	position: relative;
	float: left;
	width: 670px;
	height: auto;
	margin-top: 10px;
}
#right_col {
	position: relative;
	float: left;
	width: 310px;
	height: auto;
	border-left: 1px #3871A5 solid;
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	z-index: 50;
}
#right_col p {
	margin: 2px 0px;
}
.bodySeparator {
	width: 100%;
	height: 50px;
	background: url(/I/version1/bg_body.png) center repeat-y;
}
#bodyBottom {
	position: relative;
	clear: both;
	width: 100%;
	height: 10px;
	background: url(/I/version1/bg_body_bottom.png) center no-repeat;
}
#fly {
	position: relative;
	top: -65px;
	right: -5px;
	background: url(/I/version1/fly.png) center no-repeat;
	width: 435px;
	height: 126px;
	z-index: 999;
}
#footer {
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
	width: 520px;
	height: auto;
	border: none;
	z-index: 300;
}
#footer p, #footer p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
/********** CURRENCY **********/
.currency {
	float: left;
	background-color: #D1DDE6;
	border: 1px #3871A5 solid;
	color: #3871A5;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 25px;
	margin: 2px;
	cursor: pointer;
}
.currency:hover {
	background-color: #FFFFFF;
	border: 1px #D1DDE6 solid;
	color: #3871A5;
}
.cur_select {
	background-color: #3871A5;
	border: 1px #D1DDE6 solid;
	color: #FFFFFF;
}
/********** TIPS **********/
.tip-wrap {
	width: 200px;
	height: auto;
	z-index: 13000;
}
.tip-title {
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #749ABD;
	border: 1px #749ABD solid;
	border-bottom: 0px;
	padding: 1px 3px;
	height: 14px;
}
.tip-text {
	font-size: 9px;
	color: #3871A5;
	border: 1px #749ABD solid;
	padding: 5px;
	height: auto;
	background-color: #E2EEF7;
}
.tip-bottom {
	background-image: url(/I/version1/arrow-tips.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
}
.help_ico, .info_ico {
	float: left;
	width: 18px;
	height: 18px;
}
.help_ico {
	background: url(/I/ico/help.gif) no-repeat top left;
}
.info_ico {
	background: url(/I/ico/information.gif) no-repeat top left;
}
.help {
	cursor: help;
}
/********** FORM **********/
fieldset {
	padding: 10px;
}

.line_form {
	clear: both;
	padding: 2px 0px;
}
.line_form_left {
	float: left;
	text-align: right;
	width: 50%;
}
.line_form_right {
	float: right;
	text-align: left;
	width: 49%;
}
/********** ABOUT US **********/
#testimonials {
	float: left;
	display: block;
	width: 220px;
	height: auto;
	padding: 0px 3px;
	margin-left: 20px;
	margin-top: 70px;
	border-left: 1px #3871A5 solid;
	border-right: 1px #3871A5 solid;
	text-align: justify;
}
#services {
	float: left;
	height: auto;
	width: 700px;
	margin-top: 20px;
	padding-top: 20px;
}
.officeOff {
	background-color: #FFFFFF;
	color: #3871A5;
}
.officeOn {
	background-color: #3871A5;
	color: #FFFFFF;
	cursor: pointer;
}
/********** VARIOUS **********/
.stars1 {
	background: url(/I/ico/five_stars.gif) transparent 0px 0px no-repeat;
	height: 12px;
	width: 12px;
}
.stars2 {
	background: url(/I/ico/five_stars.gif) transparent 0px 0px no-repeat;
	height: 12px;
	width: 24px;
}
.stars3 {
	background: url(/I/ico/five_stars.gif) transparent 0px 0px no-repeat;
	height: 12px;
	width: 36px;
}
.stars4 {
	background: url(/I/ico/five_stars.gif) transparent 0px 0px no-repeat;
	height: 12px;
	width: 48px;
}
.stars5 {
	background: url(/I/ico/five_stars.gif) transparent 0px 0px no-repeat;
	height: 12px;
	width: 60px;
}
/********** SCROLLBAR **********/		
.scrollbar-vert{
	position: absolute;
	background: url(/I/scrollBarBgn.png);
	width: 16px;
	top: 30px;
	right: 1px;
}
.handle-vert{
	height: 75px;
	width: 16px;
	background: url(/I/scrollBar.png) no-repeat;
}
