/************************************************** MAIN STYLES */
html, body {
	width: 100%;
	height: 100%;
}

html {
	overflow-y: scroll;
}
		
body {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	background-color: #4f4b32;
}


/************************************************** CONTAINER STYLES */
.mainWrapper {
	width: 100%;
	margin: 0 auto;
}


td.bannerLeft {
	background-color: #b7c1e8;
	background-image: url('../images/banner_left.gif');
	background-repeat: repeat-x;
}

td.bannerRight {
	background-color: #767475;
	background-image: url('../images/banner_right.gif');
	background-repeat: repeat-x;
}


.mainBody {
	width: 947px;
	background-color: white;
	margin: 0 auto;
	padding: 15px;
}

.mainMid {
	float: left;
	width: 578px;
	text-align: center;
	padding: 8px;
}

.fullMid,
.fullMid2 {
  position: relative;
  width: 930px;
	margin: 0 auto;
	text-align: center;
	padding: 8px;
}

.fullMid2 {
  width: 620px;
}

.sideTout {
	width: 156px;
	height: 222px;
	background-color: #4f4b32;
	padding: 8px;
}

.midTout {
	width: 156px;
	height: 156px;
	background-color: #4f4b32;
	padding: 8px;
}

.mediaTout, .watchTout, .serviceTout {
	cursor: pointer;
}

.serviceTout {
	border: none;
	width: 290px;
	height: 184px;
	cursor: pointer;
}

label {
	float: left;
	display: block;
	width: 70px;
	text-align: right;
}

#frmNewsletter label {
	width: 120px;
}

#frmNewsletter input.text {
	float: left;
	width: 130px;
	margin-left: 5px;
}


/************************************************** TEXT STYLES */
h1 {
	font-family: Trebuchet MS;
	font-size: 30px;
	line-height: 12px;
	color: #90bc99;
	margin: 0;
}

h2 {
	font-family: Trebuchet MS;
	font-size: 18px;
	line-height: 12px;
	color: #90bc99;
	margin: 0;
}

p {
	font-family: Trebuchet MS;
	font-size: 15px;
	line-height: 23px;
	color: #4f4b32;
}

a {
	font-family: Trebuchet MS;
	font-size: 15px;
  color: #90bc99;
	text-decoration: none;
}

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

.mainBody a {
  font-weight: bold;
}

.mainBody a.big {
  font-size: 23px;
}

.mainBody a.large {
  font-size: 30px;
}

.sideToutBody,
.midToutBody {
	height: 206px;
	background-color: #ddcc5c;
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	color: #4f4b32;
	text-align: center;
	padding: 8px;
}

.sideToutBody p {
	margin: 0;
	padding: 0;
	line-height: 18px;
}

.sideToutBody a {
	color: inherit;
	font-weight: inherit;
	text-decoration: underline;
}

.midToutBody {
	height: 140px;
}

.midToutTeal {
	background-color: #90bc99;
}

.player {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}


/************************************************** MENU STYLES */
.mainMenuContainer {
	position: relative;
	margin: 30px auto;
	width: 640px;
	height: 20px;
	cursor: default;
}

.mainMenuLinkOff,
.mainMenuLinkHover {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	padding: 0 8px 8px 8px;
	background-color: transparent;
}

.mainMenuLinkHover {
	background-color: #ddcc5c;
}

.mainMenuLinkOff a,
.mainMenuLinkHover a {
	font-family: Trebuchet MS;
	font-size: 19px;
	line-height: 21px;
	color: #90bc99;
	cursor: pointer;
}

.mainMenuLinkOff a:hover {
	color: #aadeb5;
	text-decoration: none;
}

.mainMenuLinkHover a,
.mainMenuLinkHover a:hover {
	color: #4f4b32;
	text-decoration: none;
}

.mainMenuSpacer {
	display: block;
	float: left;
	font-family: Trebuchet MS;
	font-size: 19px;
	color: #ddcc5c;
	padding: 0 5px;
}


.subMenu {
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
/*	background-color: #ddcc5c;*/
	text-align: left;
}

.subMenu a {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	padding: 0 5px;
	color: black;
	background-color: #ddcc5c;
}

.subMenu a:hover {
	color: black;
	text-decoration: none;
}


.storeNav {
  position: relative;
  width: 470px;
  margin: 0 auto;
}

#cartTotal {
  position: absolute;
  top: 0;
  right: 20px;
  width: 100px;
  text-align: right;
}


.footerMenuContainer {
	margin: 30px auto;
	width: 530px;
	height: 20px;
	overflow: hidden;
}

.footerMenuLink {
	display: inline;
	font-family: Trebuchet MS;
	font-size: 17px;
	color: #90bc99;
	cursor: pointer;
}

.footerMenuLink:hover {
	color: #aadeb5;
}

.footerMenuSpacer {
	display: inline;
	font-family: Trebuchet MS;
	font-size: 17px;
	color: #ddcc5c;
	margin: 0 5px;
}


/************************************************** CALENDAR STYLES */

table.calendar {
	width: 525px;
	text-align: center;
	cursor: default;
}

table.calendar thead {
	color: #4f4b32;
	background-color: #ddcc5c;
	font-size: 24px;
	line-height: 30px;
}

table.calendar thead a {
	color: #4f4b32;
	text-decoration: none;
}

table.calendar td.day {
	width: 75px;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #4f4b32;
	background-color: #90bc99;
}

table.calendar td.day.off {
	background-color: #6a8a70;
}

table.calendar td.weekend {
	color: #90bc99 !important;
	background-color: #4f4b32 !important;
}

table.calendar td.heading {
	width: 75px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #4f4b32;
	background-color: #6a8a70;
}

table.calendar td.clickable {
	cursor: pointer;
}

table.calendar td.today {
	color: #4f4b32 !important;
	background-color: #ddcc5c !important;
}

table.calendar td.day.hovering {
	background-color: #afe3b9 !important;
}

table.calendar td.workshop {
	width: 75px;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #4f4b32;
	background-color: #dc6d2c !important;
}

table.calendar td.workshop.hovering {
	background-color: #ff8842 !important;
}

.calendarTime {
	float: left;
	width: 400px;
	padding-left: 20px;
}


/************************************************** STORE STYLES */


#checkout thead {
	color: #4f4b32;
	background-color: #ddcc5c;
	font-size: 24px;
	line-height: 30px;
}

#checkout tbody {
	font-size: 14px;
	line-height: 22px;
}

#checkout tfoot {
	color: #4f4b32;
	font-size: 18px;
	line-height: 22px;
}

#checkout tfoot td {
	border-top: 1px solid grey;
	border-bottom: 1px solid black;
}

.store_item {
	margin-bottom: 30px;
}


/************************************************** REUSABLE STYLES */			
.bold {
	font-weight: bold;
}

.burgundy {
	color: #ae2b31;
}

.big {
  font-size: 14px;
  font-weight: bold;
}

.large {
	font-size: 19px;
}


.lh0 {
	font-size: 0;
	line-height: 0;
}

.lh5 {
	font-size: 5px;
	line-height: 5px;
}

.lh10 {
	font-size: 10px;
	line-height: 10px;
}

.lh16 {
	font-size: 16px;
	line-height: 16px;
}

.lh20 {
	font-size: 20px;
	line-height: 20px;
}


.mr50 {
	margin-right: 50px;
}


.abs {
	position: absolute;
}
			
.rel {
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pointer {
	cursor: pointer;
}



table.basicTable {
	border-bottom: 1px dotted black;
}

table.basicTable thead tr {
	color: #4f4b32;
	background-color: #ddcc5c;
	font-size: 24px;
	line-height: 30px;
}
