#rootmenu {
    padding:0 0 0 15px;
    margin:0;
    float:right;
    height:35px;
    width:680px;
    overflow:hidden;
    list-style:none;
}

#rootmenu li {
    float:left;
    height:35px;
}

#rootmenu li a {
    float:left;
    height:35px;
    line-height:34px;
    color:#fff;
    font-size:11px;
    text-transform:uppercase;
    padding:0 9px;
    font-family:"Palatino Linotype", Palatino, Georgia;
}

#rootmenu li.current a {
    background:#1E2E36;
}

#rootmenu li a:hover {
    color:#B6DEF3;
}

/* ----------------------------------------------- */

#index-content {
    padding:0; 
    background:url('images/body-bg.jpg') repeat-x 0 0 #1D1D1D;
    overflow:hidden;
}

#index-content object {
    width:275px;
    height:475px;
    float:left;
}

#index-box {
    width:675px;
    overflow:hidden;
    clear:right;
    height:475px;
}

#index-box p.leading {
    color:#FFFBEE;
    font-size:12px;
    font-style:italic;
    line-height:18px;
    text-align:center;
    padding:55px 175px 0 60px;
    text-indent:63px;
}

#index-box h2 {
    width:611px;
    height:54px;
    text-indent:-999px;
    overflow:hidden;
    margin:30px 0 0 5px;
    padding:0;
}

#index-box h2.lng-pl {
    background:url('images/index-we-create.gif') no-repeat 0 0;
}

#index-box h2.lng-en {
    background:url('images/index-we-create-en.gif') no-repeat 0 0;
}

#index-box p.main {
    color:#FFFBEE;
    font-size:12px;
    font-style:italic;
    line-height:18px;
    text-align:center;
    padding:0 150px 0 140px;
    text-indent:40px;
}

#index-box p.info {
    color:#99A8AF;
    font-size:11px;
    font-style:italic;
    line-height:17px;
    text-align:center;
    padding:0 155px 0 155px;
}

#index-bottom-left {
    clear:both;
    float:left;
    width:250px;
    background:url('images/index-bottom-left.jpg') no-repeat 15px 0;
    padding:0 0 20px 200px;
    color:#BED7E4;
    font-size:12px;
    line-height:18px;
}

#index-bottom-right {
    float:left;
    width:280px;
    background:url('images/index-bottom-right.jpg') no-repeat 25px 0;
    height:200px;
    padding:0 0 20px 210px;
    color:#BED7E4;
    font-size:12px;
    line-height:18px;
}

#newsletter {
	float:right;
	width:300px;
	margin:0;
	padding:0;
}

#newsletter fieldset {
	padding:0 30px 40px 0;
	margin:0;
	border:0;
}

#newsletter legend {
	display:none;
}

#newsletter label {
	font-size:11px;
	color:#837E6C;
	display:block;
	margin:0 0 8px 0;
}

#newsletter #email-input {
	font-size:12px;
	color:#000;
	padding:3px;
	width:255px;
	margin:0 0 8px 0;
}

#newsletter input.button-cancel {
	background:none;
	border:0;
	color:#837E6C;
	font-size:11px;
	font-weight:bold;
}

#newsletter input.button-save {
	background:none;
	border:0;
	color:#B6DEF3;
	font-size:11px;
	font-weight:bold;
}

