@font-face{
	font-family:"Myriad";
	font-style:normal;
	font-weight:400;
	src: url(/fonts/myriad.woff) format("woff");
}

@font-face {
	font-family: 'Ek Mukta';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/ekmukta.woff) format("woff");
}

@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/questrial.woff) format("woff");
 }

* {
   margin: 0px;
   border: 0px;
}

body {
	background: #eeeff1 url("/img/header-background.png") top repeat-x;
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.nodisplay {
	display: none;
}

a, a:focus, a:hover {
	text-decoration: none;
	outline:none;
}

a, a:focus {
	color: #404040;
}

a:hover {
	color: #005db2;
}

a:active span  {
	color: #005db2;
}

h2, .msg {
	font-family: 'Myriad', sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

.msg {
	margin: 30px 0;
	text-align: center;
}

.msg a {
	color: #005db2;
}

h3 {
	font-family: 'Myriad', sans-serif;
	font-size: 14px;
	color: #005db2;	
	margin-top: 0px;
}

h4 {
	font-family: 'Myriad', sans-serif;
	font-size: 17px;
	margin: 0 0 40px 15px;
	color: #005db2;
}

hr {
	margin-top: 0px;
	margin-bottom: 15px;
}

#content {
	max-width: 700px;
	margin: auto;
}

#header {
	margin: 0 10px;
}

#header, #header table {
	height: 100px;
}

#header h1, #header h2 {
	font-family: 'Myriad', sans-serif;
	font-size: 22px;
	min-height: 36px;
	max-height: 75px;
	overflow: hidden;
	color: #ededed;
	padding-left: 40px;
	padding-top: 4px;
	background: url("/img/logo.png") left top no-repeat;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

#header table {
	width: 100%;
}

#footer {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 50px 0 25px 0;
}

#footer a, #footer a:active {
	color: #005db2;
}

#footer p {
	margin: 5px;
}

.dropdown {
	padding-left: 20px;
	width: 140px;
}

.dropdown-menu {
	top: auto;
	font-size: 13px;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	color: #ffffff;
	background-color: #428bca;
}

.filterList {
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
}

#pageContent {
	margin-top: 30px;
}

.tab-content {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 14.5px;
	font-family: 'Ek Mukta', sans-serif;
	font-size: 15px;
	color: #505050;
	min-height: 175px;
	border: 1px solid #ddd;
	border-top: none;
	margin-bottom: 40px;
	padding: 20px;
	background-color: #ffffff;
	box-shadow: 3px 3px 5px #e0e0e0;
}

.tab-content h1 {
	color: #005db2;
	font-size: 23px;
	margin: 0 0 20px 0;
}

.logo, .logo-cont {
	border: 1px solid #ddd;
	padding: 4px;
	max-width: 125px;
	max-height: 125px;
}

.logo-cont {
	background-color: #ffffff;
	width: 110px;
	height: 110px;
}

.logo-text {
	background-color: #f5f5f5;
	width: 100px;
	height: 100px;

	text-align: center;
	display: table-cell;
    vertical-align: middle;
	color: #005db2;
	font-size: 15px;
	line-height: 20px;
}

.nav {
	margin-right: 10px;
	font-family: 'Ek Mukta', sans-serif;
	font-size: 13px;
}

.nav h2 {
	background: url("/img/point.png") left top no-repeat;
	margin-left: 10px;
	padding-left: 36px;
	margin-bottom: 17px;
}

.thumbnail {
	margin-bottom: 0px;
}

.nav .right {
	margin: 7px 0;
}

.right {
	float: right;
	display: block;
}

.left {
	float: left;
	display: block;
}

.nav li a:hover {
	color: #005db2;
}

.nav li a {
	padding: 0px 7px;
}

.banner, .banner_register {
	margin-top: 20px;
	padding-right: 700px;
	padding-bottom: 100px;
}

.banner {
	background: url("/img/banner.gif") center top no-repeat;
}

.banner_register {
	background: url("/img/banner_register.jpg") center top no-repeat;
}

