body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

p {margin:0px;}

#top_box {
	width:100%;
	height:114px;
	float:left;
	background-color:#003;
	box-shadow: 0px 5px 5px #CCC;

}

#top_info_box {
	width:100%;
	height:30px;
	float:left;
	
	
}

#blue_top {
	width:900px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-size:14px;
}

#top_contact {
	width:600px;
	height:30px;
	float:left;
}

#top_contact p {
	display:inline-block;
	/* width:200px; */
	padding-top:3px;
	margin-right:20px
}

#top_login {
	width:150px;
	height:30px;
	float:left;
	color:#FFF;
	font-size:14px;
}

#top_login a {
	display:block;
	width:100px;
	height:17px;
	color:#003;
	text-decoration:none;
	font-size:16px;
	text-align:;
	padding-top:1px;
	margin-top:5px;
	background-color:#d6e1e4;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

#top_login a:hover {
	background-color:#9BA2B8;
}

#tp_esp {
	width:150px;
	height:30px;
	float:left;
	color:#FFF;
	font-size:14px;
}

#tp_esp a {
	display:block;
	width:140px;
	height:17px;
	color:#003;
	text-decoration:none;
	font-size:16px;
	text-align:;
	padding-top:1px;
	margin-top:5px;
	background-color:#d6e1e4;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	
}

#tp_esp a:hover {
	background-color:#9BA2B8;
}

#top_lgo_sections {
	width:100%;
	height:80px;
	float:left;
	background-image:url(../img/t_bg.jpg);
	background-repeat:repeat-x;
}

#top_lgsec_bx {
	width:900px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	
}

#top_lgo {
	width:245px;
	height:80px;
	float:left;
}

.top_section {
	width:130px;
	height:80px;
	float:right;
	text-align:center;
}

.top_section a {
	display:block;
	width:130px;
	height:80px;
	text-decoration:none;
	color:#FFF;
	
} 

.top_section a img {
	margin-top:8px;
}

.top_section a p {
	margin-top:5px;
} 
	
.freev_bg {
	background-image:url(../img/t_bg.jpg);
	background-repeat:repeat-x;
	-o-transition:.4s;
  	-ms-transition:.4s;
  	-moz-transition:.4s;
  	-webkit-transition:.4s;
  	transition:.4s;
	}

.freev_bg:hover {
	background-image:url(../img/t_freev_bg.jpg);
	background-repeat:repeat-x;
}

.crss_bg {
	background-image:url(../img/t_bg.jpg);
	background-repeat:repeat-x;
	-o-transition:.4s;
  	-ms-transition:.4s;
  	-moz-transition:.4s;
  	-webkit-transition:.4s;
  	transition:.4s;
}

.crss_bg:hover {
	background-image:url(../img/t_crss_bg.jpg);
	background-repeat:repeat-x;
}

.priv_bg {
	background-image:url(../img/t_bg.jpg);
	background-repeat:repeat-x;
	-o-transition:.4s;
  	-ms-transition:.4s;
  	-moz-transition:.4s;
  	-webkit-transition:.4s;
  	transition:.4s;
	}

.priv_bg:hover {
	background-image:url(../img/t_priv_bg.jpg);
	background-repeat:repeat-x;
}

.tut_bg {
	background-image:url(../img/t_bg.jpg);
	background-repeat:repeat-x;
	-o-transition:.4s;
  	-ms-transition:.4s;
  	-moz-transition:.4s;
  	-webkit-transition:.4s;
  	transition:.4s;
	}

.tut_bg:hover {
	background-image:url(../img/t_tut_bg.jpg);
	background-repeat:repeat-x;
}

