/* ****************************************************************** */
/* Fixes */

* html .clearfix{
	height: 1%;
	overflow: visible;
}

*+html .clearfix{
	min-height: 1%;
}

.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearFloat {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}

/* ****************************************************************** */
/* Global elements  */

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	height: 100%;
	width: 100%;
}

table, img {
	border: none;
}

form {
	margin: 0;
}

body {
	color: #252527;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #0c4ea9;
}

a:hover {
	color: #0000ee;
}


/* ****************************************************************** */
/* Layout  */

#pageHolder {
	position: relative;
	min-height: 100%;
	min-width: 980px;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

* html #pageHolder {
	height: 100%;
	width: expression(document.documentElement.clientWidth < 980 ? "980px" : document.documentElement.clientWidth > 1400 ? "1400px" : "100%");
	overflow:visible;
	overflow-x: hidden;
	zoom: 1;
}


#pageBody {
	padding: 1px 0 11em;
	position: relative;
	margin-top: -1px;
	border: 0 solid #ff0000;
}


#LogoBlock {
	float: right;
	width: 25%;
	position: relative;
	margin-left: -35px;
}

#LogoBlock .ltWrap {
	padding: 23px 25px 0 35px;
	position: relative;
}

.lang {
	margin: 0 0 45px;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
}

.lang li {
	display: inline;
}

.lang li a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.lang li a:hover {
	color: #009d1d;
}

#Logo {
	margin: 0 0 30px -35px;
}

#Logo h2, #Logo a {
	display: block;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 170px;
	position: relative;
	background: url(/images/logo-main.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -999em;
}


#mainMenu {
	margin: 0 0 40px;
	padding: 0;
	list-style-type: none;
}

#mainMenu ul {
	margin: 0;
	padding: 2px 0 0 25px;
	list-style-type: none;
}

#mainMenu li {
	margin: 0;
	padding: 0;
	font-size: 87.5%;
	font-weight: bold;
	text-transform: lowercase;
	color: #009d1d;
	margin-top: 10px;
}

#mainMenu ul li {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 85%;
}

#mainMenu li.current {
	color: #000;
}

#mainMenu li a,
#mainMenu li span {
	font-size: 93%;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

#mainMenu li.current a,
#mainMenu li.current span,
#mainMenu li.current li.current a,
#mainMenu li.current li.current span {
	color: #009d1d;
	font-weight: bold;
}

#mainMenu li.current li.current a,
#mainMenu li.current li.current span {
	color: #000;
	font-weight: bold;
}

#mainMenu ul li a,
#mainMenu li.current li.current span {
	padding: 0 0 0 15px;
	background: #fff url(/images/li-bull.png) no-repeat 0 .45em;
}

#mainMenu li.current li.current a,
#mainMenu li.current li.current span {
	background-position: -1393px .45em;
}

#mainMenu li.current li a {
	font-weight: normal;
	color: #666;
}

#mainMenu li a:hover,
#mainMenu li.current li a:hover {
	color: #000;
}


#LogoBlock .section {
	margin-top: 25px;
}

#LogoBlock .section.bn {
	margin-right: -25px;
	padding: 0 25px 10px 0;
	border-bottom: 1px solid;
}

#LogoBlock .section.bn a {
	display: block;
	width: 165px;
	height: 57px;
	overflow: hidden;
	text-decoration: none;
	background: #fff no-repeat 0 0;
	text-indent: -9999em;
}

#LogoBlock .section.bn.aak {
	border-color: #009d1d;
}

#LogoBlock .section.bn.aak a {
	background-image: url(/images/si-aak.png);
}

#LogoBlock .section.bn.sbk {
	border-color: #999;
	margin-top: 20px;
}

#LogoBlock .section.bn.sbk a {
	background-image: url(/images/si-sbk.png);
}


