html
{
	overflow-y: scroll; /* Always display scroll bar */
}

body {
	background: #323232 url(../images/mirka_container_background.png) top center repeat-y;
}

body.home {
	background: #323232 url(../images/mirka_container_home_background.png) top center repeat-y;
}


.margin_auto {
	margin: 0 auto 0 auto;
}

h1, h2, h3, h4, h5 {
	color: #ff7e33;
	font-weight: bold;
}

/************************************************************
 * Main blocks
 ************************************************************/

#header_block {
	position: fixed;
	top: 0;
	height: 117px;
	width: 100%;
	z-index: 100; /* Fix the logo */
	background: #FFF url(../images/mirka_header_bg.png) top left repeat-x;
}

#header_block .margin_auto {
	height: 117px;
	position: relative;
	background: transparent url(../images/mirka_header.png) top left no-repeat;
}

#middle_block {
}

#middle_block .margin_auto {
	/*position: relative;*/
	margin-top: 117px;
	background: transparent url(../images/mirka_container_background.png) top left;
	background-repeat: repeat-y;
}

#header_block .margin_auto, #middle_block .margin_auto {
	width: 988px;
}

#left_block
{
	float: left;
	width: 229px;
	min-height: 152px;
	
	padding: 72px 0 0 0;
	/*border-top: 3px solid red;*/
	background: transparent url(../images/mirka_left_background.png) top left no-repeat;
}

#left_menu_block, #content_block, #right_menu_block {
	padding: 0 15px 50px;
}

#central_block
{
	float: left;
	width: 545px;
	min-height: 105px;
	
	margin-left: 1px;
	padding: 75px 0 0 0;
	/*border-top: 3px solid blue;*/
	background: /*#3b3a3a*/ transparent url(../images/mirka_center_background.png) top left no-repeat;
}

#right_block
{
	float: left;
	width: 212px;
	min-height: 105px;
	
	margin-left: 1px;
	padding: 40px 0 0 0;
	/*border-top: 3px solid green;*/
	background: transparent url(../images/mirka_right_background.png) top left no-repeat;
}

#left_block, #central_block, #right_block {
	overflow-x: hidden; /* Prevent float bugs */
}


/*
Home page appearance
*/
.home #central_block {
}

.home #content_block {
	background: #323232 url(../images/front_bg.jpg) top left no-repeat;
	min-height: 541px;
}

.home #middle_block .margin_auto {
	background: transparent url(../images/mirka_container_home_background.png) top left;
	background-repeat: repeat-y;
}


.home #right_block {
	background: transparent url(../images/mirka_right_home_background.png) top left no-repeat;
}
.home #left_block {
	background: transparent url(../images/mirka_left_home_background.png) top left no-repeat;
	padding-top: 140px;
}
.home #central_block {
	background: transparent url(../images/mirka_center_home_background.png) top left no-repeat;
}

/************************************************************
 * Header
 ************************************************************/

#logo_block
{
	position: absolute;
	left: 20px;
	top: 10px;
	width: 164px;
	height: 157px;
	cursor: pointer;
	background-image: url(../images/mirka_logo.png);
	background-repeat: no-repeat;
	z-index: 2;
}

#top_menu_block
{
	position: absolute;
	left: 200px;
	top: 85px;
	padding-top: 5px;
}

/************************************************************
 * Banner
 ************************************************************/

div.header-banner-box /*, div.header-banner-box-hover */
{
	position: absolute;
	top: 0;
	right: 0;
	/* width: 152px; */
	height: 83px;
}

/*div.header-banner-box:hover, div.header-banner-box-hover
{
	background-color: #fff;
	opacity:.50;
}*/
div.header-banner-box img
{
	position: absolute;
	top: 0;
	right: 0;
}

div#banner-1 { width: 140px; margin-right: 621px; }
div#banner-2 { width: 67px; margin-right: 554px; }
div#banner-3 { width: 140px; margin-right: 414px; }
div#banner-4 { width: 67px; margin-right: 347px; }
div#banner-5 { width: 140px; margin-right: 207px; }
div#banner-6 { width: 67px; margin-right: 140px; }
div#banner-7 { width: 140px; margin-right: 0px; }

/************************************************************
 * Search
 ************************************************************/

#search_block
{
	position: absolute;
	right: 20px;
	top: 85px;
	width: 200px;
	padding-top: 5px;
	
	z-index: 1000; /* Put on top of menu */
}
#search_form .hidden {
    display: none;
}
#search_form, #cntnt01moduleform_1
{
	margin: 0;
	padding: 0;
}
#search_input, #cntnt01searchinput
{
	padding: 1px;
	margin: 0;
	background: #fec972;
	width: 141px;
	height: 16px;
	border: 0;
	float: left;
}
#search_submit
{
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px;
	padding-top: 0;
	margin-left: 8px;
	width: 40px;
	height: 16px;
	border: none;
	cursor: pointer;
	background: transparent;
	color: #FFF;
}

/************************************************************
 * Top menu
 ************************************************************/

#top_menu_block a
{
	color: #323232;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 11pt;
}
#top_menu_block a:hover, #top_menu_block a.currentpage, #top_menu_block a.activeparent
{
	color: #fff;
}

/*#top_menu_block ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#top_menu_block li {
	margin-right: 10px;
	float: left;
}*/

