	body {
		font-family: Georgia;
		font-size: 12px;
		line-height: 18px;
		color: #000;
	}

	* {
		margin: 0;
		padding: 0;
	}
	
	a {
		color: #888888;
		text-decoration: none;
	}

	a:link, a:visited {
		outline: none;
	}

	a img {
		border: 0;
	}
	
	p {
		padding: 7px 0;
	}
	
	form, fieldset {
		border: 0;
	}
	
	.breaker {
		clear: both;
		height: 0;
		font-size: 0;
	}
	
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.centered {
		text-align: center;
		width: 100%;
	}
	
	.title {
		font: 14px "Arial Narrow";
		color: #fff;
		font-weight: bolder;
		text-transform: uppercase;
	}
	
	.blue {
		color: #00AEEF;
	}
	
	.gray {
		color: #6B6B6B;
	}
	
	.intro {
		width: 100%;
		height: 100%;
		/*background: #f9a03a url( '../images/logo_big.jpg' ) no-repeat center 150px;*/
		background: #f9a03a;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
		text-align: center;
	}

/*********************
*	HEADER
*********************/
	#top, #bottom {
		height: 16px;
		width: 1032px;
		position: relative;
		margin: 0 -16px;
	}
	
	#top {
		background: url( '../images/top.png' ) no-repeat top;
	}
	
	#bottom {
		background: url( '../images/bottom.png' ) no-repeat top;
	}

	#header {
		font-weight: bolder;
		
		background: #E6E6EC;/* url( '../images/header_bgr.png' ) repeat-x top;*/
		height: 68px;
		padding: 10px 18px;

		border-top: 4px solid #474a7f;
	}
	
	#header #logo {
		height: 56px;
		float: left;
	}
	
	#header #logo img {
		border: 0;
	}
/*
	#header .menu {
		background: url( '../images/menu_bgr.png' ) repeat-x center top;
		clear: both;
		padding: 0;
		height: 35px;
		position: relative;
		margin: 0 -18px;
		border-top: 1px solid #787971;
	}
	
	#header .menu ul li {
		float: left;
		display: block;
		height: 100%;
	}

	#header .menu ul li a {
		display: block;
		padding: 0px 20px 0px 20px;
		font: 12px Tahoma;
		text-transform: uppercase;
		color: #fff;
		font-weight: bolder;
		line-height: 35px;
		text-shadow: 2px 2px 1px #666;
	}

	#header .menu ul li ul {
		display: none;
	}
	
	#header .menu ul li ul li {
		width: 170px;
	}

	#header .menu ul li.active, #header .menu ul li.on {
		background: #73797e;
	}

	#header .menu ul li.active a, #header .menu ul li.on a {
		color: #fff;
	}

	#header .menu ul li.active ul {
		position: absolute;
		background: #fff;
		border: 1px solid #787971;
	}
	
	#header .menu a.expandable, #header .menu a.nonexpandable {
		padding-left: 20px;
	}
	
	#header .menu a.expandable {
		background: #fff url( '../images/arrow_expandable.png' ) no-repeat 3px 9px;
	}

	#header .menu a.nonexpandable {
		background: #fff url( '../images/arrow_nonexpandable.png' ) no-repeat 3px 9px;
	}
	
	#header .menu ul li.active ul li {
		float: none;
	}
	
	#header .menu ul li ul li a {
		line-height: 12px;
		padding: 7px;
		margin: 0;
	}

	#header .menu ul li.active ul li a {
		color: #000;s
		padding-right: 20px;
		text-transform: none;
		font: 11px Arial;
	}

	#header .menu ul li.active ul li a:hover {
		color: #F47F39;
	}

	#header .menu ul li ul li ul {
		position: absolute;
		left: 171px;
		top: -1px;
	}
*/

