73423D/*!
 * grid {
 *   Columns: 12;
 *   Width:   60px;
 * }
 * GRIDFOX COLUMNS:
 * - 10,60,10,10,60,10,10,60,10,10,60,10,10,60,10,10,60,10,10,60,10,10,60,10,10,60,10,10,60,10,10,60,10,10,60,10
 * - Line thickness: 1px
 */

* {
	margin: 0;
	padding: 0;
}
html, body {
	background: #ffffff url('/skin/bg.jpg') repeat;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
p {
	margin-bottom: 1em;
	text-align: justify;
}
ul, ol, dd {
	padding-left: 10px;
}
img {
	border: 0;
}
	img.align-left, img[align=left] {
		float: left;
		margin-right: 10px;
	}
	img.align-right, img[align=right] {
		float: right;
		margin-left: 10px;
	}
	div.align-center {
		text-align: center;
	}
h1 {
	line-height: normal;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;

}
h2 {
	line-height: normal;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	line-height: normal;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
abbr {
	border: 0 none;
	text-decoration: none;
}
object {
	outline: none;
}
a, a:visited {
	text-decoration: none;
	color: #DFDFDF;
}
a.active, a.active:visited,
a:hover, a:active {
	text-decoration: underline;
}
input, textarea {
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #003f8b;
	line-height: normal;
	font-size: 12px;
}
input.btn {
	border: 0;
	background: #580000;
	color: #ffffff;
}
input.btn:hover, input.btn:active {
	background: #c06f37;
	cursor: pointer;
}
label.label {
	display: block;
	float: left;
	width: 150px;
}
label.overTxtDiv, label.overTxtLabel, label.inline {
	display: inline;
	float: none;
	width: auto;
}
div.banner {
	text-align: center;
}
div.validation-advice {
	padding-left: 150px;
	color: #ff0000;
}
.clear {
	clear: both;
}
	.clear-left {
		clear: left;
	}
	.clear-right {
		clear: right;
	}
.hidden {
	display: none;
}
.noborder {
	border: 0;
}

div#lang {
	background: transparent url('/skin/lang-bg.png') no-repeat top right;
	width: 960px;
	height: 30px;
	margin-bottom: 2px;
	text-align: right;
	line-height: 42px;
}
div#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 45px;
	font-size: 12px;
	line-height: 45px;
	border-top: 1px solid #7F544F;
	border-bottom: 1px solid #7F544F;
}
div#menu ul {
	margin: 0;
	list-style: none;
}
div#menu ul li {
	display:block;
	float:left;
	padding-right:13px;
}
div#menu ul li a {
	background: transparent url(/skin/dot.gif) no-repeat scroll right center;
	color: #7F544F;
	display: block;
	float: left;
	outline: none;
	padding-right: 32px;
	text-decoration: none;
}
div#menu ul li a.last {
	background: none;
	color: #7F544F;
	display: block;
	float: left;
	padding-right: 32px;
	text-decoration: none;
}
div#menu ul li a:hover, div#menu ul li a.active {
	color: #ffffff;
}
div#shadow {
	background: transparent url('/skin/shadow.png') repeat-x top center;
	height: 450px;
}

div#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
	border-top: #4C231F 1px solid;
	padding-top: 15px;
}
	div#header {
		height: 140px;
		z-index: 1;
		position: relative;
		width: 960px;
		margin: 0 auto;
	}
		a#logo {
			display: block;
			height: 140px;
			width: 360px;
			background: transparent url('/skin/logo.png') no-repeat top center;
			text-indent: -20000px;
			overflow: hidden;
			margin-left: auto;
			margin-right: auto;
			outline: none;
		}
		div#header ul.menu {
			padding-left: 0;
		}
		div#smoke {
			height: 181px;
			width: 194px;
			overflow: hidden;
			position: absolute;
			top: 0;
			right: 99px;
		}
			div#smoke object {
				position: absolute;
				bottom: 0;
				right: 0;
			}
	div#footer {
		width: 960px;
		height: 50px;
		text-align: right;
		color: #ffffff;
		position: relative;
		margin: 0 auto;
	}
		div#footerleft {
			text-align: left;
			float: left; 
			display: block;
			margin-top: 100px;
			margin-left: 10px;
			font-size: 12px;
		}
		div#footerright {
			text-align: left;
			float: right; 
			display: block;
			margin-top: 100px;
			margin-left: 10px;
			width: 317px;
		}
			div#bluebear {
				float: left; 
				display: block;
			}
			div#bluebear a,div#tic4 a {
				color: #DFDFDF;
				text-decoration: none;
			}
			div#tic4 {
				padding-left: 27px;
				padding-top: 17px;
			}
			div#tic4 a {
				padding-left: 27px;
			}
	div#content {
		position: relative;
	}
	div#right {
		float: right;
		width: 330px;
		text-align: left;
	}
		#banner {
			text-align: center;
		}
		#banner img {
			border: #4C231F 1px solid;
			padding: 5px;
		}
	div#center {
		float: left;
		display: block;
		width: 620px;
		padding-left: 10px;
		color: #DFDFDF;
	}
	div#gallery {
		height: 207px;
		width: 960px;
		position: relative;
		text-align: center;
		margin: 0 auto;
		padding-top: 90px;
		overflow: hidden;
	}
		div#gallery div.items {
			width: 955px;
			padding-left: 5px;
			position: relative;
		}
			div#gallery div.item {
				float: left;
				height: 207px;
				width: 306px;
				margin: 8px 6px 0;
				overflow: hidden;
				position: relative;
			}
			div#gallery div.item a, div#gallery div.item a:visited {
				display: block;
				height: 207px;
				width: 300px;
				color: #5b5b5b;
				overflow: hidden;
				position: relative;
			}
			div#gallery div.item a:hover, div#gallery div.item a:active {
				/* border-color: #e1e1e1;  */
				text-decoration: none;
			}
			div#gallery div.item span.overlay {
				display: block;
				height: 207px;
				width: 300px;
				background: #ffffff;
				opacity: 0.50;
				filter: alpha(opacity=50);
				position: absolute;
				left: 10px;
			}
			div#gallery div.item span.name {
				display: block;
				padding-left: 19px;
				line-height: normal;
				font-size: 13px;
				font-weight: bold;
				position: absolute;
				bottom: 10px;
				left: 0;
			}
		div#gallery div.nav {
			width: 285px;
			height: 17px;
			position: relative;
			text-align: center;
			top: 73px;
			margin-left: 5px;
			margin-right: 10px;
		}
		div#gallery div.nav a, div#gallery div.nav a:visited {
			display: inline-block;
			height: 14px;
			width: 23px;
			margin: 0 2px;
			background-repeat: no-repeat;
			background-position: top center;
			outline: none;
		}
		div.left {
			position: relative;
			top: 25px;
			left: -22px;
			width: 40px;
			height: 40px;
			
		}
		div#gallery div.left a#gallery_prev {
			background-image: url('/skin/left.gif');
			width: 40px;
			height: 40px;
		}
		div.right {
			position: relative;
			top: -13px;
			left: 930px;
			width: 40px;
			height: 40px;
		}
		div#gallery div.right a#gallery_next {
			background-image: url('/skin/right.gif');
			width: 40px;
			height: 40px;
		}
