/************ CSS ************/

/************ GLOBAL ************/
* {
	margin: 0;
	padding: 0;
}

/************ BODY ************/

body {
	background: url(../images/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
}

#mainh1 {
	text-indent: -5000px;
}

h1 {
	background: url(../images/heart.gif) no-repeat left;
	line-height: 23px;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 120%;
	color: #FF0000;
}

h2 {
	background: url(../images/sidebar_top.gif) no-repeat left top;
	font-size: 120%;
	color: #FF0000;
	line-height: 55px;
	padding-left: 50px;
	padding-top: 5px;
}

h3 {
	background: url(../images/sidebar_bottom.gif) no-repeat left bottom;
	font-size: 100%;
	color: #FF0000;
	line-height: 40px;
	padding-left: 150px;
	text-decoration: none;
	font-weight: normal;
}

h4, caption {
	font-weight: bold;
	color: #f00;
	font-size: 12px;
	background: url(../images/data_head.gif) no-repeat top left;
	width: 650px;
	line-height: 40px;
	padding-left: 10px;
}

p {
	padding-bottom: 3px;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

a {
	color: #f00;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

.clearer {
	clear: both;
}

.back {
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

/************ CONTAINER ************/

#container {
	position: absolute;
	background: url(../images/content.gif) repeat-y;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}

/************ HEADER ************/

#header{
	height: 180px;
	background: url(../images/header.gif) no-repeat center;

}

/************ MENU ************/

#navlist {
	height: 50px;
	padding-left: 40px;
	margin-bottom: 10px;
	background: url(../images/menu.gif) no-repeat top center;
	padding-top: 10px;
}

#navlist a {
	margin-left: 30px;
	font-weight: bold;
	color: #fff;
}

/************ CONTENT ************/

#main {
	float: left;
	clear: left;
	width: 425px;
	margin-left: 60px !important;
	margin-left: 30px;
	min-height: 400px;
}

#noside #main {
	width: 690px;
}

#main p {
	text-align: justify; 
	margin-bottom: 10px;
}

#sidebar {
	float: right;
	clear: right;
	width: 257px;
	margin-right: 50px !important;
	margin-right: 25px;
}

#noside #sidebar {
	display: none;
}

#sidebar ul {
	background: url(../images/sidebar_middle.gif) repeat-y left;
	width: auto;
	list-style: none;	
}

#sidebar ul li {
	text-indent: -20px;
	margin-left: 25px;
	padding: 3px 0;
}

#sidebar img {
	border: 1px solid #f00;
	margin-top: 5px;
	width: 210px;
	height: 150px;
}

#sidebar a {
	color: #f00;
	text-decoration: none;
	margin-left: 20px;
	
}

#sidebar a:hover {
	color:#f00;
	text-decoration: underline;
	margin-left: 20px;
	
}

/************ FORMS ************/

form.mapbutt {
	text-align: center;
}

#sidebar form {
	background: url(../images/sidebar_middle.gif) repeat-y left;
	padding: 0 20px 0 25px;
}

/* SEARCH LISTINGS *************************/

.attractresult {
	width: 650px;
	background: url(../images/data_foot.gif) no-repeat bottom left;
	border: 1px solid #6ec4fe;
	margin: 0 0 20px 15px;
}

.attractresult h1 {
	background: url(../images/data_head.gif) no-repeat top left;
	line-height: 2.5em;
	margin: 0;
}

.attractresult p {
	margin: 0 10px;
}

.attractresult .moreinfo {
	float: right;
}

.attractresult .resultinfo {
	padding-bottom: 5px;
}

.attractresult .resultinfo .thumbimg {
	width: 100px;
	height: 100px;
	border: 1px solid #000;
	margin: 10px;
	float: left;
}

.attractresult .resultinfo .ratingimg {
	float: right;
	height: 115px;
	margin: 10px;
}

.attractresult .resultinfo .ratingimg1 {
	float: right;
	height: 100px;
	margin: 10px;
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
}

.attractresult .resultinfo ul {
	margin-top: 10px;
	list-style:none;
}

.attractresult .resultinfo p {
	margin: 0 10px;
}

/******** MORE INFORMATION ************/

