/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.25em;
	color:#333333;
	min-width:998px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== FORMS ===========================*/

#contacts-form .form { 
	height:42px;
	width:100%;
	overflow:hidden;
}
#contacts-form .form1 {
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
}
#contacts-form label {
	display:block;
}
#contacts-form span {
	display:block;
	float:left;
	border-left:1px solid #7d7d7d;
	border-top:1px solid #7d7d7d;
	border-bottom:1px solid #cad2d5;
	border-right:1px solid #cad2d5;
}
#contacts-form b {
	display:block;
	border-top:1px solid #414143;
	border-left:1px solid #414143;
}
#contacts-form input {
	width:208px; 
	background:#fff;
	padding-left:3px;
	height:14px;
	border:0; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:208px; 
	height:154px; 
	overflow:auto;
	background:none;
	border:0;
	padding:0 0 0 3px;
}

/*========================== LISTS ============================*/

ul, 
ol {
}

.list {
	margin-top: -18px;
}
.list.alt {
	margin-bottom:18px;
}
.list li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-top: 6px;
}
.list li div {
	float:left;
	width:152px;
}
.list li span {
	width:50px;
	height:48px;
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:0 0;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:2.5em;
	margin-right:8px;
}
.list li b {
	display:block;
}
.list li a {
	font-size:1.17em;
}
.list li em {
	display:inline-block;
	background-repeat:no-repeat;
	background-position:0 3px;
	width:4px;
	height:10px;
	vertical-align:top;
	font-style:normal;
}
/*--- style1 ---*/
.list li.style1 span {
	background-image:url(images/marker2.gif);
}
.list li.style1 a {
	color:#357c8d;
}
.list li.style1 em {
	background-image:url(images/arrow-right1.gif);
}
/*--- style2 ---*/
.list li.style2 span {
	background-image:url(images/marker3.gif);
}
.list li.style2 a {
	color:#d4511e;
}
.list li.style2 em {
	background-image:url(images/arrow-right2.gif);
}
/*--- style3 ---*/
.list li.style3 span {
	background-image:url(images/marker4.gif);
}
.list li.style3 a {
	color:#d4891e;
}
.list li.style3 em {
	background-image:url(images/arrow-right3.gif);
}
/*--- style4 ---*/
.list li.style4 span {
	background-image:url(images/marker5.gif);
}
.list li.style4 a {
	color:#d49816;
}
.list li.style4 em {
	background-image:url(images/arrow-right4.gif);
}

/*-------*/

.list1 {
	margin-top:-31px;
	padding-bottom:15px;
}
.list1 li {
	padding-top:31px;
}
.list1 li strong {
	display:block;
	color:#357c8d;
	padding:0 0 3px 9px;
	background:url(images/marker6.gif) no-repeat left 5px;
}
.list1 li span {
	color:#d4511e;
	display:block;
	padding-bottom:6px;
}
.list1 li a {
	color:#357c8d;
}

.list2 {
	padding-bottom:8px;
}
.list2 li {
	background:url(images/marker6.gif) no-repeat left 6px;
	padding:0 0 6px 11px;
	font-size:1.17em;
}
.list2 li a {
	color:#434f8f;
}

.list3 {
	padding:10px 9px 19px 9px;
}
.list3 ul {
	width:100%;
	overflow:hidden;
	border-top:2px solid #c6e3e5;
	padding-top:19px;
}
.list3 ul li {
	float:left;
	width:174px;
	margin-right:27px;
}
.list3 ul li.last {
	margin-right:0;
}
.list3 ul li span {
	font-size:24px;
	line-height:1.2em;
	color:#357c8d;
}
.list3 ul li b {
	color:#d4511e;
	font-size:20px;
	line-height:1.2em;
	display:inline-block;
	background:url(images/marker7.gif) no-repeat left top;
	padding:1px 0 2px 13px;
}
.list3 ul li ul {
	border:0;
	padding:0;
	width:auto;
	padding:3px 0 0 21px;
}
.list3 ul li ul li {
	background:url(images/marker6.gif) no-repeat left 5px;
	padding:0 0 4px 10px;
	float:none;
	width:auto;
	margin:0;
}
.list3 ul li ul li a {
	color:#357c8d;
}

