@import url(menu.css);
@import url(shoulder.css);
@import url(content.css);
@import url(editor.css);
* {
	padding: 0;
	margin: 0;
}
html, body {
    background: url(/img/gui/body.gif) repeat-x #fff;
}
body {
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center;
}
A {
	outline: none;
	color: #333;
}
A:hover {
	color: #e20026;
}
IMG {
	border: 0;
}
.tape {
	background: url(/img/gui/tape.gif) repeat-x;
	width: 100%;
	height: 70px;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 105px;
}
.tape.tape2col {
	background: url(/img/gui/tape-home.gif) repeat-x;
	height: 250px;
}
#page {
    position: relative;
    width: 1000px;
    margin: auto;
	text-align: left;
}
.clear {
    clear: both;
}
.main {
	background: url(/img/gui/main.jpg) no-repeat 0px 97px;
    width: 1000px;
    margin: 0 0 0 -235px;
    float: right;
}

/*
.main.main2col {
	background: url(/img/gui/main-tall.jpg) no-repeat 0px 97px;
}
*/

/*home it*/
.main.main2col-it {
	background: url(/img/gui/main-tall-it.jpg) no-repeat 0px 97px;
}
/*home en*/
.main.main2col-en {
	background: url(/img/gui/main-tall-en.jpg) no-repeat 0px 97px;
}
.main.mainNocntx {/*home*/
	background: url(/img/gui/main-nocntx.jpg) no-repeat 0px 97px;
}
#logo {
	top: 10px;
	left: 15px;
	position: absolute;
	z-index: 1;
	width: 233px;
	height: 87px;
	overflow: visible;
}
#langSelection {
	top: 10px;
	right: 15px;
	position: absolute;
	z-index: 1;
	width: 110px;
	height: 16px;
	overflow: visible;
}
#langSelection IMG {
	padding: 1px;
	border: 1px solid #999;
	margin-right: 3px;
	vertical-align: middle;
}
#langSelection A {
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
}
#sectionTitle {
	top: 105px;
	left: 15px;
	position: absolute;
	z-index: 1;
	width: 220px;
	height: 70px;
	overflow: visible;
}
#sectionTitle H2 {
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	line-height: 30px;
	color: #FFF;
	padding: 10px 0 0 10px;
}
#footer {
    background: url(/img/gui/footer.gif) repeat-x bottom #e20026;
	width: 100%;
	padding: 20px 0 50px 0;
	float: left;
	clear: both;
}
#footer .container {
	width: 1000px;
	margin: auto;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-align: left;
}
#footer .container A {
	color: #FFF;
	text-decoration: none;
}
#footer .container A:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer .container .copy {
	width: 250px;
	margin-left: 10px;
	float: left;
}
#footer .container .copy IMG {
	margin-bottom: 10px;
}
#footer .container .address {
	width: 190px;
	padding: 0px 0px 40px 10px;
	margin-left: 200px;
	float: left;
	border-left: 1px solid #f18093;
}
#footer .container UL {
    background: url(../img/footer/containerUl.gif) repeat-y;
	list-style: none;
	width: 200px;
	padding-bottom: 10px;
	margin-left: 30px;
	float: left;
}

#footer .container UL LI {
    background: url(../img/footer/containerLi.gif) no-repeat;
	padding: 0px 0px 6px 20px;
}
