body{
	margin: 0 0 20px 0;
	background: #F9F9F9 url(../img/layout/background/body.png) top left repeat-x;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	color: #2D3539;
	font-size: 0.8em;
}
.accessibility{
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 1px;
	height: 1px;
	font-size: 0px;
}
.hidden{
	display: none;
}
.cleaner{
	clear: both;
	font-size: 0;
	visibility: hidden;
	height: 1px;
	border: none;
	margin: -1px 0 0 0; padding: 0px;
}
.cleaner_left {
	clear: left;
	font-size: 0;
	visibility: hidden;
	height: 1px;
	border: none;
	margin: -1px 0 0 0; padding: 0px;
}
form{
	margin: 0px;
	padding: 0px;
}
a{
	color: #A01022;
	text-decoration: underline;
}
a:hover{
	color: #A01022;
	text-decoration: none;
}
a img{
	border: none;
}

/* --- CONTAINER --- */
#container{
	width: 940px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #F9F9F9;
	border: 0;
}
#container_padding{
	padding: 13px;
	width: 914px;
}
/* --- MENU --- */
#main_menu{
	height: 50px;
	background: url(../img/layout/background/menu.gif) top left no-repeat;
	position: relative;
}

/* --- HEADER --- */
#header {
	width: 912px; height: 229px;
	margin-bottom: 13px;
	border: 1px solid #D4D4D6;
	border-top: 0;
	font-size: 0;
	position: relative;
	background-color: #EDEDEE
}
#header div.image-effect img {
	width: 912px;
}
#header_logo_over {
	position: absolute;
	top: 10px; right: 10px;
	width: 215px; height: 29px;
	z-index: 1000;
}

/* --- LAYOUT --- */
#panel_right {
	float: left;
	width: 300px;
}

#main_content {
	float: right;
	width: 602px;
}

/* --- MAIN CONTENT --- */
.category_box {
	width: 100%; height: 28px;
	/* background: url(../img/layout/background/category.gif) top left no-repeat; */
	margin-bottom: 13px;
}

.category_box h2 {
	margin: 0;
	font-size: 90%;
	padding: 7px 0 0 13px;
	color: #ffffff;
}

#main_content_box {
	padding: 0 13px 0 8px;
}

/* --- FOOTER --- */
#footer {
	border-top: 1px solid #D4D4D6;
	margin: 13px 0 0 0;
	padding: 13px 0 0 0;
	height: 20px;
}
#footer_content {
	float: left;
	width: 650px;
	margin: 2px 0 0 13px;
	font-size: 85%;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

#footer_content a { color: #686868; text-decoration: underline; }
#footer_content a:hover {
	color: #686868;
	text-decoration: none; 
}
#footer_powered {
	float: right;
	width: 140px;
	margin-right: 13px;
}

img.powered {
	border: 0px;
	width: 145px; height: 21px;
	vertical-align: middle;
}

/* --- PANEL RIGHT --- */
div.pr_box {
	padding-top: 0px;
}
.pr_box_title {
	width: 300px; height: 29px;
	background: url(../img/layout/background/panel_right/top.gif) top left no-repeat;
	text-align: center;
}
.pr_box_title h3 {
	color: #374248;
	margin: 0;
	font-size: 90%;
	padding: 7px 0 0 13px;
}
.pr_box_title h3 a{
	color: #374248;
	text-decoration: none;
}
.pr_box_title h3 a:hover{ color: #ffffff; text-decoration: underline;}
.pr_box_body {
	width: 300px;
	background: #ECECEC url(../img/layout/background/panel_right/body.gif) top left no-repeat;
}
.pr_box_bottom {
	width: 300px; height: 12px;
	background-color: #ECECEC;
}

/*-----------------------*/
/*         NEWS          */
/*-----------------------*/
.news_item{
	padding: 10px 13px 5px 13px;
}
.news_item .text{
	/*
	float: left;
	width: 185px;
	*/
	font-size: 85%;
	font-weight: normal;
	color: #2D3539;
	margin-bottom: 5px;
}
.news_item .title{
	color: #A01022;
	font-weight: bold;
	line-height: 180%;
}
.news_item .more a{
	padding: 0px 10px 0px 5px;
	font-weight: normal;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 90%;
	color: #fff;
	background: #808089 url(../img/layout/background/more.png) top left repeat-x;
}
.news_item .image{
	float: left;
	width: 100%;
	position: relative;
}
.news_item .image .more{
	position: absolute;
	bottom: 3px; right: 0px;
	text-align: right;
}

.news_item .image img{
	width: 220px;
	height: 130px;
	border: 3px solid #e6e6e6;
}
.news_archive {
	text-align: right;
}
.news_archive a{ text-decoration: none;}
.news_archive a:hover{ text-decoration: underline;}

/*-----------------------*/
/*         MENU          */
/*-----------------------*/
#menu{
	padding: 0 0 0 10px;
}
#menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu li{
	float: left;
	margin: 0px 0px 0px 3px;
	font-size: 100%;
}
#menu a{
	float: left;
	display: block;
	padding: 18px 11px 8px 10px;
	color: #374248;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover{
	color: #A01022;
	text-decoration: underline;
}
#menu li.active a{ color: #ffffff; }

div.menu_separator {
	float: left;
	padding: 10px 0 0 0;
	width: 4px;	height: 32px;
	background: transparent url(../img/layout/menu/separator.png) bottom left no-repeat;
}

/* --- IMAGE EFFECT --- */
.header_default {
	width: 912px; height: 229px;
}
div.image-effect{
	top: 0; left: 0;
	width: 912px; height: 229px;
	font-size: 0;
	padding: 0; margin: 0;
	overflow: hidden;
	position: relative;
}
div.image-effect img{
	width: 912px; height: 229px;
	top:  0; left: 0;
}

/* prettty photo font color fix */
div.light_rounded .currentTextHolder { color: #000000; }
div.light_rounded .pp_description { color: #000000; }


div.translate_page_icons {
	position: absolute;
	top: 13px; right: 13px;
}

a.flag_translate {
	cursor: pointer;
	_cursor: hand;
	margin-left: 3px;
}

img.icon_24 {
	width: 24px; height: 24px;
	border: 0;
}

