@charset "utf-8";
/* CSS Document */

/* Global styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	}
html, body {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	background:#d4d4d4 url(../images/body-bg.png) 0 0 repeat-x;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#262626;
	}
div, img, a {
	border:0;
	}
img {
	vertical-align:top;
	}
a, input, button, textarea, select {
	outline:none;
	}

a {
	color:#9a0101;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
.fleft {
	float:left;
	}	
.fright {
	float:right;
	}
.left {
	text-align:left;
	}
.right {
	text-align:right;
	}
.img-left {
	float:left;
	margin:0 12px 8px 0;
	}
.img-right {
	float:left;
	margin:0 0 8px 12px;
	}
.center {
	text-align:center;
	}
.clear {
	display:block;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	clear:both;
	}
/* ################## */

/* Wrap block */
#wrap {
	width:100%;
	min-width:1000px;
	min-height:100%;
	margin:0 auto;
	background:url(../images/wrap-bg.png) center 0 repeat-y;
	position:relative;
	float:left;
	}
#wrap-top {
	width:100%;
	height:100%;
	background:url(../images/wrap-top-bg.png) center 0 no-repeat;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	}
#wrap-cont {
	width:975px;
	margin:0 auto;
	padding:0 0 54px;
	position:relative;
	z-index:2;
	}
/* ########## */

/* Head */
#head {
	width:100%;
	position: relative;
	z-index:15;
	padding-bottom: 32px;
	}
#head-top {
	height:125px;
	position:relative;
	z-index:10;
	}

/* Logo */
#logo {
	display:block;
	width:243px;
	height:68px;
	position:absolute;
	left:21px;
	top:27px;
	}
/* ---- */

/* Menu */
#menu {
	margin:0 160px 0 310px;
	list-style:none;
	padding-top:33px;
	position:relative;
	z-index:500;
	}
#menu li {
	float:left;
	font-size:15px;
	line-height:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#002666;
	position:relative;
	}
#menu li a {
	display:block;
	height:26px;
	padding:17px 9px 0;
	font-weight:bold;
	text-decoration:none;
	color:#002666;
	white-space:nowrap;
	}
.submenu {
	display:none;
	position:absolute;
	left:-13px;
	top:0;
	}
.submenu .item-name {
	height:46px;
	font-weight:bold;
	cursor:pointer;
	}
.submenu .item-name a, #menu li .submenu .item-name a {
	height:auto;
	padding:0;
	background:url(../images/item-bg.png) 0 0 no-repeat;
	position:relative;
	cursor:pointer;
	}
.submenu .item-name a span {
	display:block;
	height:26px;
	margin:0 25px;
	background:url(../images/item-bg.png) 0 -93px repeat-x;
	padding:20px 0 0;
	}
.submenu .item-name div {
	width:25px;
	height:46px;
	position:absolute;
	right:0;
	top:0;
	background:url(../images/item-bg.png) 0 -46px no-repeat;
	}
.submenu .submenu-item {
	display:none;
	width:185px;
	position:absolute;
	left:12px;
	top:58px;
	background:#fff;
	z-index:500;
	}
.submenu .submenu-item .si-top {
	height:24px;
	width:100%;
	position:absolute;
	left:0;
	top:-12px;
	z-index:510;
	}
.submenu .submenu-item .si-top div {
	width:12px;
	height:12px;
	overflow:hidden;
	background:url(../images/submenu-corners.png) -12px 0 no-repeat;
	position:absolute;
	left:-12px;
	top:0;
	}
.submenu .submenu-item .si-top b {
	display:block;
	height:24px;
	background:url(../images/submenu-right-top-corner.png) right 0 no-repeat;
	margin-left:130px;
	position:relative;
	top:-12px;
	margin-right:-12px;
	}
.submenu .submenu-item .submenu-item .si-top b {
	width:24px;
	height:24px;
	background:url(../images/submenu-corners.png) -24px 0 no-repeat;
	position:absolute;
	top:-12px;
	right:-12px;
	margin:0;
	}
.submenu .submenu-item .submenu-item .si-top div {
	width:24px;
	height:12px;
	overflow:hidden;
	background:url(../images/submenu-corner-lavel-2.png) 0 0 no-repeat;
	position:absolute;
	left:-24px;
	top:-10px;
	}
.submenu .submenu-item .submenu-item .si-top span {
	display:block;
	height:24px;
	margin:0 12px 0 0;
	background:url(../images/top-bottom-shadow.png) 0 0 repeat-x;
	position:relative;
	top:-12px;
	}
.submenu .submenu-item .si-bottom {
	width:100%;
	height:24px;
	position:absolute;
	left:0;
	bottom:-24px;
	z-index:510;
	}
.si-bottom div, .si-bottom b {
	display:block;
	width:24px;
	height:24px;
	background:url(../images/submenu-corners.png) 0 -24px no-repeat;
	position:absolute;
	left:-12px;
	top:0;
	}
.si-bottom b {
	left:auto;
	right:-12px;
	background-position:-24px -24px;
	}
.si-bottom span {
	display:block;
	height:24px;
	margin:0 12px;
	background:url(../images/top-bottom-shadow.png) 0 -24px repeat-x;
	}
.submenu .submenu-item .si-left-shadow, .submenu .submenu-item .si-right-shadow {
	width:12px;
	height:100%;
	position:absolute;
	left:-12px;
	top:0;
	background:url(../images/left-right-shadow.png) 0 0 repeat-y;
	z-index:510;
	}
.submenu .submenu-item .si-right-shadow {
	right:-12px;
	left:auto;
	background-position:right 0;
	}
.submenu .si-white-line {
	width:100%;
	height:2px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0;
	z-index:515;
	}
#menu li .submenu .submenu-item a, .submenu .submenu-item a {
	height:auto;
	padding:3px 14px 4px 16px;
	font-size:12px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	position:relative;
	top:-2px;
	z-index:520;
	background:#fff;
	}