.citylist {
	margin: 5px 15px 12px 15px;
	padding-bottom: 10px;
	color: #005db2;
	border-bottom: 1px solid #e0e0e0;
}

.included li  {
	list-style-image: url("/img/accept.png");
	padding-left: 3px;
	margin: 2px 0px;
}

.info .contact {
	margin-top: 20px;
	padding-left: 0px;
}

.services .contact {
	margin-top: 15px;
}

.services table {
	width: 100%;
}

.services td {
	max-width: 250px;
	vertical-align: top;
}

.notincluded li  {
	list-style-image: url("/img/cross.png");
	padding-left: 3px;
	margin: 2px 0px;
}

.contact p {
	margin-bottom: 10px;
}

.contact .data {
	border-radius: 10px;
	border: 1px solid #e9e9e9;
	background-color: #f7f7f7;
	padding: 20px;
	margin: 10px 20px 20px 0px;
}

.contact, .noservices {
	padding-top: 5px;
	padding-left: 20px;
}

.contact .title {
	font-size: 16px;
	color: #005db2;
}

.contact .label {
	color: #005db2;
	font-size: 15px;
	font-weight: normal;
	padding-right: 3px;
}

.contact a {
	color: #df0a0a;
}

.contact .btn-default {
	border: 1px solid #d0d0d0;
}

.map {
	background: url("/img/map.png") no-repeat;
	padding-left: 15px;
}

.phone {
	background: url("/img/phone.png") no-repeat;
	padding-left: 15px;

}

.email {
	background: url("/img/email.png") no-repeat;
	padding-left: 15px;
}

.fax {
	background: url("/img/fax.png") no-repeat;
	padding-left: 15px;
}

.details .tab-content {
	padding: 40px;
}

.info-logo {
	padding-right: 20px;
	vertical-align: top;
}

.info-text {
	vertical-align: top;
}

.info-text a active, .info-text a {
	color: #005db2;
}

.button {
	text-align: right;
	margin-right: 20px;
}

.details h3 {
	color: #404040;
;	text-align: center;
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
	height: 20px;
	padding-top: 1px;
	margin-bottom: 20px;
}

.details .section {
	margin-bottom: 30px;
}

#gmapslink {
	margin-left: 10px;
}

.info-details img {
	padding: 4px;
	border: 1px solid #ddd;
}

.info-details p {
	margin-bottom: 20px;
}

.services-details table {
	width: 100%;
}

.services-details td {
	max-width: 250px;
	vertical-align: top;
}

.pagblock {
	text-align: center;
}

.pagination {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 12px;
	margin: 0;
	box-shadow: 3px 3px 5px #e0e0e0;
}

#login {
	font-family: 'Ek Mukta', sans-serif;
	color: #404040;
	font-size: 15px;
}

#login input {
	margin: 0px 5px;
	background-color: #f0f0f0;
}

.contactForm {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 15px;
	color: #404040;
}

.contactForm table {
	margin-top: 20px;
	margin-bottom: 30px;
}

.contactForm label {
	font-weight: normal;
	font-size: 14px;
	padding-top: 5px;
	color: #005db2;
}

.contactForm input {
	font-size: 14px;
}

.contactForm td {
	padding: 5px;
}

.contactForm .lbl {
	text-align: right;
	vertical-align: top;
}

.contactForm .button {
	text-align: left;
	padding-top: 30px;
}

.contactForm input, .contactForm textarea {
	border: 1px solid #e0e0e0;
	font-family: 'Ek Mukta', sans-serif;
}

.errors {
	margin-top: 20px;
	font-size: 14px;
	color: #ff0000;
}

.register {
	margin: 25px;
	font-family: 'Ek Mukta', sans-serif;
}

.register h2 {
	font-size: 17px;
	font-weight: normal;
	color: #005db2;
}

.register p {
	font-size: 17px;
	font-weight: normal;
	color: #404040;
	margin-bottom: 12px;
}

.register .link a, .register .link a:active {
	color: #ff0000;
}

#comparator {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}