@charset "utf-8";

/* cs copyright */
#container_footer {
	width: 1000px;
	font-size: 11px;
	color: #ebebeb;
	margin:0 auto 0 auto;
	padding:70px 0 0 0;
	position:relative;
	z-index:1000;
}
#container_footer_in {
}
#footer_ew {
	margin: 0;
	width: 290px;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:inline;
}
#footer_ewb {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	display:inline;
}
#footer_ewb a {
	text-decoration: none;
}
#container_footer a:hover {
	text-decoration: underline;
	color:#fff;
}
#footer_copy {
	margin: 0;
	width: 230px;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
}
#footer_copy a {
	text-decoration:none;
}
#footer_copy a:hover {
	color:#fff;
	text-decoration:underline;
}
/* end cs copyright */

/* layout */
html {		height: 100%;
}
form
{           margin:0 0 0 0;
            padding:0 0 0 0;
            height: 100%;
}
#pageWrap 
{
    min-height: 100%;
	position: relative;
}
#wholePage
{            	min-height: 100%;
				position: relative;
				padding: 0;
				z-index: 20;
}
body {			
				background-image:url(../imagesPlexi/background.jpg);
				background-position:0 top;
				background-repeat:repeat-x;
				background-color:#000;
				margin:0;
				padding:0;	
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;	
				color:#fff;
				height: 100%;
				position:relative;
}

#header {		background-image:url(../imagesPlexi/header.jpg);
				background-position:0px top;
				background-repeat:no-repeat;
				width:1000px;
				height:316px;
				margin:0 auto 0 auto;				
				position:relative;
				z-index:100;
}

#language
{				position:absolute;
				top:50px;
				left:925px;
}

#language a
{				margin-left:3px
}

#languageAng
{				float:left;
}

#languageCz
{				float:left;
}

#panelMainWrap {background-image:url(../imagesPlexi/panelmain-background.jpg);
				background-repeat:repeat-y;
				background-position:center top;
				margin:0px auto 0 auto;
				width:1000px;
				padding:0;
				min-height: 100%;
				position:relative;
				z-index:2;
}
#panelMain {
				background-image:url(../imagesPlexi/panelmain-header.jpg);
				background-repeat:no-repeat;
				padding:0;
				margin:0px auto 0 auto;
				position:relative;
				z-index:2;
}
#panelMainWrapper {
				background-image:url(../imagesPlexi/panelmain-footer.jpg);
				background-repeat:no-repeat;
				background-position:center bottom;
				margin:0 0 0 0;
				padding:180px 0 0 0;
				min-height:800px;
				width:1000px;
				position:relative;
				z-index:2;
				bottom:149px;
}

.TreeBox
{
                 position:relative;
                width:268px;
                min-height: 190px;
				background-image:url(../images/treeHeaderPlexi.jpg);
				background-repeat:no-repeat;  
				margin:30px 0 0 10px;
				padding-top:20px;
    
}

#boxMain{		
				width:423px;
				float:left;
				margin:0;
				padding-bottom:50px;
				position:relative;
				z-index:2;
}

#boxMainCatalog{		
				width:620px;
				float:left;
				margin:0;
				padding-bottom:50px;
				position:relative;
				z-index:2;
}


#footerWrap 
{
				bottom: 0;
				position: absolute;
				z-index: 1000;
				height: 150px;
				width: 100%;
				margin:0 0 0 0;
}
#footer {		background-image:url(../imagesPlexi/footer.jpg);
				background-position:center top;
				background-repeat:no-repeat;
				margin: 0 auto 0 auto;
				width: 1000px;
				height: 150px;
				position:relative;
				z-index:1000;
}

#headerRight {
z-index: 1;
width:50%;
position: absolute;
top: 0px;
left: 50%;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 500px top;
background-image:url(../imagesPlexi/header-right.jpg);
height:855px;
}
#headerLeft {
z-index: 1;
width:1276px;
position: absolute;
top: 0;
right:50%;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position:526px top;
background-image:url(../imagesPlexi/header-left.jpg);
height:855px;
}
#footerRight {
z-index: 1;
width:50%;
position: absolute;
bottom: 0px;
left: 50%;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 500px bottom;
background-image:url(../imagesPlexi/footer-right.jpg);
height:150px;
}
#footerLeft {
z-index: 1;
width:1276px;
position: absolute;
bottom: 0;
right:50%;
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position:765px bottom;
background-image:url(../imagesPlexi/footer-left.jpg);
height:150px;
}
/* end layout */

.formWrapper {padding:20px 0 20px 0;}

.formLabel {width:250px; float:left; margin: 0; padding: 0;}

.formTextBox {width:260px; float:left; margin: 0; padding: 0 0 8px 0;}
.formTextBox input {width:244px; border: 1px solid #03383c; padding:0 3px 0 3px; background: #CFCFCF; }
.formTextBox select {width:253px; border: 1px solid #03383c; padding:0 0 0 0; background: #CFCFCF; }

.formTextArea {width:500px; margin: 0; padding: 0 0 8px 0; }
.formTextArea textarea {width:500px; height: 50px; border: 1px solid #03383c; background: #CFCFCF; }

.formListBox {width:250px; float:left; margin: 0; padding: 0 0 8px 0;}
.formListBox select {width:253px; height: 50px; border: 1px solid #03383c; padding:0 0 0 0; background: #CFCFCF; }

.formCheckBox {width:450px; margin: 0; padding: 0 0 8px 0; }
.formCheckBox input {padding:0; margin:0 10px 0 0; }

.formValidator span {color:#EFEFEF; margin: 0 0 10px 200px; display:block; }

.formButton {width:500px; text-align: center;}
.formButton input {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; border: 1px solid #03383c; background: #CFCFCF; color: #000; width: 140px; height: 32px; margin: 0 0 0 0; padding:0 0 1px 0;}
.formButton input:hover {background: #5c8a99; cursor: pointer; }