#menu li .submenu .submenu-item .submenu-item a, .submenu .submenu-item .submenu-item a {
	top:0;
	font-size:11px;
	padding-top:4px;
	}
.submenu .submenu-item a span {
	display:block;

	padding-right:15px;
	}
.submenu .submenu-item a.isSubmenu span {
	background:url(../images/submenu-item-dot.gif) right 5px no-repeat;
	}
#menu li .submenu .submenu-item a:hover, .submenu .submenu-item a:hover,
#menu li .submenu .submenu-item a.submenuOpen, .submenu .submenu-item a.submenuOpen {
	background:#F29D17;
	}
/* ---- */

/* Search block */
#search-block {
	width:185px;
	position:absolute;
	right:-23px;
	top:51px;
	z-index:400;
	}
#search-block form {
	position:relative;
	}
#search-block-input {
	width:116px;
	height:21px;
	float:left;
	overflow:hidden;
	background:#f6f6f6;
	border:1px solid #d1d1d1;
	border-right:0 none;
	position:relative;
	left:22px;
	}
#search-block-input input {
	vertical-align:top;
	width:102px;
	height:18px;
	padding:2px 7px 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#afafaf;
	border:0;
	background:0;
	}
#search-block-input input.active {
	color:#000;
	}
#search-block-button {
	float:left;
	position:relative;
	left:22px;
	}
#search-block-cont {
	width:185px;
	}
#search-block-top {
	position:absolute;
	left:0;
	top:-23px;
	}
#search-block-top, #search-block-bottom {
	width:185px;
	height:23px;
	display:none;
	background:url(../images/autocomplete-bg.png) 0 0 no-repeat;
	}
#search-block-bottom {
	height:24px;
	background-position:0 -23px;
	}
#search-block-line {
	width:139px;
	display:none;
	height:1px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	background:#f6f6f6;
	position:absolute;
	left:22px;
	top:22px;
	}
#search-block-cont {
	width:185px;
	height:23px;
	}
#search-block-autocomplete {
	display:none;
	background:url(../images/autocomplete-bg.png) -185px 0 repeat-y;
	}
#search-block-autocomplete ul {
	width:139px;
	margin-left:22px;
	list-style:none;
	font-size:11px;
	line-height:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #d1d1d1;
	border-top:0 none;
	background:#f6f6f6;
	position:relative;
	}
#search-block-autocomplete ul li {
	vertical-align:bottom;
	}
#search-block-autocomplete ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	padding:4px 8px;
	}
#search-block-autocomplete ul li a:hover {
	background:#e9ecf2;
	}
.showAutocomplete #search-block-top,
.showAutocomplete #search-block-bottom,
.showAutocomplete #search-block-line,
.showAutocomplete #search-block-autocomplete {
	display:block;
	}
.showAutocomplete #search-block-cont {
	background:url(../images/autocomplete-bg.png) -185px 0 repeat-y;
	}
.showAutocomplete #search-block-input input {
	color:#000;
	}
/* ------------ */

/* Fast links */
#fast-links {
	height:14px;
	position:absolute;
	right:0;
	top:92px;
	}
#fast-links a {
	display:block;
	float:left;
	margin:0 15px 0 19px;
	width:14px;
	height:12px;
	background:url(../images/fast-links.gif) 0 0 no-repeat;
	}
a#f-l-contact {
	background-position:-14px 0;
	}
a#f-l-sitemap {
	background-position:-28px 0;
	}
/* ---------- */

/* head-bottom */
#head-bottom .left-part {
	float: left;
	width: 665px; 
}
#head-bottom .right-part {
	float: left;
	width: 310px;
	background: url(../images/header-right-gray.gif) 0 0 repeat-x;
	color: #FFF;
	height: 199px;
	position: relative;
}
#head-bottom .red-bg {
	background: url(../images/header-right-grad.gif) 0 0 repeat-x;
}
#head-bottom .right-part .corner {
	background: url(../images/header-right-corner.gif) 0 0 no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	right: 0;
}
#head-bottom .red-bg .corner {
	background: url(../images/header-right-redcorner.gif) 0 0 no-repeat;
}
#head-bottom .right-part .quote {
	font: normal 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 23px 30px 20px 29px;
	line-height: 18px;
}
#head-bottom .right-part .person {
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 30px 0px 29px;
	height: 58px;
	line-height: 18px;
}
#head-bottom .right-part select {
	width: 255px;
	font-size: 10px;
	margin-left: 28px;
}

/*############################*/

/* Basis */
.content p, .content ul li, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	text-align:justify;
}
.content h1 {
	font-size:18px;
	line-height:21px;
	color:#B66E2E;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:18px;
	}
	.contenttab h1 {
	font-size:18px;
	line-height:21px;
	color:#B66E2E;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:18px;
	}
.content ul {
	line-height: 21px;
	margin: 0 0 21px 25px;
	list-style: disc outside none
}
.content ul li ul {
	margin-bottom: 0
}
.content h1 span { 
	font-weight: normal;
}
.content h1.blue-color {
	color: #002666;
}
.content h2 {
	color:#002666;
	padding-bottom:5px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:21px;
	}
.content h2 a { color:#002666;}
.content h3 {
	line-height:21px;
	color:#525151;
	padding: 15px 0 5px 0;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.content h4 {
	line-height:21px;
	color:#525151;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 0 11px 0;
	}
.content p {
	font-size:13px;
	line-height:21px;
	padding-bottom:21px;
	}
.blue-color {
	color:#002666;
	}
	
/*breadcrumbs*/
.breadcrumbs { 
	margin: 0 !important;
	line-height: 0 !important;
	overflow: hidden;
	width: 100%;
	padding-bottom: 35px;
}
.breadcrumbs li {
	background: url(../images/breadcrumbs-bull.gif) right center no-repeat;
	color: #858585;
	float: left;
	font: normal 11px Tahoma, Geneva, sans-serif;
	list-style: none;
	margin-right: 6px;
	padding-right: 10px;
}
.breadcrumbs li.last {
	background-image: none;
}
.breadcrumbs a {
	color: #858585;
	font-weight: bold;
}
/*########*/
	
/* MAIN */
#main { float: right;}

/* Left frame */
#left-frame {
	width:210px;
	float:left;
	}
#left-frame .left-modul, #right-frame .right-modul {
	margin-bottom:21px;
	}