.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	/*line-height:1.0;*/
}
.nav ul {
	position:absolute;
	top:-999em;
	width:170px;
	border: 1px solid #888;
	border-bottom: none;
}
.nav ul li/*, .nav a*/ {
	width: 100%;
	border-bottom: 1px solid #888;
}

.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:17px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:0px;
	top:-1px;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	/*margin-bottom:1.5em;*/
}
.nav li {
	/*background:#BDD2FF;
	border-left:1px solid #fff;
	border-top:1px solid #CFDEFF;*/
	/*width:9.45em;*/
}
.nav a {
	color: #13a;
	/*padding: .75em 0;*/
	padding: 0 3px 3px 8px;
	text-decoration:none;
	/*text-indent: 2em;*/
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	/*background:#CFDEFF;*/
}
.nav li li {
	background:#fca14b;
}
/*.nav li li li {
	background:#9AAEDB;
}*/


/************************************************************
 * Left block
 ************************************************************/

/*#left_menu_block .left_menu_item_current
{
	background: transparent url(../images/mirka_left_selector.png) center left no-repeat;
}

.left_menu_item, .left_menu_item_current
{
	cursor: pointer;
	padding: 1px;
}
.left_menu_item .bullet, .left_menu_item_current .bullet
{
	margin-left: 10px;
	color: #e51937;
}*/

#left_menu_block a
{
	text-transform: lowercase;
	color: #fff;
	font-size: 11pt;
	text-decoration: none;
}
#left_menu_block a.menuactive
{
	font-weight: bold;
}

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


#left_menu_block dfn {
	display: none;
}

#left_menu_block ul {
	padding: 0;
	margin: 0;
	margin-left: 18px;
	list-style-type: disc;
	/*list-style-position: inside;*/
	color: #e51937;
}

#left_menu_block li {
	padding: 0;
	margin: 0;
	line-height: 19px;
}

#left_menu_block li.menuactive {
	list-style-image: url(../images/mirka_left_selector.png);
}


/*#left_menu_block a {
	padding-left: 15px;
}

#left_menu_block a.currentpage {
	background: transparent url(../images/mirka_left_selector.png) center left no-repeat;
}*/

/************************************************************
 * Content block
 ************************************************************/

/*#content_block
{
	margin:0;
	overflow: hidden;
	padding: 0;
}*/

#content_block a
{
	color: #ff7e33;
}

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


/************************************************************
 * Right block
 ************************************************************/

/*#right_menu_block h3
{
	text-transform: uppercase;
	color: #ff7e33;
	font-size: 13pt;
	font-family: Tahoma, sans-serif;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	margin-bottom: 10px;
}
#right_menu_block .right_menu_item_current
{
	background: transparent url(../images/mirka_right_selector.png) center left no-repeat;
}

.right_menu_item, .right_menu_item_current
{
	cursor: pointer;
	padding: 2px;
	padding-left: 15px;

}*/

#right_menu_block a
{
	color: #fff;
	font-size: 10pt;
	text-decoration: none;
}
#right_menu_block a.menuactive
{
	color: #ff7e33;
	font-weight: bold;
}

#right_menu_block a:hover {
	color: #ff7e33;
	text-decoration: underline;
}

#right_menu_block dfn {
	display: none;
}

#right_menu_block ul {
	padding: 0;
	margin: 0;
	margin-left: 18px;
	list-style-type: none;
	/*list-style-position: inside;*/
	color: #e51937;
}

#right_menu_block li {
	padding: 0;
	margin: 0;
	line-height: 19px;
}

#right_menu_block li.menuactive {
	list-style-image: url(../images/mirka_right_selector.png);
}


/* 
======================================================================== 
CONTENT-ARTICLE TEMPLATE
========================================================================
*/
.content_header
{
	margin: 20px 0 0 0;
	padding: 0;
	color: #fe7e33;
	/* background: #323232 url(/images/mirka_big_selector.png) top left no-repeat; */
	background-color: #323232;
	height: 27px;
	font-size: 20px;
	padding-left: 50px;
}
.content_text
{
	padding: 30px;
}

/************************************************************
 * Contact form
 ************************************************************/

form.contactForm
{
	/*padding: 30px;
	padding-right: 20px;*/
	font-family: Arial, sans-serif;
}

.contactFormLabel
{
	color: #fff;
}
td.contactFormLabel
{
	padding-bottom: 10px;
}
.contactFormOrderTable
{
	margin: 20px 0 20px 0;
}
.contactFormSubmit
{
	height: 20px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
}
.contactFormTextField, .contactFormTextArea
{
	padding: 1px;
	margin: 0;
	background: #fec972;
	width: 200px;
	height: 16px;
	border: 0;
	float: left;
}
.contactFormTextArea
{
	width: 300px;
	height: 100px;
}
.contactFormError
{
	font-weight: bold;
	color: red;
	display: block;
	padding: 10px 5px;
}

#menu_contactform {
	margin-top: 20px;
}

#menu_contactform input, #menu_contactform textarea
{
	width: 185px;
}

#menu_contactform .expander {
	width: 13px;
	height: 13px;
	float: left;
	background: transparent url(../images/open.png) center center no-repeat;
}

#menu_contactform.open .expander {
	background: transparent url(../images/close.png) center center no-repeat;
}

#menu_contactform form {
	display: none;
}

#menu_contactform.open form {
	display: block;
}

#menu_contact_header {
	cursor: pointer;
}

