/*
	CSS Structure Document
	----------------------
	
	Please note:
	------------
	This is a STRUCTURAL document ONLY.
	Any STYLING can be found within styles.css
	
*/

/* STRUCTURE */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}	
body {
	position: relative;
	background: #2F485E url(../_images/_structure/body_bg.jpg) left top repeat-x;
	height: 100%;
}
body * {
	font-weight: normal;
}
* strong {
	font-weight: bold;
}

#container {
	position: relative;
	width: 815px;
	margin: 0 auto;
	background: url(../_images/_structure/container_rep.png) 1px top repeat-y;
	min-height: 100%;
}
#header {
	background: #FFF url(../_images/_structure/header_bg.jpg) 200px bottom no-repeat;
	margin: 0 5px 0 7px;
	padding: 0 33px;
	min-height: 100px;
	border-bottom: solid 1px #2F485E;
}
#header h1 {
	padding: 20px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 300%
}
#header h1 a {
	text-decoration: none;
}
#header p {
	padding: 0 0 20px 0;
}
#header_info {
	position: absolute;
	right: 20px;
	top: 10px;
	text-align: right;
}
#header_info a {
	text-decoration: none;
}
#language_switcher {
	
}
#language_switcher ul {
	list-style-type: none;
}
#language_switcher li {
	display: inline;
}
#language_switcher li a {
	display: block;
	float: right;
	width: 55px;
	height: 32px;
	margin-right: 10px;
}
#language_switcher li a span {
	display: none;
}
#language_switcher li#language_switcher_default a {
	background: url(../_images/_structure/flag_english.jpg) left top no-repeat;
}
#language_switcher li#language_switcher_turkish a {
	background: url(../_images/_structure/flag_turkish.jpg) left top no-repeat;
}
#language_switcher li#language_switcher_arabic a {
	background: url(../_images/_structure/flag_arabic.gif) left top no-repeat;
}
#header_info p {
	padding-top: 10px;
	clear: both;
}
#navigation_section {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 5px 0 7px;
	/*background: url(../_images/_structure/nav_bg_rep.jpg) -1px top repeat-y;*/
}
#navigation_bottom {
	/*background: url(../_images/_structure/nav_bg_bottom.jpg) -1px bottom no-repeat;*/
}
#navigation {
	padding-top: 10px;
	float: left;
	width: 223px;
	margin-right: 0;
	min-height: 100px;
	background: url(../_images/_structure/navigation_rep.jpg) left top repeat-y;
}
#navigation .clearfix {
	display: block;
	width: 223px;
	height: 36px;
	background: url(../_images/_structure/navigation_bottom.jpg) left bottom no-repeat;
}
#navigation ul {
	position: relative;
	list-style-type: none;
}
#navigation li {
	position: relative;
	padding: 0 7px 0 5px;
}
#navigation li a {
	position: relative;
	display: block;
	padding: 5px 30px 5px 5px;
	text-align: right;
	border-bottom: solid 1px #A8BDCE;
	text-decoration: none;
}
#navigation li a:hover {
	padding: 5px 30px 5px 5px;
	position: relative;
	background: #FFFFFF url(../_images/_structure/nav_arrow_hover.jpg) 194px center no-repeat;
	border-bottom: solid 1px #89A5BC;
}
#navigation li.active a {
	padding: 5px 30px 5px 5px;
	position: relative;
	background: #FFFFFF url(../_images/_structure/nav_arrow_active.jpg) 194px center no-repeat;
	border-bottom: solid 1px #89A5BC;
}
#top_image {
	position: relative;
	float: left;
	height: 256px;
	width: 580px;
	background: url(../_images/_structure/header_images/bg.jpg) left bottom no-repeat;
}
#top_image img {
	position: absolute;
	left: 0;
	top: 0;
}


#main_region {
	clear: both;
	float: left;
	position: relative;
}
#side_bar {
	float: left;
	width: 192px;
	min-height: 10px;
	padding: 10px 15px 50px 23px;
}
#side_bar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background: url(../_images/_structure/horizontal_dotted_line.jpg) left bottom repeat-x;
}
#latest_news_summary {
	
}
#latest_news_summary .news_summary_item {
	margin-bottom: 5px;
}
#latest_news_summary .news_summary_item h3 {
	font-size: 100%;
	margin-bottom: 0;
}

#latest_news_summary .news_summary_item a {
	display: block;
	text-decoration: none;
	padding: 0 20px 0 0;
	font-weight: bold;
	background: url(../_images/_structure/news_arrow.gif) right top no-repeat;
	min-height: 20px;
}
#latest_news_summary .news_summary_item a:hover {
	background: url(../_images/_structure/news_arrow_hover.gif) right top no-repeat;
	text-decoration: underline;
}

