/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Dhairya Dand
*/
* {
	margin: 0;
	padding: 0;
}

body {
font-size: 11px;
	color: #676767;
/*    font-family: 'Lucida Console','Andale Mono', monospace;
*/	font-family: Verdana, Helvetica,  Arial,  sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #676767; }
a:active { text-decoration: #000000; }
a:visited { text-decoration: none; color: #676767; }

a img { border: none; }

#menu {
    width: 180px;
    top: 0;
    bottom: 0;
	left: 0;
    height: 100%;
	background-color: #fff;
	padding:8px;
	text-align: right;
	}
#menu .container { position: absolute; z-index: 99; top: 10px; left: 0px; width: 175px; height: 100% }

#menu ul {
	font-size: 12px;
/*	font-family: Verdana, Helvetica,  Arial,  sans-serif;
*/	color: #666; background: #fff;
	list-style: none;
	margin: 0 0 8px 0;
}
#menu li {
	 line-height: 125%;
}
#menu li.active a { color: #fff; background: #aaa; line-height: 150%;}
#menu ul li.section-title {
	font-size: 13px;
	font-weight:bold;
/*	font-family: Verdana, Helvetica,  Arial,  sans-serif;
*/	background: #fff;
	list-style: none;
	line-height: 150%;
	margin: 0 0 0px 0; }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}
#dhairya {font-size: 18px}
#content .container { padding: 5px 5px 25px 5px; position: absolute; z-index: 0; top: 10px; left: 240px }

#content p { width: 800px; margin-bottom: 9px; line-height: 150%}

p {
    margin: 0 0 9px 0;
    line-height: 150%;
    background-color:#fff;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/*-------thumb studio---------*/
#studio{
	text-align: center;
	margin: 0px 0px 0px 0px;
	height: 100%;
	}

#studio li{
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
	width: 250px;
	background-color: #fff;
	}

#studio li.last {
	margin: 0 0px 0 0;
	}	
		
#studio li a{
	text-width: bold;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 0px 3px 0px;
	}
	
#studio li img{
	margin: 0px 0px 10px 0px;
	display: block;
	}	

#studio li span{
/*	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
*/	font-size: 11px;
	color: #676767;
	display: block;
	margin: 0 0 20px 0;
	}	
		
#studio p{
	margin: 0px 0px 40px 0px;
	}	
	
#studio hr {
	background: #fff;
	width: 800px;
	clear: both;
	height: 1px;
	border: 1px;
	margin: 0 0 10px 0; 
}

/*----------------opacity------------------*/
a.linkopacity:hover img {
   	filter:alpha(opacity=85);
   	-moz-opacity: 0.85;
  	 opacity: 0.85;
   	-khtml-opacity: 0.85;}
a.linkopacity img {
   	filter:alpha(opacity=100);   
   	-moz-opacity: 1.0;   
  	 opacity: 1.0;
  	 -khtml-opacity: 1.0; }
