html {

	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
    font-family: arial, sans-serif; 
    font-size: 12px;
	
}

body {
    behavior:url("css/csshover.htc");
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #2271c9;
	background-image: url('../gfx/top-gradient.png');
	background-repeat: repeat-x;
	
}

div#container {
		width: 970px;
		margin: 0 auto;
		background-color: #ebebeb;
		background-image: url('../gfx/shadow.png');
}

div#container div#leftShadow {
		float: left;
		width: 40px;
		height: 300px;
		min-height: 300px;
		background-image: url('../gfx/left-shadow-gradient.png');		
}

div#container div#rightShadow {
		float: right;
		width: 40px;
		height: 300px;
		min-height: 300px;
		background-image: url('../gfx/right-shadow-gradient.png');		
}

div#container div#page {
		width: 890px;
		margin: 0 auto;
		background-image: url('../gfx/content.png');
}

div#container div#page div#topSnow {
		width: 890px;
		height: 80px;
		min-height: 80px;
		background-image: url('../gfx/top-snow.jpg');
}

div#container div#page div#bottomSnow {
		width: 890px;
		color: #fff;
		font-size: 11px; 
		font-weight: bold;
		height: 35px;
		min-height: 35px;
		background-image: url('../gfx/bottom-snow.jpg');
}

div#container div#page div#bottomSnow div.link {
	width: 148px;
	height: 35px;
	min-height: 35px;
	line-height: 25px;
	text-align: center;
}

div#container div#page div#bottomSnow div.link a {
	color: #eee;
	text-decoration: none;
}

div#container div#page div#bottomSnow div.link a:hover {
	color: #fff;
	text-decoration: none;
}

div#container div#page div#leftBear {
		width: 445px;
		height: 105px;
		min-height: 105px;
		background-image: url('../gfx/left-bear.jpg');
		float: left;
}

div#container div#page div#rightBear {
		width: 445px;
		height: 105px;
		min-height: 105px;
		background-image: url('../gfx/right-bear.jpg');
		float: right;
}

div#container div#page div#bottomBear {
		width: 730px;
		height: 90px;
		min-height: 90px;
		background-image: url('../gfx/bottom-bear.png');
		float: left;
}

div#container div#page div#ekspert {
		width: 160px;
		height: 90px;
		min-height: 90px;
		background-image: url('../gfx/ekspert.png');
		float: right;
}

div#footer {
		width: 970px;
		height: 55px;
		margin: 0 auto;
		background-image: url('../gfx/footer.jpg');
}

div#ender {
		width: 970px;
		height: 36px;
		margin: 0 auto;
		background-image: url('../gfx/ender.jpg');
}

div#menu {
		width: 234px;
		float: left;
		color: #fff;
		margin: 5px;
		margin-left: 10px;
		margin-right: 10px;
		background-image: url('../gfx/menu.png');
}

div#menu div.menuItemA,
div#menu div.menuItemB {
		padding: 10px;
		background-color: #79a7d8;
		font-weight: bold;
		color: #fff;
		border-bottom: 1px solid #4a6e97;
}

div#menu div.menuItemA span
{
		background-image: url('../gfx/dotA.png');
		background-repeat: no-repeat;
		padding-left: 16px;
		line-height: 12px;
}

div#menu div.menuItemB span
{
		background-image: url('../gfx/dotB.png');
		background-repeat: no-repeat;
		padding-left: 16px;
		line-height: 12px;
}

div#menu div.menuItemA:hover span,
div#menu div.menuItemB:hover span
{
		background-image: url('../gfx/dotC.png');
		background-repeat: no-repeat;
		padding-left: 16px;
		line-height: 12px;
}

div#menu a {
	color: #fff;
	text-decoration: none;
}

div#menu div.menuItemA:hover,
div#menu div.menuItemB:hover {
		background-color: #396798;
		font-weight: bold;
		color: #fff;
		border-bottom: 1px solid #4a6e97;
}

div#menu div.menuItemB {
		padding: 10px;
		background-color: #6a8eb7;
}

div#menu div#menuOpen {
		clear: both;
		width: 234px;
		height: 43px;
		min-height: 43px;
		background-image: url('../gfx/open-menu.png');
}

div#menu div#menuClose {
		clear: both;
		width: 234px;
		height: 71px;
		min-height: 71px;
		background-image: url('../gfx/close-menu.jpg');
}

div#menu div#menuFooter {
		clear: both;
		width: 234px;
		height: 19px;
		min-height: 19px;
		background-image: url('../gfx/menu-footer.png');
}

div#container div#page div#content
{
	margin-top: 5px;
	padding: 0px;
	width: 605px;
	float: right;
	margin-right: 20px;
	font-size: 12px;
	line-height: 24px;
	color: #333;
}

div#container div#page div#content p {
	padding-left: 15px;
	padding-right: 15px;
}

h1 {
	margin: 0px;
	width: 590px;
	height: 60px;
	min-height: 60px;
	font-size: 16px;
	line-height: 40px;
	padding-top: 5px;
	padding-left: 15px;
	min-height: 35px;
	background-image: url('../gfx/h1.png');
}

ul {
	margin-left: 0;
	padding-left: 10;
	list-style: none;
}

ul li {
	padding-left: 20px;
	background-image: url('../gfx/li.png');
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
