@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(../imagesNoLimits/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(../imagesNoLimits/header.jpg);
				background-position:0px top;
				background-repeat:no-repeat;
				width:1000px;
				height:316px;
				margin:0 auto 0 auto;				
				position:relative;
				z-index:100;
}
#panelMainWrap {background-image:url(../imagesNoLimits/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(../imagesNoLimits/panelmain-header.jpg);
				background-repeat:no-repeat;
				padding:0;
				margin:0px auto 0 auto;
				position:relative;
				z-index:2;
}
#panelMainWrapper {
				background-image:url(../imagesNoLimits/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/treeHeader.jpg);
				background-repeat:no-repeat;  
				margin:30px 0 0 10px;
				padding-top:20px;
    
}

#boxMain{		
				width:650px;
				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(../imagesNoLimits/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(../imagesNoLimits/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(../imagesNoLimits/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(../imagesNoLimits/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(../imagesNoLimits/footer-left.jpg);
height:150px;
}
/* end layout */
