@charset "utf-8";

/* cs copyright */
#container_footer	{
    			width: 1000px;
    			font-size: 10px;
    			color: #fff;
}
#container_footer_in	{
}
#footer_ew	{
				margin: 100px 0 10px 10px;
				width: 290px;
				float: left;
				text-align: left;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				display:inline;			
}

#container_footer a	{
    			color: #fff;
    			text-decoration: none;
}
#container_footer a:hover	{
    			text-decoration: underline;
				color:#6b6b6b;
				
}
#footer_copy	{
				margin:100px 60px 0 0;
   				width: 350px;
				float: right;
    			text-align: right;
				font-family: Arial, Helvetica, sans-serif;
    			font-size: 10px;
				display:inline;	
}
#footer_copy a :hover	{
   				text-decoration:underline;
}
/* end cs copyright */

/* layout */
form {			
				margin:0;
				padding:0;		
}

.cleaner {		clear:both;
}
#header {		background-image:url(../images/header.jpg);
				background-repeat:no-repeat;
				width:952px;
				height:295px;
				margin:50px auto 0 auto;				
				position:relative;
}

#logo 

{			width:208px;
			height:50px;
			position: absolute; top: 34px; left: 40px;
			display: block;
			z-index: 20;
}


#panelMainWrap	{
				background-image:url(../images/panelmain-background.jpg);
				background-repeat:repeat-y;
				width:952px;
				margin:0 auto 0 auto;
}
#boxMain	{
				padding:30px 40px 50px 40px;
}
#footer {	
				width:952px;
				height:117px;
				margin:0 auto 50px auto;
				background-image:url(../images/footer.jpg);
				background-repeat:repeat-x;
}
#homeHalfLeft {	
				margin:20px 0 10px 0;
				float:left;
				width:426px;
				background-image:url(../images/homehalf-background.jpg);
				background-repeat:repeat-y;	
				background-position:right;
}
#homeHalfRight {	
				margin:20px 0 10px 0;
				float:right;
				width:426px;
}
.homeDetail a {	
				text-align:right;
				text-decoration:none;
				font-weight:bold;
				color:#000;
				padding:0 0 0 0;
				width:50px;
				float:right;
				background-image: url(../images/odrazka-detail.jpg);
				background-repeat:no-repeat;
}
/* end layout */

/* top menu*/
#menu {			
				position:absolute;
				padding-left:50px;
				top:262px;
}
.menuMain {
				list-style:none;
				margin:0 0 0 0;
				padding:0 0 0 0;
}
.menuMain li a {
				font-family:Arial, Helvetica, sans-serif;
				font-size: 16px;
				color: white;
				text-decoration: none;
				display:block;
				text-align:center;
				font-weight:normal;
				margin:0 0 0 0;
				padding:8px 0px 0 0px;
				height:32px;
				width:169px;
}
.menuMain li {
				color:white;
				float: left;
				margin:0 0 0 0;
				padding:0 0 0 0;
				list-style-image:none;				
}
.menuMain li :hover {
				color:#2d2d2d;				
				background-image:url(../images/tl-2.png);
				background-repeat:no-repeat;
}
/* end top menu*/



/* bottom menu  */
#menu3
{
	width: 800px;
	margin:0 auto 0 auto;
	position:relative;
	text-align:center;
	top:80px;
}
.menuMain3
{
    list-style: none;
    margin-top: 0px;
	padding-top:0px;
	position:relative;
}
.menuMain3 li 
{
    display: inline;
}
.menuMain3 li a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000;
    font-weight:bold;
    text-decoration: none;
    padding: 0px 10px 0 10px;
    text-transform:uppercase;
	border-right: solid 1px #999;
}
.menuMain3 li.last a
{
    border-right: none;
}
.menuMain3 li:hover a
{
    color: #6b6b6b;
    text-decoration: none;
}
/* end bottom menu  */
