/*
	$HeadURL: svn://hebe/Customers/AnimalSearchUK/trunk/templates/default/styles/layout.css $
	$Id: layout.css 4555 2011-03-09 16:10:20Z qbnut $
*/

body {
	padding: 0px;
	margin: 0px;
	background: url("../../../images/background.jpg") top left repeat-x;
}

.clear {
	clear: both;
}

#container {
	display: block;
	position: relative;
	width: 768px;
	margin: 32px auto 0px auto;
	padding: 0px;
	background: url("../../../images/back_main.gif") top left repeat-y;
}

#top {
	width: 768px;
	height: 13px;
	padding: 0px;
}

#wrapper {
	width: 706px;
	margin: 20px auto 0px auto;
	padding: 0px;
	min-height: 1020px;	/* IE 6 won't honour this, but it's going away soon :) */
}

#topimage {
	width: 358px;
	height: 150px;
	float: right;
}

#logo {
	width: 347px;
	height: 150px;
	float: left;
}

#phonebar {
	width: 706px;
	height: 50px;
	margin-bottom: 20px;
	background: url("../../../images/phonebar.gif") top left no-repeat;
}

#login {
	width: 350px;
	height: 37px;
	padding: 7px 0px 0px 350px;
	text-align: right;
}

#nav {
	display: block;
	position: absolute;
	top: 253px;
	left: 31px;
	margin: 0px 0px 0px 0px;
	width: 117px;
	float: left;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li {
	list-style: none;
	height: 33px;
	line-height: 33px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	padding-left: 8px;
	background: url("../../../images/nav_bak.gif") top left no-repeat;
}

#nav ul a {
	margin: 0px;
	padding: 0px;
	color: #003399;
	text-decoration: none;
}

#nav ul a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#nav #badges {
	display: block;
	width: 116px;
	height: 104px;
	margin: 10px 0px 10px 0px;
	background: url("../../../images/10_year.png") top left no-repeat;	
}

#content {
	display: block;
	position: relative;
	width: 574px;
	/* margin: 0px 0px 0px 132px; */
	margin: 0px;
	padding: 0px 0px 0px 132px;
	float: left;
	text-align: justify;
}

#content #cms_content {
	clear: both;
}

#content #cms_content img {
	float: left;
	margin: 6px 16px 6px 6px;
}

#content #cms_content img.nomargin {
	margin: 2px 0px 0px 0px;
	
}

#content #cms_content img.align-right {
	float: right;
	margin: 6px 6px 6px 16px;
}

#content ul {
	margin: 4px 0px 8px 0px;
}

#content li {
	list-style: disc;
	margin: 0px 0px 4px 16px;
}

#adsense_bottom {
	display: block;
	position: relative;
	width: 468px;
	height: 60px;
	margin: 4px 0px 0px 132px;
	/* padding: 0px 0px 0px 132px; */
	background: url("../../../images/ads_placeholder.png") top left #EEEEEE;
}

.smallbox {
	width: 282px;
	height: 182px;
	float: left;
	margin-bottom: 10px;
}

.gutter {
	margin-left: 10px;
}

#foot {
	width: 768px;
	height: 13px;
}

#footer {
	width: 768px;
	padding: 12px 0px 0px 0px;
	margin: 0px auto;
	text-align: right;
}

#footer ul li {
	display: inline;
	padding: 0px 8px 0px 8px;
}

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

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

#copyright {
	width: 768px;
	padding: 12px 0px 4px 0px;
	margin: 0px auto;
	text-align: center;
	color: #999999;
}

#copyright ul li {
	display: inline;
	padding: 0px 8px 0px 8px;
}

#copyright a {
	color: #999999;
	text-decoration: none;
}

#copyright a:hover {
	color: #666666;
}


#container #top {
	display: block;
	width: 768px;
	height: 13px;
	background: url('../../../images/top.gif') top left no-repeat;
}

#container #foot {
	display: block;
	width: 768px;
	height: 13px;
	background: url('../../../images/bottom.gif') top left no-repeat;
}

#container #topimage {
	display: block;
	width: 358px;
	height: 150px;
	background: url('../../../images/top_image.jpg') top left no-repeat;
}

#cms_header {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 20px;
	margin: 0px;
	padding: 4px 16px 4px 4px;
	background-color: #CCCCFF;
	opacity: 0.50;		   /* Technically CSS3 (thus may not validate), but supported by Opera / Firefox */
	filter: alpha(opacity=50); /* MSIE Version of the same (invalid CSS spec format though so will not validate) */	
	z-index: 3;
	text-align: right;
}

.cms_fc {
	position: relative;
}

.cms_fc form {
	display: none;
	visibility: hidden;
	background-color: #0000FF;
}

.cms_fc_clickable {
	display: block;
	position: absolute;
	float: left;
	top: -4px;
	left: -4px;
	bottom: -4px;
	right: -4px;
	margin: 5px;
	background-color: #CCCCFF;
	opacity: 0.50;		   /* Technically CSS3 (thus may not validate), but supported by Opera / Firefox */
	filter: alpha(opacity=50); /* MSIE Version of the same (invalid CSS spec format though so will not validate) */	
	z-index: 3;
}

.edit-details {
	width: 80%;
	border-collapse: separate;
	border: 1px #000000 solid;
	border-spacing: 1px;
	margin: 0px 0px 8px 0px;
}

.edit-details th {
	background-color: #006699;
	color: #FFFFFF;
	border: 1px #666666 solid;
	margin: 0px;
	width: 30%;
}

.edit-details td {
	background-color: #EEEEEE;
	border: 1px #CCCCCC solid;
	margin: 0px;
	width: 70%;
}

.edit-details li {
	line-height: 1em;
}

#share_bar_top {
	display: block;
	position: relative;
	float: right;
	text-align: right;
	width: 85px;
}

#share_bar {
	display: block;
	position: relative;
	margin: 4px;
	padding: 8px;
	font-size: 0.8em;
}

#share_bar a {
	color: #999999;
	text-decoration: none;
}

#share_bar #facebook {
	display: inline;
	margin-right: 8px;
}

#share_bar #myspace {
	display: inline;
	margin-right: 8px;
}

#share_bar #digg {
	display: inline;
	margin-right: 8px;
}

#share_bar #reddit {
	display: inline;
	margin-right: 8px;
}

