@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#707070;
}
	
img{
	border:0px;
}
	
h1{
	margin:0px 0px 3px 0px;
	padding:0px;
	color:#666666;
	font-size:25px;
	font-weight:bold;
	text-transform:uppercase;
}

h2{
	margin:0px 0px 3px 0px;
	padding:0px;
	color:#666666;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
a {
	color:#666;
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	}
	
#top{
	width:100%;
	height:169px;
	margin:0px;
	background:url('../images/top_back.jpg') repeat-x;
	}
	
	#top_content{
		width:960px;
		margin: 0px auto;
	}
		#logo{
			width:232px;
			float:left;
			display:inline;
		}
		
		#content_menu{
			width:720px;
			float:left;
			display:inline;
		}
		
		#mini_menu{
			background:#444749;
			width:160px;
			height:35px;
			margin-left:500px;
			text-align:center;
			font-weight:bold;
			color:#fff;
		}
		#mini_menu a{
			text-decoration:none;
			font-size:13px;
		}	
		
		#menu{
			padding: 80px 0 0 180px;
		}
		
		#menu ul{
			padding:0;
			margin:0;
			list-style:none;
		}
		#menu ul li{
			margin:0;
			padding: 0 10px 0 0;
			float:left;
			display:inline;
		}
		
		#content{
			width:960px;
			margin: 10px auto;
		}	
			
		#left_menu{
			width:269px;
			float:left;
		}
		#left_menu ul{
			padding:0px;
			margin:0px;
			list-style:none;
		}	

		#left_menu ul li{
			padding:0px;
			margin:0px;
		}
		
		#left_menu ul li a{
			color:#666666;
			width:259px;
			height:23px;
			display:block;
			text-decoration:none;
			padding:3px 0 0 10px;
			background:url(../images/menu_back_on.gif) center no-repeat;
			font-weight:bold;
			
		}
		
		#left_menu ul li a:hover{
			background:url(../images/menu_back.gif) center no-repeat;
			color:#fff;	
		}			
			
	
#head{
	width:100%;
	height:279px;
	margin:0px;
	background:url('../images/head_back.gif') repeat-x;
	}
	#head_content{
		width:960px;
		margin: 0px auto;
	}
#footer1{
	width:100%;
	height:75px;
	background:#0e0f17;
	border-bottom:1px solid #292929;
	}
#footer1 a{
		color:#fff;
		text-decoration:0px;
		font-size:11px;
		text-decoration:none;
}
#footer1 a:hover{
	text-decoration:underline;
}
	
#footer2{
	width:100%;
	height:215px;
	background:#1e1f2c;
	}

	#footer1_content, #footer2_content{
		width:960px;
		margin: 0px auto;
	}

	#footer2_contact{
		width:233px;
		float:right;
		display:inline;
		margin:60px 30px 0 0; 
	}

	#footer2_menu{
		float:left;
		width:200px;
		height:171px;
		display:inline;
		background:url(../images/acolada.gif) left top no-repeat;
		padding:20px 0 0 60px;
		margin:20px 0 0 30px; 
	}
		#footer2_menu ul{
			padding:0px;
			margin:0px;
			list-style:none;
		}	

		#footer2_menu ul li{
			padding:0px;
			margin:0px;
		}
		
		#footer2_menu ul li a{
			color:#FFF;
			text-decoration:none;

			
		}
		
		#footer2_menu ul li a:hover{
			text-decoration:underline;
		}		
	.form_input{
		width:150px;
		border:1px solid #666;
		font-size:13px;
	}
	.form_textarea{
		width:150px;
		height:60px;
		border:1px solid #666;
		font-size:13px;
	}				