#header .menu {
		clear: left;
		background: url( '../images/menu_bgr.png' ) repeat-x center top;
		
		padding: 0;
		height: 35px;
		position: relative;
		margin: 0 -18px;
		border-top: 1px solid #787971;
	}
	
	#header .menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 12em;
		float: left;
	}
	
	#header .menu ul li {
		float: left;
		height: 100%;
		text-align: left;
	}
	
	#header .menu ul a {
		display: block;
		padding: 0px 20px 0px 20px;
		font: 12px Tahoma;
		text-transform: uppercase;
		color: #fff;
		font-weight: bolder;
		line-height: 35px;
		text-shadow: 2px 2px 1px #666;
	}

	#header .menu a.expandable, #header .menu a.nonexpandable {
		padding-left: 20px;
	}
	
	#header .menu a.expandable {
		background: #fff url( '../images/arrow_expandable.png' ) no-repeat 3px 9px;
	}

	#header .menu a.nonexpandable {
		background: #fff url( '../images/arrow_nonexpandable.png' ) no-repeat 3px 9px;
	}
	
	#header .menu ul ul li {
		float: none;
		position: relative;
		text-align: left;
	}
	
	#header .menu ul ul li a {
		display: block;
		margin: 0;
		padding: 7px 0;
		padding-left: 25px;		
		padding-right: 20px;
		color: #000;
		text-transform: none;
		font: 11px Arial;
	}
	
	#header .menu ul ul a:hover {
		color: #F47F39;
	}
	
	#header .menu ul {
		width: 100%;
	}
	
	#header .menu ul ul {
		position: absolute;
		z-index: 500;
		width: auto;
		background: #fff;
		border: 1px solid #ededed;
		min-width: 150px;
	}
	
	#header .menu ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		/*margin-top: -10px;*/
	}
	
	div#header .menu ul ul,
	div#header .menu ul li:hover ul ul,
	div#header .menu ul ul li:hover ul ul
	{display: none;}
	
	div#header .menu ul li:hover ul,
	div#header .menu ul ul li:hover ul,
	div#header .menu ul ul ul li:hover ul {
		display: block;
		background-color: #fff;
	}

	#header .menu ul .active, #header .menu ul .on {
		background-color: #73797e;
	}

	#header .menu ul .active > a, #header .menu ul .on > a {
		color: #fff;
	}
	
	#header .menu ul ul .active > a, #header .menu ul ul .on > a {
		background-color: #fff;
		color: #000;
		text-decoration: underline;
	}




/**************************88
*	LANGBAR
****************************/
	#langbar {
		float: right;
		margin-top: 5px;
		height: 0;
	}

	#langbar a {
		float: left;
		margin: 1px;
		padding: 2px;
		text-transform: uppercase;
		background: #00AEEF;
		color: #fff;
	}
	
	#langbar a:hover {
		background: #fff;
		color: #00AEEF;
	}


/*********************
*	CONTENT
*********************/	
	#content {
		clear: both;
	}
	
	#scene {
		background: url( '../images/scene_bgr.jpg' ) no-repeat;
		background: url( '../images/scene.jpg' ) no-repeat;
		width: 1000px;
		height: 391px;
		height: 390px;
		border-bottom: 1px solid #93938d;
	}
	
	#scene img {
		margin-left: 100px;
		float: left;
	}
	
	#scene h2 {
		width: 500px;
		height: 50px;
		line-height: 50px;
		float: right;
		margin-top: 60px;
		font-size: 68px;
		color: #fff;
		text-transform: uppercase;
	}


