/*
 * http://www.nirmana.lk
*/

*{
	margin:0px;
	padding:0px;
	border:none;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

img{
}

h1{ font-size:180%; }
h2{ font-size:150%; }
h3{ font-size:130%; }
h4{ font-size:120%; }
h5{ font-size:110%; }
h6{ font-size:100%; }

h1, h2, h3, h4, h5, h6{
	margin:10px 0 7px;
}

#frame{
	width:778px;
	margin:20px auto;
}

#leftPanel{
	width:182px;
	float:left;
	margin:0px 46px 0px 0px;
	position: fixed;
}

#rightPanel{
	width:550px;
	float:right;
}

#logo{
	height:85px;
	margin-bottom:20px;
	background:url(../_images/logo_web_developing_company_srilanka.gif) no-repeat;
	margin-top: 15px;
}

#menu{
	height:300px;
	background:url(../_images/menu_web_developing_company_srilanka.png) no-repeat;
	padding:10px 40px 0px 40px;
	text-align:center;
}

/*
 * navigations
*/

#menu ul{
	list-style:none;
}

#menu li{
	border-bottom:#CCC solid 1px;
}

#menu a{
	display:block;
	height:30px;
	text-decoration:none;
	text-transform:uppercase;
	color:#333;
	padding:13px 0 0 0;
	margin:6px 0;
}
#menu a:hover{
	background:url(../_images/menu_hover_web_developing_company_srilanka.png) repeat-x;
	background-position:4px;
	color:#000033;
}

#header{
	height:40px;
	margin-bottom:20px;
	margin-left:300px;
	width: 250px;
	background-image: url(../_images/callus_web_developing_company_srilanka.png);
	background-repeat: no-repeat;
	background-position:107px 0;
}
#langs{
	width:65px;
	padding:5px;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px;
}
#langs a {
	text-decoration:none;
}

.langs-hidden{
	height:15px;
	overflow:hidden;
}
.langs-show{
	overflow:visible;
	background:#FFCC66;
}

#pic{
	width:550px;
	height:350px;
}

#content{
	font-size:11px;
	text-align:justify;
	line-height:15px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 5px 0;
}

#content a{
	color:#660099;
}

#content a:hover{
	color:#9900FF;
}
/*
#clients{
	height:80px;
	margin-bottom:10px;
	clear: both;
}
*/

#clientImages{
	padding:4px 0;
}

#content1{
	float:left;
	width:267px;
	text-align: justify;
	margin-bottom:15px;
}

#content1 ul{
	padding:0 0 0 30px;
}

#content1 li{
	margin:0 0 4px;
}

#content2{
	margin:0 0 0 283px;
	text-align:justify;
	margin-bottom:15px;
}

#contactus{
	clear:both;
	float:left;
	border:#CCCCCC solid 1px;
	padding:8px;
	margin-top: 15px;
}

#contactus table{
	font-size:10px;
}

#contactus th{
	text-align:left;
}

#contactus input, textarea, select{
	border:#CCCCCC solid 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

#supportive-tech{
	margin:70px 0 0;
}

#footer{
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 9px;
	/*text-align: center;*/
	padding: 15px 5px 5px 5px;
}

.v-spacer-5{
	height:5px;
	padding:0;
	margin:0;
}