/* CSS Document */

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

img{
border:0px;
}

.floatl{
float:left;
}

.floatr{
float:right;
}

.clear{
clear:both;
}

body{
background:#ccccFF;
font-family: Arial, Sans;
font-size:12px;
}

#container{
width:1055px;
margin:auto;
padding-bottom:20px;
}

/* css for left col starts here*/

.left-col{
background:url() bottom left no-repeat;
height:930px;
}

.logo{
padding-top:25px;
}

.main-links ul{
list-style:none;
margin-top:60px;
}

.main-links li{
background:url(../images/main-links-li-bg.gif) bottom left no-repeat;
width:90px;
color:#3D007A;
line-height:28px;
text-align:left;
font-weight:bold;
}

.main-links li a{
text-decoration:none;
color:#3D007A;
background:url() right 5px no-repeat;
padding-right:8px;
}

.main-links li a:hover{
color:#c00f2c;
}

.main-links li a.active{
color:#c00f2c;
}



/* css for left col ends here*/


/* css for right col starts here*/

.right-col{
width:850px;
background:url(../images/right-col-bg.gif) top left no-repeat;
padding:0px 0px 0px 15px;
}

.right-col-content{
background:FFEFD2;
padding:25px 20px;
}

.main-content{
padding-top:30px;
color:#000000;
line-height:20px;
}

h1, h2, h3, h4{line-height:normal;}

a{color:#494949;
		text-decoration:underline;}

a:hover{text-decoration:none;}

.main-content h1{
font-family: Arial;
font-size:29px;
color:#3D007A;
font-weight:normal;
padding-bottom:15px;
}

.main-content span{
color:#494949;
font-weight:bold;
}

.main-content p{
color:#494949;
line-height:20px;
padding:20px 0px;
}

.main-content p span{
color:#c6765a;
font-weight:bold;
}

.gallery-section{
padding:30px 0px;
background:url(../images/main-content-dotted-bg.gif) bottom left repeat-x;
margin-bottom:30px;
}

.gallery-section h2{
font-family: Arial;
font-size:25px;
color:#3D007A;
font-weight:normal;
padding-bottom:20px;
}

.gallery-section h3{
font-family: Arial;
font-size:20px;
color:#3D007A;
font-weight:normal;
padding-bottom:20px;
}

.gallery-section ul{
list-style:none;
}

.gallery-section li{
float:left;
width:150px;
text-align:center;
padding-right:10px;
}

.gallery-section p{
padding-top:5px;
color:#71311d;
font-weight:bold;
}

.gallery-section li a{
color:#71311d;
}

.testimonial-section h2{
font-family: Arial;
font-size:25px;
color:#3D007A;
font-weight:normal;
padding-bottom:20px;
}

.testimonial-section p{
font-style:italic;
line-height:20px;
width:455px;
text-align:center;
padding-bottom:10px;
}



/* css for right col ends here*/

#footer{
background:#080905;
}

.footer-links{
color:#dedede;
width:955px;
margin:auto;
font-size:11px;
}

.footer-links ul{
list-style:none;
}

.footer-links li{
float:left;
padding-left:10px;
color:#fafafa;
line-height:83px;
font-size:11px;
}

.footer-links li a{
text-decoration:none;
color:#fafafa;
}

.footer-links p{
padding-top:35px;
color:#a8a8a8;
}
/* inner pages css start */
.aboutus-img{float:right; border:4px solid #fff;	margin:0 0px 10px 20px;}
h5{font-size:15px;font-weight:bold; padding:0px 0px 5px 0px; border-bottom:1px dotted #666;	margin:0px 0px 10px 0px;}
h6{font-size:16px; font-weight:bold; padding:0px 0px 5px 0px; margin:0px 0px 10px 0px;}
.aboutcolumnzone{padding:20px 0px 16px 0px;}
.aboutcolumn1{width:48%; float:left; margin:0px 0px 10px 0px;}
.aboutcolumn2{width:48%; float:right; margin:0px 0px 10px 0px;}
.abouticon{float:left; margin:0px 20px 0px 0px;}
.insidereadmore{padding:10px 0px 10px 0px;}
input.button{color:#000; background:#ffc850; font:bold 11px Arial, Helvetica, sans-serif; text-decoration:none; padding:10px 10px; margin:0px 5px 5px 0;	border:1px solid #5b7a92;}
input.button:hover{cursor:pointer; color:#fff; background:#663300; border:1px solid #ffc850;}
.project-img{float:right; margin-left:20px;	border: 6px solid #666;}
.whiteheading{font:30px Myriad Pro, Arial; color:#CBD76B; font-weight:100;	padding:0px; margin:25px 0px 20px 0px;}
.ourprojectrow{margin-bottom:20px; border-bottom:1px dotted #666; padding-bottom:10px; padding-right:20px}
.servicecolumnzone{padding:20px 0px 16px 0px;}
.servicecolumn1{width:48%; float:left; margin:0px 0px 10px 0px;}
.servicecolumn2{width:48%; float:right;	margin:0px 0px 10px 0px;}
.blog-posted-row{padding:3px;}
/* inner pages css ends */


/*toughgallery*/
.touchgallery{
position: relative;
overflow: hidden;
background:#000000;
width: 350px; /* default gallery width */
height: 270px; /* default gallery height */
}

.touchgallery ul{
list-style: none;
margin: 0;
padding: 0;
left: 0;
position: absolute;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
-moz-transition: all 150ms ease-in-out; /* image transition. Change 100ms to desired transition duration */
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}

.touchgallery ul li{
float: left;
display: block;
text-align: center;
}

.touchgallery ul li img{ /* CSS for images within gallery */
max-width: 100%; /* make each image responsive, so its native width can occupy up to 100% of gallery's width, but not beyond */
height: auto;
}

.touchgallery .jumptodiv{ /* CSS for DIV that houses bullets that navigate to a specific image when clicked on */
text-align: center;
width: 100%;
background: black;
font-size: 1.5em;
font-weight: bold;
color: black;
letter-spacing: 7px;
position:absolute;
bottom: 0;
margin-top: 10;
text-shadow: 0 1px 2px #8a8a8a;
}

.touchgallery .jumptodiv span.selected{ /* CSS for selected bullet inside jumptodiv */
color: darkred;
}