/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1em;
	color:#000;
	min-width:950px;
	background-position: center top;
	background-repeat: repeat;
}
html { 
	min-width:950px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
#main {
	margin:0;
	width:960px;
	font-size:0.875em;
}

	/* Header */
	header {
	height:700px;
	position:relative;
	background-color: #003;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}
	header .container_24{
	position:relative;
	background-position: center bottom;
	font-size: 100%;
	}
	
	/* Content */
	section#content {
	background-color: #FFF;
	}
	
	/* Sidebar */
	aside {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	padding: 20px;
	}
	aside .container_24{
	}
			
	/* Footer */
	footer{
	height:90px;
	padding-top:100px;
	}
	#page1 footer {
	height:40px;
	margin-top:-65px;
	padding-bottom:55px;
	position:relative;
	z-index:9998;
	}
	footer pre{
		color:#2c2e31;
		font-size:14px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	pre a{
		color:#2c2e31;
	}
	pre span{
	color: #930;	
	}



/* Left & Right alignment */

.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 {
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper {
	overflow: hidden;
	width: 100%;
	padding-top: 60px;
}



/*---- tailings ----*/
.tail-top { 
	background:url(../images/tail-top.gif) left top repeat-x #ffbb00;
}
.tail-bottom {
	background:url(../images/tail-bottom.gif) left bottom repeat-x;
}

/*----- form defaults -----*/
input, 
select, 
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	color:#393939;
	margin:0;
	padding:0;
	text-align: center;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.list {}
.list li {} 
.list li a {
	color:#2a2a2a;
	font-size:14px;
	text-decoration:none;
	line-height:30px;
	background:url(../images/marker-1.png) no-repeat 0 2px;
	padding-left:25px;
	padding-top:2px;
	padding-bottom:2px;
}
.list li a:hover {
	color:#930;
	margin-left:2px;
}
.list1{}
.list1 li {}
.list1 li a{
	color:#000;
	font-size:13px;
	text-decoration:none;
	background:url(../images/marker-2.png) no-repeat 0 6px;
	padding-left:12px;
	line-height:28px;
}
.list1 li a:hover{
	text-decoration:underline;
}
.list1 li a.st1{
	background:none;
	padding-left:0;
	line-height:29px;
}
.list1 li a.st1 img{
	float:left;
	margin-right:8px;
	margin-top:3px;
	margin-bottom:1px;
}
.footer-menu{
	margin-top:5px;
}
.footer-menu li{
	float:left;
}
.footer-menu li a{
	color:#797979;
	font-size:14px;
	background:url(../images/menu-line.png) no-repeat right 4px;
	padding-right:8px;
	margin-right:8px;
	text-decoration:none;
}
.footer-menu li a.last{
	background:none;
	padding-right:0;
	margin:0;
}
.footer-menu li a:hover,
.footer-menu li a.active{
	text-decoration:underline;
}
*+ html .footer-menu li a:hover,
*+ html .footer-menu li a.active{
	text-decoration:underline;
	position:relative;
}
.list2{}
.list2 li{
	overflow:hidden;
	width:100%;
	padding-bottom:29px;
}
.list2 li.last{
	padding-bottom:0;
}
.list2 li span.date{
	width:69px;
	height:88px;
	background:url(../images/date-bg.png) no-repeat left top;
	display:block;
	overflow:hidden;
	float:left;
	margin-right:25px;
	position:relative;
}
.list2 li span.date em{
	font-style:normal;
	font-size:30px;
	color:#626262;
	line-height:1.2em;
	position:absolute;
	top:12px;
	left:17px;
	font-family:Arial, Helvetica, sans-serif;
}
.list2 li span.date strong{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	position:absolute;
	bottom:8px;
	left:19px;
}
*+ html .list2 li span.date strong{
	padding-bottom:5px;
}
.list2 li p{
	padding-top:5px;
}
.list2 li p a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.list2 li p a:hover{
	text-decoration:underline;
}
.list2 li .link1{
	margin-top:18px;
	margin-left:-1px;
	display:inline-block;
}

.list3{}
.list3 li{
	float:left;
	width:277px;
	margin-right:44px;
}
.list3 li.last{
	margin-right:0;
	width:280px;
}
.list3 li img{
	float:left;
	margin-right:12px;
	margin-top:3px;
}
.list3 li p{
	font-size:13px;
	color:#323232;
	line-height:1.384em;
}
.list3 li p strong{
	display:block;
}
.list3 li p a{
	color:#ff5a00;
	text-decoration:underline;
}
.list3 li p a:hover{
	text-decoration:none;
	color:#000;
}
.list4{}
.list4 li{
	float:left;
	width:470px;
	margin-right:8px;
	margin-bottom:8px;
	background:#f7f7f7;
}
.list4 li.last{
	margin-right:0;
}
.list4 li .inner{
	padding:13px 0 7px 14px;
	overflow:hidden;
}
.list4 li.alt .inner{
	padding:12px 0 7px 14px;
}
.list4 li .inner img{
	float:left;
	margin-right:11px;
}
.list4 li p{
	color:#323232;
	font-size:13px;
	line-height:1.384em;
	width:297px;
	overflow:hidden;
	padding-top:8px;
}
.list4 li.alt p{
	padding-top:11px;
}
.list4 li p a{
	color:#f3600f;
	text-decoration:none;
}
.list4 li p a:hover{
	text-decoration:underline;
}
.list5{}
.list5 li{
	overflow:hidden;
	padding-bottom:20px;
}
.list5 li.last{
	padding-bottom:0;
	padding-top:1px;
}
.list5 li.last p{
	padding-bottom:40px;
}
.list5 li img{
	float:left;
	margin-right:26px;
	margin-top:4px;
}
.list5 li p a{
	color:#686868;
	text-decoration:none;
	font-weight:bold;
}
.list5 li p a:hover{
	color:#ff5a00;
}
.list6{}
.list6 li{
	overflow:hidden;
	padding-bottom:19px;
}
.list6 li.last{
	padding-top:8px;
}
.list6 li .lft1{
	width:182px;
	display:block;
	float:left;
	margin-right:27px;
}
.list6 li .lft1 a{
	color:#010101;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	line-height:1.2em;
	margin-top:3px;
	display:inline-block;
}
.list6 li .lft1 a:hover{
	color:#ff5a00;
}
.list6 li .lft1 p{
	font-weight:bold;
	color:#404040;
	font-size:13px;
	margin-top:0px;
}
.list6 li p{
	color:#686868;
	font-size:13px;
	line-height:1.384em;
	overflow:hidden;
	width:310px;
}
.list7{
	padding-top:14px;
}
.list7 li{
	padding-bottom:0;
}
.list7 li a{
	color:#686868;
	font-size:13px;
	line-height:1.384em;
	text-decoration:none;
	background:url(../images/marker-3.png) no-repeat 1px 7px;
	padding-left:24px;
}
.list7 li a:hover{
	color:#ff5a00;
}
*+ html .list7 li{
	margin-top:-4px;
}

.list8{}
.list8 li.question p{
	font-weight:bold;
	background:url(../images/quest.gif) no-repeat left 4px;
	padding-left:39px;
}
.list8 li p{
	color:#323232;
	font-size:13px;
	line-height:1.384em;
}
.list8 li.answer{
	padding-top:5px;
	padding-bottom:39px;
}
.list8 li.answer p{
	background:url(../images/answer.png) no-repeat left 4px;
	padding-left:39px;
	padding-top:3px;
}
/*----- 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;
	}

.extra-wrap { 
	overflow:hidden;
}

p {

}
.p0 {
	margin:0;
	padding:0;
}
.p1 {
	margin-bottom:8px;
}

dl {}
	dl dt {}
	dl dd {}
	


/*----- txt, links, lines, titles -----*/
a {
	color:#930;
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
	color: #666;
}
	h1 a {
		position:absolute;
		left:1px;
		top:68px;
		width:488px;
		height:42px;
		background:url(../images/logo.png) no-repeat left top;
		
	}
h2 {
	font-weight:bold;
	color:#930;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:30px;
	text-transform:uppercase;
	line-height:1.2em;
	text-align: left;
}
h3 {
	color:#323232;
	font-size:24px;
	text-transform:uppercase;
	line-height:1.2em;
	font-weight:normal;

}
h4 {
	color:#000;
	font-weight:bold;
	font-size:28px;
	line-height:1.2em;
}
h4.alt{
	color:#930;
	font-size:30px;
	line-height:2em;
	font-weight:normal;
}
h5{}
aside h5 {
	color:#000;
	font-size:21px;
	line-height:1.2em;
	font-weight:normal;
}
h6 {
	font-size:16px;
	line-height:1.2em;
	font-weight:normal;
	font-size:16px;
}


.txt1 {
	color:#000;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.3125em;
	margin-bottom:16px;
}
.txt2 {
}

.link1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#900;
	text-transform:uppercase;
	text-decoration:none;
}
.link1:hover {
	color:#3f4245;
}
.link1_1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ff5a00;
	text-transform:uppercase;
	text-decoration:none;
}
.link1_1:hover {
	color:#3f4245;
}
.link2{
	color:#fff;
	font-size:13px;
	background:url(../images/button-bg.png) repeat-x left top #323232;
	display:inline-block;
	text-decoration:none;
	padding:7px 12px 8px 9px;
	text-transform:uppercase;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior: url(js/pie.php);
	position:relative;
}
.link2:hover{
	background-color: #900;
}
	

