@charset "windows-1250";


BODY 
{
	margin: 0;
	padding: 0;
	background-color:#919191;
	background-repeat: repeat-x;
}

#layout 
{
	width: 963px;
	margin: 0 auto 0 auto;
	background-color:#FE9900;
	background-image: url(../images/layout-bg.jpg);
	background-repeat: repeat-y;
	padding: 0;
}

#layoutInner
{
	margin-right: 14px;
	margin-left: 14px;
}

#layoutLeftTopShadow,
#layoutRightTopShadow
{
	background-repeat: no-repeat;
}
#layoutLeftTopShadow
{
	background-image: url(../images/layout-left-bg.jpg);
	background-position: top left;
}
#layoutRightTopShadow
{
	background-image: url(../images/layout-right-bg.jpg);
	background-position: top right;
}

#hdrStrip1, #hdrStrip2
{
	width: 935px;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
}
#hdrStrip1
{
	height: 33px;
	background-image: url(../images/header-1-bg.jpg);
}

#hdrStrip2
{
	height: 169px;
	background-image: url(../images/header-2-bg.jpg);
}

#logo
{
	width: 182px;
	height: 117px;
	margin: 0;
	display: block;
	margin-left:4px;
}

#hdrStripBox1
{
	margin-top: -117px;
	margin-left: 187px;
	width: 560px;
	height: 117px;
	overflow:hidden;
}
#hdrStripBox2
{
	margin-top: -117px;
	margin-left: 750px;
	width: 180px;
	height: 142px;
	overflow:hidden;
}
#hdrStripBox3
{
	width: 180px;
	height: 24px;
	margin-top: -24px;
	margin-left: 4px;
	overflow:hidden;
}

#mainMenu
{
	margin-top: -26px;
	margin-left: 187px;
	width: 560px;
	height: 24px;
}

#mainMenu2
{
	width: 935px;
	height: 24px;
	padding-top:6px;
}


#textStrip
{
	float:left;
	width:740px;
	position:relative;
	margin:0;
	background-color:#FFFFFF;
	overflow:hidden;
}
#textStripInner
{
	padding: 10px 30px 30px 30px;
}

#leftMenu
{
	width:185px;
	position:relative;
	margin-left:4px;
	_margin-left:2px;
	float:left;
}
#leftMenuInner
{
	padding: 0;
}

#stripCleaner
{
	clear:left;
}

#footer
{
	width:963px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #767676;
	overflow:hidden;
	margin:10px -14px 0 -14px;
}
#footerInner
{
	text-align:center;
	padding: 15px 20px 30px 20px;
}

#footerProducts
{
	width:927px;
	height:113px;
	background-color:#4B1546;
	background-image: url(../images/footer-prod-bg-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:4px;
	overflow:hidden;
}

#boxCurrentUser
{
	margin:20px 20px 0 20px;
	overflow:hidden;
}

#boxLogin
{
	margin:10px 5px 0 5px;
	overflow:hidden;
}

/*
########################################################
HORNI MENU
########################################################
*/

#mainMenu UL, #mainMenu2 UL
{
	margin: 0;
	padding: 0;
	clear:left;
}
#mainMenu2
{
	text-align:center;
}
#mainMenu UL LI
{
	float:left;
	list-style-type: none;
	line-height:26px;
	border-left:1px solid white;
}
#mainMenu UL LI.first
{
	border:0;
	padding-left: 2px;
}