#left-frame .content p, #right-frame .content p {
	font-size:11px;
	line-height:18px;
	color:#525151;
	padding-bottom:10px;
	}
#left-frame .dark-gray-block .content p, #right-frame .dark-gray-block .content p {
	padding-bottom:7px;
	}
#left-frame .content p.big, #right-frame .content p.big {
	font-size:13px;
	line-height:21px;
	}

/*Left Menu*/

.menu-l { padding-bottom: 3px;}
.menu-l li {
	list-style: none;
}
.menu-l li {
	background: url(../images/menu-left-line.jpg) 0px bottom no-repeat #f1f1f1;
	font: normal 15px Tahoma, Geneva, sans-serif;
}
.menu-l li.last { background-image: none;}
.menu-l li a {
	font-size:13px;
	background: url(../images/menu-left-list.gif) 17px 12px no-repeat;
	color: #002666;
	display: block;
	text-decoration: none;
	padding: 8px 5px 10px 28px;
}
.menu-l a:hover {
    text-decoration:underline;
}
.menu-l li.open .sub {
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
.menu-l li.open a { 
	background: url(../images/menu-left-list-open.gif) 15px 14px no-repeat;
}
.menu-l li.liActive {
	background:#fff url(../images/left-menu-border.gif) 0 0 repeat-y;
}
.menu-l li.liActive a.active {
	margin-left:4px;
	padding-left:24px;
	background-position:11px 14px;
	}
.menu-l .sub li {
	background: url(../images/menu-left-line-sub.jpg) 0px bottom no-repeat #f6f6f6;
	font-size: 12px;
}
.menu-l .sub li.last {
	background-image: none;
}
.menu-l .open .sub a {
	background: url(../images/menu-left-list-small.gif) 33px 11px no-repeat;
	padding: 7px 5px 10px 41px;
}
.menu-l .open .sub .open-sub a {
	font-size:12px;
	background: url(../images/menu-left-list-open-small.gif) 30px 13px no-repeat;
}
.menu-l .sub li.liActive {
	background:#fff url(../images/left-menu-border.gif) 0 0 repeat-y;
}
.menu-l .sub li.liActive a.active {
	margin-left:4px;
	padding-left:37px;
	background-position:26px 13px;
	}
.menu-l .open .sub .open-sub .items { 
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
}
.menu-l .open .sub .open-sub .items li {
	background: url(../images/menu-left-line-sub-item.jpg) 0 bottom no-repeat #f8f8f8;
	font-size: 11px;
}
.menu-l .open .sub .open-sub .items li.last { 
	background-image: none;
}
.menu-l .open .sub .open-sub .items a {
	background: url(../images/menu-left-list-square.gif) 46px 13px no-repeat;
	padding: 7px 5px 10px 55px;
}

.menu-l .open .sub .open-sub .items a.active
 {
	background: url(../images/menu-left-list-square-a.gif) 46px 13px no-repeat;
	padding: 7px 5px 10px 55px;
}

.menu-l .open .sub .open-sub .items li.liActive
{
    background: url(../images/left-menu-border.gif) 0 0 repeat-y #fff;
}


.menu-l .open .sub .open-sub .items .items2 a {
	background: url(../images/menu-left-list-square.gif) 56px 13px no-repeat;
	padding: 7px 5px 10px 65px;
}

/*####################*/
/* ------------ */

/* Center frame */
#center-frame {
	width:555px;
	float:left;
	}
.small-center-frame #center-frame {
	width: 360px;
}
#center-frame.two-col-width {
	width: 765px;
}
.three-col-width #center-frame {
	width: 975px;
}

#center-frame-cont {
	margin:0 21px 21px;
	zoom:1;
	}


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

/* Search Results */
.search-results { width: 100%;}
.search-results .item {
	background: url(../images/logos-block-line.gif) 0 bottom no-repeat;
	padding-bottom: 21px;
	margin-bottom: 19px;
}
.search-results .last {
	background: none;
	margin-bottom: 0;
}
.search-results h4{
	font: normal 15px Tahoma, Geneva, sans-serif;
	line-height: 21px;
}
.search-results h4 a {
	color: #B66E2E;
}
.search-results p {
	padding-bottom: 2px;
}
.search-results .link {
	line-height: 21px;
}
.search-results .link a {
	color: #b67274;
	font-size: 11px;
}

/* News */
.news-block .item {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}
.news-block .date {
	background: url(../images/news_date_pic.gif) 0 0 no-repeat;
	float: left;
	width: 37px;
	height: 53px;
	overflow: hidden;
	color: #FFF;
	text-align: center;
	margin-top: 2px;
}
.news-block .date .month,
.news-block .date .year {
	font: bold 10px Tahoma, Geneva, sans-serif;
	text-transform: capitalize;
	line-height: 14px;
}
.news-block .date .day {
	font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 21px;
}
.news-block .desc {
	margin-left: 49px;
}
.news-block h4{
	font: normal 15px Tahoma, Geneva, sans-serif;
	line-height: 16px;
	padding-bottom: 8px;
	color: #B66E2E;
}
.news-block h4 a {
	color: #B66E2E;
}
.news-block p {
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 17px;
}
.news-block .paging li {
	line-height: 13px;
}

