@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p, form, label, table, td, th, hr, dl, dt, dd, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(img/bg_main.gif);
	font: 12px Tahoma, Helvetica, sans-serif;
}
input, select, option, textarea {
	font: 11px Tahoma, Helvetica, sans-serif;
}

a img, img { border: 0; }

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.c { text-align: center; }
.r { text-align: right; }
.j { text-align: justify; }
.fl { float: left; }
.fr { float: right; }
.bc { margin: 0 auto; }
.m { vertical-align: middle; }
.t { vertical-align: top; }
.err { color:red; }
html>body .float-fix { overflow: hidden; }
.pad1 { padding: 8px; }
:focus { outline: 0; }
.hr {
	height: 2px;
	overflow: hidden;
	font-size: 0;
	margin: 10px 0;
	background: url(img/dotted.gif) repeat-x top;
}
.hr hr { display: none; }
.hr.type2 {
	height: 1px;
}

#container {
	width: 710px;
	margin: 0 auto;
	padding: 34px 0;
}

/* {{{ header */
#header {
	position: relative;
}
/*12709
#logo { 
	position: absolute;
	background: url(img/bg_logo.png) no-repeat;
	width: 188px;
	height: 92px;
	left: -3px;
	top: -5px;
	z-index: 9999;
}
*/
#logo { 
	position: absolute;
	background: url(/data/include/img/bg_logo2.png) no-repeat;
	width: 188px;
	height: 92px;
	left: -3px;
	top: -5px;
	z-index: 9999;
}

#logo a, #logo b {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -46px;
	margin-top: -35px;
}
#main-menu {
	height: 26px;
	margin: 0 0 0 182px;
	padding: 0;
	list-style: none;
	background: #666666;
	border-bottom: 1px solid #fff;
}
#main-menu li {
	display: inline;
}

#main-menu li.selected a {
	display: inline;
	background: #838b01;
	border-color: #000000 #92991f #9ca234 #b6bb6a;
}
#main-menu a {
	float: left;
	height: 25px;
	width: 86px;
	line-height: 25px;
	background: #666666;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none solid solid solid;
	border-color: #000000 #b9b9b9 #a0a0a0 #969696;
}
#main-menu a:hover {
	background: #838b01;
	border-color: #000000 #92991f #9ca234 #b6bb6a;
}

#main-menu .last a {
	border-right: none;
}
/* }}} header */

html>body #content { overflow: hidden; }

/*12709
#content {
	background: url(img/bg_content.png) no-repeat left bottom;
}
*/
#content {
	background: url(/data/include/img/bg_content2.png) repeat-y left top;
}



/* {{{ main column */
#main-col {
	width:488px;
	float: right;
	padding: 20px;
	overflow: hidden;

}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #062858;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#presentation {
	margin:-25px 0pt 25px -20px;
}
#main-col p {
	color: #000000;
	line-height: 140%;
	margin-bottom: 8px;
}

#flash {
	background: url(img/bg_props.png) no-repeat left top;
	padding-top:10px;
}
#flash-inner {
	margin-left: 0px;
	padding-top: 10px;
}

.hp-flash-outer {
	position:relative;
}