#LogoBlock .section.exchange h3,
#LogoBlock .section.exchange h3 a {
	display: block;
	margin: 0 0 10px -7px;
	padding: 0;
	width: 154px;
	height: 106px;
	overflow: hidden;
	background: #fff url(/images/exchange.png) no-repeat 0 0;
	text-indent: -9999em;
	text-decoration: none;
}

#LogoBlock .section.exchange h3 a {
	margin: 0;
}

#LogoBlock .section.exchange ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#LogoBlock .section.exchange ul li {
	margin: 10px 0 0 -14px;
	padding-left: 15px;
	font-size: 69%;
	line-height: 1.4;
	color: #434345;
	background: #fff url(/images/li-bull.png) no-repeat 0 .45em;
	//zoom: 1;
}

#LogoBlock .section.exchange ul li:hover {
	background-position: -1393px .45em;
}

#LogoBlock .section.exchange ul li a {
	color: #434345;
	text-decoration: none;
	display: block;
	//zoom: 1;
}

#LogoBlock .section.exchange ul li a:hover {
	color: #009d1d;
}



#MainPart {
	float: left;
	position: relative;
	width: 75%;
	//zoom: 1;
}

#MainPart .ltWrap {
	padding: 180px 30px 0 20%;
	position: relative;
	//zoom: 1;
}

#home #MainPart .ltWrap {
	padding: 130px 0px 0 0px;
}


#MainPart #topPict {
	margin: -130px 0 20px 0;
	position: relative;
}

#home #MainPart #topPict {
	width: 650px;
	left: 40%;
	margin: -130px -100px 10px -270px;
	//zoom: 1;
}

#MainPart .content {
	position: relative;
	padding-left: 50px;
}

#home #MainPart .content {
	padding: 0 30px 0 10px;
}

#MainPart .content h1 {
	margin-left: -50px;
}

#home #MainPart .content h1 {
	margin-left: 0;
}

#imgTitle {
	margin: 0 0 40px 40%;
	padding-left: 10px;
}

#home #MainPart .mainCol {
	float: right;
	width: 60%;
}

#home #MainPart .addCol {
	float: left;
	width: 40%;
	margin-right: -100%;
}

#home #MainPart .addCol .ltWrap {
	padding: 0 35px 0 30px;
}


.announce {
	padding: 20px;
	color: #b6b7b9;
	background-color: #000;
	font-size: 11px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}

.announce h3 {
	font-size: 16px;
	margin: 0 0 10px;
}

.announce a {
	color: #fff;
}


.newsHolder h3 {
	color: #009d1d;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	padding-left: 20px;
	margin: 0 0 10px 0;
}

ul.news {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #434345;
}

.newsHolder ul.news {
	padding: 20px 20px 13px;
	background-color: #f0f1f1;
	color: #434345;
	border-right: 3px solid #009d1d;
}

ul.news li {
	margin: 0 0 15px 0;
	padding: 0;
}

/* .content ul.news  li {
	margin: 0 0 15px -14px;
	padding-left: 15px;
	background: #fff url(/images/li-bull.png) no-repeat 0 .45em;
	//zoom: 1;
} */

.newsHolder ul.news li {
	font-size: 69%;
	line-height: 1.5;
	margin-bottom: 10px;
}

.news a {
	display: block;
	text-decoration: none;
	color: #434345;
}

.news .date,
.newadate {
	display: block;
	font-weight: bold;
	color: #000;
}

.content .news .date {
	font-size: 81%;
}

.news .date b {
	color: #009d1d;
}

.newadate {
	margin: -10px 0 30px 0;
	font-size: 69%;
	color: #777;
}

.news .text {
	display: block;
}

.news a:hover {
	color: #009d1d;
}

.news a:hover .date {
	color: #434345;
}

.news a:hover .date b {
	color: #000;
}




.bracket {
	position: absolute;
	width: 98px;
	height: 396px;
	background: transparent url(/images/brackets.png) no-repeat 0 0;
	overflow: hidden;
}

