@charset "UTF-8";
/* CSS Document */

img{
	border:none;
}

.wrapper{
	position:relative;
	text-align:center;
	margin: 0 auto;
	height: 900px;
	width:950px;
	font-family: Arial, Helvetica, sans-serif;
	
}

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
   line-height: 1.4em;
	background-image: url(../element/gradient_squares.png);
	background-repeat: repeat; 
	height: 920px;
}

#header{
	margin-top: 0px;
	padding:0 auto;
	background-color: #FFF;
	height: 160px;
	min-width:100%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.30);
}

#warperheader{
	margin-top: -1%;
	text-align:left;
	width: 750px;
	height: 140px;
	padding-bottom:20px;
}
#logo{
	margin-top: 40px;
	float: left;
	width: 250px;
	padding-right: 40px;
	padding-left:20px;
}


#sidebarmenu{
	margin-top:-100px;
	margin-left:400px;
	float:right;
    }

#sidebarmenu ul li a{
display: inline-block;
  padding: 0px;
  color: #999;
    
}
.nav{
	margin-left:-130px;
	float:right;
	margin-top: 20px;
	width: 465px;
	height: 40px;
}

.nav ul li{
	padding-left:5px;
	width: 60px;
	color: #999;
	list-style: none;
	display: inline;
	white-space:nowrap;
}

.nav ul li a{
	line-height: 1.8em;
	font-size: 15px;
	text-decoration: none;
	color:#999;
	width: 122px;
	height:32px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 3px;
}

.nav ul li a:hover{
	color:#FFF;
	background-color:#F3F3F3;
}

#cate table{
	margin-top:-25px;
	width: 950px;
	height: 60px;
	margin-left: -190px;
}
	
#cate table tr td{
	heigth: 50px;
	width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
	table-layout:none;
}

#contactbox{
	margin-top: -60px;
	margin-right: -170px;
	float:right;
	height:50px;
	width:80px;
}

 
.sidebarmenu{
	width: 850px;
	margin-top: 25px;
	margin-left:20%;
    }

.sidebarmenu ul li a{
display: inline-block;
  padding: 0px;
  color: #999;
    
}

/*font type*/

h2{
	margin-top: -3px;
	float:right;
	color: #999;
	font-weight: 400;
	font-size:13px;
	line-height: 1.4em;
}

p2{
	color: #CCC;
	font-weight: 400;
	font-size:11px;
}

p3{
	color: #FFF;
	font-weight: 400;
	font-size:17px;
}

p4{
	padding-left: 45px;
	width: 230px;
	color: #666;
	font-weight: 500;
	font-size:13px;
	text-align: left;
	float:left;
	height:60px;
}

p5{
	padding-left: 45px;
	padding-top:10px;
	width: 220px;
	color:#58BFD0;
	font-weight: 500;
	font-size:15px;
	text-align:left;
	float:left;
	height:60px;
}

h3{
	float:left;
	font-weight: 500;
	font-size:22px;
	color: #528193;
	padding-left: 25px;
	padding-top:5px;
}

h4{
	font-weight: 500;
	font-size:22px;
	text-align: left;
}

h5{
	font-weight: 500;
	font-size:16px;
	color:#839134;
}

h6{
	font-weight: 500;
	font-size:16px;
	color: #4498A6;
}

p6{
	color: #FFF;
	font-size: 14px;
	text-align: left;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:35px;
}

p7{
	font-size: 14px;
	font-weight:400;
	padding-top:10px;
	color: #666;
	width: 800px;
	margin-top:10px;
	padding-right: 20px;
}

p8{
	font-size: 14px;
	font-weight:400;
	padding-top:10px;
	color:#839134;
	margin-top:10px;
}

h7{
	font-size:15px;
	font-weight:500;
	text-align: center;
}
	
p9{
	font-size:13px;
	font-weight:400;
}
	
p10{
	font-size:13px;
	font-weight:300;
	color:#333;
}

p11{
	font-size:14px;
	font-weight:300;
	color:#528193;
}

p15{
	text-decoration: underline;
	font-size:13px;
	color:#DAB73B;
	font-weight:500;
}

h11{
	font-size:16px;
	font-weight:500;
	color:#58BFD0;
}

		
.class{
	background-color:#7FC3DC;
}

.class a:hover{
	background-color:#C84F5A;

}


/*slideshow*/
#slideshow {
    position:relative;
    height:320px;
	width: 950px;
	background-color: FFF;
}

#slideshow IMG {
    position:absolute;
		width: 950px;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* content */

#bodycontent{
	width:950px;
	height: 956px;
	background-color: #FFF;
	 box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.20);
}

#middlecontent table tr td{
	padding-top: 10px;
    vertical-align: top;
}

#clientcontent{
	padding-top:15px;
}

#clientcontent img{
	padding-top:20px;
}

/* footer */

#footer{
	margin-top:50px;
	width: 100%;
	height:70px;
	background-color: #58BFD0;
	margin-bottom: 50px;
}

#social{
	margin-right: -40px; 
	margin-top:30px;
	width:200px;
	height:30px;
	float:right;
}

/*  table */

#table{
	padding-left: 25px;
	padding-right: 25px;
	margin-top: -10px;
	text-align: left;
}

#portfolio{
	padding-left: 25px;
	padding-right: 25px;
	margin-top:20px;
	text-align: left;
}

	

#breakline{
	padding-top:5px;
	padding-bottom: 5px;
	margin-top:-30px;
}

.tabletext{
	margin-top:-20px;
	font-size:14px;
	color: #4498A6;
}

#table ul li{
	list-style:none;
}

#table-left{
	width:460px;
	height:220px;
	float:left;
}

#table-secondleft{
	width:900px;
	height:220px;
	float:left;
}



#table-right{
	width:400px;
	height:200px;
	float:right;
	text-align:left;
	margin-top:-85px;
	margin-right:20px;
}

#table-second{
	margin-top:-180px;
	height:120px;
	float:right;
	margin-right:200px;
}

#tablepic img{
	padding-top:20px;
}

#table-full{
	width:920px;
}

#clienttable{
	text-align:center;
}

#bottomtable{
	width:900;
	text-align: left;
	padding-left:20px;
	padding-right:20px;
}

#contacttable table{
	text-align:left;
	border-radius: 5px;
	padding:5px;
	margin-top:-25px;
}

#contactform{
	background-color:#FAF5F7;
	border-radius: 5px;
	margin-left:20px;
	text-align:left;
	margin-top:80px;
	margin-bottom:200px;
	width:555px;
	height:400px;
	padding:20px;
}

#submit{
	padding:10px;
}

#quote{
	padding:10px;
	text-align:left;
	margin-top:80px;
	width:300px;
	float:right;
	margin-top:80px;
}

#quote img{
	margin-left:40px;
	margin-top:10px;
	margin-bottom:-10px;
}