* {
    padding:0;
    margin:0;
} 

/* Body */
body{
	background-image:url('../img/header_bg.gif');
	background-repeat:repeat-x;
	background-color:#FFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color:#333333;
}

img{
	border: none;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


/* Wrapper */
#wrapper{
	margin:0 auto;
	width:960px;
}


/* Header */
#header {
	height:175px;
	width:100%;
	overflow:hidden;
}

	#header a.logo img{
		margin-top:55px;
		width:331px;
		height:93px;
		float:left;
	}


/* Menu lang */
#menu_lang{
	background-image:url('../img/cloud.gif');
	background-repeat:no-repeat;
	height:64px;
	width:402px;
	float:right;
	overflow:hidden;
	font-size:12px;
	color:#0071AB;
	padding-top:13px;
	text-align:center;
}

	#menu_lang a{
		padding-right:10px;
		font-size:12px;
		color:#0071AB;
	}


/* Menu button */
#menu_buttons{
	height:64px;
	width:407px;
	float:right;
}

#menu_buttons img{
	margin-top:8px;
	margin-left:2px;
	height:43px;
	float:inherit;
}


/* Content */
#content {
	padding-left:5px;
	padding-right:5px;
	min-height:300px;
	text-align:justify;
}

/* Sets min-height for IE */
* html #content { 
   height: expression( this.scrollHeight < 300? "300px" : "auto" ); 
}

	/*
	#content h1.home {
		font-family:Trebuchet MS, Verdana, Arial;
		font-weight:normal;
		color:#5C5C48;
		font-size:17px;
	}
	
	#content h1.home b{
		font-weight:normal;
		color:#2B2B22;
	}
	
	#content h1.home a{
		font-weight:normal;
		color:#0097B3;
	}
	*/
	
	#content h1.tab {
		font-family:Trebuchet MS, Verdana, Arial;
		font-weight:normal;
		color:#DBA800;
		font-size:27px;
	}

/* Text */
#text {
	background-image:url('../img/line.gif');
	background-repeat:no-repeat;	
	width:915px;
	padding-top:20px;
	padding-bottom:20px;	
	text-align:justify;
	color:#5C5C48;
	font-family:Verdana, Trebuchet MS, Arial;
	font-weight:normal;
	font-size:12px;
	line-height:1.5;
}

	#text b{
		color:#2B2B22;
	}
	
	#text a{
		font-weight:normal;
		color:#0097B3;
	}

	#text p{
		padding-bottom:10px;
	}

	#text ul{
 		list-style-image:url('../img/list_bullet_leave.gif');
		padding-top:5px;
		padding-left:40px;
	}

	#text ul li{
		padding-bottom:10px;
	}
	
	#text ul.portfolio{
 		list-style-image:url('../img/list_bullet_leave.gif');
		padding-top:10px;
		padding-left:40px;
	}

	#text ul.portfolio li{
		padding-bottom:30px;
	}

	#text ul.portfolio table td.text{
		padding-left:10px;
	}

	#text span.view_web{
		float:right;
	}

	#text span.note{
		font-size:10px;
	}
	
/* Links */
#links {
	clear:left;	
	width:915px;
	padding-top:15px;
	text-align:right;
	font-family:Verdana, Trebuchet MS, Arial;
	font-weight:normal;
	color:#5C5C48;
	font-size:12px;
}

	#links a{
		font-weight:normal;
		color:#0097B3;
	}

/* Green boxes */
#boxes {
	margin-bottom:60px;
}

#box {
	width:296px;
	float:left;
	margin-right:13px;
}

	#box img{
		display:block;
		width:296px; 
	}

#box_text{
	background-image:url('../img/box_bg.gif');
	background-repeat:repeat-x;
	width:270px;
	height:60px;	
	padding-left:15px;
	padding-right:11px;
	color:#005700;
}

	#box_text p a{
		padding-right:5px;
		color:#005700;
	}

	#box_text span a{
		float:right;
		padding-top:7px;
		padding-right:5px;
		font-size:10px;
		color:#005700;
	}


/* Form */
#form {
	background-color:#ABA187;
	width:402px;
	margin-top:10px;
	margin-left:50px;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:25px;
}
	#form p.field{
		padding-top:10px;
		padding-bottom:3px;
	}
		
	#form input.text{
		width:395px;
		border:0; 
		padding:3px;
	}

	#form .message{
		width:395px;
		height:100px;
		border:0; 
		padding:3px;
	}

	#form p.feedback{
		padding-top:10px;
		padding-bottom:0px;
		font-size:10px;
		font-weight:bold;
	}

	#form p.send{
		padding-top:10px;
		padding-bottom:0px;
		font-size:10px;
	}

	#form p input.submitbutton{
		float:right;
		padding-right:1px;
	}

/* Footer top */
#footer_top{
	clear:left;	
	background-image:url('../img/footer_bg.gif');
	background-repeat:repeat-x;
	background-color:#2F2F25;
}

#footer_top_wrapper{
	margin:0 auto;
	width:960px;
	height:85px;
	color:#87876A;
}

	#footer_top_wrapper a{
		color:#FFF;
	}
	
	#footer_top_wrapper ul{
		list-style-type: none;
		display:block;
	}

	#footer_top_wrapper ul li{
		float:left;
		padding-top:45px;
		padding-right:5px;
	}

	#footer_top_wrapper ul li.text{
		margin-top:8px;
	}	
	
	#footer_top_wrapper ul li.logo{
		padding-left:20px;
	}

#footer_leaf{
	clear:right;
	float:right;
}

#footer_note{
	overflow:hidden;
	clear:right;
	float:right;
	padding-top:4px;
}


/* Footer copyright */
#footer_copyright {
	background-color:#24241C;
	color:#87876A;
	height:30px;
}

#footer_copyright_wrapper {
	margin:0 auto;
	width:960px;
	font-size:11px;
	color:#87876A;
	padding-top:7px;
}
	
	#footer_copyright_wrapper a{
		color:#DBA800;
	}