@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000 url(../img/index_backround.jpg) top center no-repeat fixed;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#header {
	width: 980px;
	height: 122px;
	position: relative;
	background: url(../img/header-bg-new.jpg) no-repeat;
}
#header #newsletter {
	width: 215px;
	height: 80px;
	position: absolute;
	top: 17px;
	left: 745px;
}
#header #newsletter .title {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
	margin: 0 0 5px 0;
}
#header #newsletter form {
	margin: 5px 0 0 0;
}
#header #newsletter .info {
	color: #000000;
	font-size: 10px;
}
#navcontainer {
	width: 980px;
	height: 39px;
	background: url(../img/nav-bg.jpg) repeat-x;
	position: relative;
	z-index: 5;
}
/* nav menu */
ul.dropdown { 
	position: relative;
	margin: 0;
}
ul.dropdown li { 
	font-size: 12px; 
	float: left; 
	zoom: 1;  
}
ul.dropdown a:hover { 
	color: #000; 
}
ul.dropdown a:active { 
	color: #ffffff; 
}
ul.dropdown li a { 
	display: block; 
	padding: 12px 17px 12px 17px; 
	color: #ffffff; 
	text-decoration: none;
	background: url(../img/nav-divider.jpg) no-repeat right;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	color: #ffffff; 
	position: relative; 
}
ul.dropdown li.hover a { 
	color: #ffffff; 
}
ul.dropdown li.hover a:hover {
	color: #ffef03;
}
ul.dropdown li a.active { 
	color: #ffffff;
	background: #a44138;  
} 
/* 
	LEVEL TWO
*/
ul.dropdown ul { 
	width: 180px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	z-index: 6;
}
ul.dropdown ul li { 
	font-weight: normal;  
	color: #ffffff; 
	float: none; 
}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a { 
	background: #921B1F;
	width: 100%; 
	display: inline-block; 
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #ffffff;
}
ul.dropdown ul li a:hover { 
	background: #CD5A45;
	width: 100%; 
	display: inline-block; 
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #ffffff;
}
#content-wrapper {
	width: 980px;
	float: left;
	background: #ffffff;
	padding: 0 0 15px 0;
}
#content-left {
	width: 694px;
	float: left;
}
#content-left .txtbox {
	width: 654px;
	padding: 10px 15px 0 25px;
	float: left;
	clear: both;
}
#content-left .txtbox ul {
	margin: 10px 0 10px 25px;
}
#content-left .txtbox ul li a {
	color: #000000;
	font-weight: normal;
	display: block;
	margin: 5px 0;
}
#content-left .txtbox ul li ul {
	margin: 0 0 0 15px;
}
#content-left .txtbox ul li ul li a {
	color: #666666;
	display: block;
	margin: 5px 0;
}
#content-left .txtbox p {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 10px 0;
}
#content-left .txtbox a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#content-left .txtbox a:hover {
	text-decoration: underline;
}
#content-left h2 {
	height: 28px;
	display: block;
	font-size: 14px;
	color: #ffffff;
	background: url(../img/kh-grey-bg.jpg) repeat-x;
	padding: 10px 0 0 10px;
	margin: 10px 0 10px 15px;
}
#content-left h3 {
	height: 28px;
	display: block;
	font-size: 12px;
	color: #cc0017;
	padding: 10px 0 0 10px;
	margin: 10px 0 10px 15px;
}
#content-left h4 {
	height: 28px;
	display: block;
	font-size: 12px;
	color: #cc0017;
	padding: 5px 0;
	margin: 0;
}
#content-left #events {
	width: 664px;
	float: left;
	padding: 10px 15px;
}
#content-left #events #event {
	width: 205px;
	height: 134px;
	float: left;
	padding: 0 15px 6px 0;
}
#content-left #events #event img {
	border: none;
}
#content-left ul.tabs {
	width: 677px;
	float: left;
	margin: 0 0 0 14px;
	padding: 0;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#content-left ul.tabs li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #cccccc;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #cccccc;
}
#content-left ul.tabs li a {
	text-decoration: none;
	color: #000000;
	display: block;
	font-size: 12px;
	padding: 0 5px;
	margin: 0 1px 0 0;
	outline: none;
}
#content-left ul.tabs li a:hover {
	background: #cccccc;
	color: #ffffff;
}
#content-left ul.tabs li.active, #content-left ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
	color: #000000;
}
#content-left .tab_container {
	width: 678px;
	float: left;
	margin: 0 0 0 14px;
	border: 1px solid #cccccc;
	border-top: none;
	overflow: hidden; 
	background: #fff;
}
#content-left .tab_content {
	padding: 10px;
	font-size: 12px;
}
#content-left .tab_content h3 {
	color: #A700A6;
	display: block;
	margin: 0 0 10px 0;
}
#content-left .tab_content p {
	color: #000000;
	margin: 0 0 10px 0;
}
#content-left .tab_content ul {
	margin: 10px 0 10px 25px;
	list-style-type: disc;
}
#content-left .tab_content ul li {
	margin: 0 0 4px 0;
}
#content-left .tab_content ol {
	margin: 10px 0 10px 25px;
}
#content-left .tab_content ol li {
	margin: 0 0 10px 0;
}
#content-left .inner {
	padding: 0 0 25px 25px;
}
#content-left .inner p {
	margin: 5px 0 10px 0;
}
#content-left .inner .form-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	border: 1px solid #000000;
	background: #A000A0;
	padding: 3px;
	cursor: pointer;
}
/* presell boxes offers */
#content-left .offersbox {
	width: 680px;
	height: 130px;
	float: left;
	margin: 0 0 10px 14px;
	background: #ececec url(../img/special_offers_bg.jpg) no-repeat bottom;
}
#content-left .offersbox img {
	border: none;
}
#content-left .offersbox a {
	color: #ffffff;
	text-decoration: none;
}
#content-left .offersbox .pic {
	width: 175px;
	height: 112px;
	float: left;
	margin: 8px 10px 0 10px;
}
#content-left .offersbox .pic img {
	border: none;
}
#content-left .offersbox .info {
	width: 330px;
	height: 112px;
	float: left;
	margin: 8px 10px 0 0;
	font-size: 12px;
}
#content-left .offersbox .info p {
	color: #000000;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
}
#content-left .offersbox .info p.note {
	color: #FFFFFF;  
	padding: 5px 0 0 0;
	font-weight: bold;
}