.hp-flash-outer h1{
	position:absolute;
	top:20px;
}
.main-news dt {
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.main-news dd {
	position: relative;
	margin-bottom: 25px;
	padding-right: 5px;
}
.main-news dd a {
	color: #000000;
}
.logo {
	position: absolute;
	right: 0;
	bottom: 0;
}
.main-news .more {
	color: #9b9f0a;
	font-weight: bold;
	text-transform: capitalize;
	background: url(img/bul2.gif) no-repeat left;
	padding-left: 12px;
}

.main-news .previous {
	color: #9b9f0a;
	font-weight: bold;
	text-transform: capitalize;
	background: url(img/bul5.gif) no-repeat left;
	padding-left: 12px;
}

.main-news .more-fl{
	color: #9b9f0a;
	font-weight: bold;
	text-transform: capitalize;
	background: url(img/bul2.gif) no-repeat left;
	padding-left: 12px;
	float:left;
}

.news-navigation {
	width:93%;
	overflow:hidden;

}
.news-navigation .more{
	float:right;
}
.news-navigation .previous{
	float:left;
}
/* {{{ markets list */
.markets {
}
html>body .market { overflow: hidden; }

.market {
	margin-bottom: 20px;
}
.market .img {
	float: left;
	margin-right: 15px;
}
.market .text {
	display: table;
}
.market .text h2 {
	font-size: 11px;
	font-weight: bold;
	color: #062858;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 5px;
}


.market .text a {
	color: #9b9f0a;
	text-transform: capitalize;
	background: url(img/bul2.gif) no-repeat left;
	padding-left: 12px;
}
/* }}} markets list */

/* {{{ name -- position */
.positions .more {
	background: url(img/bul2.gif) no-repeat left;
	padding-left: 12px;
	color: #949908;
	left: -12px;
	position: relative;
	display: block;
}
.name {
	margin-bottom: 25px;
	text-align: justify;
}
.name h2 {
	font-size: 11px;
	font-weight: bold;
	color: #062858;
	margin-bottom: 5px;
}
.name a {
	color: #949908;
}
#main-col .name p {
	line-height: 100%;
}

.spotlight {
	border: 1px solid #eff1d8;
	width: 183px;
	float: right;
	margin-left: 15px;
}
.spotlight-inner {
	border-style: solid;
	border-width: 1px;
	border-color: #c1c370 #5d5f04 #3e3f03 #aaad3c;
	background: #939707 url(img/bg_spotlight.gif) no-repeat right bottom;
}
.spotlight h3 {
	background: url(img/bul4.gif) no-repeat 5px center;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding: 13px 5px 13px 17px;
}
.spotlight .author {
	background: #fff url(img/bg_author.png) no-repeat 0 0;
	padding: 8px;
}
html>body .author-data { overflow: hidden; }
.author-data img {
	float: left;
	margin-right: 5px;
}
.author-data .author-name {
	display: block;
	font-weight: bold;
	color: #062858;
}
.author-data .position {
	display: block;
}
.author-data .company {
	display: block;
}
.spotlight .block1 {
	color: #666666;
	margin-top: 8px;
}
.spotlight .block2 {
	color: #fff;
	padding: 12px 8px;
}
/* }}} name -- position */

/* }}} main column */

/* {{{ service column */
#service-col {
	width: 182px;
	float: left;
	padding-top: 100px;
	padding-bottom: 45px;
	font-size: 11px;
	min-height:550px;
  	height:auto !important;
  	height:550px;

}
/*12709
#service-col h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #062858;
	margin-bottom: 10px;
}
*/
#service-col h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #AAAF0E;
	margin-bottom: 10px;
}

.news {
	padding: 0 20px;
	position: relative;
	margin-top: -15px;
}
/*12709
#service-col .news h2 {
	padding-left: 15px;
	background: url(img/bul1.gif) no-repeat left;
}
*/
#service-col .news h2 {
	padding-left: 15px;
	background: url(/data/include/img/bul122.png) no-repeat left;
}

.news dt {
	color: #fff;
	font-weight: bold;
	padding-top: 8px;
}
/*12709
.news dd {
	background: url(img/dotted.gif) repeat-x bottom;
	padding: 10px 0 15px;
}
*/
.news dd {
	background: url(/data/include/img/dotted2.gif) repeat-x bottom;
	padding: 10px 0 15px;
}

/*12709
.news .more {
	position: absolute;
	background: url(img/hd_morenews.gif) no-repeat;
	width: 63px;
	height: 7px;
	bottom: -3px;
	right: 10px;
	font-size: 0;
	text-indent: -9999px;
}
*/
.news .more {
	position: absolute;
	background: url(/data/include/img/hd_morenews2.png) no-repeat;
	width: 63px;
	height: 7px;
	bottom: -3px;
	right: 10px;
	font-size: 0;
	text-indent: -9999px;
}

