a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #cb1142;
	text-decoration: underline;
}
#mainContainer {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	width: 945px;
}

#floatBreak{
	clear: both;
}

#headerContainer {
	background-image: url(../images/topmenu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 85px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}
#Logo {
	height: 85px;
	width: 400px;
	float: left;
}
#Logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#LangSearch {
	height: 85px;
	width: 500px;
	float: right;
}
#MainNav {
	padding: 0px;
	margin: 0px;
}

#breadcrumb {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #64605f;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 100%;
}
#breadcrumb a {
	text-decoration: none;	
}

#pageContainer {
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#SectionTitle {
	font-family: Arial,Helvetica,sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaabaf;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaabaf;
	padding: 0px;
	margin: 0px;
	height: 20px;
	background-color: #FFFFFF;
}
#SectionTitle span {
	color: #ffffff;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-weight: bold;
	background-color: #cb1142;
	width: 170px;
	margin: 0px;
	float: left;
}

#SubNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 180px;
}

#SubNav ul{
	list-style-type: none;
	margin: 0px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#SubNav ul li{
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#SubNav ul li.collapsed{
	list-style-image: none;
}

#SubNav ul li a{
	color: #64605f;
}

#SubNav ul li a.active{
	color: #cb1142;
}

#SubNav ul li ul li{
	font-weight: normal;
}

#PageText {
	float: right;
	width: 765px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}


#PageText h1 {
	font-size: 20px;
	line-height: normal;
	margin-bottom: 15px;
}

#PageText #PageTextHeader {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #bbbbbb;
	margin: 0px;
	padding: 0px;
}

#PageText #PageTextRight {
	width: 216px;
	height: auto;
	float: right;
	margin-left: 10px;
	background-color: #afafaf;
	background-image: url(../images/right_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}

#content-tabs {
	width:700px; 
	height:20px;
	float: right;
	overflow: hidden;
}

#admin-panel {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 200px;
}
