/* CSS Document */

body{
    font-size: 12px;
    color: rgb(0, 0, 0);
    /*background-color: rgb(255, 255, 255);
    background-image:url(../images/background.gif);
    background-repeat: repeat-x;*/
	font-family:Arial, sans-serif;
}

.wrapper {
	width:100%;
	margin:0 auto;
}
.top-area {
	display: table;
	margin: 0 auto;
}
.top-area img{
	width: 200px;
	height: auto;
}
.top-area-2 {
	width:190px;
	height:82px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:15%;
	float:left;
	
}
.top-area-2-second {
width:50%;
height:82px;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
float:left;
}

.top-area-2 img{
	width: 225px;
	height: auto;
}

.menu-area {
	width:100%;
	height:40px;
}

.cat-area-hm {
	width:80%;
	height:auto;
	float:none;
	margin-left:10%;
	margin-right:10%;
	float:left;
}
.cat-area-hm1 {
	width:80%;
	height:auto;
	float:none;
	margin-left:10%;
	margin-right:10%;
}
.links-area {
	width:90%;
	height:auto;
	margin-left:5%;
	margin-right:5%;
}
.footer-area {
	width:100%;
	height:50px;
	float:left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #909090;
}

#nav{height:28px; background:url(images/pink-right.gif) no-repeat right 0; padding-right:5px; font-family: "trebuchet ms", sans-serif;}
#nav .inner{height:28px; background:url(images/pink-rep.gif) repeat-x}
#nav ul{list-style-type: none; font-size: 12px; text-transform: uppercase; font-weight: bold; height:28px}
#nav li{float: left; display: inline; background:url(images/li-bg.gif) no-repeat right 0; padding-right:1px }
#nav li a{
	float: left;
	display: inline;
	color:#174f65;
	line-height: 28px;
	text-decoration: none;
	padding:0 11px
}
#nav li a:hover {
	background:#74ccef;
	text-decoration:none;
}

#nav li a.first{background:url(images/pink-left.gif) no-repeat; }
#nav li.active a.first{background:#74ccef url(images/active.gif) no-repeat; }
#nav li.active a{background:#74ccef; color:#174f65; }


a{
    color:#000;
    text-decoration: underline;
}
a:hover{
    text-decoration:none;
}
a img{
    border:0;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:16px;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:14px;
}


h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:12px;
}


h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

table .head {
	background-color:#DBDDDC;
}
table .sub-head1 {
	background:url(../images/sub-head-1.png) no-repeat;
}
table .sub-head2 {
	background:url(../images/sub-head-2.png) no-repeat;
}

.browse-all {
	background-color:#909090;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	border-left-style: solid;
	border-left-color: #DBDDDC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDDDC;
}

.browse-all a{
color:#FFFFFF;
text-decoration:underline;
}

.browse-all a:hover{
color:#FFFFFF;
text-decoration:none;
}



table .line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:#E6E6E6;
}

table .line2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
}

table .line3 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



/********************* Navigation ****************************/