#content-left .offersbox .normalprice {
	width: 145px;
	height: 35px;
	float: left;
	margin: 8px 0 0 0;
	background: url(../img/normal_price_bg.jpg) no-repeat;
}
#content-left .offersbox .normalprice p {
	padding: 10px 0 0 10px;
	font-weight: bold;
	color: #ffffff;
}
#content-left .offersbox .offerprice {
	width: 145px;
	height: 35px;
	float: left;
	margin: 2px 0 0 0;
	background: url(../img/offer_price_bg.jpg) no-repeat;
}
#content-left .offersbox .offerprice p {
	padding: 10px 0 0 10px;
	font-weight: bold;
	color: #000000;
}

#content-left .offersbox .saving {
	width: 145px;
	height: 35px;
	float: left;
	margin: 2px 0 0 0;
	background: url(../img/saving_bg.jpg) no-repeat;
}
#content-left .offersbox .saving p {
	padding: 10px 0 0 10px;
	font-weight: bold;
	color: #ffffff;
}
/* presell boxes */
#content-left .presellbox {
	width: 680px;
	height: 87px;
	float: left;
	margin: 0 0 10px 14px;
	background: url(../img/corporate-presell-bg.jpg) no-repeat;
}
#content-left .presellbox .pic {
	width: 190px;
	height: 72px;
	float: left;
	margin: 8px 10px 0 10px;
}
#content-left .presellbox .eventinfo {
	width: 350px;
	height: 74px;
	float: left;
	margin: 8px 10px 0 0;
	font-size: 12px;
	color: #ffffff;
}
#content-left .presellbox .moreinfo {
	width: 110px;
	height: 68px;
	float: left;
	margin: 8px 0 0 0;
}
#content-left .presellbox .moreinfo img {
	border: none;
}
#content-right {
	width: 286px;
	float: left;
}
#content-right .announcements {
	width: 230px;
	background: #767779;
	padding: 0 10px 10px 10px;
	border: 1px solid #333333;
	background: url(../img/kh-grey-bg.jpg) repeat-x top;
	margin: 10px auto;
}
#content-right .announcements h3 {
	height: 28px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}