/*12709
.news a {
	color: #000;
	text-decoration: none;
}
*/
.news a {
	color: #84A1C2;
	text-decoration: none;
}

.news a:hover {
	text-decoration: underline;
}

blockquote {
	border: 1px solid #7e8201;
	padding: 40px 10px;
	background: url(img/bg_quote.png) repeat-y left top;
	margin: 13px;
}
blockquote .author {
	text-align: right;
	margin-top: 5px;
	font-weight: bold;
}
.block {
	padding: 0 20px;
}
.news-by ul {
	margin: 0;
    margin-bottom:20px;
	padding: 0;
	list-style: none;
}
.news-by dl {
	margin-bottom: 20px;
}
.news-by dt {
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-by a {
	color: #fff;
	text-decoration: underline;
}
.news-by a:hover {
	text-decoration: none;
}
.news-by li {
	margin-bottom: 5px;
}

.links, .links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}
.links {
	margin: 0 10px 0 25px;
}
.links ul {
	margin-top: 5px;
}
.links a {
	color: #fff;
}
.links li {
	padding-left: 12px;
	background: url(img/bul3.gif) no-repeat 0 4px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.links li li {
	padding-left: 0;
	background: none;
	text-transform: none;
	margin-bottom: 5px;
}
.positions-menu {
	margin: 0 15px 0 25px;
	padding: 0;
	list-style: none;
}
.positions-menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.positions-menu a:hover {
	text-decoration: underline;
}
.positions-menu li {
	padding-left: 12px;
	background: url(img/bul3.gif) no-repeat 0 4px;
	margin-bottom: 20px;
}
/* }}} service column */

/* {{{ footer */
#footer {
	position: relative;
}
/*12709
#copy {
	position: absolute;
	background: url(img/bg_copy.png) no-repeat;
	width: 156px;
	height: 44px;
	left: -2px;
	bottom: -16px;
	color: #dadbcc;
	font-size: 9px;
	text-align: center;
	padding: 13px 15px 0;
}
#copy a {
	color: #dadbcc;
}
*/

#copy {
	position: absolute;
	background: url(/data/include/img/bg_copy2.png) no-repeat;
	width: 156px;
	height: 44px;
	left: -2px;
	bottom: -16px;
	color: #1c385b;
	font-size: 9px;
	text-align: center;
	padding: 13px 15px 0;
}
#copy a {
	color: #1c385b;
}

#footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 526px;
	right: 0;
	bottom: -20px;
}
#footer-menu li {
	float: left;
	width: 104px;
	text-align: center;
	border-left: 1px solid #fff;
}
#footer-menu li:first-child {
	border-left: none;
}
#footer-menu a {
	color: #fff;
	font-weight: bold;
	font-size:11px;
	text-transform: uppercase;
	text-decoration: none;
}
#footer-menu a:hover {
	text-decoration: underline;
}
#footer blockquote {
	position: absolute;
	bottom: 50px;
	width: 134px;
}
/* }}} footer */


.services .market .img {
	float: right;
	margin-right: 15px;
}

#main-col ul{
	color:#000000;
}

html>body .one-person { overflow: hidden; }

.one-person {
	margin-bottom:15px;
}
.one-person .img{
	float:left;
	margin-right:15px;
}
.one-person .text{
	display:block;
}
.one-person .text h2 {
	color:#062858;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	text-transform:uppercase;
}

.one-person .text h2.no-text-transform {
	text-transform:none;
}
h1.style1{
	font-size:12px;
}
.market .text h2.no-text-transform {
	text-transform: none;
}
.one-person .text a {
	background:transparent url(img/bul2.gif) no-repeat scroll left center;
	color:#9B9F0A;
	padding-left:12px;
	text-transform:capitalize;
}
.partners dd {
	position: relative;
	margin-bottom: 12px;
	padding-right: 165px;
}
.partners dd a {
	color: #000000;
}

