html {
		background: #601201 url( ../img/bg.gif ) repeat-x;
	 }

img { border: none; }
* { margin: 0; padding: 0; }

/*******************************************
		LAYOUT
*******************************************/
body
{
	text-align: center;
	min-height: 100%;
	height: auto;
}

#feedback
{
	border: 1px solid #000;
	background-color: #FFF;
	position: absolute;
	left: 30%;
	top: 30%;
	width: 40%;
	padding: 10px;
	z-index: 9999;
}

	#feedback p
	{
		font-weight: bold;
	}

	#feedback ul
	{
		padding: 10px;
		text-align: center;
		list-style-type: none;
	}

	#feedback a
	{
		text-align: center;
		display: block;
		margin-bottom: 7px;
		width: 270px;
		color: #7579c6;

		border: 1px solid #333;
		background-image: url( ../img/input_bg.gif );
	}

		#feedback li
		{

		}
#top, #content, #menu, #footer, #independantfooter, #logos
{
	width: 988px;
	margin: 0 auto;
	text-align: left;
}

#top
{
	background: url( ../img/top_logo.jpg) no-repeat left center;
	height: 100px;
	text-align: center;
}

	#logo
	{
		height: 70px;
		width: 980px;
		margin: 0 auto;
		text-align: left;
		display: block;
	}

		#logo h1
		{
			position: absolute;
			left: -9999px;
			top: -9999px;
		}


.startshadow
{
	background-image: url( ../img/m_start.gif );
	float:left;
	height:38px;
	width:23px;
	margin:0;padding:0;
}


.startshadow
{
	float:left;
	background-image: url( ../img/m_start_1.gif );
	height:38px;
	width:23px;
	margin:0;padding:0;
}


.endshadow
{
	float:right;
	background-image: url( ../img/m_end_1.gif );
	height:38px;
	width:23px;
}


#menubg
{
	height: 38px;
}

#menu
{
	background: url( ../img/m_off_1.gif ) repeat-x;
	height: 38px;
}

	#menu ul
	{
		list-style-type: none;
	}

		#menu ul li
		{
			display: inline;

		}

			#menu .lang a
			{
				float: right;
			}

			#menu ul li a
			{
				float: left;
				height: 38px;
				line-height: 38px;
				padding-left: 16px;
				padding-right: 16px;
				font-weight: normal;
				text-decoration: none;
				color: #FFF;

			}

			#menu ul li a:hover, #menu ul li a.active
			{
				background-image: url( ../img/m_on_1.gif );
				background-repeat: repeat-x;
				color: #FFF;
				padding-left: 16px;
				padding-right: 16px;
			}

#content
{
	background: #FFF;
	padding: 15px;
	width: 958px;

}

	#content h2
	{
		font-size: 24px;
		font-weight: normal;
		margin-bottom: 15px;
		line-height: 28px;
		color: #333;
	}

#logos
{
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 958px;

}



#footer
{
	background: url( ../img/BG_footer_1.gif );
	background-repeat: no-repeat;
	height: 20px;
	padding: 10px;
	width: 968px;

}

	#footer p
	{
		float: left;
		font-size: 10px;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 0px;
		border-right: 1px solid #FFF;
		color: #FFF;
		height: 16px;
	}

	#footer p a
	{
		text-decoration: none;
		color: #FFF;

	}

	#footer p a:hover
	{
		text-decoration: none;
		color: #c4b353;
	}

	#footer #copyright
	{
		border: 0;
	}

/******************************************/

body
{
	color: #000;
	line-height: 145%;
}

body, div, input, textarea, select, p, h1, h2, h3, h4, h5, strong, button
{
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
}


.headPur
{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

.headBlk
{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.midPur
{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}


.midBlk
{
	font-size: 14px;
	font-weight: normal;
	color: #333;
}


.txtBld
{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}



.txtfoot
{
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

a.txtfoot
{
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.txtfoot: hover
{
	color: #FFF;
	text-decoration: none;
}

a
{
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

/* a:hover
{
	color: #6060bf;
	text-decoration: none;
}

a:active
{
	color: #6060bf;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
} */

.clear
{
	clear: both;
}

#content .submit, #feedback_btn_ok
{
	color: #000;
	border: none;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 140px;
	height: 23px;
	cursor: pointer;
	background-image: url( ../img/button.gif );
}


#content .column-2
{
	padding: 0px;
	float: left;
	width: 45%;
}