#main_content {
	position: relative;
	float: left;
	padding-left: 20px;
	width: 530px;
	color: #696969;
}
#main_content a {
	color: #696969;
}
#main_content a:hover {
	color: #000;
}
#main_content h2 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	margin-bottom: 5px;
}
#main_content h3 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../_images/_structure/horizontal_dotted_line.jpg) left bottom repeat-x;
	margin-bottom: 10px;
}
#main_content p {
	margin-bottom: 5px;
	line-height: 150%;
}

#footer_clearfix {
	clear: both;
	padding-bottom: 90px;
}
#footer {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 780px;
	height: 100px;
	background: url(../_images/_structure/footer_bg.gif) right bottom no-repeat;
}
#footer_side_bar {
	margin-left: 30px;
	width: 185px;
	text-align: center;
}

/* SIDE BARS */
#dog_info {
	
}
#dog_info h2 {
	margin-bottom: 10px;
}
.dog_details {
	clear: left;
	padding-bottom: 20px;
}
.dog_details img {
	float: left;
	margin: 0 10px 4px 0;
}
.dog_info {
	float: left;
	width: 100px;
	padding-bottom: 10px;
}
.dog_details h3 {
	font-weight: bold;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* INDEX */
#home_office_logo {
	position: absolute;
	margin-top: -50px;
	right: 20px;
}
#poppy_appeal {
	position: absolute;
	margin-top: -50px;
	right: 80px;
}

/* TRAINING COURSES */
.course {
	margin-bottom: 5px;
	padding: 5px;
}
.course:hover {
	background: #EEEEEE;
}
#main_content .course h3 {
	margin-bottom: 5px;
}
.course ul {
	margin-left: 20px;
}
.course li {
	margin-bottom: 3px;
}


/* NEWS */
#latest_news_full {
	
}
#main_content #latest_news_full h3 {
	margin-bottom: 5px;
}
#latest_news_full .news_full_item {
	margin-bottom: 10px;
}

/* DOGS FOR SALE */
.dog_for_sale {
	clear: both;
	margin-bottom: 20px;
}
.dog_for_sale .image_holder {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
.dog_for_sale .dog_description {
	float: left;
}
.dog_for_sale th {
	text-align: right;
	padding-right: 10px;
}


/* CONTACT */
#enquiry_form {
	margin-right: 80px;
}
#enquiry_form fieldset {
	padding: 10px;
	border: none;
}
#enquiry_form legend {
	font-weight: bold;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: solid 1px #CCC;
}
#enquiry_form p {
	margin-bottom: 3px;
	padding-right: 20px;
}
#enquiry_form label {
	display: block;
	width: 90px;
	float: left;
}
#enquiry_form .textfield {
	width: 300px;
	padding: 2px;
}
#enquiry_form select {
	min-width: 200px;
}
#enquiry_form textarea {
	width: 300px;
	padding: 2px;
	height: 100px;
}
#reply {
	margin-top: 40px;
}
#reply h3 {
	background: none;
}

/* ADMIN */
#login {
	width: 350px;
	margin: 0 auto;
}
#login label {
	display: block;
	float: left;
	width: 100px;
}
#login .textfield {
	width: 200px;
}
#latest_news_admin {
	
}
#latest_news_admin table {
	border-collapse: separate;
	width: 100%;
	margin-bottom: 50px;
}
#latest_news_admin th, #latest_news_admin td {
	padding: 3px;
}
#latest_news_admin th {
	background-color: #D5E0FD;
}
#latest_news_admin td {
	background-color: #EBF0FE;
}
#latest_news_admin tr:hover td {
	background-color: #D5E0FD;
}

#latest_news_admin .no_hover th, #latest_news_admin .no_hover td {
	background-color: #FFF;
}

#bushmeat p {
	margin-bottom: 15px;
}

#bushmeat ul {
	margin-left: 25px;
}
#bushmeat li {
	margin-bottom: 10px;
}
#imageHolder {
	width: 258px;
	height: 258px;
	float: right;
	margin: 0 0 10px 10px;
}

#ho_logo {}
#ho_logo a {display: block; background: url(../_images/_structure/threat_level.jpg) left top no-repeat; width: 539px; height: 102px; margin-bottom: 10px; }
#ho_logo a:hover {background-position: bottom left; }
.hide {position: absolute; left: -9999px; width: 0; height: 0; overflow: hidden; }