@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg-body.jpg);
	background-position: top;
	overflow-x:hidden;
	
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p , li{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
	letter-spacing: 1px;
	font-size: 18px;
}
a img {
	border: none;
}
.HighPriority {
	font-size: 10px;
	font-weight: normal;
	background-color: #FFF;
	width: 100%;
	text-align: center;
}

.for_header {
	width: 100%;
	text-align: center;
}

header, section, footer, aside, nav, article, figure {
	display: block;
	margin: 0px;
}

#MainHeader {
	width: 100%;
	height: 139px;
	padding-top: 5px;
	position: relative;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}
#MainHeader:after {
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	height:4px;
	z-index:2;
	background: url(../images/header-shadow.png) repeat;
}
#InnerHeadr {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


#logo {
	vertical-align: middle;
}
#CallButton {
	position: absolute;
	z-index: 5;
	color: #FFF;
	font-family: sans-serif;
	display: block;
	width: 155px;
	background-image: url(../images/call-btn.png);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 40px;
	padding-left: 45px;
	top: 5px;
	right: 10px;
}


#MainHeader .title {
	color: #FFFFFF;
	font-family: sans-serif;
	font-weight: bold;
 
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	line-height: 73px;
	padding-left: 80px;
	margin-bottom: 6px;
	width: 530px;
	height:70px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	height: 60px;
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#nav .before {
	content:"";
	background-image: url(../images/nav-bg-left.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	height: 60px;
	width: 80px;
	left: -79px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#nav .after {
	content:"";
	background-image: url(../images/nav-bg-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	height: 60px;
	width: 80px;
	top: 0px;
	right: -70px;
	margin: 0px;
	padding: 0px;
}
#BannerWrapper {
	width: 100%;
	background-color: #A93212;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 260px;
}
#banner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
#ContentWrapper {
	width: 100%;
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#ContentTop {
	background-image: url(../images/BannerBottom.gif);
	background-position: center top;
	height: 45px;
}

#Content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 45px;
}
#Content .discription {
	width: 300px;
	padding-right: 15px;
	background-image: url(../images/text-block-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 15px;
	float: left;
	height: 210px;
	position: relative;
	margin-bottom: 10px;
}
#Content .discription h1 , h2{
	font-size: 18px;
	line-height: 45px;
	color: #333;
	text-align: center;
}
.discription .thumb  {
	width: 137px;
	height: 150px;
	position: absolute;
	left: -10px;
	z-index: 1;
	display: block;
	opacity:0;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-o-transform:scale(0.5);
	-ms-transform:scale(0.5);
	transform:scale(0.5);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	top: -40px;
}

.discription:hover .thumb  {
	width: 137px;
	height: 150px;
	margin-right: 5px;
	position: absolute;
	left: -137px;
	z-index: 1;
	display: block;
	opacity:1;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	top: 0px;
}

.discription .MoreButton {
	position: absolute;
	display: block;
	right: 10px;
	bottom: -5px;
}

.discription h1.about {
	background-image: url(../images/about.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.discription h2.about {
	background-image: url(../images/about.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.discription h2.quality {
	background-image: url(../images/quality.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.discription h2.client {
	background-image: url(../images/client.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.discription h2.product {
	background-image: url(../images/product-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}




#Content .discription p {
	font-size: 11px;
	line-height: 18px;
	color: #333;
	text-align: justify;
	z-index: 2;
}



.discription:hover .orange {
	color: #E53700;
}



.orange {
	color: #196DA9;
	font-size: 20px;
}
.divider {
	background-image: url(../images/divider_big.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
}

.blue {
	color: #155C91;
}
#FooterWrapper {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}

#LeftContenta {
	float: left;
 	width: 980px;
	padding-right: 5px;
}

#LeftContenta h1, h2 {
	line-height: 45px;
}

#LeftContenta p {
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
}
#LeftContenta .orange {
	color: #FF551C;
	font-size: 16px;
}

#LeftContenta .text {
	font-size: 14px;
	font:Verdana, Geneva, sans-serif;
	line-height: 22px;
	text-align: justify;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
}
#LeftContenta  .title {
	background-image: url(../images/bullet-page.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color:#2e2e2e;
}

#LeftContent {
	float: left;
 	width: 490px;
	padding-right: 5px;
}

#LeftContent h1, h2 {
	line-height: 45px;
}

#LeftContent p {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
}
#LeftContent .orange {
	color: #FF551C;
	font-size: 16px;
}

