#content ul li{
background: url(https://s3-ap-southeast-1.amazonaws.com/assets.melangedesign.co.in/web-resources-mdpl/images/loading.gif) no-repeat center;
}
#content ul li:hover{
background: none;
}
#container1 {
    margin: 0 auto;
    width: 100%;
}
#header {
    float: left;
    position: fixed;
    width: 200px;
}
#main {
   
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
#content {
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
}
#footer {
    width: 100%;
}
.oneThird {
    width: 200px;
}
.twoThird {
    width: 432px;
}
#header {
    padding-top: 30px;
    text-align: center;
}
#logo {
    font-weight: bold;
    margin: 0 0 40px;
}
#header h1 {
    color: #575757;
    font-family: "Droid Serif",Georgia,Times,"Times New Roman",serif;
    font-size: 55px;
    padding: 0;
}
#header h1.logo {
    margin: 0;
    padding: 0;
}
#header h1 a, #header h1 a:hover {
    color: #575757 !important;
}
#mainNav {
    font-size: 15px;
    text-transform: uppercase;
}
#mainNav li {
    margin: 0 0 10px;
}
#mainNav li a {
    color: #7D7D7B;
    line-height: 25px;
}
#mainNav li a:hover {
    color: #515151;
    line-height: 25px;
}
#mainNav li a.selected {
    color: #C20000;
}
#content {
    margin: 0 0 30px 0;
}
.scrollWrap {
    padding-top: 100px;
}
.soloSection {
    /* background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DADBDC;
    border-radius: 10px 10px 10px 10px; */
	width:100%;
}
.soloSection .inside {
    padding: 30px 30px 10px;
   margin:0 auto;
}
#content .soloSection .sectionHeader {
    font-family: Arial;
}
/*#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a {
    color: #696969;
}
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover {
    color: #7D7D7B;
}*/
.one_half {
    width: 48%;
}
.one_third {
    width: 30.66%;
}
.two_third {
    width: 65.33%;
}
.one_half, .one_third, .two_third {
    float: left;
    margin-right: 4%;
    position: relative;
}
.last {
    clear: right;
    margin-right: 0 !important;
}
.clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}
.projects {
    background: none repeat scroll 0 0 #e7e7e7;
    /*border-bottom: 1px dotted #DADBDC;*/
    display: block;
    position: relative;
}
.projects .projectDetails {
    /*border-top: 1px solid #DADBDC;*/
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.projectHeader {
    display: block; 
	color:#666;
	font-family:Arial;
	font-size:14px;
}
.closeBtn {
    display: block;
    /*position: fixed;*/
    /*right: 20px;*/
    /*text-align: right;*/    
    /*right: 20px;*/
    /*position: absolute;*/
    /*float:right;*/
    margin:  10px 0px 0px 950px;
    width: 17px;
    height: 17px;
    top: 120px;
	z-index: 400;
}
.closeBtn a {
    background: url("../images/close_btn.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 17px;
    text-indent: -99999px;
    width: 17px;
}
.closeBtn a:hover {
    background-position: 0 -17px;
}
.projects .projectDetails .inside {
    position: relative;
}
.projectThumbs {
    list-style: none outside none;
}
/*#content .projectThumbs li {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}
#content .projectThumbs li {
    display: block;
    float: left;
    padding: 0;
}*/
.projectThumbs li h1 {
    font-family: Arial;
    font-size: 13px;
	color:#5f5f5f;
	background-color:#e5e5e5;
	margin:0px;
	padding:10px 0 10px 10px;
	clear:both;
	width:100%;
	
}

#content .projectThumbs {
    width:885px;
	margin:0 auto;
}
#content .projectThumbs li {
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
	font-family:Arial;
	font-size:13px;
	padding:0;
	
}

