/* ********** Root-level tags ********** */

html {
	height: 100%;
}
body {
	background-color: #609b42;
	background-image: url(images/background_interior.jpg);
	background-position: center 30px;
	background-repeat: no-repeat;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	min-height: 100%;
	padding: 0;
	position: relative;
}
#logoMobi {
	display:none;

}
p {
	margin: 0 0 11px 0;
}
img {
	border: 0;
}
img, div, .transparent {
	behavior: url(/iepngfix.htc);
}
form {
	margin: 0;
}
.hidden {
	visibility: hidden;
}

/* ********** shell ********** */

#page-box {
	margin: 0 auto;
	padding: 69px 0 55px 0;
	width: 960px;
}
#header {
	width: 960px;
}
#packages {
	width: 960px;
}
.hotels {
	background-color: #fff;
	margin: 10px 0 0 0;
	padding: 10px;
}
#footer {
	background-color: #2d1702;
	bottom: 0;
	font-size: 9px;
	left: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

/* ********** header ********** */

#headerLeft {
	color: #2d1702;
	float: left;
	width: 567px;
}
#atlantaLogo {
	float: left;
	height: 103px;
	width: 158px;
}
#headerLeft h1#dealsAndOffers {
	background-image: url(images/h1_hotel_packages.png);
	color: #2d1702;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	height: 45px;
	margin-top: 20px;
	width: 278px;
}
#headerLeft p {
	margin: 20px 0 0 0;
}
#headerLeft h1, #headerLeft p {
	margin-left: 230px;
	width: 330px;
}
#headerRight {
	float: left;
	padding: 20px 0 0 0;
	width: 393px;
}
#buttons {
	float: left;
	padding: 4px 0 0 0;
	width: 210px;
}
#buttons img {
	display: inline;
	float: left;
	margin-right: 15px;
}
#search {
	float: left;
	width: 180px;
}
label {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#Submit {
	position: relative;
	top: 2px;
}
#hotelNav {
	clear: both;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align: center;
	width: 294px;
}
.hotelLink {
	background-image: url(images/hotel_link_background.png);
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	height: 31px;
	margin: 0 5px;
	padding: 7px 0 0 0;
	text-decoration: none;
	width: 88px;
}
.hotelLink:hover {
	text-decoration: underline;
}
#enews {
	clear: both;
	margin: 0 auto;
	padding: 15px 0;
	width: 294px;
}
#enews h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 3px 0;
}
#enews p {
	margin: 0 0 5px 0;
}

/* ********** packages ********** */

.package {
	float: left;
	width: 473px;
}

/* ********** hotels ********** */

.hotel {
	display: inline;
	float: left;
	margin: 0 8px 0 0;
	width: 149px;
}

/* ********** footer ********** */

.content {
	color: #fff;
	height: 27px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 15px;
	width: 960px;
}
#footer ul {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer li {
	display: inline;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	float: right;
	margin: 0;
}

