﻿/*********************************************************/
/** Designed by CLOUD ONE DESIGN. www.cloud1design.com  **/
/*********************************************************/

body, html, form
{
    height:100%;
}
body 
{
	background: #454545 url(Images/body-bg.png) repeat-y top center;
}
body, form, table 
{
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Times New Roman;
	font-size: 14px;
	line-height: 20px;
	color: #505050;
}
#containerA 
{
	position: relative;
	min-height: 100%;
}
* html #containerA 
{
	height: 100%;
}
#main
{
	min-height: 100%;
	width: 900px;
	padding: 0 50px;
	margin: 0 auto;
	background: #fff url(Images/headerTop-bg.png) repeat-x top;
}
* html #main
{
	height: 100%;
}
#header 
{
	height: 219px;
	background: url(Images/header-bg.jpg) no-repeat top left;
}
#containerC 
{
	height: 100%;
	padding: 20px 0;
	width: 900px;
}
#containerB 
{
	clear: both;
	height: 55px;
	margin-top: -55px;
	position: relative;
}
#footer 
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	margin: 0 auto;
	margin-top: 20px;
	width: 880px;	
	font-size: 12px;
	line-height: 30px;
	color: #84b5c6;
	background: url(Images/footer-bg.png) repeat-x top;
}
/******* footer ********/
#footer a
{
	color: #bbe5f3;
	text-decoration: none;
}
#footer a:hover
{
	color: #bbe5f3;
	text-decoration: underline;
}
/******* header ********/
#header #logo 
{
	float: left; 
	width: 445px; 
	padding-top: 28px;
}
#header #logo img 
{
	border-width: 0px;
}
#header #languageBar 
{
	float: left; 
	width: 335px; 
	padding-left: 120px;
	padding-top: 1px;
	text-align: center;
}
#header #languageBar span 
{
	color: #229cc5;
}
#header #languageBar a 
{
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
#header #languageBar a:hover
{
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}
#header #languageBar img
{
	vertical-align: text-bottom;
}
#header #slogan
{
	float: left; 
	width: 155px; 
	padding-top: 18px;
}
#header #topMenu
{
	float: left; 
	width: 300px; 
	padding-top: 18px;
}
/******* Panels ********/
#column40 
{
	float: left;
	width: 300px;
}
#column60 
{
	float: left;
	width: 550px;
}
#columnSeparator
{
	float: left;
	width: 50px;
	height: 100px;
}

#fullPage 
{
	padding: 0 8px;
}
