* {margin:0px;padding:0px;}
a, img {border:0px;}
@font-face {
	font-family: 'MyriadProS';
    src: url("../fonts/MyriadPro.eot");
    src: url("../fonts/MyriadPro.eot?#iefix") format("embedded-opentype"),
         url("../fonts/MyriadPro.woff") format("woff"),
         url("../fonts/MyriadPro.ttf") format("truetype"),
         url("../fonts/MyriadPro.svg#JournalRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
body {
	color:#3f3f3f;
	font-size:12px;
	font-family:Arial;
	line-height:20px;
	text-align:center;
	background:#e1e1e1 url(../images/body_bg.jpg) repeat-x;
	}
html, body {
	height:100%;
	width:100%;
	min-width:1000px;
	}

a {
	outline: none;
	color:#000fff;
	}
a:hover {
	text-decoration:none;
	}

label {
	cursor:pointer;
	}
textarea {
	resize: none;
	}
input, textarea {
	outline: none;
	}
button::-moz-focus-inner { 
	padding:0; 
	border:0; 
	}



div.footer_width {
	height:194px;
	margin:-194px auto 0px auto;
	}
div.content {
	padding-bottom:194px !important;
	}

div.page_width {
	min-width:1000px;
	max-width:1020px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0px auto;
	background:url(../images/page_bg.png) repeat-y center top;
	}
div.page_pos {
	background:url(../images/page_line.jpg) repeat-x;
	}
div.page_pos, div.footer {
	min-width:1000px;
	max-width:1006px;
	text-align:left;
	margin:0px auto;
	}


div.clear_line {
	clear:both;
	height:1px;
	overflow:hidden;
	}
/* -------------------------------------------------------------------------- */

h1 {
	color:#202020;
	font:29px MyriadProS, Myriad Pro;
	line-height:30px;
	text-transform:uppercase;
	text-shadow:#fff 0px 1px 2px, #fff 0px 1px 2px, #ccc 0px 3px 2px;
	padding:0px 0px 16px 5px;
	}
h2 {
	color:#000;
	font:24px Arial;
	line-height:26px;
	padding-bottom:18px;
	}
h3 {
	color:#000;
	font:20px Arial;
	line-height:22px;
	padding-bottom:16px;
	}
h4 {
	color:#000;
	font:18px Arial;
	line-height:20px;
	padding-bottom:14px;
	}
h5 {
	color:#000;
	font:bold 16px Arial;
	line-height:18px;
	padding-bottom:12px;
	}
h6 {
	color:#000;
	font:bold 14px Arial;
	line-height:16px;
	padding-bottom:6px;
	}

/* -------------------------------------------------------------------------- */


div.header {
	position:relative;
	overflow:hidden;
	height:156px;
	padding:10px 12px 0px 12px;
	}

div.m_imgs {
	overflow:hidden;
	position:relative;
	text-align:center;
	padding-bottom:23px;
	margin:0px 13px 0px 13px;
	}

div.content {
	padding:0px 13px 0px 13px;
	}
div.cont_l {
	float:left;
	width:325px;
	padding-right:15px;
	}
div.cont_r {
	float:right;
	width:325px;
	padding-left:15px;
	background:url(../images/line_2.gif) repeat-y -1px top;
	}
div.cont_s {
	padding:0px 365px 0px 365px;
	}
div.cont_sl {
	padding:0px 365px 0px 7px;
	background:url(../images/line_2.gif) repeat-y right top;
	}
div.cont_sr {
	padding:0px 7px 0px 365px;
	}
	div.cont_s_pos {
		float:left;
		width:100%;
		}

div.footer {
	position:relative;
	z-index:100;
	overflow:hidden;
	height:114px;
	color:#5f5c5c;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	line-height:18px;
	padding:22px 0px 0px 0px;
	border-top:solid 1px #d7d7d7;
	border-bottom:solid 1px #d7d7d7;
	margin-bottom:28px;
	background:#eaeaea url(../images/footer_bg.jpg) repeat-x;
	}
	div.footer_line {
		overflow:hidden;
		height:28px;
		background:#e1e1e1 url(../images/footer_line.png) no-repeat center top;
		}

/* -------------------------------------------------------------------------- */

.content p {
	padding-bottom:18px;
	}
.content ul {
	clear:left;
	list-style-type:none;
	margin:0px;
	}
	.content ul li {
		padding-left:37px;
		background:url(../images/bullet_triangle_yellow.png) no-repeat left;
		}
.content ol {
	clear:left;
	position:relative;
	margin-left:24px;
	margin-bottom:16px;
	}
	.content ul ul, .content ul ol, .content ol ul, .content ol ol {
		margin-bottom:0px;
		}

.content table {
	position:relative;
	margin-bottom:20px;
	}
	.content table caption {
		text-align:right;
		padding:0px 3px 2px 3px;
		}
	.content td, .content th {
		}
	.content thead td, .content thead th {
		text-align:center;
		vertical-align:middle;
		padding:6px 6px 6px 6px;
		background:#d7d7d7;
		}
	.content tbody td, .content tbody th {
		text-align:left;
		vertical-align:middle;
		padding:3px 6px 3px 6px;
		}
	.content tbody tr.on td, .content tbody tr.on th {
		background:#fafafa;
		}

dl.comments {
	position:relative;
	clear:both;
	overflow:hidden;
	display:block;
	padding-left:16px;
	margin:0px 0px 20px 24px;
	border-left:solid 1px #8b8b8b;
	background:#fafafa;
	}
	dl.comments dt {
		font-weight:bold;
		padding:14px 12px 0px 0px;
		}
	dl.comments dd {
		padding:14px 12px 0px 0px;
		}

p.img_left {
	float:left;
	padding:0px !important;
	margin:0px 10px 14px 0px;
	}
p.img_right {
	float:right;
	padding:0px !important;
	margin:0px 0px 14px 10px;
	}
p.img_center {
	text-align:center;
	}
	p.img_left img, p.img_right img, p.img_center img {
		border:solid 1px silver;
		}

.content label {
	padding:0px 8px 0px 4px;
	}

/* -------------------------------------------------------------------------- */

.logo_pos {
	position:absolute;
	top:10px;
	left:12px;
	padding:0px 0px 0px 12px;
	}

.ico_emblem {
	position:absolute;
	top:23px;
	right:12px;
	}

.phone_inf {
	float:right;
	width:354px;
	min-height:66px;
	height:auto !important;
	height:66px;
	color:#7d7c7c;
	font:26px MyriadProS, Myriad Pro;
	line-height:26px;
	text-transform:uppercase;
	text-shadow:#fff 0px 1px 2px, #fff 0px 1px 2px, #ccc 0px 3px 2px;
	padding:25px 0px 10px 79px;
	background:url(../images/phone_bg.png) no-repeat left 16px;
	}
	.phone_inf span {
		letter-spacing:-1px;
		}
	.phone_inf b {
		display:block;
		color:#222222;
		font:bold 39px Arial;
		line-height:28px;
		letter-spacing:0px;
		}

.m_nav {
	float:right;
	overflow:hidden;
	width:578px;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	white-space:nowrap;
	background:url(../images/m_nav_bg.png) no-repeat left -78px;
	}
.footer .m_nav {
	float:none;
	margin:0px auto 15px auto;
	}
	.m_nav div {
		overflow:hidden;
		padding:0px 8px 0px 8px;
		background:url(../images/m_nav_bg.png) no-repeat right -39px;
		}
	.m_nav div div {
		height:33px;
		text-align:left;
		padding:6px 0px 0px 0px;
		background:url(../images/m_nav_bg.png) repeat-x center 0px;
		}
	*+html .m_nav div div {
		padding-left:31px;
		}
	.m_nav a {
		color:#2a2a2a;
		text-decoration:none;
		text-shadow:#fff 0px 0px 2px;
		margin:0px 36px 0px 26px;
		}
	.m_nav a:hover {
		text-decoration:underline;
		}

.block {
	margin-bottom:15px;
	background:url(../images/line_1.gif) repeat-y left top;
	}
	.block .t_line,
	.block .b_line {
		position:relative;
		z-index:50;
		height:14px;
		font-size:1px;
		margin:0px 8px 0px 8px;
		background:url(../images/line_3.gif) repeat-x;
		}
	.block .t_line {
		background-position:left top;
		}
	.block .b_line {
		background-position:left bottom;
		}
	.block .t_l,
	.block .t_r,
	.block .b_l,
	.block .b_r {
		position:absolute;
		overflow:hidden;
		z-index:70;
		width:8px;
		height:14px;
		background:url(../images/block_ug.gif) no-repeat;
		}
	.block .t_l {
		top:0px;
		left:-8px;
		background-position:0px 0px;
		}
	.block .t_r {
		top:0px;
		left:100%;
		background-position:-8px 0px;
		}
	.block .b_l {
		top:0px;
		left:-8px;
		background-position:0px -14px;
		}
	.block .b_r {
		top:0px;
		left:100%;
		background-position:-8px -14px;
		}
	.block_bg {
		background:url(../images/line_1.gif) repeat-y right top;
		}
	.block_pos {
		position:relative;
		z-index:100;
		padding:0px 3px 0px 3px;
		margin-top:-8px;
		}

.video_bl {
	overflow:hidden;
	padding-bottom:32px;
	margin-left:-7px;
	}

.call_bl {
	font:bold 30px MyriadProS, Myriad Pro;
	line-height:38px;
	padding-bottom:4px !important;
	background:url(../images/call_bl.jpg) no-repeat;
	}
	.call_bl a {
		display:block;
		cursor:pointer;
		width:301px;
		height:200px;
		color:#080808;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
		padding:96px 0px 0px 0px;
		}