@charset "utf-8";
/* CSS Document */
/************************************************************************/
.myweb{ 
cursor:auto;
cursor: pointer;
height:25px;
color:#FFF;
font:bold 12px Arial, Helvetica, sans-serif;
padding:5px 0 0 40px;
text-align:left;
		background:url(../images/plus.png) no-repeat;
		
		
}
.openweb{ /*class added to contents of 1st demo when they are open*/
cursor:auto;
cursor: pointer;
color:#FFF;
font:bold 12px Arial, Helvetica, sans-serif;
background:url(../images/minus.png) no-repeat;
}
.webdetails{
font:normal 11px verdana;
color:#5c5d5f;
padding:5px 10px 20px 10px;
height:auto;
line-height:18px;
}
.bt{padding:5px; text-align:right; color:#000; width:230px; height:10px;}
/****************/
.portfolio_box{
	width:100%;
	margin:0px;
	padding:0px;
}

.img_box1{
width:130px;
height:80px;
font-family:tahoma;
float:left;
font-size:11px;
}
.img_box_txt{
font:normal 12px tahoma;
color:#FFF;
text-align:center;
width:130px;
height:30px;
text-decoration:none;
letter-spacing:1px;

}
.gallery_port{
	float:left;
	width:100%;
	height:300px;
}
/****************************************/
.contact_box{
	float:left;
	padding:3px;
	height:30px;
	width:300px;
}
