body {
	font-family: Verdana, Arial, sans-serif;
}

/* LAYOUT */
#wrapper {
	margin: 0 auto;
	width: 1000px;
	background: url("/images/site/bg.png") no-repeat 0 0 #4fb3d7;
	border: 1px solid #000000;
	border-top: 0px solid #000000;
}

#nav {
	float: right;
	margin: 160px 62px 0 0;
}

#menu {
	float: right;
	list-style-type: none;
	margin: 16px 0 0 0;
	padding: 0;
	overflow: hidden;
}

#menu li {
	border-right: 1px solid #ffffff;
	float: left;
	margin: 0 -5px 0 5px;
	padding: 0 5px 2px 5px;
}

#menu li a {
	text-decoration: none;
	color: #ffffff;
}

#menu li a:hover {
	text-decoration: underline;
}

#panel_left {
	position: relative;
	top: 110px;
	left: 52px;
	margin: 0;
	width: 182px;
	min-height: 200px;
}

#content {
	float: right;
	width: 685px;
	margin: 26px 58px 0 12px;
}

#content_left {
	background: #84b51b;
	float: left;
	width: 445px;
	padding: 10px;
	min-height: 370px;
}

#content_right {
	background: #b6db57;
	float: right;
	width: 192px;
	padding: 10px;
	min-height: 370px;
	position: relative;
}

#footer {
	clear: both;
	height: 106px;
	width: 100%;
	margin: 0;
	padding: 78px 0 0 0;
	background: url("/images/site/bg_footer.png") no-repeat 0 0;
	color: #ffffff;
}

#footer p {
	width: 820px;
	margin: 2px auto;
	text-align: center;
}

#footer p a {
	color: #ffffff;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

.clear {
	clear	  : both;
	background: none;
}


/* SEARCH */
.panel {
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	margin: 0;
}

.panel_top {
	margin: 0 0 -1px 0;
	padding: 0;
}

.panel_bottom {
	margin: -1px 0 20px 0;
	padding: 0;
}

.align_right {
	text-align: right;
}

form.search {
	margin: 4px;
}

form.search strong {
	color: #ffffff;
	font-size: 0.9em;
}

form.search label {
	line-height: 16px;
	width: 64px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #ffffff;
	margin: 0 4px 0 0;
}

form.search ol {
	margin: 0;
	padding: 0;
}

form.search li {
	list-style: none;
	padding: 4px 0;
	margin: 0;
}

form.search input {
	width: 166px;
	padding: 1px;
}

form.search select {
	width: 100%;
	padding: 1px;
}

form.search small {
	color: #ffffff;
}

.results {
	margin: 0;
	font-weight: bold;
}

.result {
	margin: 16px 0;
}

.more_info {
	float: right;
	background: url("/images/site/bullet_arrow.png") no-repeat 0 4px transparent;
	padding: 0 0 0 12px;
}

.relevance_container {
	float: right;
	width: 41px;
	height: 6px;
	margin: 6px 8px 0 0;
	background: url("/images/site/bar_empty.png") no-repeat 0 0 transparent;
}

.relevance_bar {
	float: left;
	height: 6px;
	background: url("/images/site/bar_full.png") no-repeat 0 0 transparent;
}

.pagination {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}

.pagination a {
	padding: 0 2px;
}

.pagination em {
	padding: 0 2px;
}

.featured {
	background: #84b51b;
	display: block;
	padding: 8px 0;
	margin: 4px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

/* BROWSE */
#categories_header {
	margin: 0;
	color: #fff;
	font-weight: bold;
}

#categories {
	margin: 0;
	padding: 0;
}

#categories li {
	margin: 4px 0;
}

#categories li a {
	background: url("/images/site/bullet_pink.png") no-repeat 0 6px transparent;
	padding: 0 0 0 12px;
	color: #fff;
	text-decoration: none;
}

#categories li a:hover {
	text-decoration: underline;
}

#subs {
	background: #b6db57;
	padding: 6px 0 6px 6px;
	margin: 10px 0;
}

#subs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#subs ul li {
	border-left: 1px solid #000;
	float: left;
	margin: 0 5px 0 -5px;
	padding: 0 5px 2px 5px;
}

