@charset "windows-1250";


BODY 
{
	margin: 0;
	padding: 0;
	background-color:#127BBD;
	background-color:#fff;
	/*background-image:url(../images/body-bg.gif);*/
}

#bodyTopBg
{
	background-image:url(../images/body-top-bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding-top:38px;
	padding-bottom:30px;
}

#layout 
{
	width: 782px;
	margin: 0 auto 0 auto;
	padding:0px;
	border:1px solid white;
	background-color:#B5D5EA;
	background-image:url(../images/layout-bg.gif);
	background-repeat:repeat-y;
}

#layoutInner
{
	margin-right:8px;
	margin-left:8px;
	background-color:#FFFFFF;
}

#hdrStrip1
{
	width: 782px;
	margin: 0;
	height: 214px;
	background-image: url(../images/header-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#hdrStrip1Inner
{
}
#hdrStripSplitter
{
	clear:both;
}

#logo
{
	margin: 0;
	height:167px;
}
#logo A
{
	width: 173px;
	height: 160px;
	display: block;
	text-decoration:none;
}
#logo A SPAN
{
	visibility:hidden;
}

.hdrStripBox
{
	width:180px;
	height:83px;
	background-repeat: no-repeat;
	background-position:left top;
	background-image:url(../images/header-box-bg.gif);
	overflow:hidden;
}

#mainMenu
{
	width:580px;
	height:30px;
	margin-left:195px;
}

#searchField
{
	width:185px;
	height:31px;
	background-color:#78BBE6;
	text-align:center;
	margin-bottom:3px;
	border-bottom:1px solid white;
	padding-top:5px;
}


#leftMenu
{
	width:185px;
	position:relative;
	float:left;
	background-color:#EDF5FA;
}
#leftMenuInner
{
	padding: 0;
}

#textStrip
{
	width:578px;
	_width:576px;
	position:relative;
	margin:0;
	background-color:#FFFFFF;
	overflow:hidden;
	background-image:url(../images/textstrip-bg.jpg);
	background-position:4px 5px;
	_background-position:2px 5px;
	background-repeat:no-repeat;
}
#textStripInner
{
	padding:10px 20px 20px 20px;
}
#textStripFooter
{
	border-top:3px solid #6A6A6A;
	border-bottom:3px solid #F1F1F1;
	height:1px;
	overflow:hidden;
	margin:2px 1px 2px 1px;
}

#stripCleaner
{
	clear:left;
}

#footer
{
	overflow:hidden;
	border-bottom:1px solid white;
}
#footerInner
{
}
#footerSignature
{
	width:182px;
	text-align:center;
}
#footerLinks
{
	border-left:1px solid white;
}

/*
########################################################
HORNI MENU
########################################################
*/

#mainMenu UL
{
	margin: 0;
	padding: 0;
	clear:left;
}
#mainMenu UL LI
{
	float:left;
	list-style-type: none;
}