.bracket.left {
	top: 20px;
	left: 5%;
	margin-left: 0px;
}

* html .bracket.left {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bracket-left.png',sizingMethod='crop');
}

#home .bracket.left {
	top: 35px;
	margin-left: 30px;
}

.bracket.right {
	top: 35px;
	right: 15%;
	margin-right: 20px;
	background-position: 100% 0;
}

* html .bracket.right {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bracket-right.png',sizingMethod='crop');
}





.listLinks {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.listLinks li {
	margin: 10px 0 0 -14px;
	padding-left: 15px;
	color: #434345;
	background: #fff url(/images/li-bull.png) no-repeat 0 .45em;
	//zoom: 1;
}

.listLinks li:hover {
	background-position: -1393px .45em;
}

.listLinks li a {
	color: #434345;
	text-decoration: none;
	display: block;
	line-height: 1.4;
	//zoom: 1;
}

.listLinks .title {
	display: block;
	font-size: 14px;
}

.listLinks .description {
	font-size: 11px;
	color: #777;
	display: block;
}

.listLinks .description .field {
	white-space: nowrap;
}

.listLinks .description .field.descr b {
	white-space: normal;
}

.listLinks .field b {
	font-weight: normal;
	color: #009d1d;
}

.listLinks li a:hover {
	color: #009d1d;
}

.listLinks .price {
	white-space: nowrap;
	color: #009d1d;
}

.listLinks li a:hover .price,
.listLinks li a:hover .field b {
	color: #000;
}


.filter {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 12px;
}

.filter * {
	vertical-align: middle;
}

.filter h3 {
	font-weight: normal;
}

.filter select {
	margin-right: 15px;
}


ul.description {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #666;
}

ul.description li {
	margin: 0 0 5px;
	padding: 0;
	line-height: 1.2;
}

ul.description li b {
	color: #009d1d;
	font-weight: normal;
}

.exDetails .images {
	padding-top: 15px;
	margin: 0 -20px -20px 0;
}

.exDetails .images img {
	height: 200px;
	margin: 0 20px 20px 0;
}


.bnav {
	font-size: 12px;
	line-height: 13px;
	margin-top: 50px;
}

.bnav a {
	white-space: nowrap;
	color: #666;
	text-decoration: none;
}

.bnav a span {
	font-size: 10px;
	letter-spacing: -2px;
	color: #009d1d;
}

.bnav a:hover,
.bnav a:hover span {
	color: #000;
}







#Footer {
	position: absolute;
	width: 100%;
	min-height: 80px;
	left: 0;
	bottom: 0;
	//zoom: 1;
}

* html #Footer {
	zoom: 1;
	height: 80px;
}

.footerBody {
	position: relative;
	width: 75%;
	float: left;
}

#Footer h2, #Footer h2 a {
	display: block;
	width: 161px;
	height: 64px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(/images/logo-foot.png) no-repeat 0 0;
	text-indent: -999em;
	position: absolute;
	left: 50px;
	top: 0;
}

#Footer h2 a {
	left: 0;
	top: 0;
}

#Footer .copy {
	margin: 0 0 0 40%;
	padding-left: 10px;
	font-size: 11px;
	line-height: 1.3;
	padding-top: 18px;
}

#Footer .tCourt {
	position: relative;
	float: right;
	width: 25%;
	margin-left: -25px;
	padding-top: 12px;
}

#Footer .tCourt .body {
	background: #009d1d url(/images/t-court-bg-1.png) no-repeat 0 0;
	padding-left: 2px;
	margin-left: 21px;
	position: relative;
	//zoom: 1;
}

#Footer .tCourt .body .wrap {
	background: url(/images/t-court-bg-2.png) no-repeat 100% 0;
	padding: 0 0 0 13px;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	height: 27px;
	//zoom: 1;
}

#Footer .tCourt a {
	color: #fff;
	text-decoration: none;
}

