/*****************************************************/
/*   Design:  Template 1 - 3 column                  */
/*---------------------------------------------------*/
/*   Author:  Glooper.com                            */
/*                                                   */
/*****************************************************/

/*****************/
/*   MAIN BODY   */
/*****************/
body {
	font-size: 62.5%;
	margin: 0em auto;
	padding: 0em;
	background:url(../img/bg.gif) repeat-x 0 0 #ffffff;
  	font-family: Verdana,Tahoma,Arial,sans-serif;
}

#wrap {
	width: 750px;
	margin: 0em auto;
	padding: 0em;
	background-color: #ffffff;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;	
}

/*** Correction for non-IE browsers ***/
#wrap {
	overflow: hidden;
}

/*** Correction for IE 5.01 ***/
#wrap {
/*	float: left; */
	float: none;
}

/*** Correction for Safari 1.x ***/
* > #footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}

/**************/
/*   HEADER   */
/**************/

/*** Header main banner ***/
#header-banner {
	width: 728px;
	height: 21.9em;;
	float: left;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	background:  url(../img/img_sample_header.jpg) no-repeat;
}

/*** Header navigation top ***/
#header-nav-top {
	float: right;
	margin: 0.7em 0.2em 0em 0em;
	padding: 0em;
}

 #header-nav-top ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
}	

#header-nav-top li {
	float: left;
	white-space: nowrap;
	border-left: solid 0em rgb(150,150,150);
}

#header-nav-top li a {
	display: block; 
	margin: 0em;
	padding: 0em 0.8em 0em 0.8em;

	color: #ffffff;
	text-decoration: none;
}

#header-nav-top a:hover, #header-nav-top .selected {
	background-color: inherit;
	color: rgb(0,0,0);
	text-decoration: underline;	
}

#header-nav-top .img-flag {
	height: 1.2em;
	display: inline;
	margin: 0em;
	padding: 0em;	
	border: none;
}

/*** Header navigation bottom ***/
#header-nav-bottom {
	float: left;
	width: 728px;
	height: 2.0em;
	margin: 0em;
	padding: 0em;
	border-top: solid 0px rgb(69,136,176);		
	border-bottom: solid 0px rgb(69,136,176);			
	line-height: 2.0em;
	background:  url(../img/img_header_nav_bottom.jpg);
}

#header-nav-bottom ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: 1.1em;	
}	

#header-nav-bottom li {
	float: left;
	white-space: nowrap;
}

#header-nav-bottom li a {
	display: block;
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 0px rgb(255,255,255);	
	background-color: inherit;
	color: #ffffff;
	text-decoration: none;
}

#header-nav-bottom a:hover, #header-nav-bottom a.selected {
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 0px rgb(255,255,255);	
	background-color: inherit;
	color: #000000;
	text-decoration: none;
}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}


/***   Buffer between heading and content area   ***/
#buffer {
	clear: both; 
	float: left;
	width: 78.0em;
	height: 2.0em;
	margin: 0em;
	padding: 0em;
	background-color: inherit;
}

/***********************/
/***   LEFT COLUMN   ***/
/***********************/


#left-column {
	clear:both;
	float: left;
	width: 15.0em;
	margin: 0em 0em 0em 0em;
	padding: 0em;
}

/* Start Mac IE5 filter \*/
#left-column {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
/* End Mac IE5 filter */

/*** Standard option ***/

.left-column-box {
/*	float: right; */
	width: 13.0em;
	margin: 0.8em 0em 0.5em 1.0em;
	padding: 0.4em 0.4em 0.4em 0.4em;
	border: solid 0.1em rgb #cccccc;
	background-color: #ffffff;
	color: #666666;	
}

/*** Grey title and box option ***/
.left-column-title {
/* clear: both; */
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0.2em;
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
}


#left-column p {
	margin: 0em 0em 0.4em 0em;
	font-size: 1.1em;
}



