@import url("grid/960_16_fluid_grid.css");
@import url("gallery/gallery.css");
@import url("table/table.css");
@import url("list/list.css");
/*

@import url("grid/grid.css");

@import url("buttons/buttons.css");
@import url("breadcrumbs/breadcrumbs.css");
@import url("contact/contact.css");

@import url("gallery/gallery.css");
@import url("accordian/accordian.css");	

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
*/

.clear { clear:both; }

.align-justify{
	text-align:justify;
	}	
.align-left{
	text-align:left;
	}
	
.align-right{
	text-align:right;
	}
	
.align-center{
	text-align:center;
	}
	
.color-red{ color:red; }	
.color-green{ color:green; }	
.color-blue{ color:#1a62a3; }/*blue*/	
.color-black{ color:black; }	
.color-white{ color:white; }	
	
.border-right-dotted{ border-right:1px dashed #999; margin-right:-2px; }	

.innertube{ padding:0px 10px; }

#agnis-designers-kolhapur{
width:100% !important;
margin:10px auto;
text-align:right;

font-style:italic;
font-weight:12px;
color:#000;	
	}	
	
#agnis-designers-kolhapur a{	
text-decoration:none;
color:#000;
}

#agnis-designers-kolhapur a:hover{	
color:#F90;
}


.agnis_heading_01{
/*background:url(images/book_picture.png) 0px 0px no-repeat;	*/
margin:10px 0px;
padding:0px 0px 10px 0px;
font-family: 'Open Sans', sans-serif;
font-weight:300;
font-size:25px;
color:#d11a38;
	}
	
.agnis_heading_01 strong{
background:#fff;
padding:0px 10px 0px 0px;
	}	
	
.agnis_heading_01 span{
/*background:url(images/book_picture.png) 0px 0px no-repeat;	*/
display:block;
height:5px;
width:100%;
margin:-18px 0px 0px 0px;
background:#d11a38;
	}		
	
.agnis_heading_01 img{ float:left; margin:0px 5px 0px 0px; }	

.agnis_heading_02{
/*background:url(images/book_picture.png) 0px 0px no-repeat;	*/
font-family: 'Open Sans', sans-serif; 
margin:15px 0px 5px 0px;
padding:0px 0px 3px 0px;
border-bottom:1px dashed #999;
font-size:20px;
}
	

	
/* Images Overlay
====================================*/
.picture {position: relative;}
.picture img {width: 100%; height: auto;}

.image-overlay-link,
.image-overlay-zoom {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 40;
	display: none;
	background-color: #222;
	background: rgba(0, 0, 0, 0.5);
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
}

.image-overlay-link {
	background-image:url(images/overlay-icon-01.png);
}

.image-overlay-zoom {
	background-image: url(images/overlay-icon-02.png);
}	




	
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