#subs ul li a {
	text-decoration: none;
	color: #000;
}

#subs ul li a:hover {
	text-decoration: underline;
}

/* ACTIVITY */
#address_block {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 172px;
}

/* ENQUIRE */
form.enquire label {
	display: block;
	line-height: 16px;
	vertical-align: middle;
	font-weight: bold;
}

form.enquire ol {
	margin: 0;
	padding: 0;
}

form.enquire ul {
	float: left;
	width: 45%;
}

form.enquire li {
	list-style-type: none !important;
	padding: 4px 4px 5px 4px;
	margin: 0;
}

form.enquire input, form.enquire textarea, form.enquire select {
	width: 240px;
}

form.enquire input.half, form.enquire select.half {
	width: 115px;
	margin: 0;
}

form.enquire li h2 {
	margin: 0;
	padding: 0;
}

/* TAG STYLES */
h1 {
	line-height		: 16px;
	padding			: 0px 0px 4px 0px;
	background-color: transparent;
	color			: #000000;
	font-size: 16px;
	margin: 0 0 4px 0;
	font-weight: bold;
}

h2 {
	line-height		: 14px;
	padding			: 4px 0px;
	background-color: transparent;
	color			: #000000;
	font-size: 14px;
	margin: 0 0 4px 0;
	padding: 4px 0 6px 0px;
	font-weight: bold;
}

h3 {
	font-size		: 12px;
	line-height		: 12px;
	padding			: 4px 0px;
	margin			: 0px;
	background-color: transparent;
	color			: #000000;
}

p {
	text-align: left;
	padding	  : 0px 0px 10px 0px;
	margin	  : 0px;
}

a {
	color		   : #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

input, textarea, select {
	border	  : 1px solid #4d4d4d;
	background: #ffffff;
	padding: 2px;
}

textarea {
	height: 100px;
}

ul {
	padding: 0px;
	margin : 4px 0px 4px 16px;
}

hr {
	height: 1px;
	color: #000000;
	background: #000000;
	margin: 2px auto;
	border: 0px solid #000000;
}

input.icon {
	border			: 0px solid #6d8821;
	background-color: transparent;
	width			: 20px;
	height			: 20px;
}

.button {
	width: auto !important;
	height: auto !important;
}

.image_button {
	width: auto !important;
	height: auto !important;
	border-width: 0px !important;
	vertical-align: bottom;
	background: transparent;
	margin: 0 !important;
	padding: 0 !important;
}

table.table_data th {
	text-align : left;
	color	   : #000;
	font-weight: bold;
}

.info_box {
	background: url("../images/site/icon_info.png") 4px 4px no-repeat #8cb2d9;
	border	  : 1px solid #365188;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.info_box_auto {
	background: url("../images/site/icon_info.png") 4px 4px no-repeat #8cb2d9;
	border	  : 1px solid #365188;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	text-align: left;
	margin	  : 10px 0;
	width	  : 50%;
}

.error_box {
	background: url("../images/site/icon_error.png") 4px 4px no-repeat #fa9d8b;
	border	  : 1px solid #b84e2e;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.confirm_box {
	background: url("../images/site/icon_accept.png") 4px 4px no-repeat #75c868;
	border	  : 1px solid #226d1f;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.code_box {
	background: url("../images/site/icon_terminal.png") 4px 4px no-repeat #e2e2e2;
	border	  : 1px dashed #000;
	color	  : #000;
	padding	  : 4px 4px 4px 24px;
	width	  : 90%;
	text-align: left;
	margin	  : 20px auto;
	overflow  : auto;
	font-family: courier;
}

.todo_box {
	background: url("../images/site/icon_note.png") 4px 4px no-repeat #f7e187;
	border	  : 1px dashed #df7900;
	color	  : #000;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
	overflow  : auto;
}

.info_box a, .error_box a, .confirm_box a, .code_box a, .todo_box a {
	color: #fff !important;
}

.half {
	margin: 10px 0;
	width : 50%;
}

.inline {
	display: inline;
}

.right {
	float: right;
}

.left {
	float: left;
}

.auto {
	width: auto !important;
}

.trans {
	background: transparent;
	border-width: 0px;
}