﻿/****************************************************/
/* Designed by Cloud One Design						*/
/* www.cloud1design.com								*/
/****************************************************/

body, html, form 
{
	height: 100%;
}
body 
{
	background: #92DBE3 url(Images/cloud-one-web-design-body-bg.png) top center;
}
body, form, table 
{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Trebuchet MS, Times New Roman;
	font-size: 14px;
	line-height: 21px;
	color: #58595B;
}
#pageTop 
{
	position: relative;
	min-height: 100%;
}
* html #pageTop
{
	height: 100%;
}
#pageContent
{
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
}
* html #pageContent
{
	height: 100%;
}
#header 
{
	width: 900px;
	margin: 0 auto;
	height: 150px;
}
#mainContent
{
	height: 100%;
	padding-bottom: 490px;
}
*html #mainContent
{
    padding-bottom: 450px;
}
#pageBottom 
{
	clear: both;
	height: 490px;
	margin-top: -490px;
	position: relative;
	background: url(Images/footer-mexican-bg.png) repeat-y top center;
}
#footer 
{
	width: 900px;
	margin: 0 auto;
	padding-top: 350px;
	color: #fff;
	font-size: 14px;
}
/************** header **************************/
#header #logo 
{
	float: left;
	padding-top: 60px;
	height: 90px;
	width: 330px;
}
#header #logo img
{
	border: 0;
	vertical-align: bottom;
}
#header #languageBar 
{
	float: right;
	width: 550px;
	height: 60px;
}
#header #navigationBar 
{
	float: right;
	width: 550px;
	height: 90px;
	text-align: right;
}
/************** content **************************/
#mainContent #sidebar 
{
	float: left;
	width: 180px;
	padding-top: 10px;
}
#mainContent #content 
{
	float: left;
}
/************** footer ****************************/
#footer #copyrightInfo 
{
	float: left;
	width: 450px;
}
#footer #goTop
{
	float: right;
}
#footer #slogan 
{
	float: left;
	width: 370px;
}
#footer .description 
{
	font-size: 14px;
	font-style: italic;
}
#footer #slogan .line1 
{
	font-size: 24px;
}
#footer #slogan .line2 
{
	font-size: 24px;
}
#footer #slogan .line3 
{
	font-size: 16px;
}
#footer a
{
	color: #A18761;
	text-decoration: underline;
}
#footer a:hover 
{
	color: #fff;
	text-decoration: underline;
}