/* Site Map*/
.map {
	width: 285px;
	float: left;
	margin-left:0 !important;
	margin-top: -10px !important;
}
.map li {
	list-style: none;
	font: bold 16px Tahoma, Geneva, sans-serif;
	line-height: 21px;
	padding: 10px 0 11px 0;
}
.map li a {
	color: #002666;
	text-decoration: none;
}
.map li .sm {  
	padding-top: 2px; 
	margin-bottom: -9px;
}
.map li .sm li {
	padding: 8px 0 7px 20px;
	font: normal 15px Tahoma, Geneva, sans-serif;
	line-height: 15px;
}
.map li .ssm { 
	padding-top: 8px;  
	margin-bottom: -9px;
}
.map li .sssm { 
	padding-top: 9px;
	margin-bottom: -10px;
}
.map li .ssm li {
	padding: 9px 0 7px 13px;
	font: normal 12px Tahoma, Geneva, sans-serif;
}
.map li .sssm li {
	padding: 8px 0 9px 14px;
	font: normal 11px Tahoma, Geneva, sans-serif;
}

/* paging */
.paging {
	width: 100%;
	overflow: hidden;
	padding-bottom: 19px;
}
.paging li {
	list-style: none;
	float: left;
	margin-right: 12px;
	color: #8f8f8f;
	line-height: 24px;
}
.paging li.first { 
	margin-right: 11px;
	font-size: 11px;
}

/*contact form*/
.contact-form {
	width: 310px;
 position: relative;
}
.contact-form p {
	padding-bottom: 0px;
}
.contact-form p.required {
	background: url(../images/required-field.gif) 0 5px no-repeat;
	padding-left: 12px;
}
.contact-form input,
.contact-form textarea{
	margin-bottom: 18px;
	width: 300px;
	padding: 3px 3px 2px 3px;
	font-size: 12px;
}
.contact-form select {
	margin-bottom: 18px;
	width: 310px;
	height: 22px;
	font-size: 12px;
}
.contact-form textarea { height: 100px;}
.contact-form .radio-btn {
	padding: 21px 0 21px 3px;
}
.contact-form .radio-btn input{
	margin: 0px;
	padding: 0;
	width: auto;
	position: relative;
	top: 1px;
	left: 0;
}
.contact-form .radio-btn label {
	padding-left:4px;
	line-height: 21px;
}
.contact-form .send-btn {
	background: url(../images/send-btn.gif) 0 0 no-repeat;
	width: 81px;
	height: 32px;
	border: none;
	font: bold 12px Tahoma, Geneva, sans-serif;
	color:#FFF;
	padding: 0;
	cursor: pointer;
}

/* Right frame */
#right-frame {
	width:210px;
	float:left;
	}
.small-center-frame #right-frame {
	width:405px;
}
/* ----------- */
	
/* ##### */

/* Gray block */
.gray-block {
	background:#f1f1f1;
	position:relative;
	margin-bottom:21px;
	}
.gray-block-dark {
	background: url(../images/key-fact-grad.gif) 0 0 repeat-x #d9d9d9;
	}
.gb-head {
	background:#d1d1d1 url(../images/gray-block-head.png) 0 0 repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#525151;
	padding:12px 16px;
	}
.gb-head-red {
	background:#d1d1d1 url(../images/gray-block-head-red.png) 0 0 repeat-x;
	font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:11px 16px;
	color: #FFF;
}
.gb-head-blue {
	background:#d1d1d1 url(../images/gray-block-head-blue.png) 0 0 repeat-x;
	font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:11px 16px;
	color: #FFF;
}
.gb-head h3,
.gb-head-red h3,
.gb-head-blue h3{
	font-size:16px;
	line-height:18px;
 }
 .gb-head-small {
	 padding:11px 13px;
 	}
.gb-head-small, .gb-head-small h3 {
	font-size:16px;
	}
.gb-cont {
	padding:5px;
	}
.gb-cont .content {
	margin:0 16px;
	padding:10px 0 2px;
	}
.gb-cont .content .img-left, .gb-cont .content .img-right {
	padding-top:5px;
	margin-bottom:3px;
	}
.gbc-tl, .gbc-tr, .gbc-bl, .gbc-br {
	width:5px;
	height:5px;
	background:url(../images/gray-block-corners.png) 0 0 no-repeat;
	position:absolute;
	}
.gbc-tl { left:0;top:0;background-position:0 0; }
.gbc-tr { right:0;top:0;background-position:-5px 0; }
.gbc-bl { left:0;bottom:0;background-position:0 -5px; }
.gbc-br { right:0;bottom:0;background-position:-5px -5px; }
.gb-f {
	float:left;
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	}
.rss-icon {
	display:block;
	width:17px;
	height:17px;
	float:right;
	margin-left:7px;
	position:relative;
	top:2px;
	}
.dark-gray-block {
	background:#444 url(../images/dark-gray-block-bg.png) 0 bottom repeat-x;
	color:#fff;
	}
.dark-gray-block .gb-head {
	background:#d9d9d9 url(../images/dark-gray-block-head.gif) 0 0 repeat-x;
	}
.gray-block .gb-head a {
	color:#515151;
	text-decoration:none;
	}
.gray-block .gb-head a:hover {
	text-decoration:underline;
	}
.dark-gray-block .gb-cont .content {
	margin:0 16px;
	padding:2px 0 0;
	}
.dark-gray-block a {
	color:#fff;
	}
#left-frame .dark-gray-block .content p, #right-frame .dark-gray-block .content p {
	color:#fff;
	}
.arrow-link-dark {
	text-decoration:none;
	}
.arrow-link-dark img {
	position:relative;
	top:8px;
	}
.arrow-link-dark span{
	text-decoration:underline;
	margin-right:5px;
	}
.arrow-link-dark:hover {
	text-indent:0;
	}
.arrow-link-dark:hover span {
	text-decoration:none;
	}
/* ########## */

/* News block */
.news-small-block {
	list-style:none;
	line-height:18px;
	margin-bottom:10px;
	}
.news-small-block li {
	vertical-align:bottom;
	padding:9px 16px 17px;
	margin-bottom:1px;
	background:url(../images/news-small-block-line.gif) 0 bottom no-repeat;
	}