.list4 {
	margin-bottom:-20px;
}
.list4 li {
	padding-bottom:20px;
}
.list4 li cite {
	font-style:normal;
}
.list4 li h5 {
	text-align:right;
	margin-bottom:0;
}

.list5 {
	padding-bottom:18px;
}
.list5 li {
	padding:0 0 8px 11px;
	background:url(images/marker6.gif) no-repeat left 6px;
	font-size:1.17em;
}
.list5 li a {
	color:#357c8d;
}
  
/*========================== OTHER ============================*/

.img-indent { 
	padding-bottom:25px; 
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
	padding-bottom:15px;
}
.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}

p { 
	margin-bottom:20px;
}
.p0 {
	margin-bottom:0;
}

.phone { 
	float:right; 
	margin-right:30px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {
	color:#1e264e;
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	font-size:28px;
	line-height:1.2em;
	color:#172154;
	letter-spacing:-1px;
	margin-bottom:15px;
	text-transform: uppercase;
}

h1.extra {
	color:#172154;
}
h1.extra span {
	color:#d4891e;
}
h1.extra b {
	color:#e8af34;
}

h2 {
	font-size:14px;
	line-height:1.2em;
	color:#666666;
	letter-spacing:-1px;
	margin-bottom:15px;
}
h4 {
	font-size:1em;
	color:#d4511e;
	margin-bottom:18px;
}
h5 {
	font-weight:normal;
	font-size:1.17em;
	line-height:1.29em;
	color:#357c8d;
	margin-bottom:8px;
}

.link {
	color:#d4511e;
	font-weight:bold;
	padding-right:9px;
	background:url(images/arrow-right5.gif) no-repeat right 4px;
}

.link1 {
	text-decoration:none;
}
.link1:hover {
	text-decoration:underline;
}

.divider1 {
}
.divider2 {
	background-image: url(images/divider1.gif);
	background-repeat: repeat-y;
	background-position: 650px 0;
}
.divider3 {
	background:url(images/divider1.gif) repeat-y 718px 0;
}
.divider4 {
	background:url(images/divider1.gif) repeat-y 465px 0;
}

/*========================== HEADER ===========================*/

/*--- row-1 ---*/
#header .row-1 {
	height:87px;
	width:100%;
	overflow:hidden;
}
#header .row-1 .fleft {
	padding:22px 0 0 11px;
}
#header .row-1 .fright {
	padding:50px 9px 0 0;
}
#header .row-1 .fright ul {
	width:103px;
	height:29px;
	background:url(images/icons-bg.gif) no-repeat left top;
}
#header .row-1 .fright ul li {
	padding:5px 0 0 5px;
	margin-right:2px;
	float:left;
}
/*--- row-2 ---*/
#header .row-2 {
	height:50px;
}
#header .row-2 div {
	padding:9px 0 0 18px;
}
#header .row-2 div ul {
	width:100%;
	overflow:hidden;
}
#header .row-2 div ul li {
	float:left;
	background:url(images/divider.gif) no-repeat right 5px;
	font-size:14px;
	line-height:1.2em;
	text-transform:uppercase;
	padding-right:10px;
	margin-right:9px;
}
#header .row-2 div ul li.last {
	background:none;
	padding-right:0;
	margin-right:0;
}
#header .row-2 div ul li a {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#16687c;
	width:121px;
	height:32px;
}
#header .row-2 div ul li a span {
	display:block;
	padding-top:8px;
}
#header .row-2 div ul li a:hover,
#header .row-2 div ul li a.act {
	background:url(images/nav-act.gif) no-repeat left top;
	color:#fff;
}
/*--- row-3 ---*/
#header .row-3 {
	padding:0 9px;
}
#header .row-3 ul {
	width:100%;
	overflow:hidden;
}
#header .row-3 ul li {
	float:left;
	height:348px;
	width:128px;
	color:#fff;
	position:relative;
}
#header .row-3 ul li.alt {
	width:auto;
}
#header .row-3 ul li span {
	font-size:30px;
	line-height:1.2em;
	display:block;
	text-align:center;
	letter-spacing:-1px;
	padding-top:138px;
	font-weight:normal;
}
#header .row-3 ul li span b {
	font-size:24px;
	display:block;
	margin-top:-9px;
	font-weight:normal;
}
#header .row-3 ul li.act span {
	left:17px;
	top:22px;
	position:absolute;
	text-align:left;
	padding:0;
}
/*--- m1 ---*/
#header .row-3 ul li.m1 {
	background:url(images/banner-bg1.gif) no-repeat left top;
}
#header .row-3 ul li.m1 span {
	font-size:48px;
	padding-top:128px;
}
#header .row-3 ul li.m1.act span {
	padding-top:0;
	top:14px;
}
#header .row-3 ul li.m1 span b {
	margin-top:-24px;
}
/*--- m2 ---*/
#header .row-3 ul li.m2 {
	background:url(images/banner-bg2.gif) no-repeat left top;
}
#header .row-3 ul li.m2-alt {
	background:url(images/banner-bg2-act.gif) no-repeat left top;
	width:128px;
}
#header .row-3 ul li.m2-alt ul li {
	background:url(images/marker8.gif) no-repeat left 8px;
	padding-left:24px;
}
/*--- m3 ---*/
#header .row-3 ul li.m3 {
	background:url(images/banner-bg3.gif) no-repeat left top;
}
#header .row-3 ul li.m3-alt {
	background:url(images/banner-bg3-act.gif) no-repeat left top;
	width:128px;
}
#header .row-3 ul li.m3-alt ul li {
	background:url(images/marker9.gif) no-repeat left 8px;
	padding-left:19px;
}
/*--- m4 ---*/
#header .row-3 ul li.m4 {
	background:url(images/banner-bg4.gif) no-repeat left top;
}
#header .row-3 ul li.m4-alt {
	background:url(images/banner-bg4-act.gif) no-repeat left top;
	width:128px;
}
#header .row-3 ul li.m4-alt ul li {
	background:url(images/marker10.gif) no-repeat left 8px;
	padding-left:18px;
}
#header .row-3 ul li ul {
	position:absolute;
	top:105px;
	left:-59px;
}
#header .row-3 ul li ul li {
	float:none;
	height:auto;
	width:auto;
	position:static;
	padding:0 0 12px 18px;
	background:url(images/marker1.gif) no-repeat left 8px;
	font-size:1.17em;
	line-height:1.29em;
}
#header .row-3 ul li ul li a {
	color:#fff;
	text-decoration:none;
}
#header .row-3 ul li ul li a:hover {
	text-decoration:underline;
}

