/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

/* END Reset */

strong {
	font-weight: bold;
}

body {
	background: #eee url(../img/bkg.png) repeat-x;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	background: url(../img/content-ends.png) no-repeat 0 150px;
	height: 120px;
}

#header .details {
	float: right;
	padding-top: 10px;
}

#header .details h3,
#header .details h4,
#header .details h5 {
	padding: 0;
	text-align: center;
	margin: 10px 0;
	display: block;
}
#header .details h3 {
	font-weight: bold;
	font-size: 20px;
}
#header .details h4 {
	font-size: 18px;
	color: #333;
}
#header .details h4 strong {
	font-weight: bold;
}
#header .details h5 {
	color: #999;
}

#header #logo {
	width: 390px;
	height: 101px;
	background: url(../img/logo.png) bottom left no-repeat;
	display: block;
	float: left;
}

#header #logo h1 {
	text-indent: -10000em;
}

#header #tabs {
	display: block;
	width: 242px;
	height: 44px;
	float: right;
	background: url(../img/tabs.png) bottom left no-repeat;
}

#header #tabs li {
	float: left;
	margin-top: 7px;
	height: 37px;
}

#header #tabs #about {
	padding-left: 15px;
	margin-right: 20px;
}
#header #tabs #contact {
	padding-right: 5px;
}
#header #tabs a {
	font-size: 16px;
	color: white;
	text-decoration: none;
	text-transform: capitalize;
	height: 35px;
	display: block;
	line-height: 35px;
	padding: 0 10px;
}
#header #tabs a:hover {
	text-decoration: underline;
}
#header #follow_us,
#header #connect_us_fb {
	display: block;
	float: right;
	height: 32px;
	width: 60px;
	line-height: 30px;
	color: #0088c8;
	margin-top: 12px;
	background: url(../img/twitter-bird.png) no-repeat;
}
#header #connect_us_fb  {
	width: 32px;
	background: url(../img/facebook.png) no-repeat;
}

#header #menu {
	padding: 0x 0 0 35px;
}

#header #menu li {
	float: left;
	height: 39px;
	padding: 10px 12px 0 12px;
}

#header #menu li.active {
	background: url(../img/selected-item.png) no-repeat bottom center;
}

#header #menu li a {
	font-size: 16px;
	padding-bottom: 19px;
	color: #333;
	text-decoration: none;
	text-transform: capitalize;
	text-shadow: white 1px 1px;
}
#header #menu li.active a,
#header #menu li.active a:hover {
	color: #999;
}
#header #menu li a:hover {
	color: #cc0000;
}

#content {
	background: url(../img/content-bkg.png);
	padding: 0 2px;
}


.button {
	height: 42px;
	color: white;
	font-weight: bold;
	text-transform: capitalize;
	border: none;
	text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.62);
	background: url(../img/button-bkg.png) repeat-x top left;
	font-size: 20px;
	letter-spacing: -1px;
	padding: 0 20px;
	cursor: pointer;
	-moz-border-radius:21px 21px 21px 21px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.24);
	-webkit-border-radius:21px 21px 21px 21px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.24);
	-khtml-border-radius:21px 21px 21px 21px;
	-khtml-box-shadow:0 1px 3px rgba(0, 0, 0, 0.24);
}
.button:hover {
	background-position: bottom left;
}

#header #menu #buytab {
	padding-top: 0;
}
#header #menu .button,
#buy a.book_now {
	height: 34px;
	color: white;
	font-weight: bold;
	text-transform: capitalize;
	border: none;
	text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.62);
	background: url(../img/button-small-bkg.png) repeat-x top left;
	font-size: 16px;
	letter-spacing: -1px;
	padding: 0 16px;
	line-height: 34px;
	cursor: pointer;
	-moz-border-radius:17px 17px 17px 17px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.24);
	-webkit-border-radius:17px 17px 17px 17px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.24);
	-khtml-border-radius:17px 17px 17px 17px;
	-khtml-box-shadow:0 1px 3px rgba(0, 0, 0, 0.24);
	display: block;
}
#buy a {
	color: #990000;
}
#header #menu .button:hover,
#buy a.book_now:hover {
	color: white;
	background-position: bottom left;
}

#footer {
	color: #555;
	font-size: 13px;
	text-align: center;
	padding: 20px;
	background: url(../img/content-ends.png) 0 -10px no-repeat;
}
#footer a {
	color: #990000;
	text-decoration: none;
}

a.back_to_top {
	float: right;
	color: #990000;
	text-decoration: none;
	padding-right: 12px;
	background: url(../img/btt.png) no-repeat right center;
	margin: 0 0 10px 10px;
}
a.back_to_top:hover {
	text-decoration: underline;
}

#partners {
	border-top: 1px solid #eee;
	padding:30px 0 30px 20px;
}

#partners #eo {
	width: 180px;
}
#partners #p {
	width: 632px;
}
#partners #eo,
#partners #p {
	float: left;
}
#partners h6 {
	color: #555;
	padding-bottom: 10px;
}
#partners #p div h6 {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
}
#partners div a {
	float: left;
	margin-bottom: 20px;
}
#partners div img {
	margin-right: 20px;
}

/* CSS tricks */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/* @group Hide from IE Mac \*/
.clearfix { display:block; }
/* @endgroup hide from IE Mac */

