/* CSS Document */

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

img{
border:0px;
}

.floatl{
float:left;
}

.floatr{
float:right;
}

.clear{
clear:both;
}

body{
background:#fff  top left repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;

}

#container{
width:900px; 
margin:auto;
min-height: 1100px;

}

/*css for header starts here*/

.header{ 
height:93px;



}

.logo{
padding-top:16px;


}

.header-right-col{
width:500px;
padding-top:25px;




}

.top-links ul{
list-style:none;
padding-top:25px;

}

.top-links li{
color:#050505;
float:left;
padding-left:10px;

}

.top-links li a{
text-decoration:none;
color:#000;
}

.top-links li a:hover{
color:#713e12;
}


.top-links li a.active{
color:#713e12;
}




.content-box{
padding:3px 0px;

}

/*css for left col starts here*/

.left-col{
width:194px;


}

.category-section h2{
font-size:20px;
font-weight:normal;
color:#050505;
padding-bottom:20px;


}

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

.category-section li{
line-height:28px;
background:url(../images/category-list-dotted-bg.gif) bottom left repeat-x;
color:#48798a;

}

.category-section li a{
text-decoration:none;
background:url(../images/category-list-bullets.gif) left 4px no-repeat;
padding-left:20px;
color:#48798a;

}

.category-section li a:hover{
color:#778e3b;
}

.category-section li a.active{
color:#666b70;
}



/*css for right starts here*/

.right-col{
width:650px;

}

.padding7px{
padding:7px;
}

.image-section{
border:1px solid #505050;
}
.image-section2{
border:none
}
.image-list ul{

list-style:none;
padding-top:15px;
}

.image-list li{
border:1px solid #505050;
float:left;
padding-right:5px;
}

.pagination{
 top left repeat-x;
color:#fff;
height:2px;
padding:10px 0px 0px 0px;
}


.main-content{
background:url(../images/dotted-bg.gif) bottom left repeat-x;
padding:30px 0px 20px 0px;
color:#919c9f;
line-height:22px;
width:650px;


}
.main-contentbig{

padding:30px 0px 20000px 0px;
width:850px;
border: dashed thick red ;

}

h1, h2, h3, h4{line-height:normal; color:#050505; font-size:14px;}

a{color:#919c9f;
text-decoration:underline;}
a:hover{text-decoration:none;}

.main-content h1{
font-weight:normal;
color:#050505;
font-size:20px;
padding-bottom:10px;
}

.main-content span{
color:#525252;
font-weight:bold;
display:block;
padding-bottom:20px;
}

.main-content p{ color:#525252;
padding-bottom:20px;
line-height:22px;
}

/*css for footer starts here*/

#footer {font-size:12px;


}

.footer-links{
color:#fff;
line-height:50px;
width:900px;
margin:auto;
}

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

.footer-links li{
float:left;
margin-right:12px;
color:#000;
}

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

.footer-links p{
color:#335a41;
}

