/*
	Bridge Bed & Breakfast - Style Sheet
*/

* {margin: 0px; padding: 0px;}

body {
	background-color: #3e2709;
	color: #b69870;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #660000;
	outline: none;
	text-decoration: none;
}

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

p {padding: 5px 10px;}

a img {
	border: solid 2px #ccc;
	margin: 5px 5px 0px 5px;
}

a:hover img {
	border: solid 2px #3e2709;
}


h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, Serif;
}

h1{
	background: transparent;
	color: #3d2c16;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 10px;
	line-height: 18px;
	padding: 10px 0px;
}

h1 span {
	color: #6e593e;
	font-size: 16px;
	font-weight: bold;
}

h2{
	background: transparent url(../images/template/h_leafs.jpg) no-repeat 100% 100%;
	border-bottom: solid 1px #a78b68;
	color: #3d2c16;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 10px;
	line-height: 18px;
	padding: 10px 0px;
}

h2 span {
	color: #6e593e;
	font-size: 16px;
	font-weight: bold;
}

div.clear {clear: both;}
.center {text-align: center; padding: 5px 10px;}

.readmore {
	background: transparent url(../images/template/readmore.gif) no-repeat 0px 5px;
	color: #660000;
	font-weight: bold;
	padding-left: 15px;
}

.border {
	border: solid 2px #ccc;
	margin: 5px;
}

.rates {
	border-collapse: collapse;
	border: solid 1px #ccc;
	margin: 10px 15px;
	width: 460px;
}

.rates th {
	background-color: #660000;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	height: 40px;
	padding: 0px 5px;
}

.rates td {
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	color: #6e573c;
	height: 30px;
	padding: 0px 10px;
}

.rates .title {
	background-color: #b69870;
	color: #333;
	font-weight: bold;
	height: 25px;
	padding: 0px 5px;
}

.rates .subtitle {
	font-weight: bold;
	width: 30%;
}

.rates span {
	font-weight: bold;
	color: #660000;
}

#wrapper {
	margin: 60px auto;
	position: relative;
	text-align: left;
	width: 850px;
}

#header {
	background: #3e2709 url(../images/template/head.jpg) no-repeat 100% 0%;
	height: 99px;
	width: 850px;
}

#logo {
	background: #3e2709 url(../images/template/logo.jpg) no-repeat 0% 0%;
	float: left;
	height: 99px;
	width: 250px;
}

#navigation {
	background: transparent;
	color: #d3b184;
	float: right;
	height: 99px;
	line-height: 99px;
	width:600px;

}

#navigation li {
	float: right;
	list-style-type: none;
	white-space: nowrap;
}

#navigation li a {
	background-color: inherit;
	color: #d3b184;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 15px;
	text-decoration: none;
}

#navigation .current, #navigation a:hover {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

#content {
	background: #b69870 url(../images/template/content_bg.jpg) repeat-y 0px 0px;
	width: 850px;
}

#page {
	background: #fff;
	color: #6e573c;
	float: left;
	width: 500px;
	border-left: 3px solid #b69870;
}
#page .banner { padding: 0px 10px;}
#page p{
	padding: 5px 25px 5px 15px;
	line-height: 16px;
}

#sidebar {
	background-color: transparent;
	color: #574731;
	float: right;
	width: 347px;
}

#sidebar ul {
	list-style-type: none;
	margin: 15px 20px;
}

#sidebar ul li {
	background: transparent url(../images/template/list_style_cross.gif) no-repeat 0px 4px;
	padding-left: 16px;
	margin-top: 8px;
}

#footer {
	background: #3e2709 url(../images/template/foot_bg.jpg) no-repeat 0% 0%;
	color: #b69870;
	font-size: 11px;
	padding-top: 55px;
	text-align: center;
	width: 850px;
}

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

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