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

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #301000;
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}
ol li {
	color: #fff;
}
ul li {
	color: #fff;
}
p.edit {
	display: block;
	text-align: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
}
p.edit a {
	color: #fff;
}
td {
	color: #fff;
}

#header {
	display: block;
	width: 100%;
	height: 359px;
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #1b5794;
	border-bottom: 3px solid #d27700;
}

	#header img.menu {
		position: relative;
		top: -40px;
		z-index: 100;
	}
	#header ul.dropdown {
		margin: 0px;
		padding: 0px;	
		position: relative;
		top: -90px;	
		z-index: 11000;
	}
		#header ul.dropdown li {
			display: inline;
			list-style-type: none;
		}
			#header ul.dropdown li a.main {
				text-decoration: none;
				color: #fff;
				margin: 0px 20px 0px 20px;
				font-size: 18px;
				font-weight: bold;
			}
			#header ul.dropdown li a.main:hover {
				color: #ff9f00;
			}
	
	#header table {
		width: 750px;
		height: 359px;
	}
		#header table td {
			vertical-align: bottom;
		}
		#header table td.showcase {
			background-image: url('../img/showcasebg.png');
			background-position: bottom;
			width: 350px;
		}
		#header table td.showcase div.crop {
			width: 291px;
			height: 269px;
			overflow: hidden;
			position: relative;
			top: -63px;
			left: 10px;
		}
	
#content {
	display: block;
	width: 100%;
	background-image: url('../img/content.jpg');
	background-repeat: repeat;
	background-position: center;
	border-bottom: 3px solid #511401;
	padding-top: 40px;	
	padding-bottom: 20px;
}
#content-container {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 730px;
}
	#content table.default {
		width: 730px;
		background-color: #a25725;
		border: 4px solid #673202;
		padding: 5px;
		background-image: url('../img/contentbg.png');
		background-repeat: repeat;
		background-position: center;
	}
		#content table.default td {
			padding: 0px 5px 5px 10px;
			vertical-align: top;
		}
	#content p {
		line-height: 22px;
		color: #edded4;
		padding: 0px 20px 0px 20px;
		text-align: left;
		margin: 10px 0px 0px 0px;
	}
	#content h1 {
		font-size: 24px;
		color: #efc194;
		font-weight: bold;
		background-image: url('../img/h1.png');
		height: 50px;
		padding: 20px 0px 0px 20px;
		text-align: left;
		background-repeat: no-repeat;
		background-position: center;
		margin: 0px;
	}
	#content h2 {
		margin: -10px -20px -20px -20px;
		font-size: 16px;
		color: #fff;
		width: 300px;
		font-weight: bold;
		background-image: url('../img/h2.png');
		height: 40px;
		text-align: left;
		padding: 20px 0px 0px 50px;
		background-repeat: no-repeat;
		background-position: center;
	}
		#content h2 a {
			color: #fff;
		}
		#content h2 a:hover {
			color: #ff9f00;
		}
		#content h2 img {
			margin-left: 8px;
		}
	#content img.icon {
		margin: 10px 0px 0px 0px;
	}
#footer {
	display: block;
	width: 100%;
	height: 100px;
	background-color: #301000;
	padding-top: 20px;
}
	#footer span {
		font-size: 15px;
		color: #edded4;
		position: relative;
		top: -20px;
	}
	#footer img {
		margin: 0px 10px 0px 10px;
	}
	

#rotator {
	position:relative;
	height:225px;
}
	#rotator ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#rotator ul li {
		float:left;
		position:absolute;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#rotator li.show {
		position: relative;
		z-index:500;
	}
