@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	
	color: #FFF;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
}

html {
	overflow-y: scroll;
	
	background: url(../images/bg_repeat.png) top repeat-x #977365;
}

body {
	width: 980px;
	margin: 20px auto;
}

img.loading {
	display: none;
}

p {
	margin: 0 0 10px;
}

ul {
	padding-left: 25px;
	
	list-style-position: outside;
}

#header {
	height: 310px;
	
	display: block;
	position: relative;
	
	background: url(../images/header.png) top center no-repeat;
}
	
	h1,
	h2 {
		display: none;
	}
	
	#leftBoxWrap {
		position: absolute;
		top: 0;
		left: 0;
		
		background: url(../images/salt_rocks.png) 30px 180px no-repeat;
	}
		
		#lotusBoxWrap {
		}
			
			#leftBox {
				width: 245px;
				margin: 375px 10px 80px;
				padding: 30px 30px 80px;
				
				background-color: #FBF6D3;
				
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				
				-webkit-box-shadow: 0 0 3px #666;
				-moz-box-shadow: 0 0 3px #666;
				box-shadow: 0 0 3px #666;
			}
			
			#leftBox * {
				color: #7A7559;
			}
			
			#lotusBoxWrap img {
				position: absolute;
				left: 30px;
				bottom: 0;
			}
	
	#menu {
		position: absolute;
		bottom: 30px;
		right: 10px;
		
		list-style: none;
	}
		
		#menu li {
		}
			
			#menu li a {
				width: 180px;
				height: 50px;
				padding-left: 20px;
				
				display: block;
				
				color: #A48173;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 1.25em;
				line-height: 50px;
				text-decoration: none;
				
				-webkit-transition: color 0.15s ease-in-out;
				-moz-transition: color 0.15s ease-in-out;
				-o-transition: color 0.15s ease-in-out;
				transition: color 0.15s ease-in-out;
			}
			
			#menu li.current a {
				background: url(../images/menu_arrow.png) right no-repeat;
			}
			
			#menu li a:hover {
				color: #7C6056;
			}

#content {
	margin: 0 0 0 345px;
}
	
	h3 {
		margin: 30px 0 10px;
		
		color: #e2e0d3;
		font-size: 1.75em;
		font-weight: bold;
	}
	
	h4 {
		margin: 0 0 10px;
		
		color: #f0f0e3;
		font-size: 1.1em;
		font-weight: normal;
		line-height: 1.25em;
	}
	
	#content img.loading {
		margin: 125px auto;
		padding: 20px;
		
		display: block;
		
		background-color: #DDCCC5;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	
	table {
		/*border-top: 1px #FFF solid;*/
	}
		
		table tr {
		}
		
		table tr:nth-child(odd) {
			background-color: rgba(255, 255, 255, 0.1);
		}
		
		table tr:nth-child(even) {
			background-color: rgba(255, 255, 255, 0.2);
		}
			
			table tr td {
				/*border-bottom: 1px #FFF solid;*/
			}
				
				h5 {
					margin: 10px;
					
					color: #FFF;
					font-size: 1em;
					font-weight: normal;
				}
				
				table tr td p {
					margin: 10px 10px 10px;
					
					font-size: 0.8em;
				}

#footer {
	margin: 50px 0 30px 345px;
	
	opacity: 0.5;
	filter: alpha(opacity=50);
}
	
	#footer p {
		margin: 0;
		
		text-align: center;
		font-size: 0.8em;
	}

