﻿body {
	background-color: #d9d9d9;
}
body, h1, h2, h3, h4, div, p, ul, li {
	padding:0;
	margin: 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: :16px;
}
img {
	border: medium none;
	float: left;
}
#wrapper {
	width: 890px;
	margin: 0 auto 10px;
}
#head {
	min-height: 155px;
}
.logo {
	float: left;
}
li {
	list-style: none outside none;
	float: left;
}
.global-menu ul li {
	float: left;
	padding: 4px 10px;
	border-bottom-color: #000;
}
.global-menu ul li a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
      border: 1px;
}
.global-menu {
	float: right;
	background-color: #83b1d6;
	width: 890px;
	border: 1px 1px 1px 1px;
}
.global-menu ul {
	float:right;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #83b1d6;
	border: 1px;
}
.active {
	background-color: #007cc5;
}
#slideshow {
	float: right;
	width: 500px;
	border: 2px solid #ffffff;
	height: 300px;
	background-color: #ffffff;
	position: relative;
}
#slideshow  img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
}
#slideshow  img.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow img.last-active {
	z-index: 9;
}
#banner {
	width: 890px;
	clear: both;
	float: right;
}
#middle-container {
	width: 100%;
	float: left;
	background-color: #f6f6f6;
}
.sile-bottom {
	float: left;
}
.sile-bottom img {
	width: 890px;
}
.home-left {
	float: left;
	border: 3px solid white;
}
#home-menu {
	margin: 10px;
	background-color: #E6E6E6;
	float: left;
}
#home-menu .left {
	width: 415px;
	float: left;
	padding: 10px;
}
#home-menu .right {
	width: 415px;
	padding: 10px;
	float: right;
}
#home-menu .left div, #home-menu .right div {

	float: right;
}
#home-menu {
	text-align: justify;
	font-size: 12px;
}
#home-menu h2 {
	font-size: 16px;
	padding: 0 0 6px 0;
}
h2 {
	font-size: 24px;
	color: #2f318f;
	padding: 0 10px;
	border-bottom: 1px solid #2f318f;
}
#home-menu li {
	padding: 0 25px;
}
#footer {
	position: relative;
	text-align:left;
	height: 150px;
	background: url(../image/footer.jpg) no-repeat scroll 0 0;
}
#footer p {
	position: absolute;
	bottom: 0px;
	color: #2f318f;
	font-size: 13px;
	padding: 6px 20px;
	text-align: center;
}
#about, #gallery, #contact {
	background-color: #e3eef9;
	padding: 10px;
	float: left;
	width: 870px;
	font-size: 13px;
}
#about .top, #about .bottom {
	width: 870px;
	float: left;
}
#about .bottom p {
	float: right;
	width: 530px;
	padding: 46px 10px;
	text-align: justify;
}
#about .top p {
	float: left;
	width: 830px;
	padding: 20px 10px 13px 4px;
	margin: 2px; 0px;0px;0px;
	text-align: justify;
}
#about .top div {
	float: right;
	width: 300px;
	border: 4px solid #f6f6f6;
	margin: 6px;
}
#about .bottom div {
	float: left;
	width: 300px;
	border: 4px solid #f6f6f6;
	margin: 6px;
}
.ourproduct {
	float: left;
}
.ourproduct h3 {
	color: #2f318f;
	font-size: 14px;
	padding: 10px 0;
	
}
.ourproduct li {
	font-size: 13px;
	background: url(../image/bullet.gif) no-repeat scroll left 9px;
	padding: 5px 0 5px 15px;
	float: none;
}
.ourproduct table {
	vertical-align: top;
	margin: 10px 0;
}
#contact .bottom li {
	padding: 0 4px;
	color: #2f318f;
	font-size: 12px;
}
#contact .bottom .leaf {
	border-right: 1px solid #2f318f;
}
#contact .bottom ul {
	padding: 5px 0;
	float: left;
	width: 870px;
	text-align: center;
	display: block;
}
.follow-us {
	float: right;
	width: 98px;
	padding:0px;
	padding-top: 30px;
}
 .button {
    background-color:#fff;
    border-width:1px;
    border-style:solid;
    border-bottom-color:#aaa;
    border-right-color:#aaa;
    border-top-color:#ddd;
    border-left-color:#ddd;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}