/*=========================== TAGS ============================*/
* { 
	margin:0; 
	padding:0;
}
html {
	min-width:978px;
} 
body { 
	background:#302f2f; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#000000; 
	min-width:978px;
}
object { 
	vertical-align:top; 
	outline:none;
}
input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
	color:#000000;
}
fieldset {
	border:0;
}
p { 
	margin:0; 
	padding:0;
}
img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}
ul, 
ol { 
	list-style:none;
}
/*========================== 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%;
}
/*=========================== TAILING =========================*/
.header-bg {
	background:url(images/header-bg.jpg) no-repeat center 103px;
	width:100%;
}
.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x #fff;
}
.tail-middle {
	background:url(images/tail-middle.gif) repeat-x left 386px;
}
.tail-bottom { 
	background:url(images/tail-bottom.gif) left top repeat-x #302f2f;
}
/*=========================== FORMS ===========================*/
#contacts-form .field { 
	height:47px;
}
#contacts-form .field span {
	display:block;
	width:292px;
	height:21px;
	background:url(images/input-bg.gif) no-repeat left top;
}
#contacts-form .field1 {
	margin-bottom:17px; 
}
#contacts-form .field1 span {
	display:block;
	width:292px;
	height:115px;
	background:url(images/textarea-bg.gif) no-repeat left top;
}
#contacts-form label {
	display:block;
}
#contacts-form input {
	width:279px; 
	background:none; 
	border:0;	
	vertical-align:top;
	padding-top:3px;	
	line-height:1.2em;
	margin-left:5px;
}
#contacts-form textarea { 
	width:287px; 
	height:110px; 
	overflow:auto;
	background:none; 
	border:0; 
	padding:3px 0 2px 5px;
	
}
/*========================== LISTS ============================*/
.list {
	padding-bottom:14px;
}
.list li {
	padding:0 0 0 10px;
	background:url(images/marker1.gif) no-repeat left 7px;
	line-height:1.58em;
}
.list li a {
	text-decoration:none;
}
.list li a:hover {
	font-weight:bold;
}
.list.style1 li a {
	color:#2e79b3;
}
.list.style2 li a {
	color:#f78000;
}
.list.style3 li a {
	color:#2e79b3;
}
.list.style4 li {
	font-weight:bold;
}
.list.style4 li a {
	color:#2e79b3;
}
.list.style4 li a:hover {
	text-decoration:underline;
}
.list1 li {
	background:url(images/marker.gif) no-repeat left 1px;
	padding:0 0 8px 18px;
	font-weight:bold;
}	
.list1 li.last {
	padding-bottom:0;
}
.list2 li {
	font-size:1.17em;
	line-height:1.29em;
	background:url(images/line-hor1.gif) repeat-x left bottom;
	padding-bottom:6px;
	margin-bottom:5px;
	width:100%;
	overflow:hidden;
	vertical-align:top;
}
.list2 li.last {
	background:none;
	padding:0;
	margin:0;
}
.list2 li span {
	width:41px;
	height:41px;
	text-align:center;
	display:block;
	float:left;
	background:url(images/icon6.gif) no-repeat left top;
	font-size:24px;
	line-height:1.6em;
	margin-right:8px;
}
.list2 li p {
	width:222px;
	float:left;
	line-height:1.29em;
	margin:0;

	color:#2e79b3;
}
.list2 li img {
	position:relative;
	top:2px;
}
.list2 li.style1 span {
	color:#f78000;
}
.list2 li.style2 span {
	color:#2e79b3;
}
.list2 li.style3 span {
	color:#8a93a0;
}
.list3 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
}
.list3 li a {
	float:left;
	font-weight:bold;
	text-decoration:none;
	width:149px;
}
.list3 li a:hover {
	text-decoration:underline;
}
.list3 li span {
	float:left;
	width:58px;
	text-align:center;
}
.list3 li em {
	float:left;
	font-style:normal;
	width:55px;
	text-align:right;
}
.list3 img, .list4 img {
	margin:0 auto;
}
.list4 {
	padding-bottom:4px;
}
.list4 li {
	font-size:1.17em;
	line-height:1.29em;
	background:url(images/line-hor1.gif) repeat-x left bottom;
	padding-bottom:8px;
	margin-bottom:10px;
	width:100%;
	overflow:hidden;
	vertical-align:top;
}
.list4 li.last {
	background:none;
	padding:0;
	margin:0;
}
.list4 li span {
	width:41px;
	height:41px;
	text-align:center;
	display:block;
	float:left;
	background:url(images/icon6.gif) no-repeat left top;
	font-size:24px;
	line-height:1.6em;
	margin-right:8px;
}
.list4 li p {
	line-height:1.29em;
	margin:0;
}
.list4 li img {
	position:relative;
	top:2px;
}
/*========================== OTHER ============================*/
.img-box1 { 
	width:100%; 
	overflow:hidden;
}
.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}
p {

	margin-bottom:6px;

	line-height:1.33em;

	color: #000;
}
.p1 {
	margin-bottom:16px;
}
.phone { 
	float:right; 
	margin-right:92px;
}
/*================= TXT, LINKS, LINES, TITLES =================*/
a {	
	color:#f78000; 
	outline:none;
}
a:hover {
	text-decoration:none;
}
h3 {
	font-size:24px;
	line-height:1.2em;
	color:#302f2f;
	margin-bottom:15px;
}
h4 {
	font-size:24px;
	line-height:1.2em;
	color:#f78000;
	margin-bottom:10px;
}
h5 {
	font-size:16px;
	color:#1e1f20;
	padding:0;
	padding-left:33px;
	padding-bottom:6px;
	margin:0;
	height:31px;
	background-repeat:no-repeat;
	background-position:0 0;
}
h5 a {
	color:#1e1f20;
	text-decoration:none;
}
h5 a:hover {
	border-bottom:2px solid #000;
}
h5.style1 {
	background-image:url(images/icon1.gif);
	background-position:0 3px;
}
h5.style2 {
	background-image:url(images/icon2.gif);
	background-position:0 1px;
}
h5.style3 {
	background-image:url(images/icon3.gif);
	background-position:0 3px;	
}
h5.style4 {
	background-image:url(images/icon4.gif);
}
h5.style5 {
	background-image:url(images/icon5.gif);
	background-position:0 3px;
}
h6 {
	font-size:1em;
	color:#000000;
	margin-bottom:7px;
}
h6.style1 {
	color:#0792ba;
}
.link1 {
	width:100%;
	overflow:hidden;
	padding-bottom:4px;
}
.link1 a { 
	display:block; 
	float:left; 
	background:url(images/link1-tail.gif) repeat-x left top; 
	color:#e9ebee;
	font-size:14px; 
	text-decoration:none; 
	line-height:1.26em;
}
.link1 a em { 
	display:block; 
	background:url(images/link1-left.gif) no-repeat left top;
}
.link1 a b { 
	display:block; 
	background:url(images/link1-right.gif) no-repeat right top; 
	padding:1px 9px 2px 9px; 
	font-style:normal; 
	font-weight:normal;
}
.link1 a:hover {
	color:#f78000;
}
/*------*/
.link2 {
	width:100%;
	overflow:hidden;
}
.link2 a { 
	display:block; 
	float:left; 
	background:url(images/link2-tail.gif) repeat-x left top; 
	color:#302f2f;
	font-size:14px; 
	text-decoration:none; 
	line-height:1.26em;
}
.link2 a em { 
	display:block; 
	background:url(images/link2-left.gif) no-repeat left top;
}
.link2 a b { 
	display:block; 
	background:url(images/link2-right.gif) no-repeat right top; 
	padding:1px 9px 3px 9px; 
	font-style:normal; 
	font-weight:normal;
}
.link2 a:hover {
	color:#0792ba;	
}
/*------*/
.link3 { 
	display:block; 
	float:left; 
	background:url(images/link3-right.gif) no-repeat right top; 
	color:#fff; 
	text-decoration:none; 
	line-height:.92em;
	margin-right:3px;
}
.link3 em { 
	display:block; 
	background:url(images/link3-left.gif) no-repeat left top;
	padding:0 4px;
}
.link3 b { 
	display:block; 
	background:url(images/link3-tail.gif) repeat-x left top; 
	padding:5px 4px 7px 4px; 
	font-style:normal; 
}
.link3:hover { 
	text-decoration:underline;
}
/*------*/
.link4 { 
	display:block; 
	float:left; 
	background:url(images/link4-right.gif) no-repeat right top; 
	color:#fff; 
	text-decoration:none; 
	line-height:.92em;
}
.link4 em { 
	display:block; 
	background:url(images/link4-left.gif) no-repeat left top;
	padding:0 5px 0 4px;
}
.link4 b { 
	display:block; 
	background:url(images/link4-tail.gif) repeat-x left top; 
	padding:5px 1px 7px 2px; 
	font-style:normal; 
}
.link4:hover { 
	text-decoration:underline;
}
/*------*/
.link5 {
	background:url(images/marker2.gif) no-repeat right 6px;

color:#f78000;

	padding-right:8px;
}
.line-ver1 {
	background:url(images/line-ver1.gif) repeat-y 170px 0;
}
.line-ver2 {
	background:url(images/line-ver1.gif) repeat-y 434px 0;
}
.line-ver3 {
	background:url(images/line-ver1.gif) repeat-y 699px 0;
}
.line-ver4 {
	background:url(images/line-ver2.gif) repeat-y 304px 0;
}
.line-ver5 {
	background:url(images/line-ver2.gif) repeat-y 630px 0;
}
.title {
	position:absolute;
	left:40px;
	top:52px;
}
/*============================ BOXES ==========================*/
.box { 
	background:#e4e5e9; 
	width:100%;
}
.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.gif) repeat-y left top;
}
.box .border-right { 
	background:url(images/border.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;
	width:100%;
}
.box .right-bot-corner { 
	background:url(images/right-bot-corner.gif) no-repeat right bottom;
}
.box .inner { 
	padding:4px 15px 24px 18px;
}
.box .inner1 { 
	padding:4px 15px 0 18px;
	min-height:37px;
	height:auto!important;
	height:37px;
	overflow:hidden;
}
.box .inner1 h5 {
	margin-bottom:0;
}
.box h6 {
	margin:0;
	line-height:1.58em;

	color:#000000;
}
.box h6,
.box .list {
	padding-left:4px;
}
/*---------*/
.box1 { 
	background:#fff; 
	width:100%;
}
.box1 .border-top { 
	background:url(images/border-top.gif) repeat-x left top;
}
.box1 .border-bot {
	background:url(images/border-bot1.gif) repeat-x left bottom;
}
.box1 .border-left { 
	background:url(images/border1.gif) repeat-y left top;
}
.box1 .border-right { 
	background:url(images/border1.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;
	width:100%;
}
.box1 .right-bot-corner { 
	background:url(images/right-bot-corner1.gif) no-repeat right bottom;
}
.box1 .inner { 
	padding:4px 15px 24px 18px;
}
.box1 .inner1 { 
	padding:4px 15px 0 18px;
	min-height:37px;
	height:auto!important;
	height:37px;
	overflow:hidden;
}
.box1 .inner1 h5 {
	margin-bottom:0;
}
.box1 h6 {
	margin:0;
	line-height:1.58em;

	color:#000000;
}
.box1 h6,
.box1 .list {
	padding-left:4px;
}
/*========================== HEADER ===========================*/
#header .row-1 {
	height:103px;
	width:100%;
	z-index:1000;
}
#header .row-1 .fleft {
	padding:26px 0 0 17px;
}
#header .row-1 .fright {
	padding:45px 0 0 0;
	top: 0px;
	left: 0px;
	float:left;
	position:relative;
}
#header .row-1 .fright ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	z-index:1000;
}
#header .row-1 .fright ul li {
	font-size:14px;
	line-height:1.3em;
	float:left;
	padding-left:11px;
	position:relative;
}
#header .row-1 .fright ul ul {
	background:#302f2f;
	top:27px;
	position: absolute;
}
#header .row-1 .fright ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
}
#header .row-1 .fright ul li ul li {
	width:150px;
	padding:2px;
	padding-left:10px;
}
#header .row-1 .fright ul li a em {
	display:block;
}
#header .row-1 .fright ul li a b {
	display:block;
	font-style:normal;
	font-weight:normal;
	padding:2px 30px 4px 30px;
}
#header .row-1 .fright ul li a:hover,
#header .row-1 .fright ul li a.active {
	background:url(images/nav-act-tail.gif) repeat-x left top;
}
#header .row-1 .fright ul li a:hover em,
#header .row-1 .fright ul li a.active em {
	background:url(images/nav-act-left.gif) no-repeat left top;
}
#header .row-1 .fright ul li a:hover b,
#header .row-1 .fright ul li a.active b {
	background:url(images/nav-act-right.gif) no-repeat right top;
}
#header .row-2 {
	height:241px;
	position:absolute;
}
#header .row-2 .extra {
	position:absolute;
	left:305px;
	top:47px;
	width:255px;
}
#header .row-2 .extra ul {
	padding:7px 0 13px 0;
}
#header .row-2 .extra ul li {
	padding:0 0 0 18px;
	background:url(images/marker.gif) no-repeat left 3px;
	font-size:16px;
	line-height:1.2em;
}
#header .row-2 .extra ul li a {
	color:#2e79b3;
	text-decoration:none;
}
#header .row-2 .extra ul li a span {
	color:#f78000;
}
#header .row-2 .extra ul li a:hover {
	padding-left:10px;
}
#header .row-2 .banner {
	position:absolute;
	right:266px;
	top:45px;
}
#menu ul ul, #menu ul li:hover ul ul, #menu ul ul li:hover ul ul {
	display: none;
}
#menu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul ul li:hover ul {
	display: block;
}
/*========================= CONTENT ===========================*/
#content {
	padding-bottom:38px;
}
#content .indent {
	padding:28px 0 0 22px;
}
#content .indent1 {
	padding:28px 18px 0 22px;
}
/*========================= FOOTER ============================*/
#footer .indent {
	padding:23px 0 27px 22px;
}
#footer p {
	padding-top:14px;
	margin:0;
	color:#FFFFFF;
}
#footer strong {
	padding-top:14px;
	color:#FFFFFF;
}
#footer .col-1 {
	width:200px;
}
#footer .col-1,
#footer .col-1 a {
	color:#e3e4e8;
}
#footer .col-1 a {
	text-decoration:none;
}
#footer .col-1 a:hover {
	text-decoration:underline;
}
#footer .col-2 {
	width:199px;
	margin-right:65px;
}
#footer .col-2 a {
	text-decoration:none;
	color:#f78000;
}
#footer .col-3 {
	width:198px;
	margin-right:68px;
}
#footer .col-3 a {
	text-decoration:none;
	color:#f78000;
}
#footer .col-4 {
	width:209px;
}
#footer .col-4 ul li {
	font-size:18px;
	line-height:1.2em;
	background:url(images/line-hor.gif) repeat-x left bottom;
	padding-bottom:5px;
	margin-bottom:4px;
}
#footer .col-4 ul li.last {
	background:none;
	margin:0;
	padding:0;
}
#footer .col-4 ul li a {
	text-decoration:none;
	color:#e4e5e9;
}
#footer .col-4 ul li a:hover {
	color:#989ba8;
}
/*=============================================================*/#page7 .tail-top #content .indent1 p strong {

	color: #F00;

}

.boldy {

	font-weight: bold;

	color: #2e79b3;

}
.boldyorange {

	font-weight: bold;

	color: #f78000;

	font-weight: bold;

}
.lighty {

	font-style: italic;

	color: #999;

}
.italic {
	font-style: italic;
	font-weight: bold;
}
.italiccy {
	font-style: italic;
	font-weight: bold;
}