/*========================= CONTENT ===========================*/

#content .indent {
	padding-top: 26px;
	padding-right: 20px;
	padding-bottom: 23px;
	padding-left: 50px;
}

/*========================= FOOTER ============================*/

#footer p {
	line-height:1.33em;
	text-align: center;
	color: #999999;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#footer p b {
	float:left;
	padding-right:118px;
}
#footer p b a.skype {
	background:url(images/skype.gif) no-repeat left top;
	color:#357c8d;
	font-weight:normal;
	padding-left:22px;
	display:inline-block;
	line-height:1.5em;
}
#footer p a {
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}
#footer p strong span {
	font-size:1.17em;
	font-weight:normal;
}
.box {
	width: 100%;
	overflow: hidden;
}

	.box .border-top {
		background: #fcfcfc url(images/border-top.gif) repeat-x 0% 0%;
	}
	
	.box .border-bot {
		background: url(images/border-bot.gif) repeat-x 0% 100%;
	}
	
	.box .border-left {
		background: url(images/border-left.gif) repeat-y 0% 0%;
	}
	
	.box .border-right {
		background: url(images/border-right.gif) repeat-y 100% 0%;
	}
	
	.box .corner-top-left {
		background: url(images/corner-top-left.gif) no-repeat 0% 0%;
	}
	
	.box .corner-top-right {
		background: url(images/corner-top-right.gif) no-repeat 100% 0%;
	}
	
	.box .corner-bot-left {
		background: url(images/corner-bot-left.gif) no-repeat 0% 100%;
	}
	
	.box .corner-bot-right {
		background: url(images/corner-bot-right.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box .inner {
		padding: 18px 22px 18px 34px;
	}
	
	.box .inner-1 {
		padding: 18px 22px 18px 32px;
	}
	
	.box .inner-2 {
		padding: 18px 10px 18px 32px;
	}
	
	.box p {
		padding: 0 0 18px 0 !important;
		line-height: 1.385em !important;
		font-size: 1.083em !important;
		color: #212324 !important;
	}

.box-1 {
	width: 100%;
	overflow: hidden;
}

	.box-1 .border-top {
		background: #f7f6f6 url(images/border-top1.gif) repeat-x 0% 0%;
	}
	
	.box-1 .border-bot {
		background: url(images/border-bot1.gif) repeat-x 0% 100%;
	}
	
	.box-1 .border-left {
		background: url(images/border-left1.gif) repeat-y 0% 0%;
	}
	
	.box-1 .border-right {
		background: url(images/border-right1.gif) repeat-y 100% 0%;
	}
	
	.box-1 .corner-top-left {
		background: url(images/corner-top-left1.gif) no-repeat 0% 0%;
	}
	
	.box-1 .corner-top-right {
		background: url(images/corner-top-right1.gif) no-repeat 100% 0%;
	}
	
	.box-1 .corner-bot-left {
		background: url(images/corner-bot-left1.gif) no-repeat 0% 100%;
	}
	
	.box-1 .corner-bot-right {
		background: url(images/corner-bot-right1.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-1 .inner {
		padding: 18px 32px 60px 28px;
	}
	
	.box-1 strong {
		display: block;
		padding: 0 0 17px 0;
		letter-spacing: -1px;
		line-height: 1.2em;
		font-size: 1.667em;
		font-weight: normal;
		text-transform: uppercase;
		text-align: right;
		color: #c91335;
	}
	
	.box-1 p {
	padding: 0 0 14px 0 !important;
	line-height: 1.2em !important;
	font-size: 1.1em !important;
	font-style: italic !important;
	color: #212324 !important;
	}
	
	.box-1 em {
		display: block;
		padding: 0 0 5px 0;
		text-align: right;
		font-size: 1.083em;
		color: #2776c3;
	}
	
	.box-1 i {
		display: block;
		text-align: right;
		font-size: 1.083em;
		color: #c91335;
	}
	
		.box-1 i a {
			color: #c91335;
		}

.box-2 {
	width: 100%;
	overflow: hidden;
}

	.box-2 .border-top {
		background: #f7f6f6 url(images/border-top2.gif) repeat-x 0% 0%;
	}
	
	.box-2 .border-bot {
		background: url(images/border-bot2.gif) repeat-x 0% 100%;
	}
	
	.box-2 .border-left {
		background: url(images/border-left2.gif) repeat-y 0% 0%;
	}
	
	.box-2 .border-right {
		background: url(images/border-right2.gif) repeat-y 100% 0%;
	}
	
	.box-2 .corner-top-left {
		background: url(images/corner-top-left2.gif) no-repeat 0% 0%;
	}
	
	.box-2 .corner-top-right {
		background: url(images/corner-top-right2.gif) no-repeat 100% 0%;
	}
	
	.box-2 .corner-bot-left {
		background: url(images/corner-bot-left2.gif) no-repeat 0% 100%;
	}
	
	.box-2 .corner-bot-right {
		background: url(images/corner-bot-right2.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-2 .inner {
		padding: 16px 22px 18px 20px;
	}

.box-3 {
	width: 100%;
	overflow: hidden;
}

	.box-3 .border-top {
		background: #fcfcfc url(images/border-top3.gif) repeat-x 0% 0%;
	}
	
	.box-3 .border-bot {
		background: url(images/border-bot3.gif) repeat-x 0% 100%;
	}
	
	.box-3 .border-left {
		background: url(images/border-left3.gif) repeat-y 0% 0%;
	}
	
	.box-3 .border-right {
		background: url(images/border-right3.gif) repeat-y 100% 0%;
	}
	
	.box-3 .corner-top-left {
		background: url(images/corner-top-left3.gif) no-repeat 0% 0%;
	}
	
	.box-3 .corner-top-right {
		background: url(images/corner-top-right3.gif) no-repeat 100% 0%;
	}
	
	.box-3 .corner-bot-left {
		background: url(images/corner-bot-left3.gif) no-repeat 0% 100%;
	}
	
	.box-3 .corner-bot-right {
		background: url(images/corner-bot-right3.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-3 .inner {
		padding: 18px 22px 18px 33px;
	}

.box-4 {
	width: 100%;
	overflow: hidden;
}

	.box-4 .border-top {
		background: #f7f6f6 url(images/border-top4.gif) repeat-x 0% 0%;
	}
	
	.box-4 .border-bot {
		background: url(images/border-bot4.gif) repeat-x 0% 100%;
	}
	
	.box-4 .border-left {
		background: url(images/border-left4.gif) repeat-y 0% 0%;
	}
	
	.box-4 .border-right {
		background: url(images/border-right4.gif) repeat-y 100% 0%;
	}
	
	.box-4 .corner-top-left {
		background: url(images/corner-top-left4.gif) no-repeat 0% 0%;
	}
	
	.box-4 .corner-top-right {
		background: url(images/corner-top-right4.gif) no-repeat 100% 0%;
	}
	
	.box-4 .corner-bot-left {
		background: url(images/corner-bot-left4.gif) no-repeat 0% 100%;
	}
	
	.box-4 .corner-bot-right {
		background: url(images/corner-bot-right4.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-4 .inner {
		padding: 18px 22px 26px 28px;
	}
	
	.box-4 p {
		padding: 0 !important;
		font-size: 1.083em !important;
	}
	
	.box-4 p em {
		display: block;
		line-height: 1.2em;
		font-size: 1.154em;
	}

.box-indent {
	margin: 0 0 40px 0 !important;
}

.box-2 {
	width: 100%;
	overflow: hidden;
}

	.box-2 .border-top {
		background: #f7f6f6 url(images/border-top2.gif) repeat-x 0% 0%;
	}
	
	.box-2 .border-bot {
		background: url(images/border-bot2.gif) repeat-x 0% 100%;
	}
	
	.box-2 .border-left {
		background: url(images/border-left2.gif) repeat-y 0% 0%;
	}
	
	.box-2 .border-right {
		background: url(images/border-right2.gif) repeat-y 100% 0%;
	}
	
	.box-2 .corner-top-left {
		background: url(images/corner-top-left2.gif) no-repeat 0% 0%;
	}
	
	.box-2 .corner-top-right {
		background: url(images/corner-top-right2.gif) no-repeat 100% 0%;
	}
	
	.box-2 .corner-bot-left {
		background: url(images/corner-bot-left2.gif) no-repeat 0% 100%;
	}
	
	.box-2 .corner-bot-right {
		background: url(images/corner-bot-right2.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box-2 .inner {
		padding: 16px 22px 18px 20px;
	}
	.list-1 {
	overflow: hidden;
	display: block;
	overflow: hidden;
	background-image: url(images/checkmark_06.jpg);
	background-repeat: no-repeat;
	background-position: 0% 2px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 25px;
}

	.list-1 li {
		width: 100%;
		padding: 0 0 40px 0;
		overflow: hidden;
		vertical-align: top;
		line-height: 1.385em;
		font-size: 1.083em;
		color: #212324;
	}
	
	.list-1 li.extra {
		margin: -11px 0 0 0;
		padding: 0 0 0 249px;
	}
	
		.list-1 li.extra a {
			color: #c91335;
		}
	
	.list-1 li.extra-1 {
		padding: 5px 0 25px 0;
	}
	
	.list-1 li img {
		float: left;
		margin: 0 23px 0 0;
	}
	
	.list-1 li strong {
		background: url(images/icon-1.gif) no-repeat 0% 3px;
		display: block;
		overflow: hidden;
		padding: 3px 0 8px 36px;
		color: #2776c3;
	}
	
		.list-1 li strong a {
			color: #2776c3;
		}
	
	.list-1 li span {
		padding: 0 0 0 12px;
	}
	
		.list-1 li span a {
			color: #c91335;
		}
hr {
	width: 95%;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	padding-bottom: 15px;
} 
.picture {
	padding: 3px;
	text-align: center;
}
.picture img {
	vertical-align:middle;
	margin-bottom: 3px;
}
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left {
	float:left;
	margin-top: 0.5em;
	margin-right: 6em;
	margin-bottom: 0.5em;
	margin-left: 0;
} 
/*=============================================================*/