.projectThumbs li img, .projectThumbs li strong {
    display: block;
}
.projectThumbs li img {
    border: 0px solid transparent;
}
/*#content .projectThumbs li:hover img {
	opacity:.4;
    background-image:none;
}*/
#content .projectThumbs li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 1500ms;
	-moz-transform: scale(1.15, 1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 1500ms;
	transform: scale(1.15, 1.15);
	transition-timing-function: ease-out;
	transition-duration: 1500ms;
	position: relative;
	z-index:-1;
}
/*#content .projectThumbs li:hover img {
opacity: 1;
filter: alpha(opacity=100);
bottom: 30px;
-webkit-transform: scale(1, 1);
-webkit-transition-timing-function: ease-in-out;
-webkit-transition-duration: 200ms;
-moz-transform: scale(1, 1);
-moz-transition-timing-function: ease-in-out;
-moz-transition-duration: 200ms;
}*/
#content .projectThumbs li:hover h1 {
	background-color:#5f5f5f;
	color:#e5e5e5;
	position: relative;
	z-index:1;
}
#content .projectThumbs li.selected h1 {
	background-color:#5f5f5f;
	color:#e5e5e5;
	position: relative;
	z-index:1;
}
/*#content .projectThumbs li a.selected img {
    border: 5px solid #D8D8D8;
}*/
#content .slideshow ul, #content .slideshow li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#content .slideshow, #content .slideshow li {
    height: 500px;
    overflow: hidden;
    width: 750px;
	margin:0 auto;
}


.slideshowControls {
    background: none repeat scroll 0 0 #5D5D5D;
    color: #A2A2A2;
    position: relative;
    width: 750px;
	margin:0 auto;
	height:25px;
	line-height:25px;
}
.slideshowControls ol {
    display: inline-block !important;
    float: left;
    list-style: none outside none;
 	margin:0px;
	padding:8px;
	
}
.slideshowControls ol li {
    border: 0 none;
    float: left;
    margin: 0 6px 0 0 !important;
}
.slideshowControls ol li a {
    background: url("../images/bullets.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 10px;
    line-height: 10px;
    text-indent: -9999px;
    width: 10px;
}
.slideshowControls ol li a:hover {
    background-position: -10px 0;
}
.slideshowControls ol li.current a {
    background-position: -10px 0;
}
.prevNextControls {
    float: right;
    margin: 6px;
    width: 30px;
}
.prevNextControls .prevBtn a {
    background: url("../images/fancybox_arrows.png") no-repeat scroll 0 -14px transparent;
    display: block;
    float: left;
    height: 14px;
    text-indent: -9999px;
    width: 14px;
}
.prevNextControls .prevBtn a:hover {
    background-position: 0 0;
}
.prevNextControls .nextBtn a {
    background: url("../images/fancybox_arrows.png") no-repeat scroll -14px -14px transparent;
    display: block;
    float: right;
    height: 14px;
    text-indent: -9999px;
    width: 14px;
}
.prevNextControls .nextBtn a:hover {
    background-position: -14px 0;
}



#content .alignleft, #content img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
#content .alignright, #content img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
    margin-bottom: 12px;
}
.gallery {
    margin-bottom: 25px !important;
    padding-top: 15px;
}
.gallery-item {
    margin-bottom: 25px !important;
    margin-top: 0 !important;
}
.gallery img {
    border: medium none !important;
}
#content ul {
    list-style-type: disc;
}
#content ul li {

}



.workContentOuterFrame
{
	width:750px; margin:0 auto;
	margin-top:20px;
	font-size:13px;
	color:#666;
	text-align:justify;
	line-height:18px;
	
}
.workContentFrame{

	width:750px;
}

.clientsHeading
{
	margin:10px 0 15px 0;
	color:#6c6c6c;
	font-size:14px;
	font-weight:normal;
}
.clientsHeading span
{
	font-weight:normal;
	color:#9d9d9d;
}
.client, .aim, .content
{
	width:230px;
	float:left;
	margin-left:30px;
}
.client
{
	margin-left:0px;
}

.client span, .aim span, .content span, .impact span
{
	display:block;
	color:#30c7fd;
	padding-bottom:5px;
	border-bottom:1px dotted #666;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:normal;
}

.impact
{
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:bold;
	font-size:12px;
}
