/*****************************   anDeRan   ************************************/

body {
	background-color: #FFF;
	padding: 0 10px;
}

body, ul, form, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

img, object {
	border-width: 0;
	vertical-align: middle;
}

a {
	color: #08C;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

#header, #content, #footer {
	width: 970px;
	margin: 0 auto;
}

#header h1, #nav a, #nav strong/*, #crumbs .icons a*/ {
	text-indent: -1000em;
	overflow: hidden;
}

body, table, select, input, textarea {
	font: 11px Tahoma, Kalimati, "Bitstream Vera Sans", sans-serif;
	color: #555;
}

p {
	margin: 0 0 14px;
}

.to-left {
	float: left;
}

.to-right {
	float: right;
}

input.field {
	text-indent: 2px;
}

input.button {
	border-width: 0;
	background-color: transparent;
	width: 30px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	color: #09F;
	font: 10px Tahoma, Kalimati, "Bitstream Vera Sans", sans-serif;
}

h4 {
	font-size: 12px;
}

/* HEADER */

#header {
	height: 340px;
}

#header h1 {
	position: absolute;
	width: 144px;
	height: 24px;
	margin: 24px 0 0 16px;
	z-index: 9;
}

#header h1 a {
	display: block;
}

#langs {
	position: absolute;
	width: 142px;
	height: 26px;
	background-image: url(../images/common/lang_bg.png);
	margin: 22px 0 0 185px;
	z-index: 2;
}

#langs .select {
	width: 130px;
	height: 18px;
	overflow: hidden;
}

.select {
	list-style-type: none;
	margin: 4px 0 0 5px;
	background: url(../images/common/dropdown.png) no-repeat right top;
	position: absolute;
	cursor: default;
}

.select li {
	height: 20px;
	line-height: 20px;
	background-color: #FFF;
	text-indent: 6px;
	border: 1px solid #E5E5E5;
	border-width: 0 1px 1px 1px;
}

.select li.li-first {
	background-color: transparent;
	text-indent: 2px;
	line-height: 18px;
	height: 18px;
	border-width: 0;
}

.select li a {
	display: block;
	color: #555;
	text-decoration: none;
	cursor: default;
	height: 18px;
}

#nav {
	position: absolute;
	list-style-type: none;
	margin: 30px 0 0 -5px;
	width: 973px;
	height: 80px;
	background-image: url(../images/common/nav_bg.png);
	z-index: 1;
}

#nav li {
	float: left;
	margin: 35px 2px 0 1px;
}

#nav a, #nav strong {
	display: block;
	height: 36px;
	background-repeat: no-repeat;
	background-position: 50% 13px;
}

#nav a.nav-home {
	margin-left: 4px;
	width: 38px;
	background-image: url(../images/nav/home.png);
}

.nav-company { width: 137px; }
.nav-products { width: 167px; }
.nav-services { width: 107px; }
.nav-propositions { width: 137px; }
.nav-downloads { width: 127px; }
.nav-contacts { width: 114px; }

#nav li.nav-on {
	background-image: url(../images/common/nav_on_bg.png);
}

#catalog {
	position: absolute;
	width: 984px;
	height: 214px;
	background-image: url(../images/common/catalog_bg.png);
	margin: 117px -7px 0;
}

#progress {
	position: absolute;
	height: 214px;
	width: 703px;
	margin: 12px 0 0 19px;
	display: block;
	background: url(../images/common/progress.gif) no-repeat 270px 90px;
}

#products {
	position: absolute;
	height: 160px;
	width: 703px;
	margin: 12px 0 0 19px;
	overflow: hidden;
	visibility: hidden;
}

#products #container {
	position: absolute;
	width: 10000px;
	height: 160px;
}

#products p {
	float: left;
	text-align: center;
	width: 160px;
}

#products p.active a {
	color: #FC0;
	font-weight: bold;
}

#products a {
	text-decoration: none;
	color: #FFF;
}

#products a:hover {
	font-weight: bold;
}

#products span {
	display: block;
	margin-top: -28px;
	width: 160px;
}

#scrollbar {
	width: 703px;
	height: 19px;
	background-image: url(../images/common/scrollbar.png);
	position: absolute;
	margin: 176px 0 0 17px;
	visibility: hidden;
}

