/*----------------------------------------------------
		TAGS		
----------------------------------------------------*/

body {
	/*padding: 106px 0 108px 0px;*/
	padding: 50px 0 108px 0px;
	margin:0px;
	background: #FFFFFF;
	background-image: url("gfx/main_bg.jpg");
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}
table
{
	border-collapse: collapse;
}
td
{
	margin: 0em;
	padding: 0em;
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #000;
}
h1 {
font-family: Arial, Times New Roman; 
color: #333333; 
font-size: 12px; 
margin: 0;
padding: 0 0 10px 0;
}
h2 {
font-family: Arial, Times New Roman; 
color: #000000; 
font-size: 12px;
margin: 5px 0 5px 0;
padding: 0;
}
h3 {
	font-size:14px;
}



/*----------------------------------------------------
		STRUCTURE		
----------------------------------------------------*/

#header {
width: 803px;
height: 25px;
}
	#header ul {
		margin: 0;
		padding: 0;
		}
	#header li {
		list-style: none;
		display: inline;
		margin: 0 3px 0 3px;
		}
#main_table {
width: 803px; 

background: url("gfx/left_bg.jpg");
background-position: top right;
background-repeat: repeat-y;

background-color: #FFFFFF;
}


.banner {
height: 140px;
padding-top: 8px;
}

.top_menu {
height: 35px;
background-image: url("gfx/topmenu_bg.jpg");
}

.top_menu_items {
text-align: right;
vertical-align: middle;
padding-right: 14px;
text-transform: uppercase;
}
.top_menu_items a {
font-family: Arial, Times New Roman;
font-weight: bold;
font-size: 11px;
color: #FFFFFF;
}

.languages {
text-align: center;
vertical-align: middle;
width: 144px;
font-family: Arial, Times New Roman;
font-weight: normal;
font-size: 11px;
color: #FFFFFF;
}
.languages a {
color: #FFFFFF;
}

.left_menu {
width: 137px;
height: 100%;
font-family: Arial, Times New Roman;
font-weight: normal;
font-size: 12px;
color: #999999;
padding-left: 7px;
padding-bottom: 11px;

}
.left_menu a {
font-family: Arial, Times New Roman;
font-weight: normal;
font-size: 12px;
color: #333333;
}

#logo {
	width: 140px;
	padding: 60px 0 0 0;
	text-align: center;
}

#footer {
width: 803px;
height: 25px;
font-family: Arial, Times New Roman;
font-weight: normal;
font-size: 11px;
color: #666666;
}

.bottom {
 width: 100%; 
 height: 25px; 
 background: url("gfx/bottom_bg.jpg"); 
 text-align: right; 
 padding: 28px 30px 5px 0;
}
.bottom a {
color: #999999;
}

#intro {
	width: 780px;
	height: 455px;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top: 60px;
	padding: 20px;
	}
	#introLeft {
		width: 380px;
		}
		#introLeft #logo {
			width: 364px;
			height: 80px;
			background: url("gfx/frontLogo.gif") left top no-repeat;
			padding: 0 0 0 150px;
			text-align: left;
			color: #333333;
		}
		#introLeft .separator {
			width: 364px;
			height: 8px;
			background: url("gfx/frontSeparator.gif") no-repeat;
			padding: 10px 0;
		}
	#introRight {
		width: 390px;
		float: right;
		margin: -450px 0 0 0;
		}
		#frontMenu {
			width: 378px;
			height: 45px;
			background: url("gfx/frontMenuBG.gif") no-repeat;
			}
			#frontMenu ul {
				list-style: none;
				padding-top: 15px;
			}
			#frontMenu ul li {
				display: inline;
				font-weight: bold;
				font-size: 11px;
			}
			#frontMenu a{
				color: #FFFFFF;
			}
		#introRight #text {
			padding: 5px;
			color: #2b652a;
		}
		#introRight .greenSeparator {
			width: 378px;
			height: 8px;
			background: url("gfx/frontGreenSeparator.gif") no-repeat;
		}
#copyright {
	width: 780px;
	margin: 0 auto;
	text-align: right;
}
.topMenuActive {
	color:# F00;
	text-decoration: underline;
}
.link {
	text-decoration: underline;
}
