/* Generic Tags */

* { 
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

body {
	background: url('../img/bg-body.jpg') no-repeat #000000;
	background-position: 50% 0;
}

img {
	border: 0;
}

ul {
	margin-left: 30px;
	margin-top: 16px;
}

h1 {
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	border-bottom: 1px solid #cc0000;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

h2.notice {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #ffff33;
	padding: 5px;
}

/* Box models and its specifics stylesheets */

#top {
	position: relative;
	width: 990px;
	height: 310px;
	margin: auto;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#banner {
	position: absolute;
	top: 70px;
	right: 140px;
	z-index: 100;
}

#special-bar {
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -400px;
	z-index: 90;
	width: 800px;
	height: 120px;
	background: url('../img/bg-special.png') transparent;
}

#menu {
	position: absolute;
	top: 0px;
	right: 245px;
	z-index: 90;
	width: 478px;
	height: 78px;
	background: url('../img/bg-special.png') transparent;
}

.submenu {
	z-index: 100;
	width: 68px;
	height: 64px;
	visibility: hidden;
	background: url('../img/bg-sub-menu.png') bottom left no-repeat transparent;
	_background: url('../img/bg-sub-menu.png') no-repeat transparent;
}

#menu-items {
	position: absolute;
	top: 8px;
	right: 245px;
	z-index: 100;
	width: 478px;
	height: 35px;
}

#menu-items div.menu {
	float: left;
	width: 68px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

#menu-items div.menu a {
	text-decoration: none;
	display: block;
	text-transform: lowercase;
}

#menu-items div.menu a:hover {
	background: url('../img/bg-menu-item.gif');
	background-repeat: no-repeat;
}

#menu-items div.menu a.active {
	background: url('../img/bg-menu-item-active.gif');
	background-repeat: no-repeat;
}

#container {
	position: relative;
	margin: auto;
	width: 990px;
}

#content-minimal-height-hack {
	float: left;
	width: 1px;
	height: 450px;
}

#content {
	background: url('../img/bg-content.png') transparent;
	background-repeat: repeat-x;
	position: relative;
	margin-left: 100px;
	width: 800px;
	margin: auto;
	margin-bottom: 10px;
	overflow: hidden;
}

#main {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#main img {
	margin: 8px 10px 8px 10px;
	border: 4px solid #c0c0c0;
}

#main p {
	font-size: 12px;
	text-align: justify;
	margin-bottom: 15px;
}

#gallery {
	margin-top: 10px;
	width: 680px;
	margin: auto;
}

#flashcontent {
	width: 100%;
	height: 700px;
	margin: auto;
}

#sidebar {
	float: left;
	width: 200px;
	vertical-align: top;
	padding-top: 10px;
	margin-left: 10px;
}

#footer {
	width: 700px;
	height: 50px;
	background: #000000;
	margin: auto;
	position: relative;
}

#footer-info {
	width: 700px;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 7px;
}

#footer-info * {
	font-size: 10px;
	color: #999999;
}



.form td {
	padding: 5px;
	vertical-align: top;
}

.form td.caption {
	width: 150px;
	text-align: right;
}

.form td.element {
	width: 300px;
}

.form select, .form option, .form input, .form textarea {
	color: #000000;
}

.form select, .form input, .form textarea {
	padding: 2px;
}

.form select {
	width: 200px
}

.form input {
	width: 250px;
}

.form textarea {
	width: 250px;
	height: 120px;
}

.form .buttons input {
	float: right;
	width: 80px;
}

fieldset {
	border: 0;
	margin-top: 15px;
}

legend {
	font-size: 16px;
	font-weight: bold;
	color: #ff9933;
	padding: 3px;
	padding-left: 10px;
	padding-right: 20px;
	border-bottom: 1px solid #cc0000;
	border-left: 6px solid #cc0000;
}