/*.shadow-left, .shadow-right {
	width: 40px;
	height: 160px;
	position: absolute;
	top: 0;
	z-index: 9;
}

.shadow-left {
	left: 0;
	background-image: url(../images/common/shadow_left.png);
}

.shadow-right {
	left: 663px;
	background-image: url(../images/common/shadow_right.png);
}*/

#arrow-left, #arrow-right {
	width: 25px;
	height: 17px;
	position: absolute;
	margin-top: 1px;
	background-repeat: no-repeat;
	background-position: 40px 0;
}

#arrow-left {
	background-image: url(../images/common/arrow_left.png);
}

#arrow-right {
	background-image: url(../images/common/arrow_right.png);
	right: 0;
}

#scroll {
	width: 100px;
	height: 15px;
	position: absolute;
	margin-left: 22px;
	margin-top: 2px;
}

#scroll span {
	height: 15px;
	background-image: url(../images/common/scroll.png);
	display: block;
}

#filter {
	position: absolute;
	width: 223px;
	height: 186px;
	background-image: url(../images/common/filter_bg.png);
	margin-top: 11px;
	right: 16px;
}

#filter h4 {
	position: absolute;
	font-size: 13px;
	color: #FFF;
	width: 120px;
	margin: 20px 0 0 9px;
	line-height: 14px;
	height: 30px;
}

#sort-type, #sort-usage {
	width: 204px;
	height: 26px;
	background-image: url(../images/common/filter_select_bg.png);
	position: absolute;
	margin-left: 9px;
}

#sort-type .select, #sort-usage .select {
	width: 192px;
	height: 18px;
	overflow: hidden;
}

#sort-type {
	margin-top: 113px;
}

#sort-usage {
	margin-top: 73px;
}

#filter .button {
	background-image: url(../images/common/filter_btn.png);
	position: absolute;
	right: 12px;
	bottom: 13px;
	font-size: 11px;
	font-weight: bold;
}

.nothing-found {
	font-weight: bold;
	color: #FFF;
	line-height: 180px;
}

/* CONTENT */

#crumbs {
	width: 980px;
	height: 44px;
	background-image: url(../images/common/crumbs_bg.png);
	margin: 0 -5px;
	position: relative;
}

#crumbs h4 {
	position: absolute;
	margin: 11px 0 0 17px;
	padding: 0 2px 10px;
	color: #09F;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 2px solid #C7C7C7;
}

#crumbs a {
	text-decoration: none;
	color: #09F;
}

#crumbs a:hover {
	text-decoration: underline;
}

#crumbs .icons {
	position: absolute;
	right: 18px;
	top: 10px;
}

#crumbs .icons a {
	display: block;
	float: left;
	width: 21px;
	height: 15px;
	margin-left: 8px;
	text-indent: -100em;
	overflow: hidden;
}

.ico-sitemap { background-image: url(../images/icons/sitemap.png); }
.ico-email { background-image: url(../images/icons/email.png); }

#crumbs .icons a:hover {
	background-position: 21px 0;
}

.blocks {
	margin: 9px -8px 0 0;
	width: 978px;
	height: 155px;
}

.blocks object {
	z-index: -1;
}

.blocks div {
	height: 155px;
	float: left;
	margin-right: 8px;
	text-align: center;
	line-height: 153px;
}

.blocks .block-double {
	width: 481px;
	background-image: url(../images/common/block_double_bg.png);
}

.blocks .block-once {
	width: 236px;
	background-image: url(../images/common/block_once_bg.png);
}

.col-left {
	float: left;
	width: 250px;
	margin-top: 14px;
	padding-bottom: 70px;
}

.col-right {
	float: left;
	width: 720px;
	margin-top: 22px;
	z-index: 2;
	position: relative;
	font-size: 12px;
}

.title {
	width: 719px;
	height: 35px;
	background-image: url(../images/common/title_bg.png);
	margin-bottom: 16px;
}

.title h2 {
	position: absolute;
	color: #09F;
	font-size: 14px;
	padding: 10px 1px 8px;
	margin-left: 6px;
	border-bottom: 2px solid #D2D2D2;
}

.sub {
	background: url(../images/common/sub_bg.png) repeat-y 210px 0;
	min-height: 161px;
	padding: 9px 0 0 4px;
	margin-bottom: 3px;
}

.sub h4 {
	width: 230px;
	height: 36px;
	background-image: url(../images/common/sub_hdr_bg.png);
	font-size: 11px;
	margin: 0 0 4px -2px;
	text-indent: 9px;
	line-height: 35px;
}