/*** Images ***/
#left-column-first .img-left-nav {
	height: 50.0em;
	width: 15.9em;
	margin: 0em;
	padding: 0em;
	border: none;
}

/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/
#middle-column {
	float: left;
	width: 550px;
	margin-left: 0em;
	padding: 0em 2.0em 0em 2.0em;
	background-color: inherit;
	color: #ffffff;
}

/* Start Mac IE5 filter \*/
#middle-column {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
/* End Mac IE5 filter */	

/***   Pagetitle   ***/
#pagetitle {
/*	float: left; */
	width: 39.0em;
	margin: 0.3em 0em 1.0em 0em;
	padding: 0em;
	background-color: inherit;
	color: #cc0000;
}

#pagetitle p {
	padding: 0em;
	margin: 0em;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Arial;
}

/*** Standard title and box option ***/

.middle-column-box{
	float: left;
	width: 528px;
	margin: 0em 0em 2.0em 1.0em;
	padding: 0em;
		background-color: #ffffff;
	color: #000000;
	font-size: 1.2em;
}



.middle-column-box p.heading, .middle-column-box-left-standard p.heading, .middle-column-box-right-standard p.heading {
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	
}

.middle-column-box p.subheading, .middle-column-box-left-standard p.subheading, .middle-column-box-right-standard p.subheading {
	margin: 1.0em 0em 0.6em 0em;	
	font-weight: bold;
	font-size: 1.2em;
}

.middle-column-box p, .middle-column-box-left-standard p, .middle-column-box-right-standard p {
	margin: 0em 0em 0.6em 0em;	
	font-size: 1.2em;	
}

/*** Standerd options ***/
.middle-column-title {
/* clear: both; */
	display: block;
	margin: 0em 0em 0.3em 0em;
	padding: 0.2em 0em 0.2em 0.3em;
		color: #456ecc;
	font-weight: bold;
	font-family: Arial;
	font-size: 1.3em;
}



/*** Image with border ***/

.middle-column-img{
	float: left;
	
	margin: 0.3em 0.75em 0.3em 0em;
	border: solid 1px #000000;	
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	
}



/************************/
/***   RIGHT COLUMN   ***/
/************************/
#right-column {
	float: right;
	width: 15.0em;
	margin: 0em 0em 0em 0em;
	padding: 0em;
}

/* Start Mac IE5 filter \*/
#right-column {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}
/* End Mac IE5 filter */	

/*** Standard option ***/

.right-column-title {
/* clear: both; */
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0.2em;
	background-color: #9ed565;
	color: rgb(100,100,100);
	font-weight: bold;
	font-size: 1.1em;
}

.right-column-box {
/*	float: right; */
	width: 13.0em;
	margin: 0em 1.0em 0.8em 0em;
	padding: 0.4em 0.4em 0.4em 0.4em;
	border: solid 0.1em rgb(200,200,200);
		background-color: #bcea8d;
	color: rgb(100,100,100);	
}



/*** Paragraph text ***/
#right-column p {
	margin: 0em 0em 0.4em 0em;
	font-size: 1.1em;
}

/*****************/
/***   FOOTER   **/
/*****************/
#footer {
	clear: both;
/*	float: left; */
	width: 900px;
	height: 10.5em;
	margin-left: 10.0em;
	padding: 0.5em 0em 0.5em 0em;
	border-top: solid 0.1em #cccccc;
	border-bottom: solid 0.1em #cccccc;	
	background-color: #ffffff;
	text-align: left;
	color: #999999;
	font-size: 1.0em;
}

/*************************************************/
/***   HYPERLINKS IN MIDDLE AND RIGHT COLUMNS  ***/
/*************************************************/

/*** Hyperlinks in middle and right columns ***/
a {
	background-color: inherit;
	color: #456ecc;
	text-decoration: none;
}

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

/*** Visited links not in use ***/
/*a:visited {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
} */
