@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;
	padding: 0;
	background: #EAEAEA url(../img/wrapper-bg.jpg) top no-repeat;
}
#header {
	width: 950px;
	height: 133px;
	position: relative;
	margin: 0 auto 0 auto;
	background: url(../img/headerbg.jpg) no-repeat;
	z-index: 10;
}
#header #topnav {
	width: 400px;
	height: 15px;
	position: absolute;
	top: 10px;
	left: 540px;
	text-align: right;
}
#header #topnav ul {
	list-style-type: none;	
}
#header #topnav ul li {
	display: inline;
	color: #000000;
	font-size: 10px;
}
#header #topnav ul li a {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	line-height: 15px;	
}
#header #search {
	width: 350px;
	height: 25px;
	position: absolute;
	top: 54px;
	left: 580px;
	text-align: right;
}
#header #search .searchBox{
  background: #ffffff url('../img/magnifying-glass.gif') no-repeat;
  padding-left:20px;
} 
#header #process {
	width: 930px;
	height: 20px;
	position: absolute;
	top: 100px;
	left: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}
#header #navcontainer {
	width: 950px;
	height: 50px;
	position: absolute;
	z-index: 50;
	top: 80px;
	left: 0;
}
/* nav menu */
#header #navcontainer ul.dropdown { 
	position: relative;
	margin: 12px 0 0 10px;
}
#header #navcontainer ul.dropdown li { 
	font-size: 12px;
	font-weight: bold; 
	float: left;   
}
#header #navcontainer ul.dropdown a:hover { 
	color: #000; 
}
#header #navcontainer ul.dropdown a:active { 
	color: #ffffff; 
}
#header #navcontainer ul.dropdown li a { 
	display: block; 
	padding: 12px; 
	color: #ffffff; 
	text-decoration: none;
	background: url(../img/nav-divider.jpg) no-repeat right;
}
#header #navcontainer ul.dropdown li.hover, ul.dropdown li:hover {
	color: #ffffff; 
	position: relative; 
}
#header #navcontainer ul.dropdown li.hover a { 
	color: #ffffff; 
}
#header #navcontainer ul.dropdown li.hover a:hover {
	color: #ffef03;
}
#header #navcontainer ul.dropdown li a.active { 
	color: #ffef03; 
} 
/* 
	LEVEL TWO
*/
#header #navcontainer ul.dropdown ul { 
	width: 180px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
	z-index: 51;
}
#header #navcontainer ul.dropdown ul li { 
	font-weight: normal;  
	color: #ffffff; 
	float: none; 
}
									  
/* IE 6 & 7 Needs Inline Block */
#header #navcontainer ul.dropdown ul li a { 
	background: #505050;
	width: 100%; 
	display: block; 
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #ffffff;
}
#header #navcontainer ul.dropdown ul li a:hover { 
	background: #eb2026;
	width: 100%; 
	display: block; 
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #ffffff;
}
#spacer {
	width: 950px;
	height: 15px;
}
#content-wrapper {
	width: 980px;
	float: left;
	padding: 0 0 15px 0;
}
#content-left {
	width: 694px;
	float: left;
}
#content-left .txtbox {
	width: 650px;
	padding: 15px;
	margin: 0 0 10px 15px;
	float: left;
	clear: both;
	background: #ffffff;
}
#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: 12px;
	color: #ffffff;
	background: url(../img/kh-grey-bg.jpg) repeat-x;
	padding: 10px 0 0 10px;
	margin: 10px 0 0 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: 10px 0 0 0;
	margin: 10px 0 10px 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: 15px 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;
}
#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 .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;
}
#content-right {
	width: 286px;
	float: left;
}
#content-right .announcements {
	width: 230px;
	background: #767779;
	padding: 0 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;
}
#footer {
	width: 980px;
	float: left;
	background: #000000 url(../img/footer-bg-new.jpg) repeat-x;
	clear: both;
	padding: 15px 0;
}
#footer .footerlinks {
	width: 280px;
	float: left;
	margin: 0 0 0 25px;
	padding: 10px;
	color: #ffffff;
}
#footer .divider {
	width: 1px;
	height: 200px;
	float: left;
	border-right: 1px solid #333333;
}
#footer .footerlinks h5 {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
#footer .footerlinks p {
	margin: 10px 0;
}
#footer .footerlinks a {
	color: #ffffff;
	text-decoration: none;
}
#footer .footerlinks ul {
	margin: 10px 0 0 0;
}
#footer .footerlinks ul li a {
	width: 200px;
	display: block;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	padding: 3px 0;
	border-bottom: 1px solid #ffffff;
}
#footer .footerlinks ul li a:hover {
	background: #505050;
}
.white {
	color: #ffffff;
}
/* tables */
table.prices {
	width: 95%;	
}
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%;	
}
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%;	
	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;
	color: #FF0000;
}
.errormsg {
	border: 1px solid #FF0000;
	padding: 3px;
	color: #000000;
	font-size: 11px;
}
#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;
}