/*********************
*	MAIN
*********************/
	#main {
		float: left;
		/*width: 488px;*/
		margin: 0 10px;
		padding: 10px;
		width: 95%;
		margin-top: 20px;
	}
	
	#main img.image-with-border-left, 
	#main img.image-with-border-right
	{
		border: 1px solid #474A7F;
		padding: 1px;
		
		
		margin: 7px;
		margin-left: 0;
	}

	#main img.left,
	#main img.image-with-border-left
	{
		margin: 7px;
		margin-left: 0;
	}
	
	#main img.right,
	#main img.image-with-border-right
	{
		margin: 7px;
		margin-right: 0;
	}
	
	#main ul {
		margin: 10px 20px;
	}
	
	#main ul li {
		margin: 5px;
	}
	
	.centered {
	}
	
	#container {
		float: right;
	}

	#main .submenu {
		list-style-type: none;
		width: 250px;
		margin-left: 0;
		margin-top: 0px;
		padding-top: 4px;
		float: left;
		border-right: 1px solid #e6e6e6;
	}
	
	.submenu li {
		/*
		background: #f8f9f9;
		*/
		padding: 0 6px;
	}
	
	.submenu a {
		display: block;
		background: url( '../images/bullet1.png' ) no-repeat 5px center;
		padding: 8px;
		color: #4b535b;
		border-bottom: 1px solid #e6e6e6;
	}
	
	.submenu a:hover {
		border-color: #CFCFCF;
		background: #f8f9f9;
	}
	
	.submenu a.active {
		font-weight: bolder;
	}

/*********************
*	FOOTER
*********************/
	#footer {
		clear: both;
		background: #474a7f;
		padding: 0 23px;
		text-align: center;
		color: #999;
		height: 22px;
		line-height: 22px;
		color: #626592;
		font-size: 11px;
	}
	
	#footer a {
		color: #c8c9d9;
	}

	#footer .menu {
		background: url( '../images/menu1_bgr.png' ) repeat-x center top;
		clear: both;
		padding: 0;
		height: 24px;
		margin: 13px 0;
	}

	#footer .menu li {
		
		display: inline;
		height: 100%;
		text-align: center;
		padding: 0px 5px;
		line-height: 24px;
	}
	
	#footer .menu li a {
		color: #333333;
		border-right: 1px solid #333;
		padding-right: 5px;
		text-decoration: none;
	}
	
	#footer .menu .left {
		background: url( '../images/menu1_left.png' ) no-repeat center left;
		width: 3px;
	}
	
	#footer .menu .right {
		float: right;
		background: url( '../images/menu1_right.png' ) no-repeat center right;
		width: 3px;
	}
	
	
/*********************
*	FORM
*********************/
	form * {
		width: 400px;
	}
	
	form img {
		width: auto;
	}

	label {
		clear: both;
		display: block;
		margin-top: 10px;
		padding: 4px 0;
		font-weight: bolder;
	}
	
	.required {
		font-size: 1em;
		color: red;
		font-weight: bolder;
		padding-right: 5px;
	}

	.regular label {
		clear: both;
		float: left;
		width: 205px;
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 1em;
		text-align: right;
		margin-right: 6px;
	}
	
	.regular p, .regular label {
		
	}
	
	.regular p {
		float: left;
		height: 25px;
	}
	
	.regular input, .regular select, .regular textarea, .regular label {
		width: 240px;
	}
	
	.button {
		width: auto;
		margin-top: 10px;
		width: auto;
	}
	
/*********************
*	MESSAGE AREA
*********************/

	.message-board {
		float: left;
		width: 400px;
		margin-left: 30px;
	}
	
	.message-board .information {
		background: #eaeff3 url( '../images/icons/info.png' ) no-repeat 5px center;
		padding: 7px;
		padding-left: 30px;
		border: 1px solid #D0DEE5;
	}
	
	.message-board .errors {
		border: 1px dashed #b66e6e;
		padding: 7px;
		background: #fee4db url( '../images/icons/error.png' ) no-repeat 5px center;
		padding-left: 30px;
		color: #8e1515;
		line-height: 17px;
	}

	#showcase
	{
		float: right;
		background: #fee4db url( '../images/bags1.jpg' ) no-repeat;
		width: 539px;
		height: 75px;
	}
	
	#showcase a {
		float: left;
		height: 72px;
	}
