@charset "utf-8";

/* ****************** */
/* 		GENERAL		  */
/* ****************** */

body {
	background-color: #c8c3af;
	background-image: url(../images/design/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0 0 20px 0;
	
	/* Default text */
	color: #807f73;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Default links */
a img {
	border: 0;
	}

a:link {
	text-decoration: underline;
	color: #807f73;
	}

a:visited {
	text-decoration: underline;
	color: #807f73;
	}

a:hover {
	text-decoration: underline;
	color: #807f73;
	}

#festivalWrap {
	/*background-image: url(../images/design/bodyBG_festival.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 80px;
	}

#externalWrap {
	min-height: 800px;/* width: 1200px; *//* margin: auto; */
	}

#wrapper {
	background-image: url(../images/design/leafBG.jpg);
	background-repeat: no-repeat;
	background-position: 100% 470px;
	width: 1000px;
	margin: auto;
	}


/* ****************** */
/* 		  MENU	  	  */
/* ****************** */

#menu {
	background-color: #6d6c5e;
	height: 20px;
	line-height: 20px;
	padding: 0 7px 0 7px;
	margin-left: 4px;
	overflow: hidden;
	text-transform: uppercase;
	}

#menuMain {
	float: left;
	}

#menu ul {
	padding: 0;
	margin: 0;
	margin-top: -1px;
	}

#menu li {
	display: inline;
	padding-right: 10px;
	}

/* Menu links */
#menu a:link, #menu a:visited {
	padding-left: 12px;
	background-image: url(../images/design/menu-arrow-up.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	color: #f1eee7;
	text-decoration: none;
	font-size: 7pt;
	}

#menu a:hover {
	background-image: url(../images/design/menu-arrow-rotate.gif);
	background-position: 0 0px;
	}

#menu a:link.current, #menu a:visited.current {
	font-weight: bold;
	background-image: url(../images/design/menu-arrow-down.gif);
	background-position: 0 1px;
	}

#gettingHere {
	float: right;
	text-align: right;
	margin-top: -1px;
	}

#gettingHere img {
	position: relative;
	top: 2px;
	}

#gettingHere a:link, #gettingHere a:visited, #gettingHere a:hover {
	background-image: none;
	padding-left: 3px;
	}


/* ****************** */
/* 		  BODY		  */
/* ****************** */

#body {
	overflow: hidden;
	}

#contentWrap {
	float: left;
	width: 782px;
	}

#contentInnerWrap {
	padding: 30px 0px 30px 0;
	}


/* *** Drop Shadows *** */

#contentTbl {
	width: 771px;
	font-size: 1px;
	}

/* Top shadow */
#shad_top_left {
	height: 4px;
	width: 4px;
	background-image: url(../images/design/shadows/top_left.png);
	}

#shad_top_mid {
	height: 4px;
	background-image: url(../images/design/shadows/top.png);
	}

#shad_top_right {
	height: 4px;
	width: 4px;
	background-image: url(../images/design/shadows/top_right.png);
	}

/* Left & Right shadows */
#shad_mid_left {
	width: 4px;
	background-image: url(../images/design/shadows/left.png);
	}

#shad_mid_right {
	width: 4px;
	background-image: url(../images/design/shadows/right.png);
	}

/* Bottom shadow */
#shad_bot_left {
	height: 4px;
	width: 4px;
	background-image: url(../images/design/shadows/bottom_left.png);
	}

#shad_bot_mid {
	height: 4px;
	background-image: url(../images/design/shadows/bottom.png);
	}

#shad_bot_right {
	height: 4px;
	width: 4px;
	background-image: url(../images/design/shadows/bottom_right.png);
	}

/* *** Content area *** */
#content {
	background-color: #fff;
	font-size: 8pt;
	line-height: 13pt;
	}

#content h1 {
	font-size: 11pt;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 20px 0 17px 0;
	margin: 0;
	}

#content h1.topHead1 {
	/* Gets rid of top padding if the heading is right at the top of the page */
	padding-top: 0;
	}

h2, h3 {
	font-size: 11pt;
	}

