@charset "utf-8";
/* CSS Document */
/*
body {
    background: #eee;
    font-family:segoe ui;
    font-size:12px;
}
header {
    width: 640px;
    margin-left: -10px;
    margin-top: -10px;
}
*/
section.container {
    background: #fff;
 /*   width: 620px; */
    margin: auto;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 7px;
    box-shadow: 0px 0px 7px #888;
}

section.body {
    margin-top:10px;
}

section.uscontainer{
	width:265px; 
	background-color:#1D5377; 
	padding:10px;
    box-shadow: 0px 0px 7px #888;
}

section.uscontainer2{
	width:265px; 
	margin:auto; 
	background-color:#FFF; 
	border-radius:7px; 
	text-align:center;
}

section.servicontainer{
/*	width:265px; */
	height:55px;
	background-color:#1D5377; 
	padding:10px;
    box-shadow: 0px 0px 7px #888;
}

section.servicontainer2{
/*	width:280px; 
	margin:auto; */
	background-color:#FFF; 
	border-radius:7px; 
	text-align:center;
}


.h2_servi {
	margin: 0 0 10px 0;
	padding: 2px 0;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color:#FFF;
}



.main_info_text {
	font-size: 16px;
	color: #000;
}

.img_round {
    border-radius: 7px 7px 7px 7px;
}

