body
{
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    background: #283643;
}

#page
{
    margin-top: 8px;
    margin-bottom: 8px;
    background: white;
    border: 1px solid white;
}

#header
{
    margin: 0;
    padding: 0;
	border: 1px black solid;
    height: 212px;
}

.bar
{
	background-color: #001121;
	padding: 1px;
}

#bar-top
{
	height: 27px;
	padding-left: 594px;
	border-bottom: 1px solid #fff;
}

#bar-contents-1
{
	background-color: #283643;
	width: 25px;
	height: 100%;
	border: #ffffff solid;
	border-width: 0px 1px 0px 1px;
	float: left;
}

#bar-contents-2
{
	background-color: #c55700;
	width: 50px;
	height: 100%;
	border: #ffffff solid;
	border-width: 0px 1px 0px 0px;
	float: left;
}

#bar-bot
{
	height: 20px;
	padding-left: 143px;
	border-top: 1px white solid;
}

#content
{
	height: 100%;
	min-height: 400px;
	float: left;
	display: inline-block;
	width: 705px;
	border-left: 1px solid black;
	padding: 15px;
}

#sidebar
{
	width: 189px;
	height: 100%;
	float: left;
	display: inline-block;
	padding: 25px 10px 25px 10px;
	
}

#footer
{
    font-size: 0.8em;
    text-align: center;
    border: solid #001121;
	border-width: 1px 0px 0px 0px;
	padding: 10px;
}

#logo
{
    font-size: 200%;
	width: 173px;
	height: 170px;
	float: left;
}

#mainmenu
{
	width: 750px;
	float: right;
	text-align: right;
	right: 0px;
	padding-top: 1px;
	height: 30px;
	margin-right: -1px;
	/*background-image: url(../images/header.png);*/
	background-repeat: no-repeat;
}

#mainmenu ul
{
	height: 30px;
    margin:0px;
}

#mainmenu ul li
{
    display: inline;
	margin-left: -5px;
}

#mainmenu ul li a
{
    color:#000;
    background-color:transparent;
    font-size:20px;
    font-weight:bold;
    text-decoration:none;
    padding:5px 20px 5px 20px;
	background-image: url(../images/unselect.png);
	background-repeat: repeat-x;
	height: 30px;
	border: 1px solid black;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    color: #6399cd;
    background-color:#EFF4FA;
    text-decoration:none;
	background-image: url(../images/select.png);
	background-repeat: repeat-x;
	height: 30px;
}

#yw1
{
	padding-left: 0;
}

.sidebar_links a, .sidebar_links a:active, .sidebar_links a:visited, .sidebar_links a:link
{
	font-weight: bold;
	color: #283643;
	font-size: 14pt;
	text-decoration: none;
}

.sidebar_links a:hover 
{
	color: #C55700;
}

#yw0
{
	position: fixed;
	margin-left: 18px;
	padding: 15px 35px 15px 35px;
	background-color: #EEE;
	border: 1px solid #ccc;
	list-style-type: none;
}
	
#lang_form
{	
	padding-top: 1px;
	margin-left: 255px;
}

.slideshow
{
	height: 152px;
	width: 632px;
	float: right;
}

.slideshow img
{
	padding: 15px;
}

.block_head
{
	font-size: 14pt;
}

.logout a, .logout a:active, .logout a:visited, .logout a:link
{
	margin-top: 3px;
	margin-left: 213px;
	position: absolute;
	font-weight: bold;
	color: #C55700;
	font-size: 16px;
	text-decoration: none;
}

.logout a:hover
{
	color: #ff0000;
}

.news_head
{
	width: 100%;
	text-align: left;
	height: 14px;
}

.news_title 
{
	width: 80%;
	font-size: 13px;
	font-weight: bold;
	color: #C55700;
	float: left;
}

.news_date
{
	width: 20%;
	font-size: 10px;
	float: right;
	text-align: right;
}

.news_content
{
	width: 100%;
	text-align: left;
	float: left;
	padding: 2px 0px 8px 0px;
	border-top: 1px solid #cccccc;
}

.link_cat
{
	font-size: 13px;
	font-weight: bold;
	color: #C55700;
}

.companies
{
	width: 150px;
	height: 150px;
	margin: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	float: left;
	text-align: center;
	padding: 3px;
}

.companies2
{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 150px;
	border: 1px solid #ccc;
	background-color: #eee;
	text-align: center;
	padding: 8px;
}

.company_logos img
{
	max-width: 150px;
	max-height: 100px;
}

.company_name a, .company_name a:active, .company_name a:visited, .company_name a:link
{
	text-decoration: none;
	font-size: 10pt;
	color: #283643;
}

.company_name a:hover
{
	color: #C55700;
}