.textArea {
	padding: 20px 10px 20px 12px;
	margin-left: 159px;
	position: relative;
	}

.textArea p {
	margin: 10px 0px 10px 0px;
	}

.boldLink, a:link.boldLink, a:visited.boldLink, a:hover.boldLink {
	color: #6d6c5e;
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
	}


/* *** CONTACT *** */

/* Contact Us table */
.contactTbl {
	border-bottom: 1px solid #c7c2ac;
	margin-bottom: 10px;
}

.contactTbl td.text {
	width: 220px;
}

.contactTbl td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contactTbl h3 {
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

/* Disclaimers */
#disclaimers {
	font-size: 0.9em;
	line-height: 1.5em;
}

#disclaimers h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 0.9em;
	font-weight: bold;
}

#disclaimers p {
	padding: 0;
	margin: 0 0 10px 0;
}

/* Email Us Form */
#emailusForm, #formResult.emailUsResult {
	border: solid 1px #c7c2ac;
	padding: 10px;
	margin: 0 7px 15px 0;
}

#emailusForm input, #emailusForm textarea {
	border: solid 1px #c7c2ac;
	margin: 3px 0 5px 0;
	color: #807f73;
}

#emailusForm .submit {
	text-align: right;
}

#emailusForm .submit input {
	border: 0;
}

#emailusForm label {
	display: block;
	float: left;
	width: 75px;
	text-align: right;
	padding: 4px 8px 0 0;
}

#emailusForm .regInput {
	width: 180px;
}

#emailusForm .longInput {
	width: 462px;
}

/* *** RESTAURANT *** */

/* Restaurant MENU table */
.menuTbl td {
	vertical-align: top;
	padding: 5px 0px 5px 0px;
	line-height: 12px;
}

.menuTbl td.heading{
	padding-top:10px;
}

.menuTbl td.menuBreak{
	border-bottom:1px #6D6C5E solid;
}
.menuTbl .normalHeading {
	font-size: 12px;
	text-transform: uppercase;
	line-height:1.5em;
}

.menuTbl .smallHeading {
	font-size: 10px;
	font-weight: normal;
}

.menuTbl .type {
	font-weight: bold;
	padding-right: 10px;
}

.menuTbl .meal {
	font-weight: bold;
}

.menuTbl .desc {
	font-weight: normal;
	font-size: 9px;
}

.menuTbl .cost {
	text-align: right;
}

.winelistTbl td {
	vertical-align: top;
	padding: 5px 0 5px 0;
	line-height: 12px;
}

.armstrongLogo {
	position: absolute;
	bottom: 20px;
	right: 17px;
}

/* Restaurant booking form */
#restaurantbookingForm {
	border: solid 1px #c7c2ac;
	padding: 10px;
}

#restaurantbookingForm input, #restaurantbookingForm textarea {
	border: solid 1px #c7c2ac;
	margin: 3px 0 5px 0;
}

#restaurantbookingForm .submit {
	text-align: right;
}

#restaurantbookingForm .submit input {
	border: 0;
}

#restaurantbookingForm label {
	display: block;
	float: left;
	width: 75px;
	text-align: right;
	padding: 4px 8px 0 0;
}

#restaurantbookingForm .regInput {
	width: 180px;
}

#restaurantbookingForm .longInput {
	width: 476px;
}

/* *** WHAT'S ON *** */

/* What's On tables */



.whatsonTbl {
	margin-bottom: 30px;
}

.whatsonTbl th {
	text-align: left;
	padding-right: 10px;
}

.whatsonTbl td {
	padding-right: 10px;
	vertical-align: top;
	border-top: 1px solid #EAE9E3;
}

.whatsonTbl .whatsonDate {
	width: 60px !important;
}

.whatsonTbl .whatsonTime {
	width: 70px !important;
}

.whatsonTbl .whatsonTitle {
	width: 200px !important;
}

.whatsonTbl .whatsonBooking {
	width: 80px !important;
	text-align: center;
}

.whatsonTbl .whatsonVenue {
	width: 120px !important;
	text-align: center;
}

/* Event Details Page */







#eventPage {
	margin-top: 50px;
	width: 70%;
}

