* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:924px;
}
body { 
	background:url(images/tail-body.jpg) 0 0 repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.1875em;
	color:#07253f;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}

table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
	position:relative;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
	text-align: justify;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:924px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
	overflow:hidden;
}

#header {
	height:569px;
	overflow:hidden;
}
#content {
	padding:0 0 30px 0;
}
#footer {
	padding:18px 30px 22px 30px;
	background:#07253f;
}


/*---- tailings ----*/
.main-bg {
	background:url(images/main-bg.jpg) no-repeat 50% 0;
}


/*----- 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 15px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:15px;
}
	.img-box img { 
		float:left; 
		margin:0 15px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:19px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:19px;
}
.p3 { 
	margin-bottom:28px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#48c3f8; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	color:#066ba9;
	font-size:26px;
	line-height:1.2em;
	margin-bottom:20px;
}
h2.alt {
	color:#48c3f8;
}
h3 {
	font-size:24px;
	line-height:1.2em;
}
	h3 strong {
		font-size:44px;
		line-height:1.2em;
		display:block;
		margin-bottom:-15px;
	}
	h3 em {
		font-size:44px;
		line-height:1.2em;
		font-style:normal;
	}
h4 {
	font-size:17px;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:19px;
}
	h4 a {
		color:#066ba9;
	}
h5 {
	font-size:16px;
	color:#0080b7;
	font-weight:bold;
}
h6 {
	font-size:1em;
}




h7 {
	font-size:12px;
	color:#0080b7;
	font-weight:bold;
}






.link1 { 
	color:#39b9f8;
	font-weight:bold;
	padding-top:6px;
}
	

.button1 { 
	float:left;
	background:#fff;
	padding:7px 12px 7px 12px;
	color:#4cd3fc;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
.button1:hover {
	background:#07253f;
	color:#fff;
}


.button2 { 
	float:left;
	background:url(images/button2-bg.gif) 0 0 repeat-x #39b9f8;
	padding:3px 10px 4px 10px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.button2:hover {
	background:#07253f;
	color:#fff;
}

.line-hor { 
	background:#46c1f8;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0 25px 0;
}
.divider { 
	background:#46c1f8;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:33px 30px 0 30px;
}


/*==================boxes====================*/
.box {
	background:#51b2f6;
	width:100%;
	color:#fff;
	font-size:12px;
	line-height:16px;
	margin-top:-31px;
}
	.box div {
		position:relative;
	}
	.box .border-top {
		background:url(images/border-top.gif) repeat-x left top;
	}
	.box .border-bot {
		background:url(images/border-bot.gif) repeat-x left bottom;
	}
	.box .border-left {
		background:url(images/border-left.gif) repeat-y left top;
	}
	.box .border-right {
		background:url(images/border-right.gif) repeat-y right top;
	}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat left bottom;
		}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:26px 35px 36px 35px;
	}


.box1 {
	background:#68d3fc;
	width:100%;
	color:#fff;
	font-size:12px;
	line-height:16px;
	margin-top:-31px;
}
	.box1 div {
		position:relative;
	}
	.box1 .border-top {
		background:url(images/border-top1.gif) repeat-x left top;
	}
	.box1 .border-bot {
		background:url(images/border-bot1.gif) repeat-x left bottom;
	}
	.box1 .border-left {
		background:url(images/border-left1.gif) repeat-y left top;
	}
	.box1 .border-right {
		background:url(images/border-right1.gif) repeat-y right top;
	}
	.box1 .left-top-corner {
		background:url(images/left-top-corner1.gif) no-repeat left top;
	}
	.box1 .right-top-corner {
		background:url(images/right-top-corner1.gif) no-repeat right top;
	}
	.box1 .left-bot-corner {
		background:url(images/left-bot-corner1.gif) no-repeat left bottom;
		}
	.box1 .right-bot-corner {
		background:url(images/right-bot-corner1.gif) no-repeat right bottom;
		}
	.box1 .inner { 
		padding:26px 35px 36px 35px;
	}


.box2 {
	background:#76e5fe;
	width:100%;
	color:#fff;
	font-size:12px;
	line-height:16px;
	margin-top:-31px;
}
	.box2 div {
		position:relative;
	}
	.box2 .border-top {
		background:url(images/border-top2.gif) repeat-x left top;
	}
	.box2 .border-bot {
		background:url(images/border-bot2.gif) repeat-x left bottom;
	}
	.box2 .border-left {
		background:url(images/border-left2.gif) repeat-y left top;
	}
	.box2 .border-right {
		background:url(images/border-right2.gif) repeat-y right top;
	}
	.box2 .left-top-corner {
		background:url(images/left-top-corner2.gif) no-repeat left top;
	}
	.box2 .right-top-corner {
		background:url(images/right-top-corner2.gif) no-repeat right top;
	}
	.box2 .left-bot-corner {
		background:url(images/left-bot-corner2.gif) no-repeat left bottom;
		}
	.box2 .right-bot-corner {
		background:url(images/right-bot-corner2.gif) no-repeat right bottom;
		}
	.box2 .inner { 
		padding:26px 35px 36px 35px;
	}

.address {
	font-size:14px;
	line-height:17px;
	color:#48c3f8;
}
	.address dt {
		margin-bottom:16px;
		color:#066ba9;
	}
	.address dt.no-out {
		margin-bottom:0;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			padding-right:4px;
		}


.department {
	padding-bottom:16px;
}
	.department dt {
		font-weight:bold;
	}
	.department dd { 
		clear:both;
	}
		.department dd span { 
			float:left;
			width:75px;
		}
		.department dd a {
			color:#fff;
		}


/*===== content =====*/
#content .indent {
	padding:25px 30px 0 30px;
}
	#content .row-1 {
		background:#fff;
		padding:0 30px 32px 30px;
	}
	#content .row-2 {
		background:url(images/content-bg.gif) 0 0 repeat-x #fff;
	}
		#content .row-1 p {
			margin-bottom:16px;
		}
	


.list1 li {
	background:url(images/arrow1.gif) no-repeat 0 10px;
	padding:4px 0 4px 9px;
	border-top:1px solid #dbe3e6;
	position:relative;
	vertical-align:top;
	height:1%;
	font-size:13px;
}
	.list1 li a {
		color:#066ba9;
		font-weight:bold;
		text-decoration:none;
	}
		.list1 li a:hover {
			color:#000;
		}


.testimonials li {
	font-size:14px;
	color:#48c3f8;
	text-align:right;
	padding-bottom:19px;
}
	.testimonials li div {
		font-size:12px;
		color:#07253f;
		text-align:left;
	}

/*===== footer =====*/
#footer {
	color:#4ac3f8;
}
	#footer a {
		color:#fff;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
#footer .nav {
	float:left;
	font-size:13px;
}
	#footer .nav li {
		display:inline;
	}
		#footer .nav li a {
			padding-right:23px;
		}



/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:25px;
	}
	#contacts-form input {
		width:267px;
		border:1px solid #07253f;
		padding:2px 0 2px 5px;
		color:#07253f;
		background:#fff;
	}
	#contacts-form textarea {
		width:280px;
		background:#fff;
		border:1px solid #07253f;
		padding:2px 0 2px 5px;
		color:#07253f;
		overflow:auto;
		height:42px;
		padding:1px 0 1px 5px;
		margin-bottom:5px;
	}

	#contacts-form .col-1 {
		width:278px !important;
		margin:0 !important;
	}
	#contacts-form .col-2 {
		width:288px !important;
		margin:0 !important;
	}
	#contacts-form .button2 {
		float:right;
		margin-left:10px;
	}

/*==========================================*/
