/*
CSS Credit: http://www.CSS2.com/
*/

html {

	background: FFCC33;

}

body {

	margin: 0;

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 1.5em;

	color: #fff;

	width: 100%;

	display: table;

}

a{	color: #05acff; }

a:hover{ color: #0f73a6; }

#CSS2_background_section_top {

	width: 100%;
	
	height: 163px;

	background: url(images/CSS2_top_section_bg.jpg) repeat-x;

}


#CSS2_background_section_middle {

	width: 100%;
	
	background: #1f5c7b url(images/CSS2_mid_section_bg.jpg) repeat-x;
	
	clear: both;
	
	overflow: hidden;

}

.CSS2_container {

	width: 960px;
	margin: auto;

}

#CSS2_background_section_bottom {

	width: 100%;
	
	background: #041a25 url(images/CSS2_footer_bg.jpg) repeat-x;
	
	float: left;
	
	clear:both;
	
	padding: 10px 0 0 0;
	margin: 10px 0 0px 0;

}

.CSS2_container {

	text-align: left;
	
}




#CSS2_header{
	height: 163px;
	width: 100%;
	background:url(images/CSS2_header.jpg) no-repeat;
}



/* Menu */
#CSS2_menu{

	width: 650px;
	height: 43px;
	margin: 25px 100px 0 0;

	
}


* html #CSS2_menu{

	
	width: 546px;
	margin-top: 7px;
	margin-right: 80px;

	
}

#CSS2_menu #CSS2_menu_bg_l{
	
	width: 2%;
	height: 43px;
	float: left;
	

}




#CSS2_menu #CSS2_menu_bg_r{
	width: 97%;
	height: 38px;
	
	padding: 5px 0 0 0;
	display: inline;
	margin: 0;


}


#CSS2_menu_bg_r ul{

	list-style: none;
	display: inline;

}
#CSS2_menu_bg_r li{
	float:left;
}
#CSS2_menu_bg_r li a{
	float: left;
	display: block;
	color: #FFF;
	background: url(images/CSS2_button_left.jpg) no-repeat;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	margin-right: 0px; /*spacing between  to menues*/
	padding: 0 0 0 10px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
}
#CSS2_menu_bg_r li a b{
	float: left;
	display: block;
	padding: 0 20px 0 8px;
	background: url(images/CSS2_button_right.jpg) no-repeat;
	background-position: right top;
}
#CSS2_menu_bg_r li.current a, #CSS2_menu_bg_r li a:hover{
	color: #05acff;

}
#CSS2_menu_bg_r li.current a b, #CSS2_menu_bg_r li a:hover b{
	color: #05acff;

}

/*End OF menu*/
#CSS2_logo {

	width: 280px;
	height: 65px;
	margin-top: 35px;
	margin-left: 40px;
	padding: 0;
	float: left;
	display: inline;
		
}

#CSS2_logo h1 {

	margin-top: 4px;
	font-size: 30px;
	color: #8fdaff;
		
}

#CSS2_footer_section {
	width: 955px;
	overflow: hidden;
	padding-left: 5px;
	margin-bottom: 20px;
}

#CSS2_footer_section .CSS2_footer_section_box {
	float: left;
	display:inline;
	margin-top: 30px;
	margin-left: 80px;
	width: 200px;
	color: #fdcb2e;

}

#CSS2_footer_section .CSS2_footer_section_box_2 {
	float: left;
	display:inline;
	margin-top: 30px;
	margin-left: 80px;
	width: 230px;
	color: #fdcb2e;

}

#CSS2_footer_section .CSS2_footer_section_box p{

	margin: 0px;
	color: #fdcb2e;
	text-align: justify;
}

#CSS2_footer_section .CSS2_footer_section_box h2{

	margin: 0px;
	color: #fdcb2e;
	text-align: justify;
	font-size: 12px;
	
}

#CSS2_footer_section a{

		color: #fdcb2e;
		text-decoration:none;
	
}

#CSS2_footer_section a:hover{

		text-decoration: underline;
	
}
