* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg { 
    position: fixed;
	z-index:-1;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
	position:absolute;
	top:0px;
	left:0px;
	z-index:70;
	overflow:auto;
}

#focus-stealer { position: absolute; left: -9999px; }


body {
	background:#1B2C4C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.2em;
	/*color:#989898;*/
	color:#D6E4FE;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3, .col-4 { 
	float:left;
	padding-bottom:18px;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:960px; 
	margin:0 auto;
	font-size:.8125em;
}





/*==== GLOBAL =====*/
#header {
	height:313px;
	border-top:10px solid #1B2C4C;
}
#content {
	min-height:500px;
	height:auto !important;
	height:500px;
}
#footerhp {
	position:fixed;
	width:100%;
	height:70px;
	left:0; bottom:0;
	background:url(/images/tail-bottom.gif) left top repeat-x;
	z-index:999;
}
#footer {
	height:70px;
	background:url(/images/tail-bottom.gif) left top repeat-x;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.img-indent1 { 
	margin:0 10px 0 0; 
	float:left;
}
.img-box1 { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box1 img { 
		float:left; 
		margin:0 10px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {	margin-bottom:20px;}
.p1 { margin-bottom:10px;}
.p2 { margin-bottom:20px;}
.p3 { margin-bottom:30px;}

/*----- txt, links, lines, titles -----*/
a {
	color:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	background:#1B2C4C;
	float:left;
	font-size:22px;
	font-weight:normal;
	line-height:1em;
	width:225px;
	text-align:right;
	text-transform:uppercase;
	padding:0 0 20px 0;
}
	h1 a {
		color:#fff;
		text-decoration:none;
	}
		h1 span {
			display:block;
			color: #999;
			font-size:11px;
			line-height:1.2em;
		}
		h1 b {
			font-style:italic;
			color:#ffe400;
		}
h2 {
	font-size:17px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	line-height:1.2em;
	padding:15px 0 0 0;
	margin-bottom:25px;
}
h3 {
	font-size:15px;
	color:#fff;
	font-weight:normal;
	margin-bottom:21px;
}
h4 {
	font-size:15px;
	color:#fff;
	font-weight:normal;
}
	

.button, .button1 { 
	/*background:#ffe400;*/
	background:#ADCAFE;
	color:#000;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
	padding:0 8px 0 8px;
}
.button1 {
	background: #CCFF33;
}
.button:hover, .button1:hover {
	/*background:#D6E4FE;*/
	background:#fff600;
}

.line-ver, .line-ver1, .line-ver2 { 
	background-image:url(/images/line-ver.png); 
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:url(/images/box-bg1.png) left top;
	width:100%;
}
	.box .inner { 
		padding:46px 21px 41px 21px;
	}


.address dt {
	margin-bottom:20px;
	font-size:15px;
	color:#fff;
}
.address dd { 
	clear:both;
}
	.address dd span { 
		float:left;
		width:87px;
	}


/*===== header =====*/
#header .nav {
	float:left;
	padding:35px 20px 35px 20px;
	/*background:#fff600;*/
	background:#ADCAFE;
	font-size:11px;
}
#header .nav li {
	padding:2px 0 4px 0;
	/*border-bottom:1px solid #ffe400;*/
	border-bottom:1px solid #fff;
	width:161px;
	margin-bottom:3px;
	vertical-align:top;
}
#header .nav li.last {
	border-bottom:none;
}
#header .nav li a {
	background:url(/images/arrow1.gif) no-repeat 10px 7px;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	padding:0 0 0 27px;
}
#header .nav li a:hover, #header .nav li a.current {
	background:url(/images/arrow2.gif) no-repeat 10px 7px #000;
	color:#fff600;
}
#header .slide {float:left; width:450px; height:280px; margin-left:80px;}
/*===== content =====*/
#content {
	
}
.list1 li {
	background:url(/images/arrow3.gif) no-repeat left 7px;
	padding:0 0 3px 13px;
}

blockquote {
	color:#fff;
	font-size:15px;
	text-align:right;
	padding-bottom:20px;
}
blockquote p {
	margin-bottom:0;
	color:#676767;
	text-align:left;
	font-size:13px;
}

/*===== footer =====*/
#footer {
	color:#9d9d9d;
	font-size:11px;
	text-transform:uppercase;
}
#footer p {
	padding:10px 0 0 0;
	margin:0;
}
#footer a {
	color:#9d9d9d;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}


/*----- forms -----*/
fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
label { 
	display:block;
	min-height:46px;
} 
label input { 
	width:190px;
	padding:3px 3px 3px 5px;
	color:#fff;
	background:#222;
	border:1px solid #2b2b2b;
}
label input.radio {
	border:transparent;
	background: none;
	width:auto;
}
label input.inputCheckbox {
	border:transparent;
	background: none;
	width:auto;
	margin-right:10px;
}
#contacts-form textarea {
	width:190px;
	height:108px;
	padding:3px 3px 3px 5px;
	margin-bottom:15px;
	color:#fff;
	background:#222;
	border:1px solid #2b2b2b;
	overflow:auto;
}
fieldset .col-A { 
	width:210px !important;
	margin-right:0 !important;
	padding-bottom:0;
	float:right;
}
fieldset .col-B { 
	width:210px !important;
	padding-bottom:0;
	margin-right:0 !important;
}
fieldset .col-A label, fieldset .col-B label { min-height:30px;}
/*==========================================*/
.error { color:#FF0;}
.b10:hover img { border:4px solid #ADCAFE; }