.news-small-block li b {
	display:block;
	font-size:10px;
	font-weight:bold;
	color:#999;
	margin-bottom:2px;
	}
.news-small-block li a {
	display:block;
	}
a.read-all {
	display:block;
	text-decoration:none;
	margin:0 16px 14px;
	padding-right:13px;
	float:left;
	background:url(../images/read-all-icon.gif) right 6px no-repeat;
	}
a.read-all span {
	text-decoration:underline;
	}
a.read-all:hover {
	text-indent:0;
	}
a.read-all:hover span {
	text-decoration:none;
	}
/* ########## */

/* Information blocks */
.info-blocks {
	width:513px;
	padding-top:5px;
	display:table;
	margin-bottom:27px;
	}
.info-blocks-body {
	display:table-row;
	}
.info-blocks .spacer {
	width:21px;
	display:table-cell;
	}
.info-block-red, .info-block-blue {
	width:246px;
	display:table-cell;
	}
.info-block-red .head {
	background:url(../images/info-block-bg.png) -246px 0 repeat-y;
	}
.info-block-blue .head {
	background:url(../images/info-block-bg.png) -738px 0 repeat-y;
	}
.info-block-red .head a, .info-block-blue .head a {
	text-decoration:none;
	}
.info-block-red .head a:hover, .info-block-blue .head a:hover { 
	text-indent:0;
	}
.info-block-red .head a:hover strong, .info-block-blue .head a:hover strong {
	text-decoration:underline;
	}
.info-block-red .head strong, .info-block-blue .head strong {
	display:block;
	padding:11px 18px 11px;
	font-size:15px;
	line-height:21px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/info-block-bg.png) 0 0 no-repeat;
	}
.info-block-blue .head strong {
	background:url(../images/info-block-bg.png) -492px 0 no-repeat;
	}
.info-block-red .body, .info-block-blue .body {
	min-height:183px;
	padding:19px 0 13px 0;
	margin:0 3px 0 21px;
	}
.info-block-red, .info-block-blue {
	background:url(../images/info-block-bottom.jpg) 0 bottom no-repeat;
	}
.info-block-blue {
	background-position:-246px bottom;
	}
.info-blocks .body-table {
	width:100%;
	float:right;
	}
.info-blocks .body-table td {
	vertical-align:top;
	}
.info-blocks .info-block-red .body-table {
	width:100px;
	}
.info-blocks .body-table .item {
	display:block;
	text-decoration:none;
	background:url(../images/info-block-item.png) 0 0 no-repeat;
	padding-top:4px;
	margin-bottom:3px;
	cursor:pointer;
	}
.info-blocks .item-c {
	display:block;
	background:url(../images/info-block-item.png) -246px 0 repeat-y;
	}
.info-blocks .item-b {
	display:block;
	height:4px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	background:url(../images/info-block-item.png) -492px 0 no-repeat;
	}
.info-blocks .item-c span {
	display:block;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#9a0101;
	padding:3px 12px 3px;
	cursor:pointer;
	}
.info-blocks .item-c span sup {
	font-size:10px;
	vertical-align:middle;
	position:relative;
	top:-6px;
	}
.info-blocks .info-block-blue .item-c span {
	color:#012767;
	}
.info-blocks .body-table .item:hover {
	text-indent:0;
	background:url(../images/info-block-item.png) -984px 0 no-repeat;
	}
.info-blocks .body-table .item:hover .item-c {
	background:#fff;
	}
.info-blocks .body-table .item:hover .item-b {
	background:url(../images/info-block-item.png) -738px 0 no-repeat;
	}
	
/* Large block */
.info-blocks-large .info-block-blue {
	width:513px;
	}
.info-blocks-large .info-block-blue .head {
	background:url(../images/info-block-bg.png) -1743px 0 repeat-y;
	}
.info-blocks-large .info-block-blue .head strong {
	background:url(../images/info-block-bg.png) -1230px 0 no-repeat;
	}
.info-blocks-large .info-block-blue {
	background:url(../images/info-block-large-bottom.jpg) 0 bottom no-repeat;
	}
.info-blocks-large .body-table {
	width:232px;
	float:left;
	margin-right:8px;
	}
.info-blocks-large .body-table .item {
	background:url(../images/info-block-large-item.png) 0 0 no-repeat;
	}
.info-blocks-large .item-c {
	background:url(../images/info-block-large-item.png) -232px 0 repeat-y;
	}
.info-blocks-large .item-b {
	background:url(../images/info-block-large-item.png) -464px 0 no-repeat;
	}
.info-blocks-large .info-block-blue .item-c span {
	color:#012767;
	}
.info-blocks-large .body-table .item:hover {
	text-indent:0;
	background:url(../images/info-block-large-item.png) -928px 0 no-repeat;
	}
.info-blocks-large .body-table .item:hover .item-b {
	background:url(../images/info-block-large-item.png) -696px 0 no-repeat;
	}
/* ################## */


/*right blocks, call-back form, key facts*/
.gray-block .redGrad {
	background: url(../images/gray-block-grad.jpg) repeat-x;
	padding: 0;
	}
.gray-block .blueGrad {
	background: url(../images/gray-block-grad-blue.jpg) repeat-x;
	padding: 0;
}
.gray-block .info p {
	font: normal 11px Tahoma, Geneva, sans-serif;
	
}
.gray-block .info {
	padding: 18px 0 12px 0;
}
.gray-block .info p {
	padding: 0 22px 7px 22px;
}
.gray-block .info .item{
	padding: 8px 22px 6px 22px;
	}
.gray-block .info .line {
	background: url(../images/gray-block-line.jpg) 0 0 no-repeat;
	height: 1px;
	}
.gray-block .info .phone {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -0.2px;
	line-height: 19px;
}
.key-facts-02 .gray-block .info p {
	font-size:12px;
	line-height:18px;
	padding-bottom:16px;
	}
