﻿/* top */
#logo {
	position: absolute;
	top: 0px;
	left: 160px;
	width: 330px;
	height: 188px;
}

#languages {
	position: absolute;
	top: 70px;
	right: 20px;
	text-align: right;
}

#languages p {margin-top: 5px;}

/* banner */
#deco_02 {
	position: absolute;
	top: 188px;
	left: 0px;
	width: 650px;
	height: 22px;
	background-image: url(../../images/deco_02_bg.png);
	background-repeat: repeat-x;
}

#rolling {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 650px;
	height: 200px;
	z-index: 400;
}

/* top bar */
#topBar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 650px;
	height: 40px;
	background-color: transparent;
	z-index: 500;
}

#topBar table {
	width: 650px;
	height: 40px;
}

#topBar table td {
	padding: 0px 0px 0px 25px;
}

#topBar a:link, #topBar a:link, #topBar a:visited	{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px; 
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: none;
}

#topBar a:hover	{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px; 
	color: #ede1d3; 	
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: underline;
	text-transform: none;
}

/* bottom bar */
#bottomBar {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 650px;
	height: 40px;
	background-color: transparent;
	z-index: 500;
}

#bottomBar table {
	width: 650px;
	height: 40px;
}

#bottomBar table td {
	padding: 0px 0px 0px 25px;
}

#bottomBar a:link, #bottomBar a:link, #bottomBar a:visited	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	color: #333;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: none;
	padding: 0px 0px 0px 5px;
}

#bottomBar a:hover	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	color: #ea6200; 	
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: underline;
	text-transform: none;
	padding: 0px 0px 0px 5px;
}