﻿/* 
2b Creative - www.2bcreative.co.uk
Andrew McGibbon 2008 
*/

body, html 
{    
   margin: 0px auto; 
   padding: 0px; 
   height: 100%;
} 

#wrapper
{    
   width: 100%; 
   height: 100%; 
   margin: 0px auto; 
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 40;
} 

#wrappertable  
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	z-index: 40;
}

#wrappertable td
{
	padding: 0px;
}

#footer
{
	height: 0px;
	width: 100%;
	min-width: 800px;
	visibility: hidden;
	background-color:#414B55;
	z-index: 40;
}

.footer_content
{
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	height: 0px;
}

.footer_content_visible
{
	width: 690px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 80px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	visibility: hidden;
}

#above_footer
{
    padding: 0px;
	width: 0px;
	height: 0px;
}

#content
{    
   width: 800px; 
   height: 98%; 
   margin: 0px auto; 
   text-align: left; 
} 

#content_top
{
	width: 100%; 
   height: 20%;
   min-height: 110px;
   margin: 0px auto;
   display: table;
   text-align: left;
   padding-left: 30px;
	visibility: hidden;
	overflow: visible;
}

#content_top_table  
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#content_top_table td
{
	padding-bottom: 0px;
	padding-top: auto;
	vertical-align: bottom;
}

#menu
{
	position: absolute;
	left: -40px;
	top: -10px;
	width: 400px;
	height: 170px;
	overflow: visible;
	z-index: 80;
	background: none;
}

#menucover
{
	position: absolute;
	left: -40px;
	top: -10px;
	width: 400px;
	height: 170px;
	z-index: 90;
	background-color: #ffffff;
}

#content_mid
{
	width: 690px; 
   height: auto; 
   max-height: 450px;
   text-align: right; 
   padding-right: 30px;
   padding-left: 80px;
   padding-top: 0px;
   padding-bottom: 0px;
	visibility: hidden;
   overflow: hidden;
   background: none;
   z-index: 30;
   position: relative;
   top: -40px;
}

#line
{
	position: absolute;
	z-index: 5;
	height: 1px;
	background-color: #dddddd;
	width: 0px;
	padding: 0px;
}