/* CSS Document */

/* Generic Styling */

html {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #761E1E;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

p {
	color: #4A432D;
	font-size: 70%;
	font-weight: normal;
	line-height: 150%;
}

a:link { 
	color: #4A432D;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #4A432D;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: #4A432D;
	font-weight: bold;
	text-decoration: none; 
	}
a:hover { 
	color: #4A432D;
	font-weight: bold;
	text-decoration: none;
	}

h5 {
	color: #761E1E;
	font-size: 75%;
	font-weight: bold;
}


/* Specific Classes */


.sub_nav {
	font-size: 65%;
	color: #000000;
	font-weight: normal;
}
	a.sub_nav:link { 
		text-decoration: none; 
		color: #000000;
		font-weight: normal;
		}
	a.sub_nav:visited { 
		text-decoration: none; 
		color: #000000;
		font-weight: normal;
		}
	a.sub_nav:active { 
		text-decoration: none; 
		color: #000000;
		font-weight: normal;
		}
	a.sub_nav:hover { 
		text-decoration: underline; 
		color: #000000;
		font-weight: normal;
		}
		
.form_fields {
	color: #000000;
	font-size: 70%;
	background-color: #FFFFFF;
	border: 1px solid #9C824E;
	padding: 2px;
	margin: 0px;
}
.dropdown {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #9C824E;
	padding: 2px;
	margin: 0px;
}
.enquiry_fields {
	color: #4A432D;
	font-size: 70%;
	background-color: #E5DCC5;
	border: 1px solid #3E2824;
	padding: 2px;
	margin: 0px;
}
.enquiry_dropdown {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #4A432D;
	font-size: 70%;
	background-color: #E5DCC5;
	border: 1px solid #3E2824;
	padding: 2px;
	margin: 0px;
}
.tablecontent {
	color: #4A432D;
	font-size: 70%;
	font-weight: normal;
	line-height: 150%;
}
a.tablecontent:link { 
	color: #4A432D;
	font-weight: bold;
	text-decoration: none;
	}
a.tablecontent:visited {
	color: #4A432D;
	font-weight: bold;
	text-decoration: none;
	}
a.tablecontent:active {
	color: #4A432D;
	font-weight: bold;
	text-decoration: none; 
	}
a.tablecontent:hover { 
	color: #4A432D;
	font-weight: bold;
	text-decoration: underline;
	}
.redasterisk{
	color: #4A432D;
	font-size: 70%;
}



/* Specific Divs */


#header_nav{
	visibility: hidden;
}

#main_nav {
	visibility: hidden;
}

#footer_nav {
	visibility: hidden;
}
#main {
	position: absolute;
	top: 0;
	left: 0;
	visibility: visible;
	width: 170mm;
}
#mailing_list {
	visibility: hidden;
}
#nav_img {
	visibility: hidden;
}
#bottom_main {
	visibility: hidden;
}
#image {
	visibility: hidden;
}