/* Circular Content Carousel Style */
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
}
font-face
{
 font-family: 'calibri';
 src: url('CALIBRI.eot');
 src: local('calibri'),  local('CALIBRI'),  url('CALIBRI.TTF') format('truetype');
}
@font-face {
	font-family: calibri;
	src: url('CALIBRI.TTF');
	
	}
@font-face {
 font-family:'calibri';
 src: url('CALIBRI.eot');
 src: local('CALIBRI'), local('CALIBRI'), url('CALIBRI.TTF') format('truetype');
}
@font-face {
 font-family:calibri;
 src: url('CALIBRI.TTF');
}
ul,ol,li{
	margin:0;
	padding:0;
}
body{
font-family:Calibri;
margin:0;
padding:0;
}
.ca-container{
	position:relative;
	margin:0px auto 20px auto;
	width:650px;
	height:150px;
}
.ca-wrapper{
	width:651px;
	height:450px;
	position:relative;
	padding:5px 0 5px 0;
	border:solid 1px #38b4ea;
	border-radius:5px;
}
.ca-item{
	position:relative;
	float:left;
	width:217px;
	height:130px;;
	text-align:center;
	
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #ccbda2;
	text-align:center;
	color: white;
	}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	position:absolute;
	top:5px;
	left:10px;
	/*right:5px;*/ 
	bottom:5px;
	background:#fff;
	overflow:hidden;
	/*-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);*/
	height:470px;
	background-image:url(../images/product_border.gif);
	background-position:right top;
	background-repeat:repeat-y;
}
.ca-icon{
	width:217px;
	height:130px;
	position:relative;
	margin:0 auto;
	background:transparent url(../images/down_img1.gif) no-repeat center center;
}
.ca-item-2 .ca-icon{
	background-image:url(../images/down_img2.gif);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/down_img3.gif);
}
.ca-item-4 .ca-icon{
	background-image:url(../images/down_img1.gif);
}
.ca-item-5 .ca-icon{
	background-image:url(../images/down_img2.gif);
}
.ca-item-6 .ca-icon{
	background-image:url(../images/down_img3.gif);
}
.ca-item-7 .ca-icon{
	background-image:url(../images/down_img1.gif);
}
.ca-item-8 .ca-icon{
	background-image:url(../images/down_img2.gif);
}
.ca-item h3{
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	height:85px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	 
	font-style:italic;
	font-size:12px;
	text-align:left;
	border-left:10px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	text-indent:40px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	 
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	 
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:14px;
	height:153px;
	background:transparent url(../images/arrow_left.gif) no-repeat top left;
	position:absolute;
	top:120%;
	margin-top:-19px;
	left:-14px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
    background:transparent url(../images/arrow_right.gif) no-repeat top left;
	background-position:top right;
	left:auto;
	right:-17px;
}
.ca-nav span:hover{
	opacity:1.0;
}










/*debasmita*/
.btn{
width:145px;
height:25px;
margin:auto;
}
.addtocart_btn{
width:95px;
height:25px;
background:#2eb4ef;
color:#fff;
font-size:14px;
}
.package1{
width:195px;
height:220px;
border-bottom:solid 1px #c1c1c1;
margin-bottom:15px;
}
.package2{
width:195px;
height:220px;
margin-top:25px;
}
.details_btn{
width:55px;
height:25px;
background:#fb8800;
color:#fff;
font-size:14px;
border:solid 1px #fff;

}
.product_details{
width:195px;
height:auto;
margin-bottom:10px;
color:2d2d2d;
font-size:16px;
}

/*/