* {
    margin: 0px;
    padding: 0px;
}
.main_head {
    width: 100%;
    min-height: 80px;
    background: #FFFFFF;
}
.continer {
    width: 990px;
    margin: auto;
    min-height: 40px;
}
.banner {
    width: 100%;
    min-height: 160px;
    background: #056291;
    background: -moz-linear-gradient(top, #056291 0%, #2d91c7 100%);
    background: -webkit-linear-gradient(top, #056291 0%, #2d91c7 100%);
    background: linear-gradient(to bottom, #056291 0%, #2d91c7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#056291', endColorstr='#2d91c7', GradientType=0);
}
.logo {
    font-family: sans-serif, arial;
    font-size: 25px;
    text-decoration: none;
    color: #056291;
    font-weight: bold;
    line-height: 80px;
}
.line_menu {
    width: 100%;
    border-bottom: 2px solid #dedede;
	border-top: 2px solid #dedede;
    height: 40px;
}
.box {
    margin: 20px 0px;
    list-style: none;
    padding: 0px;
}
.box li {
    background-color: white;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 15px 12px;
    position: relative;
    width: 226px;
    height: 170px;
}
.box li a {
    display: block;
    padding: 20px 25px 16px 20px;
    text-align: center;
    text-decoration: none;
}
.country {
    color: #36373c;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    height: 85px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 35px;
}
.phone_number {
    color: #2a87b9;
    font-family: Avenir;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
}
.sms-recived {
    color: #727272;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
}
.footer {
    width: 100%;
    min-height: 50px;
    background-color: #39464f;
}
.banner_title {
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-size: 40px;
    padding: 35px 0px 20px 0px;
}
.simple_text {
    color: rgba(255, 255, 255, 0.62);
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
}
ul.menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.menu li {
    float: left;
}
.menu li a {
    color: #2d91c7;
    display: block;
    font-family: arial;
    line-height: 40px;
    padding: 0 17px;
    text-decoration: none;
}
.table {
    margin: 10px;
    padding: 0px;
    width: 100%;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
.table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}
.table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.table table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}
.table table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}
.table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.table tr:hover td {}.table tr:nth-child(odd) {
    background-color: #ABDBF5;
}
.table tr:nth-child(even) {
    background-color: #ffffff;
}
.table td {
    vertical-align: middle;
    border: 1px solid #000000;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
}
.table tr:last-child td {
    border-width: 0px 1px 0px 0px;
}
.table tr td:last-child {
    border-width: 0px 0px 1px 0px;
}
.table tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}
.table tr:first-child td {
    background-color: #1878AA;
    border: 0px solid #000000;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #ffffff;
}
.table tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}
.table tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}

.buybox{
	width: 465px;
    height: 253px;
    float: left;
    border: 5px solid #096696;
	margin: 15px 0px;
	padding: 5px;
}

.buybox p{
	font-size: 19px;
    color: #0f6e9f;
    text-align: center;
    font-weight: bold;
}

 
.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:23px;
	font-weight:bold;
	font-style:italic;
	height:51px;
	line-height:51px;
	width:184px;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 1px 0px #689324;
	margin-left: 26%;
    margin-top: 4%;
    margin-bottom: 4%;
}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.classname:active {
	position:relative;
	top:1px;
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:13px 18px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}
