body {
	margin: 10px auto;
	width: 800px;
	font: 80%/120% Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.png);
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

.header {  
	margin: auto;
} 
.title {color: #666666;
border-bottom:solid;
}

/* Navi Menu */
.menu2 {
	margin-left: 70px;
	margin-bottom: 80px;
	margin-right: 0;
	margin-top: 30px;
	padding: 0;
	list-style: none;
}
.menu2 li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
.menu2 a {
	padding: 14px 0px;
	display: block;
	color: #FFFFFF;
	width: 130px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/button.jpg) no-repeat center;
}
.menu2 li em {
	font-weight: normal;
	background: url(../images/hover.jpg) no-repeat;
	width: 150px;
	height: 35px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 0px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}
/* End Navi */
/* Containter */
#wrap {
    margin:0 auto;
    width:760px;
    }
/* End Containter */
/* Main Content */
#main {
    color:#FFFFFF;
    float:left;
    width:500px;
    }
/* End Content */

/* portflio image */
#client{
border:solid 1px;
width:205px; 
float:left; 
padding:5px;
margin:5px;
}

.ptitle{padding-left:3px;}
.link{ font-size:12px; padding-left:3px;}

#image{
float:left; 
width:270px; 
margin-bottom:10px;
}

#brand{
float:right;
width:400px; 
margin-right:10px;
}
/* end porfolio image */

#feature{
	background:#999;
	width:250px;
	padding:10px;
}

#service{
	width:200px;
	height:135px;
	float:left; 
	padding:10px;
}

/* Sidebar */
#sidebar {
	color:#FFFFFF;
    float:right;
    width:250px;
    }
/* End sidebar */
/* start footer */	
#footer {
    font-weight: bold;
	text-align:center;
	clear:both;
	color:#FFFFFF	;
	}	
/* stop footer */	

#webList li{
	margin:0px 0;
	font-size:12px;
	color:#555;
	list-style:none;
	list-style-image:url(../images/green.gif);
}
#webList img{
	margin-right:4px;
	float:left;
}


/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
    width: 740px;
	padding:0 10px;
	background:#fff;
	border:1px solid #666;
	}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin:0.5em 0;
	}
.two {
	margin: auto;
	width:760px;
	}
.three {
	width:45%;
	float:left;
	}
.four {
	width:45%;
	float:right;
}	
.five {
width:45%;
float:left;
}
/* Rules for the top corners and border */
.bt {
	background:url(../images/box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
	}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(../images/box.png) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(../images/box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/borders.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../images/borders.png) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
	}
/* CSS for the box ends here */ 