@charset "utf-8";
/* CSS Document */
  .login_outer {
    width: 100%;
    overflow: hidden;
    padding: 5px 0px 0px 0px;
}
.login_outer a {
    margin: 0px 0px 0px 10px;
    padding: 4px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    background-color: #3399cc;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
}
.login_outer a:hover {
	background-color:#5489BD;
    color: #ffffff;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    text-decoration: none;
}
.buyer_outer{
	width:100%;
	overflow:hidden;
	padding:5px 5px 23px 5px;
	border:1px solid #336699;
	margin: 0px 0px 10px 0px;
}
.buyer_outer h1{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:24px;
	padding:0px 0px 0px 0px;
	color:#336699;
	text-align:center;
}
.buyer_outer p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
	padding:0px 0px 0px 0px;
	color:#336699;
	text-align:center;
}
.buyer_outer a{
	font-family: 'Roboto', sans-serif;
	padding:0px 0px 0px 0px;
	color:#336699;
	text-align:center;
}
.buyer_outer a:hover{
	text-decoration:none;
}
.buyer_outer img{
	width:100%;
	padding:4px;
	border:1px solid #DDDDDD;
}
/*.link_outer{
	width:100%;
	overflow:hidden;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
}
.link_outer:hover{	
	background-color:#336699;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	text-decoration:none;
	color:#fff;
}
*/
.contact_outer{
	width:100%;
	overflow:hidden;
	margin:0px 0px 3px 0px;
	padding:0px;
}
.contact_outer h1{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:24px;
	border-bottom:1px solid #336699;
	padding:5px 0px 0px 0px;
	color:#336699;
	text-align:left;
	margin:0px 0px 10px 0px;
}
.contact_outer p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
	padding:0px 0px 0px 39px;
	color:#336699;
	margin:0px;
	text-align:left;
}
.contact_outer span{
	float:left;
    margin:4px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}
.contact_outer span.newinfo{
	float:left;
    margin:-3px 0px 0px 0px!important;
    padding:0px 7px 0px 0px;
}
.contact_outer a{
	font-family: 'Roboto', sans-serif;
	padding:0px 0px 0px 0px;
	color:#336699;
	font-size:13px;
	font-weight:400;
	padding:10px 0px 0px 0px;
	text-align:left;
}
.contact_outer p strong{
	font-family: 'Roboto', sans-serif;
	color:#336699;
	font-size:14px;
	font-weight:600;
}
.contact_outer a:hover{
	text-decoration:underline;
}
.contact_form{
	width:100%;
	overflow:hidden;
}
.contact_form input[type=text]{
	width:100%;
	height:30px;
	padding:0px 0px 0px 5px;
	margin:0px 0px 10px 0px;
	border:1px solid #336699;
	border-shadow:none;
	border-radius:3px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	background:transparent;
	font-size:14px;
}
.contact_form input[type=text]:focus{
	border:1px solid #DDDDDD;
}
.contact_form input[type=email]{
	width:100%;
	height:30px;
	padding:0px 0px 0px 5px;
	margin:0px 0px 10px 0px;
	border:1px solid #336699;
	border-shadow:none;
	font-weight:300;
	border-radius:3px;
	background:transparent;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}
.contact_form input[type=email]:focus{
	border:1px solid #DDDDDD;
}
.contact_form input[type=tel]{
	width:100%;
	height:30px;
	padding:0px 0px 0px 5px;
	margin:0px 0px 10px 0px;
	border:1px solid #336699;
	border-shadow:none;
	font-weight:300;
	border-radius:3px;
	font-size:14px;
	background:transparent;
	font-family: 'Roboto', sans-serif;
}
.contact_form input[type=tel]:focus{
	border:1px solid #DDDDDD;
}
.contact_form textarea{
	width:100%;
	height:80px;
	padding:0px 0px 0px 5px;
	margin:0px 0px 10px 0px;
	border:1px solid #336699;
	border-shadow:none;
	border-radius:3px;
	font-weight:300;
	font-size:14px;
	background:transparent;
	font-family: 'Roboto', sans-serif;
}
.contact_form textarea:focus{
	border:1px solid #DDDDDD;
}
.contact_form input[type=submit]{
	width:100%;
	padding:2px 0px;
	margin:0px 0px 10px 0px;
	border:1px solid #336699;
	border-shadow:none;
	font-weight:500;
	color:#FFFFFF;
	font-size:14px;
	background-color:#336699;
	font-family: 'Roboto', sans-serif;			
	position:relative;
	z-index:999999;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
}
.contact_form input[type=submit]:hover{
	background-color:#3399cc;
	cursor:pointer;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
}
.contact_total{
	width:98%;
	overflow:hidden;
/*	border:1px solid #336699;*/
	padding:9px 4px;
	margin:0 auto;
}
.footer_outer{
	width:100%;
	height:45px;
	position:absolute;
}
.footer{
	width:100%;
	overflow:hidden;
	background-color:#336699;
	bottom:0;
	position:absolute;
	text-align:center;
}
.left_copyright{
	width:100%;
	overflow:hidden;
}
.left_copyright p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	margin: 7px 0px 0px 0px;
	color:#fff;
	text-align:center;
}
.rite_links{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin:4px 0px 0px 0px;
}
.rite_links ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline-block;
	text-align:center;	
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
}
.rite_links ul li{
	padding:0px 5px 0px 0px;
	margin:0px;
	list-style:none;
	color:#fff;
	display:inline-block;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:15px;
}
.footer ul li a{
	padding:0px 5px 0px 0px;
	margin:0px;
	list-style:none;
	display:inline-block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
	border-right:1px solid #fff!important;
}
.footer ul li a:last-child{
	border-right:none;	
}
.footer ul li a:hover{
	text-decoration:underline;
}
.content_outer{
	width:100%;
	overflow:hidden;
	margin:30px 0px 0px 0px;
}
.threepart_outer{
	width:100%;
	overflow:hidden;
}
.block_outer{
	width:100%;
	overflow:hidden;
	text-align:center;
	border:1px solid #336699;
	margin:10px 0px;
	padding:10px 0px;
}
.block_outer img{
	overflow:hidden;
	padding:5px;
}
.block_outer h1{
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:32px;
	margin: 7px 0px 0px 0px;
	color:#336699;
	text-align:center;
}
.block_outer p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:18px;
	margin: 7px 0px 0px 0px;
	padding:0px 0px;
	color:#333;
	text-align:center;
}
.services_outer{
	width:100%;
	overflow:hidden;
	background-color:#F0F0F0;
}
.service_pic{
	width:100%;
	overflow:hidden;
}
.service_pic img{
	width:100%;
	overflow:hidden;
}
.service_block{
	width:100%;
	overflow:hidden;
	padding:40px 0px;
}
.service_block h1{
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:32px;
	margin: 7px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#336699;
	text-align:center;
}
.service_block p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:18px;
	margin: 7px 0px 0px 0px;
	padding:10px 0px;
	color:#333;
	text-align:center;
}
.clientbg_outer{
	width:100%;
	background:url("../img/clientsbg_final.jpg") no-repeat;
	background-size:cover;
	margin:20px 0px;
	padding:50px 0px;
}
.nopadding{
	margin:0px;
	padding:0px;
}
.clientblock{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.clientblock h1{
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:32px;
	margin: 7px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
	text-align:center;
}
.clientblock h2{
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:32px;
	margin: 7px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
	text-align:center;
}