.key-facts-02 .gray-block .info .item {
	padding:0 22px 6px
	}
.key-facts-02 .gray-block .info .line {
	margin-bottom:8px;
	}
.key-facts-02 .gray-block .info {
	padding-bottom:0;
	}
.call-back {
	padding: 16px 19px 16px 22px;
}
.call-back .radio-btn {
	padding: 0 0 17px 0;
}
.call-back .radio-btn input{
	margin: 0;
	padding: 0;
	position: relative;
	top: 2px;
}
.call-back .radio-btn label {
	padding-left: 4px;
	font-family: Tahoma, Geneva, sans-serif;
}
.call-back .fields label {
	display: block;
	font-size: 11px;
	padding-bottom: 2px;
}
.call-back .fields input,
.call-back .fields select,
.call-back .fields textarea{
	padding: 2px 3px;
	font: normal 12px Tahoma, Geneva, sans-serif;
	margin-bottom: 8px;
	width: 158px;
	border-left: solid 1px #c3c3c3;
	border-top: solid 1px #7c7c7c;
	border-right: solid 1px #c2c2c2;
	border-bottom: solid 1px #dddddd;
}
.call-back .fields select {
	padding: 0;
	width: 166px;
	height: 19px;
}
.call-back .fields textarea { height: 40px;}
.call-back .fields .submit-btn,
.call-back .fields .submit-blue-btn{
	background: url(../images/call-back-btn.gif) 0 0 no-repeat;
	border: none;
	padding: 0;
	margin: 0;
	height: 32px;
	width: 81px;
	color: #FFF;
	font: bold 12px Tahoma, Geneva, sans-serif;
	margin-left: 88px;
	cursor: pointer;
}
.call-back .fields .submit-blue-btn{
	background: url(../images/call-back-blue-btn.gif) 0 0 no-repeat;
}
.key-facts {
	padding: 6px 11px 0 11px;
	font-size: 12px;
}
.key-facts .col {
	width: 170px;
	float: left;
	padding-right: 10px;
}
.key-facts h4 {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #525151;
	margin-bottom: 13px;
}
.key-facts h5 {
	font: bold 12px Tahoma, Geneva, sans-serif;
	line-height: 18px;
	padding-bottom: 1px;
}
.key-facts p {
	margin-bottom: 17px;
	line-height: 18px;
}
.key-facts strong a { color: #262626;}


/* Logos block */
.logos-block {
	background:url(../images/logos-block-line.gif) 0 0 no-repeat;
	margin-bottom:15px;
	}
.logos-block-body {
	background:url(../images/logos-block-line.gif) 0 bottom no-repeat;
	}
.logos-block-table {
	display:table;
	margin:0 auto;
	}
.logos-block-table div {
	display:table-row;
	}
.logos-block-table div span {
	display:table-cell;
	padding:10px 13px;
	height:84px;
	text-align:center;
	vertical-align:middle;
	}
/* ########### */

/* Footer */
#footer {
	width:100%;
	height:54px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	}
#footer-cont {
	width:975px;
	margin:0 auto;
	font-size:12px;
	line-height:21px;
	color:#747474;
	}
#footer-about {
	width:325px;
	float:left;
	}
#footer-menu {
	list-style:none;
	float:right;
	}
#footer-menu li {
	float:left;
	padding-left:20px;
	}
/* ###### */

/* Right form */
.lsbf-form-right {
	width:210px;
	padding:0;
	margin:0;
	margin-bottom:21px;
	background:#f1f1f1;
}
.lsbf-form-right h2 {
	display:none;
}
.lsbf-form-clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
.lsbf-form-right div, .lsbf-form-right p {padding:0;margin:0;}
.lsbf-form-right .lsbf-form-right-head {
	width:210px;
	padding-top:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	background:#882b2c url(../images/lsbf-right-form-head-top.png) 0 0 no-repeat;
}
.lsbf-form-right-blue .lsbf-form-right-head {
	background:#183b74 url(../images/lsbf-right-form-head-top-blue.png) 0 0 no-repeat;
}
.lsbf-form-right .lsbf-form-right-head div {padding:0 17px;}
.lsbf-form-right .lsbf-form-right-body {
	width:210px;
	padding-top:30px;
	background:url(../images/lsbf-right-form-head-bottom.png) 0 0 no-repeat;
}
.lsbf-form-right-blue .lsbf-form-right-body {
	background:url(../images/lsbf-right-form-head-bottom-blue.png) 0 0 no-repeat;
	}