#eventSide {
	margin-top: 55px;
	width: 28%;
	float: right;
}

#eventSide.withCaption {
	margin-top: 71px;
}

#eventPage h2 {
	padding: 0;
	margin: 0 0 10px 0;
}

#eventPage p.withCaption {
	padding: 0;
	margin-top: -10px;
	font-weight: normal;
	text-transform: uppercase;
}

#eventPage h3 {
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 30px 0 5px 0;
}

/* Event Calendar */







.calendar {
	border: 1px solid #a4a39a;
	border-bottom: 2px solid #a4a39a;
	border-left: 2px solid #a4a39a;
	margin-bottom: 20px;
}

.calendar-month {
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 5px;
}

.calendar td {
	padding: 3px 5px 3px 5px;
	border: 1px solid #a4a39a;
	border-bottom: 0;
	border-left: 0;
	background-color: #fff;
	text-align: center;
}

.calendar td.empty {
	background-color: #a4a39a;
}

.calendar td.eventDate {
	background-color: #c7c2ac;
}

/* Event Booking Form */







#eventForm {
	border: 1px solid #c6c2ac;
	padding: 10px;
}

#eventForm form input {
	border: 1px solid #c7c2ac;
	width: 170px;
	margin: 5px 0 5px 0;
	color: #807f73;
}

#eventForm form select {
	border: 1px solid #c7c2ac;
	margin: 5px 0 5px 0;
	color: #807f73;
}

#eventForm form textarea {
	border: 1px solid #c7c2ac;
	margin: 5px 0 0 0;
	width: 445px;
	color: #807f73;
}

#eventForm form label {
	display: block;
	text-align: right;
	float: left;
	width: 98px;
	padding: 5px 8px 0 0;
}

#eventForm form .submit {
	text-align: right;
}

#eventForm form .submit input {
	border: none;
	width: auto;
}

#eventForm form .form {
	clear: both;
}

#eventForm .eventInfo div {
	float: left;
	margin: 0 10px 20px 0;
	line-height: 15px;
}

#eventForm .eventInfo h2 {
	margin: 0 0 6px 0;
	padding: 0;
}

#eventForm #formResult {
	padding: 30px 0 30px 0;
	clear: both;
}

/* Event 'Booking' date chooser */







#bookOptions {
	border: solid 1px #c7c2ac;
	background-color: #ffffff;
	padding: 4px;
	float: left;
}

#bookOptions label {
	float: left;
}

#bookOptions p {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* *** PROPERTY SALES *** */















/* Property - Gallery thumbnails */







.galleryThumbs {
	padding-bottom: 25px;
	float: left;
	width: 585px;
}

.galleryThumbs img {
	float: left;
	margin: 0 3px 3px 0;
}

/* Property Search table */







.propertyTbl td {
	font-weight: bold;
	padding: 0 8px 15px 0;
}

.propertyTbl td select {
	border: 1px solid #c6c2ac;
}

/* Property Search Results */	







#propertyResults {
	border-top: 1px solid #c6c2ac;
	padding: 5px 0 10px 0;
	float: left;
	line-height: normal;
	position: relative;
	width: 585px;
}

#propertyResults h2 {
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

#propertyResults p {
	margin: 0;
	padding: 0;
}

#propertyResults .thumbnail, #propertyResults .description {
	float: left;
	margin-right: 10px;
}

#propertyResults .description {
	width: 350px;
}

#propertyResults .details {
	text-align: right;
	float: right;
}

#propertyResults .description .icons {
	padding: 10px 0 17px 0;
	font-size: 10pt;
	color: #999;
}

#propertyResults .description .icons img {
	margin: 0 4px -5px 0px;
}

#propertyResults .details .size {
	padding: 10px 0 22px 0;
}

#propertyResults .details .more {
	position: absolute;
	bottom: 15px;
	right: 0;
}

#propertyResults .details .more a:link, #propertyResults .details a:visited, #propertyResults .details a:hover {
	text-transform: uppercase;
	font-weight: bold;
	color: #a4a39a;
	text-decoration: none;
	font-size: 7pt;
}

/* Property Results Paging */







