/* Author: Svend Andreas Horgen, http://gjemmesiden.blogspot.com */


/*************************************************************/
/*   LAYOUT                     
/*    - advanced 3 column layout
/*    - floating layout
/*    - wrappers used to maintain full length background 
/*************************************************************/

body, table {
	font-family: arial, sans-serif; 
	font-size:12px;
	margin: 0px;
	padding: 0px; 
}

td {
	border: 0px solid black;
}

/* Clear float */
#nofloat {
	clear: both; 
}

/* The trick is to have a bacground to the right in the wrapper, creating the illusion it is in the right column... */
#wrapper{
	width:100%;
	background:#FFF url("bitmaps/rightcolor_bg.jpg") repeat-y top right;	
	margin: 0px; 
	
}

/* The trick is to have a bacground to the left in the wrapper, creating the illusion it is in the left column... */
#wrapper-main-menu {
	float: left; 
	margin-top:-10px;
	margin-right: 200px; /* must be greater than rightcol width */
	background:#FFF url("bitmaps/leftcolor_bg.jpg") repeat-y top left; 
}

#header {
	margin-right: 161px; 	
	background: url("bitmaps/background-white-grey.jpg") #fff top left repeat-x;
}

#header-img-1 {
}

#header-img-2 {
	position: absolute;
	right: 200px; 
}

#content {
	/* Create space on the page for the menu */
	margin-left: 175px; 
	padding-left: 30px;	
	padding-bottom: 20px; 
}

#menu {
	float: left; 
	width: 161px; 
}


/*************************************************************/
/*   MENU STYLING               
/*    - menu as an unordered list
/*************************************************************/

#nav-menu ul {
	list-style: none;
	padding: 0;
	margin-left: 20;
}

#nav-menu li {
	margin: 0 0.15em;
}

#nav-menu li a {
	height: 2.5em;
	line-height: 2em;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}

#menu-spacer {
	height:50px;
}

#about{
	background: #ffffff;
	font-size:9px;
	padding:10px;
}


/*************************************************************/
/*   TAG STYLING               
/*    - font, colors etc
/*************************************************************/

h2 {
	font-size:16px;
	color: #466eb6;
}

h3 {
	color: #466eb6;
	font-size:12px;
	font-weight: bold;
}

.imagefrontpage {
	float: left;
	margin: 0px 30px 30px 0px; 
}


/*************************************************************/
/*   IMAGE STYLING              
/*    - used only in file partners.php
/*    - image layout: instead of using tables
/*    - floating divs grouped with container
/*************************************************************/

div.imagefloat {
	float: left;
	padding: 10px;
}
  
div.imagefloat p {
	text-align: center;
	font-size: 10px;
}

div.imagecontainer { 
	margin:20px;
	background-color: #e5e5e5;
}

div.imagespacer {
	clear: both;
}