#service-col a.all-news-link{
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-transform:capitalize;
	display:block;
	text-decoration:none;
	padding-left: 12px;
	background: url(img/bul3.gif) no-repeat 0 4px;
	margin-bottom: 20px;
}

#service-col a.all-news-link:hover{
	text-decoration:underline;
}

.customers {
	height:300px;
	overflow:auto;
}

/* {{{ feedback form layout */

.feed-form{
	width: 100%;
	font-size:13px;
}

.feed-form td{
	color:#000000;
	padding:2px;
}
td.first-col{
	width:40%;
	vertical-align:top;
	padding-left:40px;
}
.sec-col{
	width:60%;
}

.edit{
	border:1px solid #000000;
	padding:1px;
}

.sec-col .edit{
	width:185px;
}

#last-row{
	text-align:center;
	padding-top:8px;
}
/* }}} feedback form layout */

b.person-name{
    color:#acb10f;
}

#flash-about {
	background:transparent url(img/bg_props_about.png) no-repeat scroll left top;
	padding-top:10px;
}
.about-page{
    margin-top:20px;
   }

.about-page h1 {
    font-size:12px;
    margin-bottom:10px;
}

.about-page h2 {
    text-transform:none;
    color:#062858;
    font-weight:bold;
    font-size:12px;
    margin-bottom:5px;
}

.about-page .descr {
    color:#000000;
    line-height:140%;
}

#flash-inner1, #flash-inner2, #flash-inner3, #flash-inner4 {
    margin-left:-15px;
}

#main-col li , #main-col a {
    line-height:140%;
}


/* {{{ videos */
.videos {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	margin-top: 30px;
}
.articles-list {
	width: 40%;
	vertical-align: top;
}
.articles-list .main-news dd {
	padding-right: 0;
}
.videos-list {
	vertical-align: top;
	padding-left: 10px;
}
.videos-list h2 {
	color: #062858;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.videos-list .more {
	background: url(img/bul2.gif) no-repeat left;
	padding-left: 12px;
	color: #949908;
	display: block;
	margin: 10px 0;
	font-weight: bold;
	float:left;
}
.videos-list .next {
	background: url(img/bul2.gif) no-repeat left;
	padding-left: 12px;
	color: #949908;
	display: block;
	margin: 10px 0;
	font-weight: bold;
	float:right;
}
.videos-list .prev {
	background: url(img/bul5.gif) no-repeat left;
	padding-left: 12px;
	color: #949908;
	display: block;
	margin: 10px 0;
	font-weight: bold;
	float:left;
}
html>body .video-announce { overflow: hidden; }
.video-announce-main {
	margin-bottom: 40px;
}
.video-announce {
	margin-bottom: 15px;
}
.video-announce .preview {
	float: left;
	margin-right: 10px;
}
.video-announce .text {
	display: table;
	zoom:1;
}
.video-announce .text h3 {
	font-size: 12px;
	font-weight: bold;
	color: #062858;
	margin-bottom: 10px;
	margin-top: 0;
}
.videos-list .video-announce .more {
	font-weight: normal;
}

.one-video h1 {
	text-align: center;
	text-transform:none;
	font-size:12px;
}
.one-video .player {
/*	position: relative;
	left: -20px;
	margin: 10px 0;
*/
}
.one-video .more {
	background: url(img/bul2.gif) no-repeat left;
	padding-left: 12px;
	color: #949908;
	display: block;
	margin: 10px 0;
	font-weight: bold;
}
.player {
	text-align:center;
}

.one-video-links {
	padding-left:30px;
}
/* }}} videos */

/*12709*/
.menu-icon {
	padding: 0px 10px 0px 20px;
	position: relative;
	margin-top: 35px;
}

#service-col .menu-icon h2 {
	padding-left: 15px;
	background: url(/data/include/img/bul122.png) no-repeat left;
}

