/**
* Spraynique Style
*    (c) Lee Caine 2010 -- paaq.co.uk
**/

html, body {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Sans-serif;
	color: #55554f;
	font-size: 14px;
}

h1 {
	color: #3a3937;
	font-size: 140%;
	font-weight: bold;
	margin-left: 10px;
}

p {
	padding: 18px 0px 18px 0px;
}

p span {
	font-weight: bolder;
}

span.error, span.notification {
	display: block;
}

.clear {
	clear: both;
}

.text_shadow {
	text-shadow: #666666 0 1px 1px;
}

.border_left {
	border-left: 1px solid #dadad7;
}

.padding_right {
	padding-right: 10px;
}

.padding_left {
	padding-left: 10px;
}

.border_right {
	border-right: 1px solid #dadad7;
}

.text_right {
	text-align: right;
}

.text_left {
	text-align: left;
}

a, a:link, a:visited {
	color: #05b3d8;
	text-decoration: none;
}

a:hover {
	color: #6d695e;
}

#top {
	height: 60px;
	max-height: 60px;
	background-image: url('/media/img/top_bg.png');
	background-repeat: repeat-x;
	background-color: #858074;
	border-bottom: 1px solid #dadad7;
}

#logo {
	padding-top: 6px;
}

#nav_1 {
	height: 52px;
	max-height: 52px;
	padding-top: 20px;
}

#find_button {
	margin-right: -5px;
}

#top_2 {
	height: 178px;
	max-height: 178px;
	padding: 14px 0px 14px 0px;
	border-bottom: 1px solid #dadad7;
	background-image: url('/media/img/top_2_and_bottom_bg.jpg');
	background-repeat: repeat;
}

#search_form {
	margin-top: 10px;
}

#search_field {
	width: 280px;
	font-size: 136%;
	padding: 6px;
	border: 1px solid #dadad7;
	margin-right: -5px;
	color: #55554f;
	background-image: url(http://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#search_field:focus {
	background-image: none;
}

#search_button {
	background: transparent;
	background-image: url('/media/img/search.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 92px;
	height: 41px;
	border: 0px;
}

#search_button:hover {
	cursor: pointer;
}

#top_2 a:hover {
	color: #ff9c00;
}

#message {
	font-size: 170%;
	padding-bottom: 10px;
	text-align: left;
}

#message span {
	font-weight: bold;
}

#left_tabs {
	padding-top: 7px;
}

#search {
	text-align: right;
}

#middle {
	padding: 14px 0px 14px 0px;
}

#image_viewer img {
	margin: 25px 0px 0px 0px;
}

#image_viewer ul {
	list-style-type: none;
	list-style-position: outside;
}

#bottom {
	border-bottom: 1px solid #dadad7;
	border-top: 1px solid #dadad7;
	padding: 14px 0px 14px 0px;
	min-height: 100px;
	background-image: url('/media/img/top_2_and_bottom_bg.jpg');
	background-repeat: repeat;
}

#bottom_left {
	padding: 13px 0px 0px 0px;
}

#bottom_right {
	padding: 25px 0px 0px 0px;
	text-align: right;
}

#bottom_links {
	padding: 35px 0px 0px 0px;
}

#bottom_links ul li {
	display: inline;
	list-style-type: none;
	margin-left: 20px;
}

#bottom_links a, #bottom_links a:link, #bottom_links a:visited {
	font-size: 15px;
	color: #55554f;
}

#bottom_links a:hover {
	color: #333333;
}

#bottom_2 {
	padding: 14px 0px 30px 0px;
	text-align: center;
}

#contactForm input, #contactForm textarea {
	width: 90%;
}

#contactForm input {
	width: 94%;
}

#contactForm input[type=submit] {
	width: 55%;
	float: right;
	margin-right: 18px;
}

.map {
	width: 100%;
	height: 300px;
	margin: 0px 0px 15px 0px;
}

.thumb {
	float: left;
	margin: 6px;
}

div > #paginator {
	text-align: center;
}

#paginator {
	list-style-type: none;
	display: block;
	margin: 13px;
	margin-top: 20px;
}

#paginator li {
	display: inline;
	margin: 5px;
	text-align: center;
}

#paginator li a, #paginator li a:link, #paginator li a:visited, #paginator li span {
	color: #05b3d8;
}

#paginator li a:hover {
	color: #999999;
}

#paginator li span {
	color: #6d695e;
}