#propertyResultsPaging {
	text-align: center;
}

/* Property Details */







#propertyDetails h2 {
	margin: 0;
	padding: 50px 0 8px 0;
}

#propertyDetails .head .left {
	float: left;
	width: 70%;
}

#propertyDetails .head .right {
	float: right;
	text-align: right;
}

#propertyDetails .head .left .icons {
	padding: 0 0 20px 0;
	font-size: 10pt;
	color: #999;
}

#propertyDetails .head .left .icons img {
	margin: 0 4px -5px 0px;
}

#propertyDetails .head .right p {
	margin: 0;
	padding: 5px 0 0 0;
}

#propertyDetails .description .left {
	width: 68%;
}

#propertyDetails .description .right {
	float: right;
	width: 30%;
	text-align: right;
	margin-top: 22px;
}

#propertyDetails .description .right img {
	margin: 0 0 8px 0;
}

/* Property enquiry form */







#propertyDetails .description .left form {
	border: 1px solid #c6c2ac;
	margin-bottom: 20px;
	padding: 8px;
	font-size: 1.1em;
}

#propertyDetails .description .left form label {
	width: 80px;
	text-align: right;
	display: block;
	float: left;
	margin: 5px 8px 0 0;
}

#propertyDetails .description .left form input {
	border: 1px solid #c6c2ac;
	width: 180px;
	margin: 5px 0 5px 0;
	color: #807f73;
}

#propertyDetails .description .left form textarea {
	border: 1px solid #c6c2ac;
	margin: 5px 0 5px 0;
	width: 287px;
	color: #807f73;
}

#propertyDetails .description .left form div {
	text-align: right;
}

#propertyDetails .description .left form div input {
	border: none;
	width: auto;
}

/* *** GOLF *** */















/* GOLF Membership form */







#membershipForm, #formResult.membershipForm {
	padding: 10px;
	margin: 0 7px 15px 0;
	border: 1px solid #c6c2ac;
	line-height: 18px;
}

#membershipForm p {
	text-align: right;
	padding: 5px 0 5px 0;
	margin: 0;
}

#membershipForm .right p {
	text-align: left;
}

#membershipForm .left, #membershipForm .right {
	width: 50%;
	vertical-align: top;
}

#membershipForm .label {
	float: left;
	padding: 0px 10px 0 0;
	text-align: right;
	width: 80px;
}

#membershipForm .left input, #membershipForm .left textarea {
	width: 160px;
	border: 1px solid #c6c2ac;
	color: #807f73;
	padding: 3px;
	font-size: 8pt;
}

#membershipForm div.membType {
	width: 60px;
}

#membershipForm .right input, #membershipForm .right select {
	border: 1px solid #c6c2ac;
	color: #807f73;
	padding: 3px;
	font-size: 8pt;
}

#membershipForm .membType {
	float: left;
	padding: 2px;
	border: 0px !important;
}

/* Book Golf information table */
.bookGolfTbl td {
	padding: 0 20px 20px 0;
	margin: 0;
	vertical-align: top;
}


/* Hole By Hole */
#holeNumbers {
	margin-left: -1px;
}

#holeNumbers div {
	margin: 10px 8px 5px 0;
	padding-right: 10px;
	float: left;
}

#holeNumbers div.single {
	padding-right: 11px;
}

#holeNumbers #last {
	margin-right: 0;
	padding-right: 0;
}

#holeNumbers a:link, #holeNumbers a:visited {
	padding: 1px 0 0 7px;
	width: 13px;
	margin-right: -7px;
	overflow: hidden;
	height: 19px;
	display: block;
	float: left;
	letter-spacing: -1px;
	background-image: url(../images/photos/hole-by-hole/numbers/bg.jpg);
	font-weight: normal;
	text-decoration: none;
	color: #c7c2ac;
	font-family: Arial, Helvetica, sans-serif;
}

#holeNumbers a:hover, #holeNumbers #currentHole {
	background-image: url(../images/photos/hole-by-hole/numbers/bg-hover.jpg);
}

#holeNumbers a:link.double, #holeNumbers a:visited.double {
	padding-left: 4px;
	margin-right: -4px;
	width: 16px;
}

