
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dcd0b8;
	font-size: 62.5%;
	line-height: 1.8em;
	background: url(../images/body_bg.gif) top left repeat-x #181818;
}
img {
	display: block;
	border: none;
}
a {
	text-decoration: none;
}
ul {
	list-style-type: none;
}

input, select, textarea {
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	background: white;
	border: 1px solid silver;
}
	input:hover, select:hover, textarea:hover {
		border-color: green;
	}
label {
	width: 250px;
	float: left;
}
textarea {
	width: 250px;
	font-size: 1em;
	height: 100px;
}
	.submit {
		background: url(../images/steps_button.gif) top left no-repeat;
		width: 183px;
		height: 31px;
		text-align: center;
		border: none;
		color: white;
		text-transform: capitalize;
	}
	.submit:hover {
		cursor: pointer;
		opacity: 0.7;
	}
h1 {
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #9b3b16;
	font-family: Times;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #6b3b18;
	font-family: Times;
	margin-bottom: 1em;
}
ol {
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-left: 2em;
}
p {
	font-size: 1.2em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 2em 0 1em;
}
h4 {
	font-size: 1em;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.warn {
	color: red;
	border-color: red;
}
#devil {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/* Clear fix --------------------------------------------------------------------------------------------------------------*/
#left_content ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*Container ---------------------------------------------------------------------------------------------------------*/
#container {
	width: 970px;
	margin:  auto;
	position: relative;	
}
	#header {
		width: 970px;
		height: 290px;
		margin: auto;
	}
		#lang {

			position: absolute;
			right: 0px;
			top: 220px;
		}
			#lang  a img {
				margin: 1px 0;
			}
				#lang  a:hover img {
					z-index: 1;
					opacity: 0.5;
				}
		#logo {
			float: left;
		}
		#header ul#header_menu {
			margin-left: 170px;
		}
			ul#header_menu li {
				height:  54px;
				float: left;
				width: 125px;
			}
			ul#header_menu a {
				font-size: 1.4em;
				color: black;
				background: url(../images/button_bg.gif) left no-repeat;
				margin-left: 1px;
				display: block;
				padding: 15px 0 15px 0px;
				text-align: center;
				
			}
				ul#header_menu a:hover {
					opacity: 0.8;
					color: white;
					
				}
				ul#header_menu a.in {
					background: url(../images/button_bg_in.gif) left no-repeat;
					color: white;
				}
/* Content --------------------------------------------------------------------------------------- */
	#content {
		margin-left: 240px;
		padding-top: 30px;
	}
		
	/* LEFT Content */	
	#left_content {
		position: absolute;
		top: 300;
		left: 0;
		padding-bottom: 3px;
		z-index: 1;
		width: 200px;
		background: url(../images/left_menu.jpg)   no-repeat;
		
	}	
	ul#left_menu li {
		float: left;
	}
	ul#left_menu a {
		font-size: 1.4em;
		color: black;
		background: url(../images/left_menu_bg.gif) left no-repeat;
		margin-left: 1px;
		display: block;
		width: 170px;
		padding: 10px 0;
		text-align: center;
	}
		ul#left_menu a:hover {
			opacity: 0.8;
			color: white;
			
		}
		ul#left_menu a.in {
			background: url(../images/left_menu_bg_in.gif) left no-repeat;
			color: white;
		}
	#left_content h3 {
		color: #d78b51;
		margin: 39px 0 1.3em;
		text-align: center;
	} 
	
	.gallery li {
		float: left;
		list-style-type: none;
		height: 130px;
		margin: 0 20px 0 0;
	}
	.gallery li img {
	}	
	.gallery li:hover {

						margin-top: 0;
						margin-bottom: 0;
					opacity: 0.5;
				}
	.flash li {
		float: left;
		list-style-type: none;
		height: 290px;
		margin: 0 20px 0 0;
	}
	.flash li img {
	}	
	.flash li:hover {

						margin-top: 0;
						margin-bottom: 0;
					opacity: 0.5;
				}
/* Footer --------------------------------------------------------------------------------- */		
	#footer {
		margin: auto;
		width: 968px;
		background: url(../images/footer.gif) top left no-repeat;
		height: 76px;
		margin-bottom: 15px;
	}
		#footer p {
			text-align: center;
			padding-top: 20px;
		}
		#fmedia a {
			display: block;
			margin: 1em auto 0;
			background: url(../images/fmedia.gif) no-repeat;
			width: 275px;
			height: 0px;
			padding-top: 25px;
			overflow: hidden;
			cursor: pointer;
		}
		#fmedia a:hover {
			background-image: url(../images/fmedia_up.gif);
		}
