@CHARSET "ISO-8859-1";

* {
	padding: 0;
	margin: 0;
}

body {
	background: #000;
	font-family: "Century Gothic",Arial,Verdana,Helvetica,sans-serif;
}

td,th {
	text-align: left;
	padding: 5px;
}


#container {
	width: 750px;
	min-height: 520px;
	border: 1px solid #FFF;
	margin: 75px auto 75px auto;
	color: #FFF;
}

body#home #container {
	background: url('../images/bg_home.jpg') bottom right no-repeat;
}

body#accomodation #container {
	background: url('../images/bg_home.jpg') bottom right no-repeat;
}

body#restaurant #container {
	background: url('../images/bg_restaurant.jpg') bottom right no-repeat;
}

body#reviews #container {
	background: url('../images/bg_reviews.jpg') bottom right no-repeat;
}

body#specialPromotions #container {
	background: url('../images/bg_special_promotions.jpg') bottom right no-repeat;
}

body#contact #container {
	background: url('../images/bg_contact.jpg') bottom right no-repeat;
}

#container #header {
	text-align: center;
}

#container #header img#norwoodHouseLogo {
	padding: 20px 5px 5px 5px;
	border-right: 1px solid #FFF;
}

#container #header img#alamodediningLogo {
	padding: 0 5px;
}

#container #header img#enjoyEnglandRight {
	margin: 10px 0 0 120px;
}

#container #header img#enjoyEnglandLeft {
	margin: 10px 120px 0 0;
}

#container #telephoneNumber {
	text-align: center;
	margin: 5px 0;
	font-size: 90%;
}

#container #navigation {
	clear: both;
	text-align: center;
	margin: 10px auto;
}

#container #navigation ul li {
	display: inline;
	padding: 0 2px 0 20px;
	background: url('../images/navigation_bullet.gif') no-repeat;
	background-position: 4px 4px;
	list-style-type: none;
}

#container #navigation ul li.first {
	padding-left: 0px;
	background: none;
}

#container #navigation ul li.last {
	display: block;
	background: none;
	padding: 0px;
}

#container #navigation ul li a {
	font-size: 90%;
	color: #FFF;
	text-decoration: none;
}

#container #navigation ul li a:hover {
	color: #000;
	background-color: #FFF;
}

#container #content {
	clear: both;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 90%;
	line-height: 1.5;
	padding: 10px 20px;
}

#container #content #main {
	float: left;
	width: 350px;
}

#container #content #rightColumn {
	float: right;
	width: 350px;
	text-align: center;
}

#container #content .gallery img {
	border: 1px solid #DDD;
	margin: 4px;
}

body#specialPromotions #container #content {
	padding: 10px 10px 10px 20px;
}

#container #content img {
	margin: 10px 0;
}

#container #content #contactcontent {
	text-align: center;
}

#container #content p {
	margin: 10px 0;
}

#container #content p.highlight {
	color: #e63f36;
}

#container #content h1 {
	margin: 5px 0;
	font-size: 130%;
}

#container #content h2 {
	margin: 5px 0;
	font-size: 110%;
}

#container #content #main ul {
	width: 320px;
}

#container #content a {
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}

#container #content a:hover {
	color: #000;
	background-color: #FFF;
}

#container #content a.noEffect {
	text-decoration: none;
	border-bottom: none;
}

#container #content a:hover.noEffect {
	color: none;
	background-color: #000;
}

#container #content ul {
	padding-left: 20px;
}

#container #content a img {
	border: none;
}
#container #content ul#seasonalPromotions {
	padding-left: 0px;
}

#container #content ul#seasonalPromotions li {
	float: left;
	text-align: center;
	width: 80px;
	margin: 0 10px;
	list-style: none;
}