/* CSS Document */
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
    background: url('../image/iron_background.jpg') repeat;
	font-family:Tahoma, Geneva, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {text-decoration: underline;}

	#link-logo
{
	margin: 0px 0px 0px 80px;
	height:86px;
	width: 250px;
}
	#link-logo .link
{
	position: absolute;
	width: 250px;
	height: 86px;
	z-index: 99999;
}
	#slider-top 
{
	margin: 0 auto;
	width: 1000px;
}
	#container 
{
   position: absolute;
   top: 50%;
   left: 50%;
   width: 1096px;
   height: 678px;
   margin: -339px 0 0 -548px;
   min-height:678px;
   min-width:1096px;
}
	#header
{
	background: url('../image/content-top.png') no-repeat top center;
	width:1096px; 
	height:86px; 
	min-width:1096px;
}
	#content
{
	margin:0px;
	padding:0px;
	background: url('../image/content-center.png') no-repeat top center;
	width:1096px; 
	height:482px; 
	min-width:1096px;
	font-family:"tahoma" MS,sans-serif;
	font-weight:normal;
    font-size:14px;
	color: #fff;
	text-align:left;
}
	#footer
{
	background: url('../image/content-footer.png') no-repeat top center;
	width:1096px; 
	height:110px; 
	min-width:1096px;
}

	#footer .footer-content
{
	padding:75px 0px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	color: #fff;
	text-shadow: black 0.1em 0.1em 0.2em;
}
/*	#bg-top
{
	margin-left:auto;
	margin-right:auto;
	margin-top:185px;
	padding: 0 0 0 0px;
	background:url('../image/bg-slider-top.png') no-repeat top center;
	height:396px;
	width:100%;
	min-width:1000px;
	text-align: center;
}
	.login
{
	margin:0px;
	padding:0px;
	height:130px;
	width:306px;
	font-family:"tahoma" MS,sans-serif;
	font-weight:bold;
    font-size:16px;
	color: #000;
	text-align:left;
}
	.news-update
{
	margin:0px;
	padding:0px;
	width:306px;
	font-family:"tahoma" MS,sans-serif;
	font-weight:bold;
    font-size:16px;
	color: #000;
	text-align:left;

}
	#content .content-right
{
	float:right;
	margin:0px;
	padding:15px;
	background:#FFF;
}
	.welcome
{
	margin:0px;
	padding:0px;
	width:634px;
	font-family:"tahoma" MS,sans-serif;
	font-weight:bold;
    font-size:16px;
	color: #000;
	text-align:left;
}
	.full-screen
{
	margin:0px;
	padding:0px;
	width:970px;
	font-family:"tahoma" MS,sans-serif;
	font-weight:bold;
    font-size:16px;
	color: #000;
	text-align:left;
}
	.our-project
{
	margin:0px;
	padding:0px;
	width:634px;
	font-family:"tahoma" MS,sans-serif;
	font-weight:bold;
    font-size:16px;
	color: #000;
	text-align:left
}


---------------------------------------------------------------box start---------------------------------------------------------- 
.box {
	margin-bottom: 10px;
	margin-top: 5px;
	box-shadow:0 0 7px #666;
	border-radius:7px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 2px solid #c19a40;
	background: url('../image/background.png') repeat-x;
	padding: 0px 10px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #edcd6e;
	color: white
    color: white; text-shadow: black 0.1em 0.1em 0.2em;
	height:38px;
}
.box .box-heading span {
	margin-top:20px;
}

.box .box-content {
	background: #edcd6e;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 2px solid #c19a40;
	border-right: 2px solid #c19a40;
	border-bottom: 2px solid #c19a40;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #6d3b16;
}

---------------------------------------------------------------box end---------------------------------------------------------- 

---------------------------------------------------------------product all start---------------------------------------------------------- 




.product-all{
	width: 192px;
	margin: 9px;
	background: #6e3c16;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #eee;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #edcd6e;
	float: left;
	height:200px;
	overflow:hidden;
}
.product-all .frame-all {
	float:left;
	margin: 8px;
	padding:2px;
	border:2px solid #fff;
	background:white;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	font-size:0;line-height:0;
	}
.product-content-all {
	float:none;
	width:175px;
	padding-left:18px;
	}

	
---------------------------------------------------------------product all end---------------------------------------------------------- 

---------------------------------------------------------------product start---------------------------------------------------------- 
.box-product {
	background: #edcd6e;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 2px solid #c19a40;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #6d3b16;
	box-shadow:0 0 7px #666;
	border-radius:7px;
	min-height:355px;
}

.box-product .product{
	width: 192px;
	margin: 5px 7.3px 0px 0px;
	background: #ccc;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #999;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #bc0000;
	float: left;
	text-align:left;
}
.box-product .product .frame {
	float:left;
	margin: 8px;
	padding:2px;
	border:2px solid #fff;
	background:white;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	font-size:0;line-height:0;
	}
.product-content {
	float:none;
	width:176px;
	margin:0px 0px 9px 9px;
	} 
	
---------------------------------------------------------------product end---------------------------------------------------------- 

---------------------------------------------------------------frame start---------------------------------------------------------- 
#frame {
	margin: 8px;
	padding:2px;
	border:2px solid #fff;
	background:white;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	font-size:0;line-height:0;
	}
#frame1 {
	padding:2px;
	border:2px solid #fff;
	background:white;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	font-size:0;line-height:0;
	}
---------------------------------------------------------------frame end---------------------------------------------------------- 

---------------------------------------------------------------news start---------------------------------------------------------- 

.news{
	width: 295px;
	margin: 5px 0px 0px 0px;
	background: #eee;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 0px solid #eee;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #bc0000;
	float: right;
}
.news .frame-news {
	float:left;
	margin: 5px;
	padding:1px;
	border:1px solid #fff;
	background:white;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	font-size:0;line-height:0;
	}
.news-content {
	float:left;
	width:180px;
	padding-left:5px;
	text-align: left;
	}
	
---------------------------------------------------------------news end---------------------------------------------------------- 
---------------------------------------------------------------service start---------------------------------------------------------- 

.service{
	width: 625px;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #bc0000;
	float: left;
}
.service .frame-service {
	float:left;
	margin: 5px;
	padding:1px;
	border:1px solid #fff;
	background:white;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	font-size:0;line-height:0;
	}
.service-content {
	float:left;
	width:420px;
	padding-left:10px;
	text-align: left;
	}
	
---------------------------------------------------------------service end---------------------------------------------------------- 
---------------------------------------------------------------customer start---------------------------------------------------------- 

.customer{
	width: 970px;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #bc0000;
	float: left;
}
.customer .frame-customer {
	float:left;
	margin: 5px;
	padding:1px;
	border:1px solid #fff;
	background:white;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	font-size:0;line-height:0;
	}
.customer-content {
	float:left;
	width:760px;
	padding-left:10px;
	text-align: left;
	}
	
---------------------------------------------------------------customer end---------------------------------------------------------- 

---------------------------------------------------------------news all start---------------------------------------------------------- 

.news-all{
	width: 625px;
	margin: 5px 0px 0px 0px;
	background: #eee;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border: 0px solid #c19a40;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #bc0000;
	float: left;
}
.news-all .frame-news-all {
	float:left;
	margin: 5px;
	padding:1px;
	border:1px solid #fff;
	background:white;
	border-radius:3px;
	box-shadow:0 0 3px #000;
	font-size:0;line-height:0;
	}
.news-content-all {
	float:left;
	width:420px;
	padding-left:10px;
	text-align: left;
	}
	
---------------------------------------------------------------news all end---------------------------------------------------------- 


---------------------------------------------------------------footer start---------------------------------------------------------- 
	
#footer 
{
	box-shadow:0 0 7px #666;
}
#footer .footer-content 
{
	border-top: 3px solid #bc0001;
	border-left: 0px solid #c19a40;
	border-right: 0px solid #c19a40;
	border-bottom: 0px solid #c19a40;
	background: url('../image/footer.png') repeat-x;
	padding:25px 0px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	height:56px;
	font-weight:bold;
	text-align: center;
	color: #fff;
	text-shadow: black 0.1em 0.1em 0.2em;
}

---------------------------------------------------------------footer end---------------------------------------------------------- 
*/