/* @override http://canalcountryinn.com/css/default.css */

* {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

html {
	background-image: url(../images/html_bg.png);

}

body {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background: url(../images/body_bg.png) 0 bottom;
	padding-top: 20px;
}

div.navigation {
	width: 800px;
	height: 50px;
	display: table;
	margin-left: 100px;
}

.navigation ol {
	width: 300px;
	height: 50px;
	float: right;
	background: url(../images/nav_bg.png) no-repeat;
	margin: 0;
	padding: 0;
}

.navigation ol li {
	list-style-type: none;
	color: #BEB6B6;
	font-size: 12px;
	float: left;
	padding: 0;
	margin: 18px 3px 0 8px;	
}

div.banner {
	width: 800px;
	height: 290px;
	margin-top: 30px;
	margin-left: 100px;
	z-index: 999;
	display: table;
}

div.banner.index {
	background: url(../images/banner_index.png);
}

div.banner.rooms {
	background: url(../images/banner_rooms.png);
}

div.banner.area {
	background: url(../images/banner_area.png);
}

div.banner.directions {
	background: url(../images/banner_directions.png);
}

div.banner.reservations {
	background: url(../images/banner_reservations.png);
}

div.content {
	width: 800px;
	height: 180px;
	margin-top: -20px;
	margin-left: 100px;
	border-top: 1px solid #928484;
	background: url(../images/content_bg.png);
	z-index: 800;
}

div.content.index {
	height: 180px;
}

div.content.rooms {
	height: 750px;
}

div.content.area {
	height: 800px;
}

div.content.directions {
	height: 280px;
}

div.content.reservations {
	height: 180px;
}

div.content_bottom {
	width: 800px;
	height: 30px;
	margin-left: 100px;
	background: url(../images/content_bottom_bg.png) no-repeat;
	padding-bottom: 20px;
}

div.content li {
	color: #928484;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

div.column_1 {
	width: 230px;
	padding: 10px;
	float: left;
}


div.column_2 {
	width: 230px;
	padding: 10px;
	float: left;
}

div.column_1_2 {
	width: 480px;
	padding: 10px;
	float: left;
}

div.column_3.index {
	width: 279px;
	padding: 10px;
	height: 190px;
	float: left;
	border-left: 1px solid #928484;
	background: url(../images/column_3_bg.png) no-repeat 0 bottom;
}

div.column_3 {
	width: 280px;
	padding: 10px;
	height: 190px;
	float: left;
}

div.gallery {
	width: 280px;
	height: 70px;
	margin-bottom: 20px;
}

div.thumb {
	width: 70px;
	height: 70px;
	margin-right: 20px;
	float: left;
}

h1 {
	color: #8C6331;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	color: #928484;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
}

h3 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

p {
	color: #928484;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

a {
	color: #928484;
	text-decoration: none;
}

a.link {
	color: #8C6331;
}

img {
	border: 0;
}

div.ie6 {
	display: none;
}

div.copyright {
	margin-left: auto;
	margin-right: auto;
	width: 210px;
	color: #928484;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	margin-top: -10px;
}
