﻿html {
	height: 100%;
	margin: 0px;
}
body {
	background: #ffffff url(images/page_background.jpg) repeat fixed top left;
	color: #444; /* 4a5100 E0476B ed0082 */
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
/*	line-height: 19px; APPLY line-height to needed elements; NOT here  */
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HEADER CONTAINER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	background: #fff none repeat-x scroll left top;
*/
#header-container {
	background: transparent url(images/background_header_cloud_dots.png) repeat-x scroll left top;
	height: 105px;
	border-bottom: solid 0px #000;
	padding: 0px;
	margin-bottom: 5px;
}
#header h1 {
	background: transparent url(images/header_PPL_cloud.png) no-repeat scroll 0px 0px;
	height: 100px; 
	width: 990px;
	margin: 0px auto;
}
#header h1 img {
	height: 100px; width: 425px;
}
#header span {
	display: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENT CONTAINER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#content-container {
	background: transparent none repeat scroll 0%;
	width: 990px;
	margin: 0px auto;
	position: relative;
}

#content {
	background: transparent none repeat scroll 0%;
	overflow: auto;
	margin-left: 180px;
	padding-bottom: 0px;
}

#left-column {
}

#main-column {
	width: 588px;
	padding: 35px 10px 10px;
	border: solid 1px #669933;
	background: transparent url(images/background_mesh_white.gif) repeat scroll 0%; /* #fff ededed */
	min-height: 500px;
}

#right-column {
	position: absolute;
	left: 800px;
	top: 0px;
	width: 178px;
	padding: 10px 5px;
	border: solid 1px #669933;
	background: #fff none repeat scroll 0%; /* ededed */
	min-height: 200px;
}

#breadcrumb {
	font-size: 0.8em;
	position: absolute;
	top: 5px;
	margin-left: 200px;
}

#footer {
	display: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* NAV CONTAINER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	background: #ddf6ff none repeat scroll 0%;
*/
#nav-container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	padding: 0px;
}

#accountWrapper {
	position: absolute;
	left: 620px;
	top: -41px;
	width: 350px;
	text-align: right;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BOTTOM CONTAINER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#bottom-container {
	width: 590px;
	margin: 0px auto;
	font-size: 0.8em;
	padding: 10px 0px 50px 0px;
}
#copyright, #altitude {
	line-height: 14px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* EXTRA DIVS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4 {
	display: none;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#navWrapper, #shoppingWrapper {
	width: 170px;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	color: #cccccc;
	line-height: 19px;
	background: transparent url(menu/side_background.gif) no-repeat scroll left bottom;
}

#navWrapper h3 span,
#shoppingWrapper h3 span {
	font-size: 15px;
	/*display: none;*/
}
		
#navWrapper h3,
#shoppingWrapper h3 {
	color: #4a5100;
	width: 145px;
	height: 28px;
	padding: 6px 0 0 30px;
	background:transparent url(menu/h3.png) no-repeat scroll left top;
}

#navWrapper ul,
#shoppingWrapper ul {
	margin: 7px 0 4px 10px;
	padding-left: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#navWrapper li,
#shoppingWrapper li {
	border-bottom: 1px solid #DFE1BE;
	width: 144px;
	margin: 3px 0px 3px 3px;
}

#navWrapper a,
#shoppingWrapper a {
	width: 126px;
	padding: 0 0 0px 18px;
	display: block;
	color: #4a5100;
	background:transparent url(menu/bullet.gif) no-repeat 2px 6px;
}

#navWrapper a:hover,
#shoppingWrapper a:hover {
	display: block;
	background-color: #cee0b5;
	text-decoration: none;
}


#shoppingWrapper ul ul {
	margin: 5px 0 10px 0px;
	padding-left: 0px;
}
#shoppingWrapper ul ul li {
	border-bottom: 0px solid #dfe1be;
	width: 140px;
	margin: 0px 0px 0px 3px;
	font-size: 90%;
}
#shoppingWrapper ul ul a {
	width: 130px;
	padding: 0 0 0px 8px;
	display: block;
	color: #4a5100;
	border: 1px solid #cee0b5;
	background: #cee0b5 none no-repeat 2px 6px;
}
#shoppingWrapper ul ul a:hover {
	display: block;
	background-color: #E9F3D8; /* eff0df */
	border: 1px solid #cee0b5;
	text-decoration: none;
}