#content-right .announcements p {
	font-size: 11px;
	color: #000000;
	margin: 0;
}
#content-right ul.courses {
	margin: 0;
	padding: 0;
}
#content-right ul.courses li a {
	display: block;
	padding: 5px;
	background: #ffffff;
	border-bottom: 1px solid #6A6A6A;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
#content-right ul.courses li a:hover {
	background: #EAE8E9;
}
#content-right ul.courses li a.active {
	background: #EAE8E9;
}
#content-right .enquiry {
	width: 253px;
	margin: 10px auto;
}
#content-right .enquiry img {
	border: none;
}
#footer {
	width: 980px;
	float: left;
	background: #000000 url(../img/footer-bg-new.jpg) repeat-x;
	clear: both;
	padding: 15px 0;
}
#footer .footerlinks {
	width: 120px;
	float: left;
	padding: 10px;
	color: #ffffff;
}
#footer .footerlinks h5 {
	display: block;
	font-size: 10px;
	font-weight: bold;
}
#footer .footerlinks ul {
	margin: 10px 0 0 0;
}
#footer .footerlinks ul li a {
	color: #ffffff;
	font-size: 10px;
	display: block;
	padding: 2px 0;
}
.white {
	color: #ffffff;
}
/* tables */
table.prices {
	width: 100%;	
	border-collapse: no-collapse;
}
table.prices th {
	background-color: #009ad8;
	color: #ffffff;
	padding: 2px 4px;
	text-align: left;
}
table.prices td {
	padding: 2px 4px;
}
table.prices tr.d0 td {
	background-color: #ffffff;
}	
table.prices tr.d1 td {
	background-color: #eaeaea;
}
table.prices .addBtn {
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	border: 1px solid #000000;
	background: #A000A0;
	padding: 3px;
	cursor: pointer;
}
table.cart {
	width: 100%;	
	border-collapse: no-collapse;
}
table.cart th {
	height: 25px;
	color: #ffffff;
	padding: 2px 4px;
	text-align: left;
	background: url(../img/td-purple-bg.jpg) repeat-x;
}
table.cart td {
	padding: 2px 4px;
}
table.cart tr.d0 td {
	background-color: #ffffff;
	border-bottom: 1px dashed #999999;
}	
table.cart tr.d1 td {
	background-color: #eaeaea;
	border-bottom: 1px dashed #999999;
}
table.cart tr.d2 td {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

table.mini-cart {
	width: 100%;	
	border-collapse: no-collapse;
	font-size: 10px;
	text-align: left;
}
table.mini-cart th {
	background-color: #ebebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
table.mini-cart td {
	padding: 0.2em 1em 0.2em 0.2em;
}
table.mini-cart tr.d0 td {
	background-color: #ebebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}	
table.mini-cart tr.d1 td {
	background-color: #ebebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}
table.mini-cart tr.d2 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
/* forms */
#content-left form fieldset {
	margin: 0 0 15px 0;
	padding: 10px;
}
#content-left form fieldset legend {
	padding: 0 5px 5px 5px;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#content-left form .txtField {
	padding: 5px;
	font-size: 12px;
}
#content-left form .btn {
	padding: 5px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #FFFF00;
	background: #000000;
	cursor: pointer;
}
.errormsg {
	border: 1px solid #FF0000;
	padding: 3px;
	margin: 10px 0;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
}
#property {
	width: 315px;
	height: 150px;
	float: left;
	margin: 0 10px 0 0;
}
#link-logo {
	width: 160px;
	height: 150px;
	float: left;
	text-align: center;
}
#property img {
	border: none;
}
#property #address {
	margin: 0 0 0 160px;
}
#property #address p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.image-left {
	padding: 0 10px 10px 0;
	float: left;
}
.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
.clear-content {
	clear: both;
}