/************************************************************************************************
************************************************************************************************/

/*

CSS for BAM :: built by Good Web Design UK 2008






/* GENERAL */

html, body {
height: 100%;
}

body {
	width:100%;
	height:100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 12px;
	background-image: url(../images/background.jpg);
	background-color: #3a4b67;
}

p {
	margin: 0px;
	padding: 10px 0px 0px;
}

* {margin: 0; padding: 0;}


br.clear { clear:both; }


img { margin:0 0 0 0;
	}
	
a img{border:none;
}


/*LINK */

a:link {
	color: #a1bee6;
	text-decoration: none;
}

a:visited {
	color: #a1bee6;
	text-decoration: none;
}

a:hover {
	color:#e0e0e0;
	text-decoration: none;
}


/* VERTICAL CENTERING */


#distance { /*used this to achieve vertical centering*/
	width:1px;
	height:50%;
	margin-bottom:-400px; /* half of container's height */
	float:left;
}




/***********************************************************************************************

main

***********************************************************************************************/


#container {
	width: 800px;
	margin:0 auto;
	clear:left;
	height: 600px;
}


/***********************************************************************************************

top

***********************************************************************************************/


#top {
	width: 800px;
	text-align: left;
	height: 95px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;
	text-transform: none;
	margin-top: 40px;
	float: left;
}

#nav {
	width: 800px;
	float: right;
	height: 20px;
	text-align: left;
	margin-top: 20px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
#nav li {
	float: right;
	margin: 0;
	padding:0px 0px 0px 40px;
	display: inline;
	text-align: right;
	margin-right: 0px;
	}
	
#nav a {
	color: #e0e0e0;
	padding: 0;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #333333;
	}
#nav a:visited {
	color: #000000;
	}

#nav #currentpage a {
	color: #a1bee6;
	}




#top_left {
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	float: left;
	width: 440px;
	height: 20px;
}


/***********************************************************************************************

middle

***********************************************************************************************/

#middle {
	width: 800px;
	float: left;
	min-height: 334px;
	margin-top: 40px;
	border: solid #e0e0e0 1px;
	text-align: left;
}
#middle_right {
	width: 580px;
	float: right;
	min-height: 360px;
	margin: 0;
	text-align: left;
	color: #e0e0e0;
	padding: 40px 40px 0px 20px;
	border-left: solid #e0e0e0 1px;	
}
#middle_right_long {
	width: 580px;
	float: right;
	height: 334px;
	margin: 0;
	text-align: left;
	color: #e0e0e0;
	padding: 40px 40px 0px 20px;
	border-left: solid #e0e0e0 1px;	
}



#middle_left {
	width: 110px;
	float: left;
	margin: 0;
	height: 334px;
	padding: 40px 0px 0px 20px;
	color: #e0e0e0;
}

/***********************************************************************************************

heading

***********************************************************************************************/

.heading_01 {
	font-size: 14px;
	font-weight: bold;
	color: #a1bee6;
	text-transform: uppercase;
}
.heading_02 {
	font-size: 10px;
}
.heading_03 {
	font-weight: bold;
	color: #336699;
}
.heading_04 {
	font-weight: bold;
	font-style:italic;
}
.heading_05 {
	font-weight: bold;
	font-size: 13px;
}
.logo_heading_01 {
	font-size: 12px;
	text-transform: uppercase;
	color: #45678a;
}
.logo_heading_02 {
	font-size: 12px;
	text-transform: uppercase;
	color: #8eacc4;
}
.logo_heading_03 {
	font-size: 10px;
	font-style: italic;
	text-transform: none;
	color: #5082a5;
}
table {
	margin-top: 18px;
	margin-left: 0px;
	background-color: #3a4b67;
}
td {
	width: 80px;
	height: 100px;
	text-align: center;
	padding-right: 18px;
	padding-bottom: 10px;
}