/* Individual Hole Information */

.holeInfo {
	float: right;
	width: 46%;
	padding: 70px 0 50px 0;
	position: relative;
}

.holeInfo h2 {
	display: inline;
}

.holeInfo span {
	padding-left: 8px;
}

.holeInfo p {
	margin-right: 10px;
}

.holeInfo #nav {
	position: absolute;
	bottom: 20px;
}

/* Competition Results */







#compResults .subSection {
	float: left;
	width: 45%;
	margin-right: 15px;
}

#compResults h2 {
	margin: 10px 0 5px 0;
	padding: 0;
}

#compResults h3 {
	font-size: 8pt;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 5px 0;
}

#compResults p {
	margin: 0 0 30px 0;
}

/* *** NEWS *** */















/* News Table */







#news, #article {
	width: 70%;
	float: left;
	padding-bottom: 20px;
}

.newsItem {
	float: left;
	border-bottom: 1px solid #c6c2ac;
	padding: 5px 0 10px 0;
}

.newsImg {
	float: left;
	margin-right: 10px;
}

.newsInfo h2 {
	margin: 0;
	padding: 0;
}

.newsInfo p {
	margin: 0 0 0 110px;
	padding: 10px 0 5px 0;
}

.newsInfo .date {
	text-transform: uppercase;
	color: #cac6b1;
	font-weight: bold;
}

.newsMore {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
}

.newsMore a:link, .newsMore a:visited, .newsMore a:hover {
	text-decoration: none;
	color: #cac6b1;
}

/* Older news table */

.oldNewsTbl td {
	border-bottom: 1px solid #c6c2ac;
	padding: 5px 10px 5px 0;
}

.oldNewsTbl .date {
	width: 80px;
}

.oldNewsTbl .headline {
	font-weight: bold;
	width: 340px;
}

.oldNewsTbl .more a:link, .oldNewsTbl .more a:visited, .oldNewsTbl .more a:hover {
	text-decoration: none;
	color: #cac6b1;
	text-transform: uppercase;
	font-weight: bold;
}

/* News Articles */



.articleHeading {
	margin: 50px 0 15px 0;
	padding: 0;
	float: left;
	text-transform:uppercase;
}

.dateHeading {
	margin: 50px 0 15px 0;
	text-transform: uppercase;
	color: #cac6b1;
	float: right;
}

#article p {
	margin: 0;
	padding: 3px 0 3px 0;
}

#article img {
	margin-bottom: 10px;
}

.moreFeatures {
	border: 1px solid #c6c2ac;
	float: left;
	width: 100%;
}

.moreFeatures h2 {
	margin: 10px 0 10px 10px;
	padding: 0;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10pt;
}

.moreFeatures ul {
	margin: 0;
	padding: 0;
	line-height: normal;
}

.moreFeatures li {
	list-style-type: none;
	padding: 0 5px 0 10px;
	clear: both;
}

.moreFeatures li img {
	float: left;
	clear: left;
}

.moreFeatures a {
	padding: 0px 0px 15px 4px;
	float: left;
	margin-top: -1px;
	display: block;
	width: 90%;
}

.moreFeatures a:link, .moreFeatures a:visited, .moreFeatures a:hover {
	font-weight: bold;
	color: #a4a39a;
	text-decoration: none;
	font-size: 7pt;
}

/* *** Side Menu *** */







#sideMenu {
	width: 159px;
	float: left;
}

#sideMenu h2 {
	margin: 20px 0 10px 0;
	padding: 3px 10px 3px 20px;
	background-color: #c7c2ac;
	font-size: 7pt;
	font-weight: bold;
	color: #f1eee7;
	text-transform: uppercase;
}

#sideMenu ul {
	margin: 0;
	padding: 0;
}

#sideMenu li {
	list-style-type: none;
	padding: 0 0 10px 20px;
}

#sideMenu a:link, #sideMenu a:visited {
	color: #a4a39a;
	text-decoration: none;
	font-size: 7pt;
	font-weight: bold;
}

#sideMenu a:hover {
	color: #6d6c5e;
}

