/* Generic HTML styles
----------------------------------------------- 
*/
* {
	line-height: 16px;
}
body {
	background-image: url(../pics/bg.jpg);
	margin: 15px 0 15px 0;
	background-color: #F6F8F7; /* light grey */
}
img {
	border: 0;
}
h1 {
	color: #77A131; /* green */
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	margin: 5px 0 10px 0;
}
h2,
h2 a:link,
h2 a:visited {
	color: #77A131; /* green */
	font-family: verdana, arial, sans-serif;
	font-size: 17px;
	margin: 5px 0 10px 0;
	font-weight: normal;
	text-decoration: none;
}
h2 a:hover,
h2 a:active {
	text-decoration: underline;
}


h3 {
	color: #77A131; /* green */
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	margin: 10px 0 5px 0;
	font-weight: bold;
}
form {
	margin: 0px;
}
p {
	margin: 8px 0 8px 0;
}
/* ID's and Classes
----------------------------------------------- 
*/
#container {
	border: 2px solid #515350; /* very dark grey */
}
	#top_nav {
		background-color: #000000; /* black */
		border-bottom: 1px solid #ffffff; /* white */
		border: 0;
		color: #ffffff; /* white */
		font-family: verdana, arial, sans-serif;
		font-size: 10px;
		font-weight: normal;
		padding: 3px 5px 5px 3px;
		text-align: right;
	}
		#top_nav a:link,
		#top_nav a:visited,
		#top_nav a:active {
			color: #ffffff; /* white */
			font-family: verdana, arial, sans-serif;
			font-size: 10px;
			font-weight: normal;
			text-decoration: none;
		}
		#top_nav a:hover {
			color: #ffffff; /* white */
			font-weight: normal;
			text-decoration: underline;
		}
	#primary_navigation {
		border: 0;
		border-top: 1px solid #515350; /* very dark grey */
		border-bottom: 1px solid #515350; /* very dark grey */
		background-color: #4D4F4C; /* another dark grey */
		text-align: center;
	}
	#content {
		border: 0;
		border-bottom: 4px solid #F8F8F8; /* very light grey */
		background-color: #ffffff; /* white */
		line-height: 16px;
		padding: 20px;
	}
		.content_left {
			padding: 0px 10px 0 0;
		}
		#contact_details {
			line-height: 13px;
			border: 1px solid #B8B8B8; /* medium grey */
			padding: 10px 10px 0px 18px;
			background-color: #F7F9F6; /* light grey */
			color: #777171; /* darker than medium grey */
			font-family: verdana, arial, sans-serif;
			font-size: 11px;
			font-weight: normal;
		}
		#categorys {
			border-collapse: collapse;
		}
		#categorys td{
			border: 0;
			border-top: 1px solid #D0CEB7; /* royale brown */
			border-bottom: 1px solid #D0CEB7; /* royale brown */
			background-color: #F7F9F6; /* light grey */
		}
		.divider {
			margin: 0;
			padding: 0;
		}
		.category{
			padding: 12px 8px 8px 10px;
		}
		#categorys td img{
			float: left;
			margin: 0 5px 5px 0;
		}
		.cat_list {
			clear: left;
			padding: 0;
			margin: 0;
			color: #777171; /* darker than medium grey */
			font-family: verdana, arial, sans-serif;
			font-size: 11px;
			font-weight: normal;
			height: 100px;
		}
			.cat_list a:link,
			.cat_list a:visited,
			.cat_list a:active {
				line-height: 15px;
				font-size: 10px;
				color: #777171; /* darker than medium grey */
				font-weight: bold;
				text-decoration: none;
			}
			.cat_list a:hover {
				color: #777171; /* darker than medium grey */
				font-weight: bold;
				text-decoration: underline;
			}
			.link_big_blue,
			a:link.link_big_blue,
			a:visited.link_big_blue,
			a:active.link_big_blue {
				color: #3156AF; /* blue */
				font-weight: bold;
				font-family: verdana, arial, sans-serif;
				font-size: 12px;
				text-decoration: none;
			}
			a:hover.link_big_blue {
				color: #3156AF; /* blue */
				font-weight: bold;
				font-family: verdana, arial, sans-serif;
				font-size: 12px;
				text-decoration: underline;
			}
	#footer {
		background-color: #B8B8B8; /* medium grey */
		border-top: 1px solid #D0CEB7; /* royale brown */
		color: #ffffff; /* white */
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 16px;
		padding: 5px;
		text-align: center;
	}
		#footer a:link,
		#footer a:visited,
		#footer a:active {
			color: #ffffff; /* white */
			font-weight: bold;
			text-decoration: none;
		}
		#footer a:hover{
			color: #ffffff; /* white */
			font-weight: bold;
			text-decoration: underline;
		}
	.gentext {
		color: #666666; /* dark grey */
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}
		.gentext a:link,
		.gentext a:visited,
		.gentext a:active {
			color: #3156AF; /* blue */
			font-family: verdana, arial, sans-serif;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
		}
		.gentext a:hover {
			color: #3156AF; /* blue */
			font-weight: bold;
			text-decoration: underline;
		}
		
/* I woz ere */
.greenbold {
	color: #77A131; /* green */
	font-weight: bold;
}

.redbold {
	color: #FF0000; /* red */
	font-weight: bold;
}

.notopmargin {
	margin-top: -3px;
}

.nobottommargin {
	margin-bottom: 0px;
}

div.hr {
	border-bottom: 1px dashed #77A131; /* green */
	height: 5px;
	padding: 0;
	margin: 3px 0 15px 0;
	clear: both;
}

.small_grey a:link,
.small_grey a:visited,
.small_grey a:active {
	line-height: 15px;
	font-size: 10px;
	color: #777171; /* darker than medium grey */
	font-weight: bold;
	text-decoration: none;
}
.small_grey a:hover {
	color: #777171; /* darker than medium grey */
	font-weight: bold;
	text-decoration: underline;
}

.inputfield {
	color: #666666; /* dark grey */
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 250px;
}

.copyright {
	color: #000000; /* black */
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	padding-top: 10px;
}