html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, font, img, ins, kbd, s, samp, small, strike, strong, sub, sup, tt,
var, hr, 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; font-family:inherit; font-size:100%; border:none; outline:none; }
html { font-size:100.01%; }
dfn, i, cite, var, address, em { font-style:normal; }
th, b, h1, h2, h3, h4, h5, h6 { font-weight:normal; }
textarea, input, select { font-family:inherit; font-size:1em; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse; border-spacing:0; }
caption, th, td { text-align:left; }
:focus { outline:none; }
.clear {	clear: both; }
.no-border{ border: none !important; }
.no-padding{ padding: 0!important; }



html { width:100%; height:100%; }
body {
	width: 100%;
	height: 100%;
	min-width: 1000px;
	font-size: 100%;
	color: #5e5e5e;
	background: #8B4513 url(../_img/bg.jpg) repeat center top;
}

body, textarea, input, select { font-family:Arial,Tahoma,Helvetica,sans-serif; }
a { color:#c31c00; text-decoration:underline; }
a:hover { text-decoration:none; }


.root {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: transparent url(../_img/top-bg.jpg) no-repeat center top;
}
.top{
	width: 989px;
	margin: 0 auto;
	font-size: 0.8em;
}

.headerContaner{
	height: 242px;
	position: relative;
}
#INTOcard{
	position: absolute;
	top: 40px;
	left: 480px;
	width: 110px;
	height: 110px;
	display: block;
}
#IQcard{
	position: absolute;
	top: 40px;
	left: 620px;
	width: 220px;
	height: 110px;
	display: block;
}
#IQcard span, #INTOcard span{
	display: none;
}

.bodyContaner{
	background: transparent url(../_img/body-bg.png) repeat-y;
	display: block; /*border: 1px solid Fuchsia;*/
}

.bodyContaner .leftCol{
	width: 693px;
	float: left;
}
.bodyContaner .leftCol .content{
	width: 610px;
	margin: 0 0 0 60px;
	background: transparent url(../_img/top-bg.jpg) no-repeat -358px -242px;
	min-height: 300px;
	
}

.bodyContaner .leftCol .content h1{
	color: #c31c00;
	font: italic bold 1.6em Georgia, "MS Sans Serif", Geneva, sans-serif;
	position: relative;
	top: -15px;
}

.bodyContaner .leftCol .content h2{
	color: #5e5e5e;
	color: #000;
	font-size: 1.4em;
	font: italic bold 1.4em Georgia, "MS Sans Serif", Geneva, sans-serif;
	margin: 1em 0;
}