#detailsholder #detailheader a {
	float: right;
}

#detailsholder #detailheader h1 {
	font-size: 18px;
	float: left;
}

#detailsholder #pictures {
	float: right;
}

#detailsholder #pictures img {
	border: 1px solid #000;
	width: 290px;
	margin: 0 0 10px 10px;
}

#detailsholder h2 {
	background: none;
	text-indent: 0;
	margin: 0;
	padding: 0;
}

#detailsholder .ratingimg {
	float: none;
	width: auto;
	border: none;
	margin-right: 5px;
}

#detailsholder .ratingimg1 {
	float: none;
	width: auto;
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	margin-right: 5px;
}

#detailsholder .tooltips {
	border: 1px solid #6ec4fe;
	background: url(http://www.shropshiretourism.co.uk/images/tools_bg.png) repeat-x bottom left;
	padding: 3px;
	margin: 10px 0;
}

#detailsholder .tooltips a {
	margin-left: 10%;
}

#detailsholder #facdiv img {
	width: auto;
	float: none;
	border: 1px solid #000;
	margin: 5px;
}

#detailsholder .accessimg {
	width: auto;
	float: none;
}

#detailsholder #accomprice {
	border: 1px solid #6ec4fe;
	border-collapse: collapse;
	background: url(../images/data_head.gif) no-repeat top left;
	margin-bottom: 10px;
}

#detailsholder #accomprice th {
	background: none;
	color: #f00;
	padding: 5px;
	font-size: 13px;
}

#detailsholder #accomprice td {
	padding: 10px;
	border-left: 1px solid #6ec4fe;
	border-right: 1px solid #6ec4fe;
}

#detailsholder #accomprice #tools {
	border-top: 1px solid #6ec4fe;
	background: url(../images/data_foot.gif) no-repeat bottom left;
	padding: 5px;
}

#detailsholder #accomprice #tools h4 {
	float: left;
	font-size: 14px;
	background: none;
	width: auto;
}

#detailsholder #accomprice #tools a {
	margin: 10px 0 0 100px;
	float: left;
}

#detailsholder #disclaimer {
	font-size: 10px;
	text-align: justify;
}

#detailsholder #attractopen {
	border: 1px solid #6ec4fe;
	border-collapse: collapse;
	background: url(../images/data_head.gif) no-repeat top left;
	margin-bottom: 10px;
	width: 630px;
}

#detailsholder #attractopen th {
	background: none;
	color: #ff0000;
	padding: 5px;
	font-size: 13px;
}

#detailsholder #attractopen td {
	padding: 5px;
	border-left: 1px solid #6ec4fe;
	border-right: 1px solid #6ec4fe;
}

#detailsholder #attractopen .bankholiday {
	border-top: 1px solid #6ec4fe;
	background: url(../images/data_foot.gif) no-repeat bottom left;
}

#detailsholder #attractopen #tools {
	border-top: 1px solid #6ec4fe;
	background: url(../images/data_foot.gif) no-repeat bottom left;
}

#detailsholder #attractopen #tools h4 {
	float: left;
	font-size: 14px;
	background: none;
	width: auto;
}

#detailsholder #attractopen #tools a {
	margin: 10px 0 0 100px;
	float: left;
}

/* Contact provider */

#contactform h2 {
	display: block;
	background: #c62626;
	color: #fff;
	padding: 5px 0;
	text-indent: 10px;
}

#contactform ul {
	list-style: none;
	margin-bottom: 10px;
	font-size: 14px;
}

#contactform fieldset {
	border: none;
	border-top: 2px solid #c62626;
	margin-bottom: 10px;
}

#contactform fieldset legend {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#contactform fieldset ol {
	list-style: none;
}

#contactform fieldset ol li {
	margin: 5px 0;
}

#contactform fieldset ol li label {
	display: inline-block;
	width: 200px;
	vertical-align: top;
}

#contactform .btn {
	border: 2px solid #c62626;
	background: #f1b8b8;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	cursor: pointer;
}

#validate {
	font-size: 16px;
}

#validate label {
	font-size: 14px;
}

/********* ACCOMMODATION SEARCH *********/