nav { 
width:620px;
	text-align: left;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	background: #efefef;
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	border-radius: 10px;
	list-style: none;
	position: relative;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
	}
		nav ul li:hover {
			background: #4b545f;
			background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		}
			nav ul li:hover a {
				color: #fff;
			}
		
		nav ul li a {
			display: block; padding: 10px 10px;
			color: #000000; text-decoration: none;
		}
			
		
	nav ul ul {
	background: #5f6975;
	border-radius: 0px;
	position: absolute;
	top: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			nav ul ul li a {
	color: #fff;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
			}	
				nav ul ul li a:hover {
					background: #4b545f;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
		


nav ul .active {
			background: #4b545f;
			background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
			color: #fff;
		}
		
		
		nav ul .active a{
			background: #4b545f;
			background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
			color: #fff;
		}
		
		
		
table .ttl {
background:url(../images/ttl-centre.png) repeat-x;
width:auto;
}

table .ttl-sub {
background:url(../images/ttl-centre1.png) repeat-x;
width:auto;
}

.back-blue
{
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	opacity:1;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.25), inset 0 1px rgba(255,255,255,.4);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.25), inset 0 1px rgba(255,255,255,.4);
	box-shadow: 0 2px 4px rgba(0,0,0,.25), inset 0 1px rgba(255,255,255,.4);
	border: solid 1px #187ca1;
	background-image: -webkit-linear-gradient(bottom, #1690c3, #60c0e7);
	background-image: -moz-linear-gradient(bottom, #1690c3, #60c0e7);
	background-image: -o-linear-gradient(bottom, #1690c3, #60c0e7);
	background-image: -ms-linear-gradient(bottom, #1690c3, #60c0e7);
	background-image: linear-gradient(to top, #1690c3, #60c0e7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60c0e7', endColorstr='#1690c3');
	display:inline-block;
	padding:1px 16px;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	text-shadow:0 1px #287b9d;
	border-top-right-radius:50px;
}
	.back-blue:hover		 														{ opacity:0.85;background-image: -webkit-linear-gradient(bottom, #1788b8, #58b7dd);background-image: -moz-linear-gradient(bottom, #1788b8, #58b7dd);background-image: -o-linear-gradient(bottom, #1788b8, #58b7dd);background-image: -ms-linear-gradient(bottom, #1788b8, #58b7dd);background-image: linear-gradient(to top, #1788b8, #58b7dd); }	
	.back-blue:active 															{ color:#fff; }

.back-blue-light 																{ -moz-transition: all 0.4s ease-in;-webkit-transition: all 0.4s ease-in;opacity:1;margin-right:5px;-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.25), inset 0 1px rgba(255,255,255,.4);-moz-box-shadow: 0 2px 4px rgba(0,0,0,.25), inset 0 1px rgba(255,255,255,.4);box-shadow: 0 2px 4px rgba(0,0,0,.25), inset 0 1px rgba(255,255,255,.4);border: solid 1px #2b9f9b;background-image: -webkit-linear-gradient(bottom, #39ada9, #7ee6e2);background-image: -moz-linear-gradient(bottom, #39ada9, #7ee6e2);background-image: -o-linear-gradient(bottom, #39ada9, #7ee6e2);background-image: -ms-linear-gradient(bottom, #39ada9, #7ee6e2);background-image: linear-gradient(to top, #39ada9, #7ee6e2);display:inline-block;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ee6e2', endColorstr='#39ada9');padding:4px 14px;border-radius:6px;font-family:arial;font-weight:bold;font-size:12px;color:#fff;text-shadow:0 1px #368b88; }
	.back-blue-light:hover	 													{ opacity:0.85;background-image: -webkit-linear-gradient(bottom, #349d99, #79dfdb);background-image: -moz-linear-gradient(bottom, #349d99, #79dfdb);background-image: -o-linear-gradient(bottom, #349d99, #79dfdb);background-image: -ms-linear-gradient(bottom, #349d99, #79dfdb);background-image: linear-gradient(to top, #349d99, #79dfdb); }	
	.back-blue-light:active	 													{ color:#fff; }
	

.back-grey 																	{ -moz-transition: all 0.4s ease-in;-webkit-transition: all 0.4s ease-in;opacity:1;margin-right:5px;-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,.4);-moz-box-shadow: 0 2px 3px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,.4);box-shadow: 0 2px 3px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,.4);border: solid 1px #b6b6b6;background-image: -webkit-linear-gradient(bottom, #dfdfdf, #fff);background-image: -moz-linear-gradient(bottom, #dfdfdf, #fff);background-image: -o-linear-gradient(bottom, #dfdfdf, #fff);background-image: -ms-linear-gradient(bottom, #dfdfdf, #fff);background-image: linear-gradient(to top, #dfdfdf, #fff);display:inline-block;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFBFB', endColorstr='#F1F3F5');padding:1px 12px;border-top-right-radius:100px;font-family:arial;font-weight:bold;font-size:12px;color:#767676;text-shadow:0 1px #f6f6f6; width:auto;}
	.back-grey:hover 																{ opacity:0.85;background-color: #efeded;background-image: -webkit-linear-gradient(bottom, #dcdbdb, #f3f2f2);background-image: -moz-linear-gradient(bottom, #dcdbdb, #f3f2f2);background-image: -o-linear-gradient(bottom, #dcdbdb, #f3f2f2);background-image: -ms-linear-gradient(bottom, #dcdbdb, #f3f2f2);background-image: linear-gradient(to top, #dcdbdb, #f3f2f2); }
	.back-grey:active 															{ color:#767676;text-shadow:0 1px #f6f6f6; }


/* search form 
-------------------------------------- */
.searchform {
width:300px;
height:35px;
font-size:15px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 202px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}

.get-details {
width:80px;
height:35px;
cursor:pointer;
}
.get-ifsc
{
	width:auto;
	height:35px;
	cursor:pointer;
}

.text-fm select{
	width:150px;
	height:30px;
	background-color:#F5FAFE;
	border: 1px solid #CCC;
}

input[type='text']
{
height:18px;
font-size:15px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	
	
}


.searchform2 {
width:300px;
height:26px;
font-size:15px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform2 input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform2 .searchfield2 {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 202px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform2 .searchbutton2 {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}

.enquiry {
	color:#2085c7;
	font-variant: small-caps;
	font-size:24px; 
	}

.enquiry_form { font-size: 18px; }

.enquiry_error { font-size: 14pxpx; color:#F00 }

.required{ color:#F00;}