.bodyContaner .leftCol .content h3{
	color: #c31c00;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}

.bodyContaner .leftCol .content p{
	margin: 1em 0;
}

.bodyContaner .leftCol .content ul, .bodyContaner .leftCol .content ol{
	margin: 1em 0 1em 2.5em;
}
.bodyContaner .leftCol .content ul{
	list-style: none;
}

.bodyContaner .leftCol .content ul li{
	list-style: none;
	padding-left: 10px;
	background: transparent url(../_img/li.png) no-repeat 0 0.5em;
}

.bodyContaner .leftCol .content table{
	border: 1px solid #000;
	border-collapse: collapse;
}
.bodyContaner .leftCol .content table td, .bodyContaner .leftCol .content table th{
	border: 1px solid #000;
	padding: 5px;
	background-color: #fff;
}
.bodyContaner .leftCol .content table th, .bodyContaner .leftCol .content table td.head{
	background-color: #5e5e5e;
	color: #fff;
	text-align: left;
	font-weight: bold;	
}
.bodyContaner .leftCol .content table tr.odd td{
	background-color: #f0efec;
}

.bodyContaner .leftCol .content table.noborder{
	border: none;
}
.bodyContaner .leftCol .content table.noborder td{
	border: none;
}




.bodyContaner .rightCol{
	float: right;
	width: 296px;
}
.bodyContaner .rightCol .menu{
	/*border: 1px solid Fuchsia;*/
	width: 269px;
	padding-bottom: 160px;
	background: transparent url(../_img/gerb.gif) no-repeat center bottom;
}

.bodyContaner .rightCol .menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.bodyContaner .rightCol .menu ul li a, .bodyContaner .rightCol .menu ul li span{
	font: italic bold 14px/14px Georgia, "MS Sans Serif", Geneva, sans-serif;
	color: #000;
	display: block;
	padding: 2px 3px 2px 28px;
}

.bodyContaner .rightCol .menu ul li.selected a, .bodyContaner .rightCol .menu ul li a:hover{
	background-color: #c31c00;
	color: #fff;
}

.bodyContaner .rightCol .menu ul li.selected li a{
	background-color: transparent;
	color: #515151;
}

.bodyContaner .rightCol .menu ul li.selected a{
	padding-top: 3px;
	padding-bottom: 3px;
}

.bodyContaner .rightCol .menu ul li ul{
	margin-top: 5px;
	margin-bottom: 15px;
}


.bodyContaner .rightCol .menu ul li ul li a, 
.bodyContaner .rightCol .menu ul li ul li span {
	font: normal bold 12px Arial, Helvetica, sans-serif;
	padding-left: 40px;
	color: #515151;
	text-decoration: none;
}

.bodyContaner .rightCol .menu ul li ul li ul li.selected a, .bodyContaner .rightCol .menu ul li ul li ul li a:hover{
	background-color: #c31c00;
	color: #fff;
}

.bodyContaner .rightCol .menu ul li ul li ul{
	display: none;
}
.bodyContaner .rightCol .menu ul li ul li.selected ul, .bodyContaner .rightCol .menu ul li ul li.parent ul, .bodyContaner .rightCol .menu ul li ul li.opened ul{
	display: block;
}

.bodyContaner .rightCol .menu ul li ul li ul li a, .bodyContaner .rightCol .menu ul li ul li ul li span{
	font-weight: normal;
	padding-left: 52px;
}
.bodyContaner .rightCol .menu ul li ul li ul{
	margin-top: 3px;
	margin-bottom: 5px;
}

#logo-iq{
	height: 52px;
	width: 133px;
	background: transparent url(../_img/logo-iq.gif) no-repeat;
	margin: 5px 0 5px 20px;
	display: block;
	text-decoration: none;
}
#logo-into{
	height: 61px;
	width: 144px;
	background: transparent url(../_img/logo-into.gif) no-repeat;
	margin: 25px 0 15px 20px;
	display: block;
	text-decoration: none;
}

.bodyContaner .copyright{
	font-size: 0.8em;
	text-align: left;
	padding-left: 700px;
}


.footerContaner{
	height: 35px;
	width: 990px;
	margin: 0 auto;
	background: transparent url(../_img/bottom-bg.png) no-repeat;
}
.cup{
	width: 343px;
	height: 339px;
	background: transparent url(../_img/cup.png) no-repeat;
	margin: 0 0 0 auto;
	display: none;
}

.counters{
	text-align: left;
	padding: 0 25px 15px 25px;
	margin: 0;
}


/** switchers
******************************************************/

dt.switcher{
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 20px;
	background: transparent url(../_img/switch_show.gif) no-repeat left;
	color: Black;
	cursor: pointer;
	margin-bottom: 0.3em;
}
dt.selected{
	background-image: url(../_img/switch_hide.gif);
}
dt.switcher:hover{
	color: #B22222;
}
dd.switcher{
	margin: 0 0 1em 0;
	padding-left: 20px;
	display: block;
}



/** Catalog
***************************************************************/
#catalogContaner{
	font-size: 0.85em;	
}
#catalogContaner .filters{
	overflow: hidden;
	border: 1px solid #c31c00;
	background-color: #fbf8f3;
	padding: 10px;
}

#catalogContaner .filters ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#catalogContaner .filters ul li{
	font-weight: bold;
	/*float: left;
	width: 50%;*/
	padding: 0 0 0 0;
	white-space: nowrap;
	background-image: none;
}
#catalogContaner .filters ul li ul{
	margin-bottom: 10px;
}
#catalogContaner .filters ul li ul li{
	font-weight: normal;
	padding-left: 20px;
	float: none;
}
#catalogContaner .filters ul li ul li.other{
	color: Silver;
}

#catalogContaner table th{
	text-align: center;
}

#catalogContaner .filters button{
	outline: 1px outset #c31c00;
	background-color: #c31c00;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
}

.error{
	background-color: #FCE9E9;
	border: 1px solid #B22222;
	padding: 5px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #B22222;
}

li.current{
	font-weight: bold;
	background-image: url(../_img/li-current.gif)!important;
	background-position: 0!important;
	background-color: #f5eddb!important;
	color: Red;
}