body, p, h1, h2, h3, h4, h5, h6, form{
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}


.magnify {
	cursor: url(/page/images/sys/magnify.cur);
}

	* > .magnify {
		cursor: pointer;
		cursor: hand;
	}

/* === Clearing browser style === */

body, td, th, input, textarea, select {
	font-family: garamond, serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}

body {
	background: #fff2cb url(../images/bg.gif);
	height: 100%;
	padding: 0px;
}

html {
	height: 100%;
}

/* === Links === */

a {
	color: #695a28;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

#layout {
	width: 100%;
	height: 100%;
}

	#left {
		width: 50%;
	}
	
	#middle {
		padding: 16px;
	}
	
	#right {
		width: 50%;
	}
	
	/* Lang */
	
	.lang a {
		display: block;
		font-size: 12px;
		color: #fff8df;
		text-transform: uppercase;
		text-decoration: none;
		padding: 0px 10px;
	}
	
	.lang a:hover {
		color: #fff8df;
		text-decoration: underline;
	}
	
	.lang a.selected {
		color: #fff8df;
		text-decoration: underline;
	}
	
	.lang a.selected:hover {
		color: #fff8df;
		text-decoration: underline;
	}
	
	/* Menu */
	
	.nav,
	.nav ul {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
	
		.nav div {
			background: url(../images/menu-bullet.gif) no-repeat;
			padding-left: 16px;
		}
		
		.nav a {
			display: block;
			background: url(../images/dot.gif) repeat-x left bottom;
			font-size: 14px;
			color: #000000;
			text-decoration: none;
			margin-top: 3px;
			padding-bottom: 5px;
		}
		
		.nav a:hover {
			color: #000000;
			text-decoration: underline;
		}
		
		.nav a.selected {
			color: #930000;
			text-decoration: none;
		}
		
		.nav a.selected:hover {
			color: #930000;
			text-decoration: underline;
		}
	
	/* Submenu */
	
	.subnav td {
		width: 33%;
	}
	
	.subnav a {
		display: block;
		background: url(../images/submenu-bullet.gif) no-repeat;
		font-size: 14px;
		color: #695a28;
		text-decoration: none;
		padding: 0px 13px 4px 13px;
	}
	
	.subnav a:hover {
		color: #695a28;
		text-decoration: underline;
	}
	
	.subnav a.selected {
		color: #930000;
		text-decoration: underline;
	}
	
	.subnav a.selected:hover {
		color: #930000;
		text-decoration: underline;
	}
	
	/* Quick menu */
	
	/* Icons */
	
	.icons td {
		background: #ff9103;
		border: 2px solid #ffffff;
		border-left: none;
	}
	
		.icons td.first {
			border-left: 2px solid #ffffff;
		}
	
	/* --- */
	
	.whiteEdge {
		background: #fffcf3;
		width: 9px;
	}
	
	#angleTopLeft {
		background: url(../images/a-top-left.gif) no-repeat;
		width: 228px;
		height: 40px;
	}
	
	#header-left {
		background: #fffcf3;
	}
	
		#logo {
			background: url(../images/bg-logo.gif) no-repeat;
		}
	
	#header-middle {
		background: #fffcf3 url(../images/bg-flash.gif) left bottom no-repeat;
		padding-top: 9px;
	}
	
	#angleTopRight {
		background: url(../images/a-top-right.gif) no-repeat;
		width: 228px;
		height: 40px;
	}
	
	#header-right {
		background: #fffcf3;
	}
	
		#findUs {
			background: url(../images/bg-find-us.gif) no-repeat;
		}
		
		#tickerBox {
			height: 28px;
			padding: 0px 10px 0px 302px;
		}
		
			#tickerBox #ticker {
				font-size: 12px;
				color: #ffffff;
				text-align: center;
			}
		
		#topnavBox {
			padding: 0px 10px;
		}
		
		#iconBox {
			padding: 0px 10px;
		}
	
	.leftCol {
		background: #fff0c0;
		border-left: 2px solid #930000;
	}
	
	.leftColBottom {
		background: #fff0c0;
		padding: 9px 21px 25px 17px;
		border-left: 2px solid #930000;
	}
		
		#langBox {
			background: #bea860;
			padding: 16px 10px 15px 0px;
		}
	
	#sloganBox {
		background: #930000 url(../images/bg-slogan.gif) repeat-x left bottom;
	}
	
	.middleCol {
		background: #eddcae url(../images/bg-middle.gif);
		padding: 4px;
		border-right: 1px solid #bea860;
		border-left: 1px solid #bea860;
	}
	
		#hotel {
			background: url(../images/hotel.jpg) no-repeat;
		}
	
	.middleColPage {
		background: #fffcf3;
		padding: 4px;
		border-right: 1px solid #bea860;
		border-left: 1px solid #bea860;
	}
	
		#infoBox {
			background: url(../images/bg-info.gif) repeat-x;
			height: 202px;
			padding: 21px;
		}

			#infoBox ul {
				padding: 0px;
				margin: 0px;
				margin-left: 20px;
				list-style-type: none;
				list-style-image: url(../images/ul-bullet.gif);
			}
	
		#subNavBox {
			padding-bottom: 15px;
		}
	
	.rightCol {
		background: #fff8df;
		border-right: 2px solid #930000;
	}
	
	.rightColBottom {
		background: #fff8df;
		padding: 7px 15px 9px 11px;
		border-right: 2px solid #930000;
	}
	
		#special {
			background: #bea860;
		}
		
		.news {
			width: 100%;
		}
		
			.news .thumb {
				padding: 2px 11px 11px 0px;
			}
			
			.news .txt {
				line-height: 14px;
				/*padding-right: 52px;*/
			}
			
				.news .txt span.title {
					color: #930000;
				}
				
				.news .txt div.sep {
					height: 6px;
				}
		
		div.newsSep {
			background: url(../images/dot.gif) repeat-x left center;
			height: 17px;
		}
		
		/* Banners */
		
		table.banners {
			width: 100%;
			border-top: 2px solid #ffffff;
		}
		
			table.banners td {
				background: #1091c8;
				height: 72px;
				border: 2px solid #ffffff;
				border-top: none;
			}
	
	#bottomLink1 {
		background: #bea860 url(../images/bg-bottom1.gif) no-repeat;
	}
	
	#bottomLink2 {
		background: #bea860 url(../images/bg-bottom2.gif) no-repeat;
	}
	
	#bottomLink3 {
		background: #bea860 url(../images/bg-bottom3.gif) no-repeat;
	}
	
	#bottomLink4 {
		background: #bea860 url(../images/bg-bottom4.gif) no-repeat;
	}
	
	#created {
		background: url(../images/bg-created.gif) no-repeat;
		padding-top: 14px;
	}
	
	/* content images */
	
	.imgContainer {
	}
	
		.imgContainer table tr.image td {
			background: #ffffff;
			padding: 1px;
			border: 1px solid #c5af6a;
		}
		
		.imgContainer table tr.title {
			display: none;
		}
		
			.imgContainer table tr.title td {
				text-align: center;
			}

/* === Txt === */
table.title {
	background: url(../images/dot.gif) repeat-x left bottom;
	margin-bottom: 20px;
}

	table.title td h1 {
		font-size: 22px;
		font-weight: normal;
		color: #930000;
	}
	
span.copyright {
	font-family: tahoma, sans serif;
	font-size: 10px;
	color: #bea860;
	cursor: default;
}

span.copyright a {
	font-family: tahoma, sans serif;
	font-size: 10px;
	color: #bea860;
	text-decoration: none;
}

span.copyright a:hover {
	color: #bea860;
	text-decoration: none;
}

/* === Other === */

.w33 {
	width: 33%;
}

.w25 {
	width: 25%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}
