/****************************/
/***** DEFAULT ELEMENTS *****/
/****************************/

HTML, BODY {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

BODY {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5;
	background-color: #969696;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align: left;
	margin: 0;
	padding: 0;
}

IMG {
	border: 0;
}


FORM {
	margin: 0;
	padding: 0;
}

H1 {
	font-weight: bold;
	font-size: 16px;
	color: #B4171C;
}

H2 {
	font-weight: bold;
	font-size: 14px;
	color: #B4171C;
	margin-bottom: 2px;
	padding-bottom: 0;
}

H3, H4, H5, H6 {
	font-size: 12px;
	font-weight: bold;
}

A {
	color: #B4171C;
	text-decoration: none;
}

A:hover {
	color: #000;
	text-decoration: none;
}

P {
	margin-top: 0;
	padding-top: 0;
}


TD {
	font-size: 12px;
}

/********************/
/***** CLASSESS *****/
/********************/

.clear {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
}

.clear_w_height {
	height: 35px;
	clear: both;
	float: none;
}

.main_msg {
	width: 340px;
	border: none;
	border: 1px solid red;
	background: #ffdddd;
	padding: 5px;
}

.msg_success {
	width: 340px;
	border: none;
	border: 1px solid #008000;
	background: #b7ffb7;
	padding: 5px;
}

.main_msg LEGEND {
	color: red;
	text-transform: uppercase;
	font-weight: bold;
	background: white;
	padding-left: 4px;
	padding-right: 4px;
}

.formset {
	border: none;
	border: 1px solid #A0A18A;
	padding: 10px;
	margin-bottom: 10px;
}

.formset LEGEND {
	color: #A0A18A;
	text-transform: uppercase;
	font-weight: bold;
	background: white;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #A0A18A;
}




/****************/
/***** ID'S *****/
/****************/

#wrapper {
	width: 590px;
	margin: 38px auto;
}

#navigation_holder {
	width: 178px;
	float: left;
	background:  url(../images/bg_navigation_top.png) top no-repeat;
}

#language {
	width: 90px;
	float: right;
	height: 15px;
	margin-top: 8px;
	margin-right: 3px;
}

#navigation {
	width: 178px;
	height: 242px;
	margin-top: 73px;
	background: url(../images/bg_navigation_content.png) no-repeat;
}

#navigation_bottom {
	width: 178px;
	height: 89px;
	background: url(../images/bg_navigation_bottom.png) no-repeat;
}

#content_top {
	width: 412px;
	float: left;
	background:  url(../images/bg_content_top.png) top no-repeat;
}

#content_holder {
	width: 412px;
	height: 450px;
	margin-top: 89px;
	background:  url(../images/bg_content_main.png) ;
}

#content {
	width: 380px;
	height: 440px;
	margin-left: 18px;
	padding-top: 10px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

#content_bottom {
	width: 412px;
	height: 72px;
	background:  url(../images/bg_content_bottom.png) no-repeat;	
}

#credits {
	width: 98%;
	text-align: right;
	font-size: 10px;
	color: #999999;
}
#credits A {
	color: #999999;
}

#payoff {
	float: right;
}

#bottom_nav {
	text-align: right;
	padding-top: 46px;
	padding-right: 12px;
}

#bottom_nav A {
	color: #B4171C;
	text-decoration: none;
}

#bottom_nav A:hover {
	color: #000;
	text-decoration: none;
}

#form {
	width: 220px;
	float: left;
}

#address {
	width: 160px;
	margin-top: 12px;
	float: left;
}


/**********************/
/***** NAVIGATION *****/
/**********************/


#navigation {
	width: 178px;
	line-height: 1.8;
	z-index: 2;
}

#nest {
	width: 166px;
	margin-left: 7px;
}

	#nav, #nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		display: block;
		width: 166px;
		text-align: right;
	}
	
	#nav li {
		position : relative;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid silver;
	}
	
	#nav ul li {
		position : relative;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid white;
	}
	
	#nav li ul {
		position : absolute;
		left: -999em;
		z-index: 999;
		width: 166px;
		right: -168px;
		top: 0px;
		text-align: left;
		overflow: hidden;
		background: #B4171C;
		border: 1px solid white;
	}
	#nav li ul li a {
		color: white;
		padding-left: 12px;
		margin-top: 2px;
		border: none;
	}
	#nav li ul li a:hover {
		color: #000;
		background: none;
		border: none;
	}
	
	#nav li ul ul {
		left: -999em;
	}
	
	#nav li a {
		margin-top: 5px;
		height: 30px;
		display : block;
		color : #B4171C;
		font-weight : bold;
		text-decoration : none;
	}
	
	#nav li a:hover,
	#nav li a.active {
		color : black;
		background: url(../images/bg_navlink.png) no-repeat;
		border: none;
	}
	
	#nav li:hover ul ul, 
	#nav li:hover ul ul ul, 
	#nav li.sfhover ul ul, 
	#nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, 
	#nav li li:hover ul, 
	#nav li li li:hover ul, 
	#nav li.sfhover ul, 
	#nav li li.sfhover ul, 
	#nav li li li.sfhover ul {
		left: auto;
	}
