﻿/* ---------- Base elements ---------- */
body {
	background-color:#ded2b2;
	font-family:arial,sans-serif;
	font-size:10px;
	margin:0;
	padding:0;
}

a img {border:none;}

a {color:#60001E}

/* ---------- Header ---------- */
#Header {
	width:960px;
	height:110px;
	background-image:url(/shared/images/site/header_bg.png);
	margin:0 auto;
	position:relative;
}

#Header h1 {
	position:absolute;
	left:0;
	top:0;
	width:210px;
	height:100%;
	padding:0;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}

#Header ul {
	position:absolute;
	bottom:0;
	right:8px;
	width:745px;
	height:32px;
	padding:0;
	margin:0;
}

#Header ul li {
	float:left;
	height:100%;
	list-style-type:none;
}

#FishingMenu { width:148px;}
#PaddlingMenu { width:89px;}
#DivingMenu { width:69px;}
#CampingMenu { width:83px;}
#AboutMenu { width:87px;}
#ManagementMenu { width:96px;}
#NewsMenu { width:64px;} 
#ContactMenu { width:100px;}

#Header ul li a {
	float:left;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

#Header ul li a:hover {
	background:url(/shared/images/frontpage/header_pointer.gif) no-repeat bottom center;
}

/* ---------- Content Area ---------- */
#ContentArea {
	position:relative;
	margin:0 auto;
	padding:0;
	width:960px;
}


/* ---------- Footer ---------- */
#FooterLinks {
	color:#754E2E;
	margin:10px auto;
	text-align:center;
	clear:both;
	width:700px;
}

#FooterLinks li {
	display:inline;
	list-style-type:none;
}

#FooterLinks li a {
	border-left:1px solid #754E2E;
	color:#754E2E;
	font-size:11px;
	margin:0;
	padding:0 10px;
	text-decoration:none;
}

#FooterLinks li.First a {border-left:none;}

#FooterLinks li a:hover {text-decoration:underline;}

Address {
	background: url(/shared/images/site/dotted_border.gif) no-repeat scroll center top; 
	clear:both;
	text-align:center;
	color:#676767;
	padding:10px 0;
	font-style:normal;
	width:700px;
	margin:auto;	
}