#LeftContent .text {
	font-size: 14px;
	font:Verdana, Geneva, sans-serif;
	line-height: 22px;
	text-align: justify;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
}
#LeftContent  .title {
	background-image: url(../images/bullet-page.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	color:#da1500;
} 

#RightContent {
	float: left;
 	width: 490px;
	padding-left: 5px;
}

#RightContent h1, h2 {
	line-height: 45px;
}

#RightContent p {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
}
#RightContent .orange {
	color: #FF551C;
	font-size: 16px;
}

#RightContent .text {
	font-size: 14px;
	font:Verdana, Geneva, sans-serif;
	line-height: 22px;
	text-align: justify;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
}
#RightContent  .title {
	background-image: url(../images/bullet-page.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	color:#da1500;
}

.image {
  	background: #BABABA;
    border: 1px solid #E4E4E4;
	padding: 8px;
	margin: 5px 15px 5px 5px;  
	float:left;
}

#RightContent {
	float: left;
	width: 290px;
	padding-left: 55px;
}
#RightContent h2 {
	line-height: 43px;
	padding-left: 0px;
}


#footer {
	width: 990px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 230px;
	position: relative;
	background-image: url(../images/footer-map.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer .green {
	color: #FFF;
}
#footer h2  {
	color: #E53700;
	line-height: 45px;
	font-size: 20px;
	padding-left: 40px;
}
#footer h3 {
	color: #000;
	line-height: 45px;
	font-size: 20px;
}

#footer h3+p {
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}


#footer .QuickLinks {
	float: left;
	width: 280px;
	padding-right: 12px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	padding-left: 12px;
	margin-top: 15px;
}

#footer .QuickLinks1 {
	float: left;
	width: 280px;
	padding-right: 12px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	padding-left: 12px;
	margin-top: 15px;
}

.QuickLinks1 a {
	color: #FFFFFF;
}

.QuickLinks1 a:hover {
	color: #E53700;
}

.name {
	font-weight: bold;
	color: #1C9BF1;
}
p span.name {
	color: #1F9FF3;
}


.QuickLinks ul {
	padding-left: 42px;
	list-style-type: none;
}
.QuickLinks ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	background-image: url(../images/pro-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 20px;
	padding-left: 20px;
 
}
.QuickLinks a:hover {
	color: #E53700;
	background-image: url(../images/pro-arrow-hover.png);
}
.address {
	float: left;
	padding-left: 20px;
	width: 350px;
	background-image: url(../images/footer-map.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 15px;
}




.address p {
	color: #FFF;
	font-size: 12px;
	line-height: 22px;
}

/*a[href^="http://"] {
	background-image: url(../images/outerlink.png) !important;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}*/

#html5 {
	position: absolute;
	z-index: 1000;
	bottom: 3px;
	right: 26px;
}
#mid {
	position: absolute;
	z-index: 1000;
	bottom: 5px;
	right: 71px;
}

#gid {
	position: absolute;
	z-index: 1000;
	bottom: 5px;
	right: 108px;
}

#footer .clear + p  {
	font-size: 11px;
	text-decoration: none;
	color: #333;
	text-align: center;
	margin-top: 20px;
}
#footer img[alt*="icon"] {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
	transition: all 0.5s;
}
#footer img[alt*="icon"]:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	z-index:1001;
}
#CopyRights {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#CopyRights p {
	color: #666;
	font-size: 11px;
}
#CopyRights p a {
	color: #666;
	text-decoration: none;
}
#CopyRights p a:hover {
	color: #FFF;
	text-decoration: none;
}
#gid1 {
	position: absolute;
	z-index: 1000;
	bottom: 4px;
	right: 110px;
}

.website a{
	
	text-decoration:none;
	font-size:12px;
	color:#fff;
}

.website a:hover{
	
	text-decoration:none;

}
