@charset "windows-1251";
/* CSS Document */

html, body {
	height: 100%;	
}

body {
	font-family: Tahoma, Arila, Verdana;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	width: auto;
	background: #fff;
	text-align: left;
	min-width: 1000px;
}

div.clear {
	clear: both;
}

.inputbox {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

.button,
button {
	font-size: 11px;	
}

div.more a {
	font-size: 11px;	
}

a {
	color: #ff3333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 19px;
	margin: 0 0 10px 0;
	padding: 0;
}

h3 {
	font-size: 11px;
	margin: 2px 0 0 15px;
	padding: 0;
}

h2 {
	font-size: 13px;
}

b.main {
	color: #F00;
	font-size: 11px;
}

ul {
	padding: 0;
	margin: 5px 0 20px 30px;
}

div.page_nav {
	display: block;
	font-size: 11px;
	text-align: center;
	margin: 15px 0;
}

div.page_nav span {
	padding: 3px;
	color: #ccc;
}

span.page {
	font-size: 12px;	
}

div.page_nav a {
	color: #666;	
	padding: 3px;
}

div.page_nav a:hover {
	color: #ff3333;	
}

div.counter {
	text-align: center;
	color: #666666;
	font-size: 11px;
}

div.page_nav b {
	color: #666;
}

.width {
	width: auto;
	height: 100%;
	min-width: 1000px;
}

.container, .minwidth {
	height: 100%;	
}

* html .minwidth {
	border-left: 960px solid #fff;
	border-right: 40px solid #fff;
	position: relative;
	float: left;
	z-index: 1;
}

* html .container {
	margin-left: -960px;
	margin-right: -40px;
	position: relative;
	float: left;
	z-index: 2;
}

* html .minwidth, * html .container {
	height: 1px;
}

div.site {
	padding: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#top {
	background: url("../images/top_bg.gif") repeat-x;
	height: 103px;
	border: 0px;
}

div#topElmArea {
	float: left;
	display: inline;
	margin: 10px 0px 0px 190px;
}

div.slogan {
	margin: 0;
	padding: 0;
	color: #cc0000;
	font-size: 19px; 	
	font-weight: bold;
}

div#telephone {
	float: right;
	margin: 5px 30px 0 0;
	display: inline;
	width: 120px;
	height: 55px;
	position: relative;
}

#telephone div#code {
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 4px;
	display: block;
	top: 25%;
	position: absolute;
}

#telephone div.numbers {
	float: right;
	font-size: 15px;
	margin-top: 7px;
}
.additional-numbers {
	display: block;
	float: right;
	margin: 5px 0 0 0;
}

#top div.home, #top div.mail {
	margin: 15px 10px 0px 0px;
	float: right;
	width: 11px;
	height: 10px;
	border: 0;
}

#top div.mail {
	margin-right: 20px;
	width: 13px;
	height: 9px;
	//margin-top: 13px;
}

div#logoArea {
	position: absolute;
	width: 160px;
	top: 0;
	left: 15px;
}

div#logo {
	background: url("../images/logo.jpg") no-repeat;
	width: 160px;
	height: 86px;
	border: 0;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
}

div#canon {
	background: url("../images/canon.gif") no-repeat;
	width: 160px;
	height: 97px;
	border: 0;
	margin: 3px 0 0 0;
	position: relative;
}

#certificates {
	width: 160px;
	float: left;
	margin: 90px 0 0 15px;
	overflow: hidden;
}
#certificates a {
	outline: none;
}
#certificates img {
	border: 1px solid #d0d0c6;
}
#certificates p {
	color: #CC0000;
	font-weight: bold;
	margin: 3px 0;
}

div#topProduct {
	width: auto;
	min-height: 56px;
	height: auto !important;
	height: 56px;
	margin: 15px 0 0 200px;
	position: relative;
	overflow: hidden;
}

div#topProduct div.img {
	margin: 0 10px 0 20px;
	float: left;
	diaply: inline;
	position: relative;
}

div#topProduct div.desc {
	display: block;
	float: left;
	width: 40%;
}

div#topProduct ul {
	font-size: 11px;
	color: #666;
}

div#topProduct ul li {
	line-height: 18px;
}

div#contentArea {
	width: auto;
	position: relative;
}

div#contentHeader {
	width: 100%;
	background: url("../images/content_head_bg.gif") repeat-x;
	height: 25px;
	margin: 15px 0 0 0;
}

#contentHeader b {
	padding-left: 30px;
}

#contentHeader h2.left, #contentHeader h2.center, #contentHeader h2.right {
	color: #fff;
	width: 22%;
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	border-right: 1px solid #fff;
	float: left;
}

#contentHeader h2.center {
	width: 55%;	
}

#contentHeader h2.right {
	width: 22%;
	border-right: 0;
	border: 0;
}

div#leftColumn {
	width: 22%;
	float: left;
}

div#content {
	float: left;
	width: 55%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	line-height: 18px;
}

div#text {
	padding: 10px;
	text-align: left;
}

table#tech {
	border: 0;
	width: auto;
	padding: 0;
	margin: 0;
}