.sub ul {
	list-style-type: none;
	width: 193px;
}

.sub ul li {
	padding: 6px 0 8px 35px;
	border-bottom: 1px solid #DEDEDE;
	background-repeat: no-repeat;
	background-position: 6px 5px;
}

.sub ul a {
	text-decoration: none;
	color: #333;
}

.sub ul a:hover {
	text-decoration: underline;
}

.sub ul strong {
	color: #09F;
	font-weight: normal;
}

.sub div {
	margin: 0 0 0 12px;
	width: 180px;
}

.ico-common { background-image: url(../images/icons/common.png); }
.ico-pdf { background-image: url(../images/icons/pdf.png); }
.ico-params { background-image: url(../images/icons/params.png); }
.ico-color { background-image: url(../images/icons/color.png); }
.ico-using { background-image: url(../images/icons/using.png); }
.ico-setup { background-image: url(../images/icons/setup.png); }
.ico-order { background-image: url(../images/icons/order.png); }

.col-right ul {
	list-style-type: none;
	/*position: relative;*/
	margin-bottom: 13px;
}

.col-right ul li {
	padding-left: 24px;
	background: url(../images/common/list.png) no-repeat 7px 4px;
	margin-bottom: 2px;
}

.hint-block {
	color: #000;
	position: absolute;
	background-color: #E8F5FF;
	padding: 5px 10px;
	border: 1px solid #6FC6FF;
	text-align: left;
}

.structure {
	list-style-type: none;
	line-height: 20px;
	margin-left: 20px;
}

.structure ul {
	list-style-type: none;
	margin-left: 20px;
}

/*.col-right ul li {
	padding-left: 0;
	background-image: none;
	margin-bottom: 0;
}*/

input.field, textarea {
	border: 1px solid #D6D9DE;
	background-color: #F3F4F6;
	width: 172px;
}

form .error {
	border: 1px solid #F00;
}

label {
	display: block;
}

.col-left label {
	font-size: 10px;
	height: 14px;
	line-height: 14px;
}

.col-left form p {
	margin-bottom: 0;
}

.col-left form input.button {
	background-image: url(../images/common/search_btn.png);
	margin: 8px 0 0 145px;
}

.col-right form p {
	margin-bottom: 6px;
}

.text strong {
	padding-left: 10px;
}

.col-right form div {
	border: 1px solid #E0E0E0;
	padding: 15px 20px;
	margin-bottom: 15px;
	width: 240px;
}

.col-right form input.button {
	background-image: url(../images/common/search_btn.png);
	margin: 0 0 20px 234px;
}

.col-right input.field, .col-right textarea {
	width: 240px;
}

img.to-left {
	margin: 0 10px 0 0;
}

img.to-right {
	margin: 0 0 0 10px;
}

#hint {
	z-index: 999;
}

.video-flv {
	margin-bottom: 14px;
}

.table {
	border-collapse: collapse;
	border-width: 0;
}

.table td {
	padding: 2px 4px;
	border: 1px solid #BBB;
}

/* FOOTER */

#footer {
	font-size: 10px;
	height: 110px;
	position: relative;
}

#ftr-block {
	position: absolute;
	margin: -23px -5px 0 3px;
	width: 972px;
	height: 66px;
	background-image: url(../images/common/footer_bg.png);
	/*z-index: 1;*/
}

.nav-ftr {
	text-align: right;
	margin: 35px 10px 0 0;
	color: #CCC;
}

.nav-ftr a {
	padding: 0 12px;
	text-decoration: none;
}

.nav-ftr a:hover {
	text-decoration: underline;
}

#footer form p {
	position: absolute;
	margin-top: 30px;
	left: 98px;
}

#footer form input.field {
	width: 110px;
	border-width: 0;
	margin-bottom: 1px;
	font: 10px Tahoma, Kalimati, "Bitstream Vera Sans", sans-serif;
	color: #09F;
	background-color: transparent;
}

#footer form input.button {
	background-image: url(../images/common/search_btn.png);
}

#copyright, #developed {
	position: absolute;
	margin-top: 45px;
	color: #999;
}

#copyright a, #copyright span, #developed a {
	color: #09F;
	text-decoration: none;
}

#copyright a:hover, #developed a:hover {
	text-decoration: underline;
}

#copyright {
	left: 12px;
}

#developed {
	right: 16px;
}
