/** {
	margin: 0;
	padding: 0;
}

p {
	margin: 10px 0;
}*/

body {
	/*margin: 0px auto;*/
	background-attachment: fixed;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/general/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
hr {
	height: 1px;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
.text-subtitle {
	font-size: 12px;
	font-weight: bold;
}
.price {
	font-size: 12px;
	font-weight: bold;
}


/*CONTENT BACKGROUNDS*/


/*#BASE {
	background-color: #FFFFFF;
	margin: 0 auto;
}*/
#NAV {
	margin: 0px;
	background-image: url(images/general/nav_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#NAV a{
	color: #666666;
	text-decoration: none;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
#NAV a:hover{
	color: #000000;
	background-color: #FFFFFF;
	display: table-column;
}
#HEADER {
	background-image: url(images/head/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	background-color: #FFFFFF;
	padding-top: 10px;
	height: 60px;
	margin: 0px;
}
#CONTENT {
	background-color: #FFFFFF;
}
#BANNER {
	background-color: #FFFFFF;
}
#FOOTER {
	background-image: url(images/general/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	/*background-image: url(images/content_bg/960x60_footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}
#HOMECONTENT {
	background-image: url(images/backgrounds/facilities_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 760px;
	height: 700px;
	background-color: #FFFFFF;	
}
#FACILITIESCONTENT {
	background-image: url(images/backgrounds/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 760px;
	height: 920px;
	background-color: #FFFFFF;	
}
#STATICSCONTENT {
	background-image: url(images/backgrounds/statics_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 760px;
	height: 750px;
	background-color: #FFFFFF;	
}
#LODGESCONTENT {
	background-image: url(images/backgrounds/lodges_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 760px;
	height: 810px;
	background-color: #FFFFFF;	
}
#TOURINGCONTENT {
	background-image: url(images/backgrounds/touring_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 760px;
	height: 700px;
	background-color: #FFFFFF;	
}
#LOCATIONCONTENT {
	background-image: url(images/backgrounds/location_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 760px;
	height: 720px;
	background-color: #FFFFFF;	
}
#PRICECONTENT {
	background-image: url(images/backgrounds/prices_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 760px;
	height: 610px;
	background-color: #FFFFFF;	
}
#BULLETS {
	background-image: url(images/backgrounds/bullets_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*background-image: url(images/content_bg/960x60_footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}
#LINKS {
	background-image: url(images/backgrounds/links_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*background-image: url(images/content_bg/960x60_footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}
#LINKS a{
	color: #666666;
	text-decoration: none;
}
#LINKS a:hover{
	color: #000000;
}

#ENQUIRY {
	background-image: url(images/general/form_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#SEND {
	background-image: url(images/backgrounds/send_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*background-image: url(images/content_bg/960x60_footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}
#CONDITIONS {
	background-image: url(images/backgrounds/conditions_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 550px;
	height: 400px;
	background-color: #FFFFFF;	
}


/*NAVIGATION*/

#MAINNAV {
	width: 760px;
	background-image: url(images/general/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}
#MAINNAV td {
	text-align:center;
	width: 760px;
}
#MAINNAV ul {
	list-style: none;
	padding-left: 9px;
	margin: 0 auto;
	text-align: center;
}
#MAINNAV a {
	color: #666666;
	text-decoration: none;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 19px;
	padding-bottom: 19px;
	display: block;
	float: left;
}
#MAINNAV a:hover {
	color: #000000;
	text-decoration: none;
	/*background-color: #FFFFFF;*/
	background-image: url(images/general/nav_over_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}


#MAINNAV a.mainnav-selected {
	color: #000000;
	background-color: #FFFFFF;
	/*background-image: url(images/general/nav_selected_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
}
#MAINNAV a.home-selected {
	color: #000000;
	background-image: url(images/nav_selected_bg/home_selected.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#MAINNAV a.facilities-selected {
	color: #000000;
	background-image: url(images/nav_selected_bg/facilities_selected.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#MAINNAV a.static-homes-selected {
	color: #000000;
	background-image: url(images/nav_selected_bg/static_homes_selected.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#MAINNAV a.lodges-selected {
	color: #000000;
	background-image: url(images/nav_selected_bg/lodges_selected.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#MAINNAV a.tourers-selected {
	color: #000000;
	background-image: url(images/nav_selected_bg/tourers_selected.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#MAINNAV a.location-selected {
	color: #000000;
	background-image: url(images/nav_selected_bg/location_selected.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#MAINNAV a.price-selected {
	color: #000000;
	background-image: url(images/nav_selected_bg/price_selected.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
a.pixelism {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}
a.pixelism:hover {
	color: #660088;
	text-decoration: none;
}
a.visitors {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
a.visitors:hover {
	color: #333333;
	text-decoration: none;
}


/*PADDING*/



.pad-left-10-right-bottom-20 {
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.pad-top-right-10-left-bottom-20 {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.pad-bottom-20 {
	padding-bottom: 20px;
}
.pad-left-bottom-20-right-10 {
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.pad-right-bottom-20-left-10 {
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.pad-all-10 {
	padding: 10px;
}
.pad-top-bottom-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad-left-right-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.pad-bottom-10 {
	padding-bottom: 10px;
}
.pad-left-10 {
	padding-left: 10px;
}
.pad-left-right-bottom-10 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.pad-top-right-bottom-10 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.pad-top-left-bottom-10 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.pad-top-left-only-10 {
	padding-top: 10px;
	padding-left: 10px;
}
.pad-all-20 {
	padding: 20px;
}
.pad-left-right-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pad-left-right-bottom-20 {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.pad-top-left-bottom-20-right-10 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
.pad-top-right-bottom-20-left-10 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 10px;
}
.pad-top-left-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.pad-top-right-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.pad-top-10-right-bottom-left-20 {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.pad-top-10-right-bottom-20-left-10 {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 10px;
}
.pad-all-30 {
	padding: 30px;
}


/*TEXT SIZES COLOURS*/


.text-size-8 {
	font-size: 8px;
}
.text-size-10 {
	font-size: 10px;
}
.text-size-12 {
	font-size: 12px;
}
.text-size-14 {
	font-size: 14px;
}
.text-size-16 {
	font-size: 16px;
}
.text-red {
	color: #FF3300;
}
.text-grey {
	color: #999999;
}
.text-green {
	color: #009900;
}


/*FORMS*/


input {
	font-size: 12px;
	width: 360px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
textarea {
	font-size: 12px;
	height: 100px;
	width: 360px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
form {
	display: inline;
}
