/*-----------------------------------------------------
	html body
-----------------------------------------------------*/

body {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #450905;
}

/*-----------------------------------------------------
	conteiner
-----------------------------------------------------*/

div#container {
	text-align: left;
	width: 760px;
	margin: 0 auto;
} 

/*-----------------------------------------------------
	lang bar and header
-----------------------------------------------------*/

div#header {
	height: 91px;
	background-color: #66100C;
	background-image: url(../images/layout_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
} 

div#logo {
	position: absolute;
	top: 17px;
	left: 23px;
	width: 60px;
	height: 62px;
	overflow: hidden;
}

div#logo a {
	display: block;
	margin-left: 0px;
}

div#logo a:hover,
div#logo a:focus {
	margin-left: -60px;
}

#companyName {
	position: absolute;
	top: 18px;
	left: 100px;
}

h1#polishName {
	/*font-size: 26px;
	line-height: 30px;*/
	font-size: 30px;
	line-height: 34px;
	font-variant: small-caps;
	color: #FFF4CC;
	border-bottom: 1px solid #C5BA89;
	margin: 0px;
	font-weight: normal;
	font-variant: small-caps;
}

h1#englishName {
	font-size: 17px;
	font-variant: small-caps;
	color: #D2B351;
	margin: 0px;
	font-weight: bold;
	line-height: 26px;
}

div#languagesBar {
	position: absolute;
	top: 25px;
	right: 23px;
	width: 30px;
	text-align: right;
	padding-right: 5px;
	marign-bottom: 10px;
}

div#languagesBar a {
	margin-left: 10px;
}

div#languagesBar a img {
	opacity: 0.5;
	padding-bottom: 3px;
}

div#languagesBar a:hover img {
	opacity: 0.75;
}

div#languagesBar a.selected img,
div#languagesBar a.selected:hover img {
	opacity: 1;
}

div#layoutArt img {
	display: block;	
}


/*-----------------------------------------------------
	menu
-----------------------------------------------------*/

div#menu {
	height: 40px;
	background-image: url(../images/layout_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 5px;
	padding-right: 5px;
} 

div#menu table {
	width: 100%;
} 

div#menu table td {
} 

div#menu a {
	display: block;
	line-height: 30px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #D0A151;
	font-size: 15px;
	text-align: center;
}

div#menu a:hover,
div#menu a:focus {
	background-color: #370906;
	color: #D0A151;
}

div#menu a.selected {
	background-color: #370906;
	color: #FFF4CC;
}

div#menu a.selected:hover,
div#menu a.selected:focus {
	background-color: #370906;
	color: #FFF4CC;
}



/*-----------------------------------------------------
	body
-----------------------------------------------------*/

div#bodyTop {
	background-image: url(../images/layout_body_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 19px;
	line-height: 1px;
	font-size: 1px;
} 

div#body {
	background-image: url(../images/layout_body_middle.gif);
	background-repeat: repeat-y;
	background-position: left;
} 

div#bodyBottom {
	background-image: url(../images/layout_body_bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 22px;
	line-height: 1px;
	font-size: 1px;
} 

/*-----------------------------------------------------
	2 columns body2 with only one floated div
-----------------------------------------------------*/

div#body div#leftColumn {
	padding-left: 21px;
	width: 212px;
	float: left;
}

div#leftColumn div.sideBoxTop {
	background-image: url(../images/layout_sidebox_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 12px;
	line-height: 1px;
	font-size: 1px;
}

div#leftColumn div.sideBoxMiddle {
	background-image: url(../images/layout_sidebox_middle.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

div#leftColumn div.sideBoxBottom {
	background-image: url(../images/layout_sidebox_bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 12px;
	line-height: 1px;
	font-size: 1px;
	margin-bottom: 18px;
}

#leftColumn .leftSideImage {
	margin-bottom: 18px;
}

div#body div#content {
	margin-left: 249px;
	margin-right: 22px;
}

div#contentTop {
	background-image: url(../images/layout_content_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 12px;
	line-height: 1px;
	font-size: 1px;
}

div#contentMiddle {
	background-image: url(../images/layout_content_middle.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 508px;
}

div#contentBottom {
	background-image: url(../images/layout_content_bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 12px;
	line-height: 1px;
	font-size: 1px;
}

		
/*-----------------------------------------------------
	footer
-----------------------------------------------------*/

div#footer {
	margin-top: 3px;
	margin-right: 5px;
	clear: both;
	color: #E8D1AF;
	text-align: right;
} 

div#footer span {
	margin-left: 5px;
	margin-right: 5px;
	color: #C28B38;
}