table#tech td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

div#text li {
	line-height: 20px;
}

div#rightColumn {
	width: 22%;
	float: left;
}

div#footerGuarantor {
	clear: both;
	height: 74px;
}

div#footer {
	width: 100%;
	background: url("../images/bottom_bg.gif") repeat-x;
	height: 74px;
	margin-top: -74px;
}

#footer div.name, #footer div.studio {
	float: left;
	margin: 10px 0 10px 20px;
	font-size: 11px;
	display: inline;
}

#footer div.studio {
	float: right;
	margin: 10px 20px 10px 0;
}

div.right {
	float: right;	
}

div#counters {
	float: right;
	margin: 0 20px 0 0;
	display: inline;
}

/* --- */

/* mod TOP MENU */
div#mod_topMenu {
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
	display: inline;
}

#mod_topMenu ul li {
	padding: 0;
	margin: 0;
	line-height: 18px;
	float: left;
	list-style: none;
}

#mod_topMenu ul li a {
	color: #333;
	font-size: 13px;
}

#mod_topMenu ul li a:hover {
	color: #ff3333;
}

#mod_topMenu b {
	font-size: 13px;
}

/* end */

/* mod CATALOG */
ul#catalog {
	margin: 10px 5px 20px 25px;
	color: #666;
	list-style-image: url("../images/rightarrow.gif");
}

ul#catalog li, ul#catalog li.active {
	padding: 3px 0;
}

ul#catalog li.active {
	list-style-image: url("../images/downarrow.gif");
}

ul#catalog ul.sub_menu { 
	width: auto;
	height: auto; 
	display: none; 
	list-style: disc; 
	margin: 5px 5px 5px 20px;
}

ul#catalog ul.sub_menu li {
	list-style: disc;
}

ul#catalog h3 {
	margin-left: 0px;
}

ul#groupItems {
	margin: 10px 0 0 0;
	padding-left: 15px;
	list-style-image: url("../images/li.gif");
}

ul#groupItems li {
	padding: 2px 0;
	margin: 0;
	line-height: 15px;
}

ul#groupItems a {
	color: #666;
}

ul#groupItems a:hover {
	color: #ff3333;
}

ul#itemList {
	list-style: none;
}

ul#itemList li {
	padding-bottom: 10px;
	padding-top: 5px;
	background: url("../images/rightarrow.gif") no-repeat 0 22px;
	padding-left: 10px;
}

ul#itemList h2 a {
	color: #333;
	text-decoration: none;
	font-size: 18px;
	font-family: Helvetica, Tahoma;
}

ul#itemList h3 a {
	color: #333;
}

ul#itemList h3 a:hover {
	text-decoration: none;
}

ul#itemList div.inputText {
	color: #8a8a8a;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul#catalog h3 {
	cursor: pointer; 
	color: #FF3333;
}

ul#catalog ul.sub_menu li a { 
	color: #666666; 
}

.visible { display: block; }

/* com STATIC */
div.date {
	color: #ccc;
	font-size: 11px;
	padding-left: 15px;
}

/*mod BRANCH */
div#mod_branch {
	width: auto;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px 0 10px 30px;
	font-size: 11px;
}

div#mod_branch img {
	padding: 0 5px;	
}

/*com CONTACTS */
table#contacts {
	padding: 0;
	margin: 0;
	color: #666;
}

table#contacts .input {
	border: 1px solid #333;
	width: 300px;
	font-size: 11px;
	font-family: Tahoma;
	padding: 2px;
}

table#contacts .input:focus, table#contacts .textarea:focus {
	border: 1px solid #cc0000;
}

table#contacts .textarea {
	border: 1px solid #333;
	width: 300px;
	height: 100px;
	font-family: Tahoma;
	font-size: 11px;
	padding: 2px;
}

table#contacts input.submit {
	background: #e9e9e9;
	border: 1px solid #333;
	width: 90px;
	height: auto;
	padding: 2px;
}

span#error {
	color: #cc0000;
	font-size: 11px;
}

table#contacts p.security {
	margin: 10px 0 5px 0;
	padding: 0;
	display: block;
}

table#contacts td.main {
	color: #8A8A8A;
	font-size: 11px;
	padding: 20px 0 0 0;
}

/* com SECTION_INFO */
div.section {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #666;
	padding-left: 10px;
}

div.section h2 {
	background: #f5f4f4;padding: 2px;
	color: #333;
}

div.section_last {
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 11px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div.section_last h3 {
	background: #f5f4f4;
	padding: 2px;
	color: #cc0033;
	padding: 2px;
	margin: 0;
}

div.section h3 {
	background: #f5f4f4;
	padding: 2px;
}

/* com MGMAP */

div#content div.sitemap ul li ul {
	list-style: circle;	
}

ul.level_3 {
	font-style: italic;	
}

/* -//- */

/* mod quicksearch */

div#quickSearchModule {
	margin: 10px 0 0 20px;	
}

div#quickSearchModule a {
	font-weight: bold;	
}

/* -//- */

/* mod search */

div#searchForm {
	margin: 15px 0 15px 20px;	
}

/* -//- */
