/******** Globales *********************************************************/

* {
	margin:0px; padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background:#5d9bca;
	margin:50px 0px 0px 0px;
}
img, td, tr, table {
	border:none;
}
div#page {
	margin:0px auto;
	text-align:center;
	width:675px;
}
div.clearfloat {
	clear:both;
	height:1px;
}


/******** Header *********************************************************/

div#header {
	width:675px;
	height:135px;
	background:	url(../images/system/hg_header.gif);
	background-repeat:no-repeat;
}
div#logo-top {
	float:left;
	display:inline;
	width:170px;
	height:135px;
	margin:0px 0px 0px 20px;
}
div#language {
	float:left;
	display:inline;
	width:435px;
	height:20px;
	margin:89px 0px 0px 0px;
	text-align:right;
}
div#mainnav {
	float:left;
	display:inline;
	width:435px;
	height:26px;
	margin:0px;
}
div#mainnav ul {
	list-style:none;
}
div#mainnav li {
	float:left;
	font-size:0;
	height:26px;
	margin:0px 10px 0px 0px;
}


/******** Content *********************************************************/

div#wrapper {
	float:left;
	display:inline;
	width:675px;
}
.hg-2-col {
	background:	url(../images/system/hg_content_2cols.gif);
	background-repeat:repeat-y;
}
.hg-1-col {
	background:	url(../images/system/hg_content_1col.gif);
	background-repeat:repeat-y;
}
div#logo-bottom {
	float:left;
	display:inline;
	width:385px;
	height:25px;
	text-align:left;
	margin:0px 0px 40px 0px;
}
div#content {
	float:left;
	display:inline;
	margin:0px 0px 20px 20px;
	width:615px;
	text-align:left;
}


/******** Left Content *********/

div#content-left {
	float:left;
	display:inline;
	margin:0px 0px 0px 20px;
	width:385px;
	text-align:left;
}
div.content-item {
	float:left;
	display:inline;
	margin:0px 0px 20px 20px;
	text-align:left;
}
.normal {
	width:595px;
}
div.item-thumb {
	float:left;
	display:inline;
	width:160px;
}
div.item-text {
	float:left;
	display:inline;
	width:415px;
	margin:0px 0px 0px 20px;
	padding:5px 0px 0px 0px;
	border-top:1px solid #cccccc;
}
/******** Right Content *********/

div#content-right {
	float:right;
	display:inline;
	margin:0px 20px 0px 0px;
	width:210px;
	text-align:left;
	background:	url(../images/system/hg_column.jpg);
	background-repeat:no-repeat;
}
div.content-right-item {
	float:left;
	display:inline;
	width:160px;
	margin:20px 0px 0px 25px;
	text-align:left;
}
div.content-right-item  ul {
	display:block;
	list-style:none;
	width:160px;
	margin:0px;
	padding:0px;
}
div.content-right-item ul li {
	margin:0px;
	font-size:11px;
}

div.content-right-item  li.header {
	padding:3px 0px 3px 5px;
	font-weight:bold;
	color:#ffffff;
	background-color:#007cc0;
}
div.content-right-item  li.flashheader {
	padding:3px 0px 3px 5px;
	font-weight:bold;
	color:#ffffff;
	background-color:#f59316;
}
div.content-right-item  li.info {
	padding:5px 0px 0px 0px;
	line-height:15px;
}

/******** Footer *********************************************************/

div#footer {
	width:675px;
	height:100px;
	background:	url(../images/system/hg_footer.gif);
	background-repeat:no-repeat;
}
div#footer-content {
	float:left;
	display:inline;
	margin:50px 0px 0px 40px;
	padding:5px 0px 0px 0px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	border-top:2px solid #085a87;
}