@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	list-style:none;	
}
img {
	border:none;	
}
a {
	color:#333;
	text-decoration:none;	
	transition: all 0.3s;
}
a:hover {
	color:#F00 !important;	
}
.contact a{
    color: #31588f;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	line-height:20px;
	text-align:justify;	
}
.clear {
	clear:both;	
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	background:#98acc7 url(../images/bg.jpg) left top repeat-x;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#31588f;
	line-height:25px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#31588f;
	line-height:35px;
}


.wrapper {
	width:1000px;
	margin:0 auto;	
}
.header {
	height:115px;
	background-color:#FFF;
	
}
.header .logo {
	float:left;
	width:380px;
	margin:22px 0 0 10px;
}
.header .contact {
	float:right;
	width:220px;
	margin:30px 10px 0 0;
}
.container {
	width:980px;
	float:left;
	margin-top:15px;
	padding:10px;
	background-color:#FFF;	
}
.container .left_panel {
	width:220px;
	float:left;	
}
.container .left_panel ul li{
	height:30px;
	line-height:30px;
	display:block;
	margin-bottom:1px;	
}
.container .left_panel ul li a {
	background-color:#6380ac;
	background-image:url(../images/icon.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	display:block;
	padding-left:18px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;	
}
.container .left_panel ul li a:hover {
	color:#FFF;
	background-color:#2f568d;
}
.container .left_panel ul li a.active {
	color:#FFF;
	background-color:#2f568d;
}
.container .left_panel .address {
	margin-top:15px;
	background-color:#eeeeee;
	border:#dbdbdb solid 1px;	
}
.container .left_panel h3 {
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	line-height:40px;
	padding-left:5px;
	background: rgb(47,86,141); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(47,86,141,1) 0%, rgba(99,128,172,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,86,141,1)), color-stop(100%,rgba(99,128,172,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(47,86,141,1) 0%,rgba(99,128,172,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(47,86,141,1) 0%,rgba(99,128,172,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(47,86,141,1) 0%,rgba(99,128,172,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(47,86,141,1) 0%,rgba(99,128,172,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f568d', endColorstr='#6380ac',GradientType=0 ); /* IE6-9 */	
}
.style2 {
	line-height:35px;
	text-align:center;
	margin-bottom:15px;	
	font-size:15px;
}
.container .left_panel img {
	float:left;
	margin-top:15px;	
}
.container .right_panel {
	width:740px;
	float:right;	
}
.container .right_panel .box1 .left {
	width:455px;
	float:left;	
}
.container .right_panel .box1 .left ul {
	list-style:none;	
}
.container .right_panel .box1 .left ul li{
	display:block;
	background:url(../images/icon.jpg) left center no-repeat;
	font-size:13px;
	color:#545454;
	font-style:italic;
	font-weight:bold;
	padding-left:18px;
	line-height:30px;	
}
.container .right_panel .box1 .right {
	width:264px;
	float:right;	
}
.img_border {
	background-color:#f6f6f6;
	border:#dbdbdb solid 1px;
	padding:4px;
	margin-bottom:10px;	
}
.container .right_panel .sell {
	background-color:#e8e7e7;
	border:#dbdbdb solid 1px;
	padding:5px;
	margin:10px 10px 10px 0;
	float:left;
	margin-top:30px;
}
.container .right_panel .sell:hover {
	opacity:0.8;
}
.container .right_panel .box2 h4 {
	float:left;
	font-size:15px;
	width:235px;
	color:#2f568d;
	text-align:center;	
}
.invisible-links {
    width:100%;
    float:left;
}
.invisible-links a {
    color:#98acc7;
    font-size:12px;
    padding:3px;
    display:inline-block;
}
.footer {
	height:60px;
	color:#FFF;
	font-size:12px;
	width:1000px;
	float:left;
	line-height:60px;
}
.footer .f_left {
	float:left;
	width:400px;	
}
.footer .f_right {
	float:right;
	width:400px;
	text-align:right;	
}
.gallery_box {
	width:226px;
	float:left;
	margin:0 10px 15px 0;
	background-color:#FFF;
	border:#c0dece solid 1px;
	padding:4px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 6px #b7b7b7;
	-webkit-box-shadow: 0 0 6px #b7b7b7;
	box-shadow: 0 0 6px #b7b7b7;	
}
.video_box {
	width:350px;
	float:left;
	margin:0 10px 15px 0;
	background-color:#FFF;
	border:#c0dece solid 1px;
	padding:4px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 6px #b7b7b7;
	-webkit-box-shadow: 0 0 6px #b7b7b7;
	box-shadow: 0 0 6px #b7b7b7;	
}
.video_box video {
    width:100%;
}
.gallery_box a{
	background-color:#c8e3d4;
	display:block;
	line-height:25px;
	font-weight:bold;
	font-size:14px;
	color:#2f568d;	
}
.gallery_box a h3 {
	padding-left:5px;	
}
.text_fild_style {
	width:310px;
	border:#dae5f5 solid 1px;
	height:35px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding-left:3px;	
}
.contect_style {
	font-size:14px;
	color:#2f568d;
	line-height:30px;	
}
.map {
	border:#dae5f5 solid 1px;
	width:490px;
	margin-top:20px;	
}
.submit_btn {
	background-color:#85a1cb;
	border:#4b71aa solid 1px;
	line-height:40px;
	width:130px;
	height:40px;
	text-align:center;
	font-size:15px;
	color:#FFF;
	cursor:pointer;
}
.success-msg{
line-height:20px;
padding:10px 5px 10px 5px;
border:solid 1px #6AA002;
/*ackground-color:#FDFDFD;*/
-moz-border-radius:5px;
border-radius:5px;
color:#6AA002;
font-size:13px;
text-align: center;
background:url(../images/yes.png) ;
background-position:5px center;
background-repeat:no-repeat;

cursor:pointer;
font-weight:700;
margin:10px 0;
}
.error-msg{
line-height:20px;
padding:6px 5px 6px 5px;
border:solid 1px #E54242;
background-color:#FDFDFD;
-moz-border-radius:5px;
border-radius:5px;
color:#D60000;
font-size:13px;
text-align:left;
background:url(../images/error.png) #FEE2E2;
background-position:5px center;
background-repeat:no-repeat;
cursor:pointer;
margin:10px 0;
}
.testimonial p
{
padding:5px;
margin:5px 0 10px 0;
border:dashed 1px #6380AC;
background-color:#EFEFEF;
font-size:14px;
color:#2F2F2F;
}
.testimonial b
{
color:#0055D7;font-size:12px;
}