.button { 
	float:right;
}
	.button span { 
		display:block; 
		background:url(../images/button-left.gif) no-repeat left top; 
		padding-left:3px;
	}
		.button span span { 
			background:url(../images/button-right.gif) no-repeat right top;
			padding-right:4px;
			padding-left:0;
		}
			.button span span a { 
				display:block;
				background:#333743;
				padding:4px 5px 3px 5px;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
			}
			.button span span a:hover { 
				text-decoration:underline;
			}

.hr { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
	display:block;
}
.vr { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	background-position:0 0;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:#fff;
	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-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:0 0 0 0;
	}



/*===== header =====*/
header {}
header .inside {}
header nav {}
nav ul{
	position:absolute;
	top:134px;
	left: 1px;
}
.header-img{
	position:absolute;
	top:195px;
}

/*===== content =====*/
#content .inside {}
#content {
}

/*===== Sidebar =====*/
aside .inside {}
aside h5{
	padding-bottom:12px;
}
aside .form{
	width:402px;
	height:200px;
	float:right;
	margin-right:10px;
	position:relative;
	padding-top:0px;


}
aside .form h5{
	float:left;
	width:92px;
	position:relative;
	z-index:10;

}
/*===== footer =====*/
footer .inside {}
footer a {}


/*----- forms -----*/
#search{
	position:absolute;
	top:78px;
	right:11px;
}
#search input{
	background:none;
	border:none;
	float:left;
	color:#fff;
	font-size:14px;
	width:154px;
	padding:6px 3px 8px 8px;
}
#search .bg{
	background:url(../images/search-bg.png) no-repeat left top;
	display:inline-block;
	float:left;
	padding:0;
	margin:0;
}
#search .find-button{
	float:left;
	background:url(../images/search-button.png) no-repeat left top;
	width:27px;
	height:28px;

}
input:focus,
textarea:focus{
	outline:none;
}
#contacts-form{
	float:left;
	position:absolute;
	left:99px;
	z-index:9999;
	width:312px;
	top: 20px;
}
#contacts-form .field { 
	height:31px;
}
#contacts-form input,
#contacts-form textarea {
	background:#fbfbfb;
	border-top:1px solid #c1c1c2; 
	border-left:1px solid #c1c1c2; 
	border-bottom:none;
	border-right:none;
	color:#808080;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:288px; 
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	behavior: url(js/pie.php);
	position:relative;
	padding:3px 4px 6px 13px;
	float:left;
}
#contacts-form input {
	vertical-align:top;	
}
#contacts-form #mess{

}
#contacts-form textarea { 
	width:288px;
	height:87px;
	overflow:auto;
}
.cont-buttons{
	margin-right:10px;
	margin-top:4px;
}
.cont-buttons a{
	color:#fff;
	font-size:13px;
	background:url(../images/button-bg.png) repeat-x left top;
	display:inline-block;
	text-decoration:none;
	padding:7px 26px 7px 26px;
	text-transform:uppercase;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior: url(js/pie.php);
	position:relative;
}
.cont-buttons a:hover{
	background:#ff5a00;
}