#accommodationsearch fieldset {
	border: 2px solid #c62626;
	background: #fceded url(http://www.shropshiretourism.co.uk/images/accom_fieldset_bg.png) repeat-x top left;
	padding: 10px;
}

#accommodationsearch #all {
	border: 2px solid #99cccc;
	background: #fff url(http://www.shropshiretourism.co.uk/images/all_fieldset_bg.png) repeat-x top left;
	padding: 10px;
}

#accommodationsearch #oswestry {
	border: 2px solid #e0e451;
	background: #fff url(http://www.shropshiretourism.co.uk/images/oswestry_fieldset_bg.png) repeat-x top left;
	padding: 10px;
}

#accommodationsearch #shrewsbury {
	border: 2px solid #f3bc3e;
	background: #fff url(http://www.shropshiretourism.co.uk/images/shrewsbury_fieldset_bg.png) repeat-x top left;
	padding: 10px;
}

#accommodationsearch #northshrop {
	border: 2px solid #e3d0af;
	background: #fff url(http://www.shropshiretourism.co.uk/images/northshrop_fieldset_bg.png) repeat-x top left;
	padding: 10px;
}

#accommodationsearch #telford {
	border: 2px solid #c9dd7e;
	background: #fff url(http://www.shropshiretourism.co.uk/images/telford_fieldset_bg.png) repeat-x top left;
	padding: 10px;
}

#accommodationsearch #southshrop {
	border: 2px solid #a6c4a0;
	background: #fff url(http://www.shropshiretourism.co.uk/images/southshrop_fieldset_bg.png) repeat-x top left;
	padding: 10px;
}

#accommodationsearch #bridgnorth {
	border: 2px solid #c59db5;
	background: #fff url(http://www.shropshiretourism.co.uk/images/bridgnorth_fieldset_bg.png) repeat-x top left;
	padding: 10px;
}

#accommodationsearch #surround {
	border: 2px solid #ccc;
	background: #fff url(http://www.shropshiretourism.co.uk/images/surround_fieldset_bg.png) repeat-x top left;
	padding: 10px;
}

#accommodationsearch fieldset legend {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#accommodationsearch fieldset ul {
	list-style: none;
}

#accommodationsearch fieldset ul li {
	float: left;
	margin-left: 10px;
}

#accommodationsearch fieldset ul li label {
	display: inline-block;
	width: 230px !important;
	width: 220px;	
}

#accommodationsearch #location ul li label {
	width: 130px;
}

#accommodationsearch #rating ul {
	margin-left: 40px;
}

#accommodationsearch #rating ul li label {
	width: 100px !important;
	width: 90px;
}

#accommodationsearch #rating ul li img {
	border: none;
	margin: 0;
}

#accommodationsearch #rating ul li input {
	display: none;
}

#accommodationsearch #searchbtn {
	border: 2px solid #c62626;
	background: #f1b8b8;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	cursor: pointer;
}

/*********** STATS **********/

.stats {
	border: 1px solid #6ec4fe;
	background: url(http://www.shropshiretourism.co.uk/images/tools_bg.png) repeat-x bottom left;
	padding: 5px;
	margin-bottom: 20px;
}

.stats ul {
	list-style: none;
}

.stats ul .rightstats {
	float: right;
}

/******** GOOGLE MAPS *********/

#googlemap img {
	float: left;
	border: 1px solid #000;
	margin: 0 10px 10px 0;
}

/************ FOOTER ************/

#footer {
	clear: both;
	height: 95px;
	background: url(../images/footer.gif) no-repeat center;
	margin-top: 30px;
}

#footer p {
	color: #fff;
	font-weight: bold;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
	margin-top: 70px;
	margin-left: 60px !important;
	margin-left: 30px;
}

#footmenu {
	float: right;
	margin-top: 70px;
	margin-right: 120px !important;
	margin-right: 60px;
}

#link {
	position: absolute;
	width: 80px;
	height: 20px;
	right: 55px;
	bottom: 62px;
}

#link img {
	border: none;
}

/* funding */
#funding {
	position: absolute;
	left: 25px;
	width: 500px;
}

#funding p {
	margin: 0 20px;
	font-size: 80%;
	color: #333;
	font-weight: normal;
}

/************ END ************/