﻿/****************************************************/
/* Designed by Cloud One Design						*/
/* www.cloud1design.com								*/
/****************************************************/

body, html, form 
{
	height: 100%;
}
body 
{

}
body, form, table 
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	color: #000;
}
#pageTop 
{
	position: relative;
	min-height: 100%;
}
* html #pageTop
{
	height: 100%;
}
#pageContent
{
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
}
* html #pageContent
{
	height: 100%;
}
#header 
{
	height: 150px;
}
#mainContent
{
	height: 100%;
	padding-bottom: 60px;
	float:left;
	position:relative;
}
#pageBottom 
{
	clear: both;
	height: 60px;
	margin-top: -60px;
	position: relative;
	background:url(Images/footer-bg.png) no-repeat top center;
}
#footer 
{
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	color: #000;
	position: relative;
	font-size: 12px;
}
/************** header **************************/
#header #logo 
{
	float: left;
	margin-top:15px;
	width: 253px;
	height: 108px;
}
#header #logo img
{
	border: 0;
	vertical-align: bottom;
}
#header #languageBar 
{
	clear: both;
	height:25px;
	width: 900px;
	background:url(Images/language-bar-bg.png) repeat-x left;
}
#header #languageBar a 
{
	color: #fff;
	text-decoration: none;
}
#header #languageBar a:hover 
{
	color: #fff;
	text-decoration: underline;
}
#header #greeting 
{
	float:left;
	height: 48px;
	width: 642px;
	padding-top: 20px;
	font-family: Verdana;
	font-size: 12px;
	color: #b8b8b8;
}
#header #greeting span
{
	font-size: 10px;
	color: #807d7d;
	font-weight: bold;
}
#header #navigationBar 
{
	float:left;
	height: 50px;
	width: 642px;
}
/************** content **************************/
#mainContent #sidebar 
{
	float: left;
	width: 260px;
	padding-top: 10px;
	margin-top: 3px;
}
#mainContent #content 
{
	float: left;
	width: 610px;
	padding-top: 10px;
	padding-left: 20px;
}
/************** footer ****************************/
#footer #copyrightInfo 
{
	text-align:center;
}
#footer #goTop
{
	float: right;
}
#footer #copyrightInfo .designedBy
{
	font-size: smaller;
}
#footer #slogan 
{
	clear: both;
}
#footer a
{
	color: #000;
	text-decoration: underline;
}
#footer a:hover 
{
	color: #000;
	text-decoration: underline;
}