﻿body 
{
	background-color: #6E7A59;
	margin: 0;
	color: #6C6C6C;
	font-family: Arial;
	font-size: 12px;
}

h1
{
	color: #325232;
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}
h2
{
	color: #325232;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}

hr
{
	color: #A79D91;
	height: 1px;
}

a
{
	color: #003601;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}

.ItalicGeorgia
{
	font-style: italic;
	font-family: Georgia;
}

.BookNow
{
	color: #003601;
	text-decoration: none;
	font-size: 15px;
	font-family: Georgia;
	font-weight: bold;
}

.TableHeader
{
	height: 25px;
	background-color: #003701;
	color: #FFFFFF;
	font-weight: bold;
}
.TableItem
{
	background-color: #CBCFC2;
	color: #000000;
}
		.TableItem td
		{
			border-top: 1px solid #FFFFFF;
			border-bottom: 3px solid #FFFFFF;
		}

img
{
	border: 0;
}

#Wrapper
{
	margin: 43px auto 0 auto;
	width: 976px;
}
		#TopShadow
		{
			width: 976px;
			height: 25px;
			background: url(../images/shadow_bg_top.jpg) no-repeat;
		}
		#MainContainer
		{
			background: url(../images/shadow_bg.jpg) repeat-y;
			padding: 0 36px 0 38px;
			width: 902px /*940px*/ /*976px*/;
			position: relative;
		}
				#Header
				{
					width: 100%;
					height: 160px;
					margin: 0 0 -52px 0;
				}
						#Tree
						{
							width: 253px;
							height: 213px;/*213*/
							margin: -67px 0 -40px -107px /*-69px*/;
							background: url(../images/tree.jpg) no-repeat;
							float: left;
						}
								#Logo
								{
									width: 170px;
									height: 34px;
									margin: 78px 0 0 54px;
								}
								#HeaderMiddle
								{
									float: left;
								}
										#Slogan
										{
											width: 488px;
											height: 51px;
											margin: 7px 0 0 9px;
										}
										#Navigation
										{
											margin: 10px 0 0 -146px;
										}
												#Navigation a
												{
													color: #8A8A8A;
													font-family: Georgia;
													font-size: 13px;
													font-weight: normal;
													
													padding: 0 14px;
												}
								#HeaderRight
								{
									float: right;
									margin-top: 10px;
								}
										#HeaderRight img
										{
											margin-left: 15px;
											vertical-align: top;
										}
				#MainImage
				{
					width: 900px;
					height: 309px /*309px*/;
					margin: 0 0 0 0;
					position: relative;
				}
						#MainImage img
						{
							/*position: absolute;
							top: -37px;*/
						}
				#FlagsWrap
				{
					width: 100%;
					height: 23px;
				}
						#Flags
						{
							float: right;
						}
				#ColumnWrap
				{
					margin-top: 7px;
				}
						#LeftCol
						{
							float: left;
							width: 222px;
						}
								.OffersBox
								{
									margin-bottom: 20px;
									padding: 8px 13px;
									width: 194px /*222px*/;
									/* hack to set min height in IE 6 */
									height: auto !important;
									height: 166px /*182px*/;
									min-height: 166px /*182px*/;
									background: #5C5041 url(../images/offers_box_bg.jpg) repeat-x top;
									color: #FFFFFF;
								}
										.OffersBox a
										{
											color: #FFFFFF;
										}
												.OffersBox a:hover
												{
													text-decoration: underline;
												}
										.OfferName
										{
											font-weight: bold;
											text-transform: uppercase;
										}
										.OfferImage
										{
											margin-top: 7px;
										}
										.OfferCopy
										{
											font-size: 10px;
										}
										.OfferCost
										{
											font-family: Georgia; 
											font-size: 18px;
										}
						#CentreCol
						{
							float: left;
							width: 425px;
							margin-left: 27px;
						}
						#RightCol
						{
							float: right;
							width: 200px;
							margin-top: 3px;
						}
								.Activities
								{
									font-family: Georgia;
									line-height: 25px;
								}
										.Activities img
										{
											vertical-align: middle;
											margin-right: 5px;
										}
										.Activities a
										{
											color: #6C6C6C;
											font-weight: normal;
										}
												.Activities a:hover
												{
													text-decoration: none;
												}
				#Submarine
				{
					margin: 15px 0 0 0;
					padding-top: 15px;
					text-align: right;
					border-top: 1px solid #CCCCCC;
				}
					#Submarine a
					{
						color: #8A8A8A;
						font-weight: normal;
						font-size: 11px;
					}
		#BottomShadow
		{
			width: 976px;
			height: 25px;
			background: url(../images/shadow_bg_bottom.jpg) no-repeat;
		}