﻿/****************************************************/
/* 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: #000;
}
#pageTop 
{
	position: relative;
	min-height: 100%;
	background: url(Images/header-top-bg.png) repeat-x top center;
	width: 1000px;
	margin: 0 auto;
}
* html #pageTop
{
	height: 100%;
}
#pageContent
{
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
}
* html #pageContent
{
	height: 100%;
}
#header 
{
	height: 216px;
	background: url(Images/header-bg.jpg) no-repeat top left;
}
#mainContent
{
	height: 100%;
	padding-bottom: 60px;
}
#pageBottom 
{
	clear: both;
	height: 60px;
	margin-top: -60px;
	position: relative;
	background: #454545 url(Images/body-bg.png) repeat-y top center;
}
#footer 
{
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	height: 40px;
	color: #84b5c6;
	font-size: 13px;
	background: url(Images/footer-bg.png) repeat-x top left;
}
/*-------------- header --------------------------*/
#header #logo 
{
	float: left;
	margin-top: 25px;
	height: 160px;
	width: 300px;
}
#header #logo img
{
	border: 0;
	vertical-align: bottom;
}
#header #languageBar 
{
	float: right;
	padding-right: 30px;
	height: 30px;
}
#header #languageBar a
{
	color: #fff;
	font-size: 12px;
}
#header #navigationBar 
{
	clear: both;
	height: 30px;
	padding-left: 1px;
	background: #efd857 url(Images/navigation-bar-bg.gif) repeat-x top left;
}
/*-------------- content --------------------------*/
#mainContent #sidebar 
{
	float: left;
	width: 180px;
	padding-top: 10px;
}
#mainContent #content 
{
	float: left;
	padding-top: 10px;
	padding: 10px;
}
/*-------------- footer --------------------------*/
#footer #copyrightInfo 
{
	float: left;
	width: 680px;
}
#footer #goTop
{
	float: right;
}
#footer #goTop img
{
	border: 0;
	vertical-align: middle;
}
#footer #goTop .designedBy
{
	font-size: smaller;
}
#footer a
{
	color: #84b5c6;
	text-decoration: underline;
}
#footer a:hover 
{
	color: #bbe5f3;
	text-decoration: underline;
}
/*-------------- my cart --------------------------*/
#myCartBox 
{
	float: right;
	width: 130px;
	height: 75px;
	color: #6fcbed;
	margin-left: 463px;
	padding-top: 22px;
	text-align: center;
}
#myCartBox a 
{
	width: 99px;
	height: 27px;
	display: block;
	line-height: 27px;
	color: #fff;
	text-transform: uppercase;
	background: url(Images/button-checkout.png) no-repeat top left;
	font-size: 13px;
	margin-top: 8px;
	text-decoration: none;
}
#myCartBox a:hover 
{
	color: #6a5e1b;
	text-decoration: none;
}
/* ------------ panels ------------------------- */
#sideBar 
{
	float: left;
	width: 310px;
}
#content 
{
	float: left;
	padding-left: 20px;
	width: 568px;
}
#sideBarMy 
{
	float: left;
	width: 200px;
	height: 200px;
	background: url(Images/menuMyBg.gif) no-repeat;
}
#contentMy 
{
	width: 700px;
	padding-left: 0px;
	float: right;
}