.lsbf-form-right .lsbf-form-cont {
	width:166px;
	margin-left:22px;
}
.lsbf-form-right .gefa-td-01 {
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#262626;
	display:block;
	padding-bottom:2px;
	clear:both;
}
.lsbf-form-right .gefa-td-01 label {
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#262626;
	vertical-align:baseline;
	padding:0;
	display:block;
	line-height:15px;
	margin-right:5px;
}
.lsbf-form-right .gefa-td-02 {
	padding-bottom:6px;
}
.lsbf-form-right .gefa-error {
	font-size:10px;
	color:#990000;
	font-family:Tahoma, Geneva, sans-serif;
	margin-bottom:2px;
	clear:both;
}
.lsbf-form-right .text-input {
	width:166px;
	padding-bottom:3px;
}
.lsbf-form-right .text-input input {
	width:160px;
	font-family:tahoma,arial,sans-serif;
	font-size:12px;
}
.lsbf-form-right .textarea-input {
	width:166px;
	padding-bottom:3px;
}
.lsbf-form-right .textarea-input textarea {
	width:160px;
	font-family:tahoma,arial,sans-serif;
	font-size:12px;
	height:48px;
}
.lsbf-form-right .select-input {
	width:166px;
	padding-bottom:3px;
}
.lsbf-form-right .select-input select {
	width:164px;
	font-family:tahoma,arial,sans-serif;
	font-size:12px;
}
.lsbf-form-right .gefa-td-01 sup {
	color:#990000;
	margin-left:2px;
	vertical-align:middle;
}
.lsbf-form-right .radios-input {
	position:relative;
	top:-2px;
}
.lsbf-form-right .radios-input label {
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:15px;
	color:#262626;
	padding:3px 0 4px;
	float:left;
}
.lsbf-form-right .radios-input input {
	position:relative;
	top:2px;
	clear:both;
	float:left;
}
.lsbf-form-right .submit-input {
	width:81px;
	height:32px;
	overflow:hidden;
	background:url(../images/lsbf-right-form-submit-red.png) 0 0 no-repeat;
	float:right;
	cursor:pointer;
	position:relative;
	right:-3px;
}
.lsbf-form-right-blue .submit-input {
	background:url(../images/lsbf-right-form-submit-blue.png) 0 0 no-repeat;
}
.lsbf-form-right .submit-input input {
	width:81px;
	height:32px;
	cursor:pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.lsbf-form-right .lsbf-form-right-bottom {
	height:210px;
	height:19px;
	background:url(../images/lsbf-right-form-bottom.gif) 0 0 no-repeat;
}

/* Center form */
.lsbf-form h2 {
	display:none;
}
.lsbf-form-clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
.lsbf-form div, .lsbf-form p {padding:0;margin:0;}
.lsbf-form {
	width:310px;
	padding:0;
	margin:0;
	padding-top:13px;
}
.lsbf-form .lsbf-form-right-body {
	width:310px;
	padding-top:20px;
}
.lsbf-form .lsbf-form-cont {
	width:310px;
}
.lsbf-form .gefa-td-01 {
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#262626;
	display:block;
	padding-bottom:2px;
	clear:both;
}
.lsbf-form .gefa-td-01 label {
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#262626;
	vertical-align:baseline;
	padding:0;
	display:block;
	line-height:15px;
	margin-right:5px;
}
.lsbf-form .gefa-td-02 {
	padding-bottom:15px;
}
.lsbf-form .gefa-error {
	font-size:10px;
	color:#990000;
	font-family:Tahoma, Geneva, sans-serif;
	margin-bottom:2px;
}
.lsbf-form .text-input {
	width:310px;
	padding-bottom:3px;
}
.lsbf-form .text-input input {
	width:304px;
	font-family:tahoma,arial,sans-serif;
	font-size:12px;
}
.lsbf-form .textarea-input {
	width:310px;
	padding-bottom:3px;
}
.lsbf-form .textarea-input textarea {
	width:304px;
	font-family:tahoma,arial,sans-serif;
	font-size:12px;
	height:105px;
}
.lsbf-form .select-input {
	width:310px;
	padding-bottom:3px;
}
.lsbf-form .select-input select {
	width:308px;
	font-family:tahoma,arial,sans-serif;
	font-size:12px;
}
.lsbf-form .gefa-td-01 sup {
	color:#990000;
	margin-left:2px;
	vertical-align:middle;
}
.lsbf-form .radios-input {
	position:relative;
	top:-2px;
	padding-top:12px;
}
.lsbf-form .radios-input label {
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:15px;
	color:#262626;
}
.lsbf-form .radios-input input {
	position:relative;
	top:2px;
}
.lsbf-form .submit-input {
	width:81px;
	height:32px;
	overflow:hidden;
	background:url(../images/lsbf-right-form-submit-red.png) 0 0 no-repeat;
	float:left;
	cursor:pointer;
}
.lsbf-form .submit-input input {
	width:81px;
	height:32px;
	cursor:pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

/* Table style */
.cont-table {
	position:relative;
}
.cont-table .head {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	padding:18px 14px 16px;
	background:#a6a6a6 url(../images/table-name-bg.png) 0 0 repeat-x;
}
.cont-table table th {
	font-size:13px;
	line-height:19px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-right:1px solid #cdcdcd;
	background:#dadada;
	padding:10px 15px 8px;
	text-align:left;
	vertical-align:top;
}
.cont-table table td {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-right:1px solid #f4f4f4;
	background:#f7f7f7;
	padding:9px 15px 2px;
	text-align:left;
	vertical-align:top;
}.content .cont-table table td p {
	padding-bottom:0;
	line-height:18px;
	padding-bottom:8px;
}
.cont-table table th .small-gray {
	font-size:10px;
	color:#737373;
	font-weight:normal;
}
.cont-table table .drak-gray td {
	border-right:1px solid #ebebeb;
	background:#f1f1f1;
}
.cont-table table th:last-child, .cont-table table td:last-child, .cont-table table .drak-gray td:last-child {
	border-right:0 none;
}
.content .cont-table table td p {
	padding-bottom:0;
	line-height:18px;
	padding-bottom:8px;
}
.cont-table .cont-table-tl span, .cont-table .cont-table-tr span,
.cont-table .cont-table-bl span, .cont-table .cont-table-br span {
	width:10px;
	height:10px;
	background:url(../images/table-corner.png) 0 0 no-repeat;
	position:absolute;
	left:0;
	top:0;
}
.cont-table .cont-table-tl, .cont-table .cont-table-tr,
.cont-table .cont-table-bl, .cont-table .cont-table-br {
	width:5px;
	height:5px;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	overflow:hidden;
}
.cont-table .cont-table-tr {
	right:0;
	left:auto;
}
.cont-table .cont-table-tr span {
	left:-5px;
}
.cont-table .cont-table-bl {
	top:auto;
	bottom:0;
}
.cont-table .cont-table-bl span {
	top:-5px;
}
.cont-table .cont-table-br {
	right:0;
	left:auto;
	bottom:0;
	top:auto;
}
.cont-table .cont-table-br span {
	left:-5px;
	top:-5px;
}

/* Block 404 */
#block-404 {
	width:975px;
	margin:0 auto;
	padding-top:0;
	font-size:12px;
	line-height:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	position:relative;
	top:-10px;
	}
.img-404 {
	margin-left:20px;
	float:left;
	}
.img-error {
	display:block;
	margin-bottom:7px;
	}
.block-404-cont {
	float:left;
	width:310px;
	margin-left:43px;
	}
.block-404-cont h4 {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:6px;
	}
.block-404-cont p {
	padding-bottom:26px;
	}
.block-404-cont ul {
	list-style:none;
	}
.block-404-cont ul li {
	vertical-align:bottom;
	font-size:13px;
	line-height:15px;
	padding-bottom:6px;
	}
.block-404-cont ul li a {
	font-weight:bold;
	color:#9a0101;
	}
	
/* Contact expand-collapse */
.contact-expand, .cc-expand-list {
	margin-bottom:21px;
	border-top:1px solid #c9c9c9;
	font-family:Tahoma, Geneva, sans-serif;
	}
.contact-expand .ce-category, .cc-expand-list ul li {
 	border-bottom:1px solid #c9c9c9;
 }
.contact-page-expand .ce-category {
 	padding-bottom:5px;
 }
.contact-expand .ce-navigation, .cc-expand-list .p-l-name {
	 padding:8px 105px 9px 16px;
	 font-size:13px;
	 line-height:15px;
	 color:#990000;
	 background:url(../images/red-dot.gif) 5px 15px no-repeat;
	 position:relative;
	 cursor:pointer;
 }
.cc-expand-list .p-l-name {
	text-align:left !important;
	}
.cc-expand-list .p-l-name em {
	font-weight:bold;
	font-style:normal;
	}
.contact-expand .ce-navigation a, .cc-expand-list .p-l-name b {
	font-weight:bold;
	font-style:normal;
	position:absolute;
	right:12px;
	top:9px;
	border-bottom:1px dashed #990000;
	text-decoration:none;
	cursor:pointer;
	}
.cc-expand-list .p-l-name b {
	top:7px;
	}
.contact-expand .ce-navigation a span {
	position:relative;
	top:-2px;
	}
.contact-expand .ce-navigation a:hover {
	border-bottom:0;
	}
.contact-expand .ce-name, .contact-expand .ce-content {
	padding:0 17px;
	}
.contact-expand .ce-name {
	padding-bottom:6px;
	}
.contact-expand .ce-content, .cc-expand-list .p-l-cont {
	display:none;
	padding:0 16px;
	}
.content .contact-expand p {
	padding-bottom:15px;
	text-align:justify;
	}
.content .contact-expand ul {
	margin-bottom:15px;
	}

.cc-expand-list ul {
	line-height:normal !important;
	list-style:none !important;
	margin:0 !important;
	}
.cc-expand-list .p-l-cont .red-text {
	color: #990000;
	padding-bottom: 4px;
}
.cc-expand-list .p-l-cont ul.list, .cc-expand-list .p-l-cont ul {
	line-height: 21px !important;
	margin: 0 0 21px 25px !important;
	list-style: disc outside none !important;
}
.cc-expand-list .p-l-cont table ul, .cc-expand-list .p-l-cont table ul {
	line-height: 16px !important;
	margin: 0 0 8px 5px !important;
	list-style:none !important;
}
.cc-expand-list .p-l-cont ul li, .cc-expand-list .p-l-cont ol li {
 	border:0 none;
 }
.cc-expand-list .p-l-cont table ul li {
	background:url(../images/cont-table-ul-list-style.gif) 0 6px no-repeat !important;
	padding-left:25px !important;
	padding-bottom:5px !important;
}
.cc-expand-list span.clear {
	display:block;
	//zoom:1;
}

/* Table style */
.content table  {
	padding:2px;
	border:1px solid #dedede;
	margin-bottom:21px;
}
.content table th {
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-left:1px solid #d6d6d6;
	background:url(../images/cont-table-background-th.png) left bottom #f7f7f7 repeat-x;
	padding:10px 15px 8px;
	text-align:center;
	vertical-align:middle;
}
.content table td {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	font-family: Tahoma, Geneva, sans-serif;
	border-left:1px solid #d6d6d6;
	background:#ffffff;
	padding:9px 15px 2px;
	text-align:left;
	vertical-align:top;
}
.content table td p {
	padding-bottom:0;
	line-height:18px;
	padding-bottom:8px;
	text-align:left;
}




.contenttab table  {
	padding:2px;
	
	margin-bottom:21px;
}
.contenttab table th {
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-left:1px solid #d6d6d6;
	background:url(../images/cont-table-background-th.png) left bottom #f7f7f7 repeat-x;
	padding:10px 15px 8px;
	text-align:center;
	vertical-align:middle;
}
.contenttab table td {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	font-family: Tahoma, Geneva, sans-serif;
	
	background:#ffffff;
	padding:9px 15px 2px;
	text-align:left;
	vertical-align:top;
}
.contenttab table td p {
	padding-bottom:0;
	line-height:18px;
	padding-bottom:8px;
	text-align:left;
}






















.content table td ul {
	line-height: 16px;
	margin: 0 0 8px 5px;
	list-style:none;
}
.content table td ul li {
	background:url(../images/cont-table-ul-list-style.gif) 0 6px no-repeat;
	padding-left:25px;
	padding-bottom:5px;
	text-align:left;
}
.content table th .small-gray {
	font-size:10px;
	color:#737373;
	font-weight:normal;
}
.content table .drak-gray td, .content table .dark-gray td {
	border-left:1px solid #d6d6d6;
	background:#f6f6f6;
}
.content table th:first-child, .content table td:first-child, .content table .drak-gray td:first-child {
	border-left:0 none;
}
.gray-block .downloads {
	padding: 0 0 10px 0;
}
.gray-block .downloads li {
	background: url(../images/icon-download.png) 0 1px no-repeat; 
	list-style: none;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 12px;
	margin: 0 16px;
}
.gray-block .apply-btn {
	float: right;
	margin-right: 16px;
	margin-bottom: 9px;
}
.br {
	margin-top:15px;
	}/* CSS Document */