#contacts{
	padding-top:27px;
}
#contacts .field { 
	height:42px;
}
#contacts input,
#contacts textarea {
	background:#fbfbfb;
	border:1px solid #dbdbdb; 
	color:#323232;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:389px; 
	padding:6px 4px 6px 5px;
	float:left;
}
#contacts textarea{
	height:182px;
	margin-top:2px;
}
.buttons2{
	padding-top:25px;
}
.buttons2 a{
	color:#fff;
	font-size:13px;
	background:url(../images/button-bg.png) repeat-x left top #323232;
	display:inline-block;
	text-decoration:none;
	padding:7px 0px 8px 0px;
	width:97px;
	text-align:center;
	text-transform:uppercase;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior: url(js/pie.php);
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.buttons2 a:hover{
	background-color: #930;
}
.buttons2 a.reset{
	margin-right:22px;
}
/*==========================================*/
ul.pagination { list-style:none; padding:0; margin:0; position:absolute; bottom:10px; right:8px; }
ul.pagination li { 
	float:left;
	position:relative;
	z-index:11;
}
ul.pagination li a {
	display:block;
	float:left;
	background:url(../images/pagination.png) no-repeat -28px 2px;
	width:28px;
	height:30px;
	text-indent:-9999px;

}
ul.pagination li a:hover{
	background:url(../images/pagination.png) no-repeat -56px 2px;
}
ul.pagination li.current{
	position:relative;
	z-index:9999!important;
}
ul.pagination li.current a{
	background:url(../images/pagination-act.png) no-repeat 0px 2px;
}
#faded { width:950px; height:430px;  overflow:hidden; position:relative; margin-top:179px;}
a { outline:0; border:0; }

.buttons{
	position:absolute;
	top:387px;
	height:38px;
	background:#f7f7f7;
	width:950px;
}
a.prev{
	background:url(../images/prev.png) no-repeat left top;
	width:35px;
	height:34px;
	display:block;
	float:left;
	position:absolute;
	top:1px;
	left:752px;
}
a.next{
	background:url(../images/next.png) no-repeat left top;
	width:36px;
	height:34px;
	display:block;
	float:left;
	position:absolute;
	top:1px;
	left:787px;
}
/*===================================*/
.p1-cont{
	padding-top: 10;
}
.p1-cont .top{
	width:100%;
	overflow:hidden;
	padding: 5px;
}
.p1-cont .left-text h2{
	padding-bottom:12px;
	color: #000;
}
.p1-cont .left-text .inner-txt{
	padding-top:15px;
	overflow:hidden;
}
.p1-cont .left-text .inner-txt img{
	float:left;
	margin-right:17px;
	margin-left: 5px;
}
.p1-cont .left-text .inner-txt p{
	color:#323232;
	font-size:13px;
	line-height:1.385em;
	padding-top:5px;
	padding-bottom:32px;
}
.p1-cont .right{
	padding-top:5px;
}
.p1-cont .right h3{
	padding-bottom:8px;
}
*+ html .p1-cont .right h3{
	padding-bottom:12px;
}
.p1-cont .row-2{
	overflow:hidden;
	padding-top:30px;
	border-bottom:2px solid #fff;
	padding-bottom:30px;
	background-color: #FFC;
	float: none;
}
.row-2 .grid_5.col-1{
	padding-left: 15px;
}
.row-2 .grid_5.col-1 a.link1_1{
	margin-left:1px;
}
.row-2 .grid_5.col-1 p{
	margin-left:1px;
}
.row-2 .grid_5 h4{
	padding-bottom:4px;
}
.row-2 .grid_5 p{
	color:#686868;
	font-size:13px;
	line-height:1.385em;
	padding: 0px;
}
.row-2 .grid_5.address h4{
	padding-bottom:0px;
}
.row-2 .grid_5.address p{
	line-height:1.385em;
	font-size: 13px;
}
.row-2 .grid_5.address span{
	padding-right:33px;
}
.row-2 .grid_5.address span a{
	color:#686868;
	text-decoration:none;
}
.row-2 .grid_5.address span a:hover{
	color:#ff5a00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*===================================*/
.p2-cont{
	padding-top:35px;
}
.p2-cont .top .txt1{
	padding-top:12px;
	padding-bottom:36px;
}
.p2-cont .top {
	padding-bottom:20px;
}
.p2-cont .top .inner-txt{
	padding-bottom:35px;
	padding-left: 5px;
	margin-left: 10px;
}
.p2-cont .top .txt1.st1{
	padding-top:12px;
	padding-bottom:2px;
}
.p2-cont .top .inner-txt img{
	float:left;
	margin-right:19px;
	margin-bottom:6px;
}
.p2-cont .left-text .inner-txt p{
	color:#323232;
	font-size:16px;
	line-height:1.3125em;
	padding-top:5px;
}
.p2-cont .left-text .inner-txt p.last{
	margin-top:-4px;
}
.p2-cont .left-text .list{
	width:252px;
	float:left;
}
.p2-cont .left-text .list li a{
	padding-left:27px;
}
.p2-cont .left-text .list.alt{
	margin-left:17px;
}
.p2-cont .news{
	overflow:hidden;
	width:360px;
	left:34px;
	position:relative;
}
.p2-cont .news p{
	line-height:1.384em;
	font-size:13px;
	color:#323232;
}
.p2-cont .news h4{
	padding-bottom:15px;
}
.p2-cont .news .list2{
	padding-top:38px;
}
.p2-cont .row-2{
	background:#fbfbfb;
	overflow:hidden;
	padding-top:15px;
	border-bottom:2px solid #fff;
	padding-bottom:59px;
}
.p2-cont .row-2 h4{
	padding-bottom:25px;
}
.p2-cont .row-2 .list3{
	margin-left:-1px;
}
/*===================================*/
.p3-cont{
	padding-top:35px;
}
.p3-cont .top .txt1{
	padding-top:12px;
	padding-bottom:36px;
	text-align: left;
}
.p3-cont .top .serv {
	padding-bottom:20px;

}
.p3-cont .top .inner-txt{
	margin-left:1px;
	padding-bottom:35px;
}
.p3-cont .top .txt1.st1{
	padding-top:12px;
	padding-bottom:2px;
}
.p3-cont .top .inner-txt img{
	float:left;
	margin-right:19px;
	margin-bottom:6px;
}
.p3-cont .left-text .inner-txt img{
	float:left;
	margin-right:40px;
	margin-top:2px;
}
.p3-cont .left-text .inner-txt p{
	color:#323232;
	font-size:13px;
	line-height:1.385em;
	margin-top:-2px;
}
.p3-cont .left-text .inner-txt .link1{
	margin-top:21px;
	display:inline-block;
}
.p3-cont .down{
	padding-top:30px;
	overflow:hidden;
	width:100%;
	margin-left:2px;
	padding-bottom:55px;
}
.p3-cont .down h2{
	margin-left:5px;
}
.p3-cont .down .txt1{
	padding-bottom:24px;
	margin-left:5px;
}
.p3-cont .down .right-list{
	padding-top:8px;
}
.p3-cont .down .right-list h3{
	padding-bottom:12px;
}
.p3-cont .down .right-list .list li a{
	padding-left:29px;
}
/*===================================*/
.p4-cont{
	padding-top:35px;
	padding-bottom:49px;
}
.p4-cont .ideas{
	margin-right:80px;
}
.p4-cont .ideas h2{
	padding-bottom:30px;
}
.p4-cont .ideas p{
	margin-left:2px;
	color:#686868;
	font-size:13px;
	line-height:1.384em;
}
.p4-cont .ideas .list5{
	padding-top:29px;
}
.p4-cont .ideas .link1{
	margin-top:10px;
	font-size:13px;
	display:inline-block;
	margin-left:94px;
}
.p4-cont .right-text{
	width:520px;
	overflow:hidden;
}
.p4-cont .right-text .list6{
	padding-top:30px;
}
/*===================================*/
.p5-cont{
	padding-top:35px;
	padding-bottom:20px;
	background-color: #FFF;
}
.p5-cont .faq {
	float:left;
	margin-right:81px;
}
.p5-cont .faq .list8{
	padding-top:30px;
}
.p5-cont .support{
	width:210px;
	display:block;
	overflow:hidden;
}
.p5-cont .support h4{
	padding-bottom:36px;
}
.p5-cont .support p{
	line-height:1.384em;
	font-size:13px;
	color:#323232;
	padding-bottom:20px;
}
.p5-cont .support img{
	margin-bottom:19px;
}
/*===================================*/
.p6-cont{
	padding-top:35px;
	padding-bottom:84px;
}
.p6-cont .contacts{
	margin-right:0px;
}
.p6-cont .contacts p{
	font-size:13px;
	color:#000;
	line-height:1.384em;
}
.p6-cont .contacts p strong{
	display:block;
	padding-bottom:8px;
}
.p6-cont .contacts p.txt2{
	padding-top:30px;
}
.p6-cont .map{
	padding-top:72px;
}
#map_canvas {
	width:298px;
	height:194px;
	overflow:hidden;
	}
.txt3{
	color:#323232;
	font-size:13px;
	line-height:1.384em;
	width:186px;
	overflow:hidden;
	padding-top:15px;
}
.txt3 a{
	color:#ff5a00;
	text-decoration:underline;
		margin-left:4px;
}
.txt3 a:hover{
	text-decoration:none;

}
/*===================================*/
.p7-cont{
	padding-top:35px;
	padding-bottom:100px;
}
.policy{
	width:844px;
}
.policy p{
	font-size:13px;
	line-height:1.384em;
	color:#323232;
	padding-top:30px;
}
.policy p strong{
	display:block;
}
.policy p a{
	color:#f0500a;
}
/*===================================*/
.flash1{
	margin-top:178px;
	background-position: center center;
}
/*===================================*/
/*===================================*/
/*===================================*/
.xtdProBanner3 {
	background-position: center bottom;
}