#sideMenu a:link.current, #sideMenu a:visited.current {
	color: #6d6c5e;
}

/* ****************** */







/* 		SIDEBAR		  */







/* ****************** */







#sidebar {
	width: 218px;
	float: right;
	margin-left: -10px;
	padding-bottom: 4000px;
	margin-bottom: -4000px;
	background-color: none;
	background-image: url(../images/design/sidebarBG.png);
	background-repeat: repeat;
}

.logo, .weather {
	text-align: center;
	margin: 10px 10px 0 10px;
}

.logo {
	margin-top: 36px;
}

.sideTop {
	margin: 10px 10px 0 10px;
	font-size: 8pt;
}

.sideItem {
	border-top: 1px solid #c7c2ac;
	padding: 10px 0 0 0;
	margin: 10px;
	font-size: 8pt;
}

.sideItem td {
	vertical-align: top;
}

.sideThumb {
	margin-right: 8px;
}

.sideItem h4 {
	text-transform: uppercase;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

.sideItem p {
	margin: 0;
	padding: 4px 0 3px 0;
}

.sideMore {
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	margin-top: -15px;
	margin-bottom: -5px;
}

.sideItem a:link, .sideItem a:visited, .sideItem a:hover {
	color: #cac6b1;
	text-decoration: none;
}

.sideItem form {
	margin: 0;
}

.sideItem form input {
	color: #807f73;
}

#side_bookGolf:link, #side_bookGolf:visited, #side_bookGolf:hover, #side_login:link, #side_login:visited, #side_login:hover, .side-info:link, .side-info:visited, .side-info:hover {
	display: block;
	margin: 8px 0 0 0;
	font-weight: bold;
	color: #a4a39a !important;
	font-size: 7.5pt;
}

#side_bookGolf img, #side_login img, .side-info img {
	margin: 0 5px -5px 2px;
}

/* Member Login form */







#memberLogin {
	border: solid 1px #c7c2ac;
	background-color: #ffffff;
	margin: 10px 0 0 2px;
}

#memberLogin .title {
	font-size: 11px;
	padding: 5px 0px 5px 8px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	float: left;
}

#memberLogin .heading {
	border-bottom: solid 1px #c7c2ac;
}

#memberLogin .close {
	float: right;
	padding: 5px 8px 5px 0px;
}

#memberLogin .clear {
	clear: both;
}

#memberLogin form {
	padding: 5px;
}

#memberLogin input {
	border: 1px solid #c7c2ac;
	width: 120px;
	margin: 5px 0 0 0;
}

#memberLogin label {
	display: block;
	float: left;
	width: 60px;
	padding-top: 8px;
}

#memberLogin form div {
	text-align: right;
}

#memberLogin form div input {
	border: none;
	width: auto;
}

/* ****************** */
/* 		 FOOTER		  */
/* ****************** */

#footer {
	background-color: #6d6c5e;
	height: 20px;
	line-height: 20px;
	padding: 0 7px 0 10px;
	margin-left: 4px;
	clear: both;
	color: #f1eee7;
}

#tagline {
	float: left;
	font-size: 9pt;
}

#smallprint {
	float: right;
	font-size: 8pt;
	color: #c0bca7;
}

#smallprint a:link, #smallprint a:visited {
	color: #c0bca7;
	text-decoration: none;
}

#smallprint a:hover {
	color: #83BDED;
	text-decoration: underline;
}

a.overview-image {
	display: block;
	width: 579px;
	height: 393px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a.overview-image:hover {
	background-position: 0px -393px;
}

/* Magnolia Logo */
.magnoliaLogo {
	margin: 0 0 0px 0px;
}

/* Feature Property */
.sideItem .icons {
	padding: 5px 0 7px 0;
	border-top: 1px solid #C7C2AC;
	border-bottom: 1px solid #C7C2AC;
	text-align: center;
	font-size: 10pt;
	color: #999;
	background-color: #fff;
}

.sideItem .icons img {
	margin: 0 4px -5px 0px;
}

.lessonPrices td{
	padding-left:15px;
}
.lessonPrices th{
	padding-left:15px;
}