body {
	background-color: #000099;
	margin-top: 2px;
}
#table_main {
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-right: 4px;
	padding-left: 4px;
	width: 795px;
}
#header {
}
#navbar {
	background-image: url(images/bg_navbar.jpg);
	background-repeat: repeat-x;
	height: 34px;
}
#content {
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat;
	padding-top: 22px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.enquiry_form {
	border: 1px solid #FFFFFF;
}
.enquiry_form_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-left: 6px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#footer {
	background-color: #333333;
	height: 22px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 6px;
	padding-right: 8px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #66CCCC;
	text-decoration: underline;
}
.image_padding {
	padding-right: 1px;
}
.display_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	background-color: #FFFFFF;
}
ul {
	list-style-position: outside;
}
li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: -20px;
}

.border_images {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}
.image {
	display: inline;
	padding-bottom: 10px;
	padding-left: 16px;
}

.thumbnail{
	z-index: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	position: relative;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	padding-top: 3px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -133px;
left: 60px; /*position where enlarged image should offset horizontally */

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	width: 95%;
}
.white_box_border {
	background-color: #FFF;
	border: thin solid #999;
	padding-top: 20px;
	padding-bottom: 20px;
}

.button_more_details a{
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B0B9D1;
	border-right-color: #B0B9D1;
	border-bottom-color: #B0B9D1;
	border-left-color: #B0B9D1;
}
.button_more_details a:visited{
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.button_more_details a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B0B9D1;
	border-right-color: #B0B9D1;
	border-bottom-color: #B0B9D1;
	border-left-color: #B0B9D1;
	background-color: #33F;
	font-weight: bold;
}
.image_padding {
	padding-bottom: 10px;
}
.back_button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.back_button a {
	color: #333;
	text-decoration: none;
}
.back_button a:visited {
	color: #333;
	text-decoration: none;
}
.back_button a:hover {
	color: #03C;
	text-decoration: none;
}
.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #039;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 5px;
}
.navigation a {
	color: #FFF;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	border: 1px solid #FFF;
}
.navigation a:visited {
	text-decoration: none;
	background-color: #039;
}
.navigation a:hover {
	background-color: #06F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #FFF;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 12px;
	padding-left: 12px;
}
.navigation_set {
	background-color: #CD0102;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #FFF;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 12px;
	padding-left: 12px;
	margin-left: 5px;
}
