/* CSS Document */
body {
	text-align:center;
	background-image:url(images/bg.png);
	background-position:top left;
	background-color:#333;
	background-repeat:repeat-x;
	min-width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}
#home_container {
	width:999px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	height:220px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-45px;
	background-image:url(images/bg/winter_bg.png);
	background-position:top;
	background-repeat:no-repeat;
}

.content_title {
	font-size:1.25em;
}
#content {
	width:775px;
	text-align:left;
	margin-top:20px;
	margin-left:50px;
	margin-right:auto;
	padding:10px;
	padding-left:65px;
	padding-right:110px;
	background-image:url(images/bg/content_bg.png);
	background-postion:top;
	background-repeat:repeat-y;
}
#content a, a:visited {
	color: #000;
	text-decoration:underline;
}
#content a:hover {
	color: #000;
	text-decoration:none;
}
a img {
	border:0;
}
#menucontainer {	
	width:800px;
	height:80px;
}
#menu {
	float:left;
	width:600px;
	height: 40px;
	margin-top:145px;
	padding-top:5px;
	padding-left:70px;
}
#menu ul {
	list-style: none;	
	margin:0; padding: 0;
	float: left;
}
#menu ul li {
	display: inline;

}
#menu ul li a {
	font-size:1em;
	display: block;
	float: left;
	padding: 0 8px;
	color: #ede7db;	
	text-decoration:none;
	height:26px;
	padding-top:10px;
}
#menu ul li a:hover {
	color: #222;
	height:26px;
	padding-top:10px;	
}
#menu ul li #current {
	color:#333;
	cursor: default;
	height:26px;
	padding-top:10px;
}

#hotdeal {
	width: 300px;
	height: 200px;
	float:right;
	margin:5px;
	background-image:url(images/deal_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#ede7db;
	text-align:center;
}
#hotdeal .content {
	margin-right:15px;
	margin-left:15px;
	margin-top:40px;
}
#hotdeal a, a:visited {
	color: #ede7db;
	text-decoration: underline;
	font-size:.9em;
}
#hotdeal a:hover {
	color: #ede7db;
	text-decoration: none;
}
.hotdeal_btn {
	width:12em;
	background-image:url(images/button_bg.png);
	background-repeat:repeat-x;
	border-color:#333;
	border-style:solid;
	border-width:1px;
	color:#ede7db;
	margin-top:4px;
	cursor:pointer;
}
.map_btn {
	width:8em;
	background-image:url(images/button_bg.png);
	background-repeat:repeat-x;
	border-color:#333;
	border-style:solid;
	border-width:1px;
	color:#ede7db;
	margin-top:4px;
	cursor:pointer;
}

#footer {
	height:50px;
	color:#888;
	font-size:.7em;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-5px;
	background-image:url(images/bg/footer_bg.png);
	background-repeat:no-repeat;
	background-position:top;
}
#footer .right {
	float:right;
	text-align:right;
	padding-right:10%;
}
#footer .left {
	float:left;
	text-align:left;
	padding-left:10%;
}
#footer a, a:visited {
	color: #888	;	
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}