#Footer .tCourt a:hover {
	color: #000;
}



.rounded .cn{
	position: absolute;
	overflow: hidden;
	width: 24px;
	height: 24px;
	left:-12px;
	top:-12px;
	background:url(/images/w-corners.png);
	z-index:0;
}

.rounded .cn.tr, .rounded .cn.br {
	margin-left:100%;
}

.rounded .cn.bl, .rounded .cn.br {
	top: 100%;
	margin-top: -12px;
}

.roundedb .cn.tl, .roundedb .cn.bl {
	width:100%;
}

* html .rounded .cn {
	background: none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/w-corners.png',sizingMethod='crop');
}



.pCount {
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 5em;
}

.pCount div {
	font-size: 11px;
	color: #999;
}

.pCount a, .pCount span {
	margin-right: 3px;
	position: relative;
	display: inline;
	font-size: 12px;
}

.pCount a {
	color: #666;
}

.pCount a:hover {
	color: #009d1d;
	text-decoration: underline;
}

.pCount span {
	font-weight: bold;
	border: 1px;
	color: #000;
}

.pCount span b {
	color: #009d1d;
}




.faq form {
	margin: 0 0 35px;
	word-spacing: -0.6ex;
	letter-spacing: -0.6ex;
	//letter-spacing: normal;
}

.faq form * {
	word-spacing: 0;
	letter-spacing: normal;
}

.faq form p {
	display: inline-block;
	width: 40%;
	margin: 0 0 7px;
	vertical-align: top;
	font-size: 11px;
	line-height: 1.2;
	//display: inline;
	//zoom: 1;
}

.faq form p.tArea {
	float: left;
	width: 59%;
}

.faq form p.btn {
	display: block;
	clear: both;
}

.faq form label {
	display: block;
	margin-bottom: 3px;
}

.faq .textarea textarea {
	width: 95%;
	height: 245px;
	resize: none;
}

.faq .input {
	display: block;
	width: 100%;
}

.faq .input .iWrap {
	display: block;
	padding-right: 6px;
}

.faq .input input {
	width: 100%;
}

.captBlock {
	background-color: #f0f1f1;
	padding: 5px 0 0;
	display: inline-block;
	width: 40%;
}

.captBlock .bWrap {
	padding: 0 7px;
}

.faq form .captBlock p {
	width: 100%;
}

.captcha {
	display: inline-block;
	height: 40px;
}


.faqBlock {
	margin: 0 0 30px;
	font-size: 75%;
	line-height: 1.5;
	border-top: 1px solid #009d1d;
	padding-top: 5px;
	/* background: #fff url(/images/li-bull.png) no-repeat 0 .45em;
	margin: 0 0 30px -15px;
	padding-left: 15px; */
}

.faqBlock .expand {
	display: inline-block;
	width: 15px;
	margin-right: -17px;
	height: 11px;
	overflow: hidden;
	background: url(/images/expand.png) no-repeat 0 0;
	vertical-align: middle;
}

.faqBlock .quest {
	margin-bottom: 7px;
	cursor: pointer;
	color: #434345;
}

.faqBlock .quest:hover {
	color: #009d1d;
}

.faqBlock .answ {
	color: #000;
	display: none;
}

.faqBlock.exp .answ {
	display: block;
}

.faqBlock.exp .expand {
	background-position: 0 100%;
}


.faq form h3 {
	margin: 0 0 15px !important;
}

.faq .answ h3 {
	margin: 0 0 1px !important;
	font-size: 11px;
}

.faq h3 {
	margin: 40px 0 30px !important;
}

.faq .explanation {
	margin: -25px 0 30px;
	font-size: 12px;
	color: #777;
}

h1 {
	position: relative;
	//zoom: 1;
}
h1 span {
	background: url(/images/black.gif) repeat 0 0;
	position: relative;
	/* border: 1px solid; */
}

