/* ######################################################################################################
** Wrapper
** ######################################################################################################*/

#page_wrap {
	width:			100%;
	height:			100%;
	background-image:	url(../img/page_wrap-bg.jpg);
	background-repeat:	repeat-x;
}

#mid_wrap, #head_wrap,  #nav_wrap, #content_wrap, #footer_wrap {
	width:			955px;
}

#mid_wrap {
	min-height:		500px;
	margin-left:		auto;
	margin-right:		auto;
}

/* H E A D ####################################################*/

#head_wrap {
	position:		relative;
	height:		100px;
	background-color:	#ffffff;
}

#head_logo {
	float:			left;
	margin-left:		25px;
	margin-top:	45px;
}

#head_right {
	position:		relative;
	float:			right;
	text-align:		right;
	margin-right:		15px;
	margin-top:		5px;
}

#head_right_language {
	margin-right:		0px;
	margin-bottom:	45px;
}

#head_right_textsearch {
	}

.headinput {
	display:		inline;
	vertical-align:	middle;
	border:		1px solid #666666;
	padding:		2px;
	margin-bottom:	4px;
	font-size:		10px;
}

/* H E A D   E N D  ####################################################*/

/* N A V ####################################################*/

#nav_wrap {
	height:		246px;
	background-image:	url(../img/nav_wrap_bg.jpg);
	background-repeat:	no-repeat;
	background-position:	bottom;
}

#nav_image, #nav_sub {
	height:		215px;
	margin-top:		13px;
}

#nav_image {
	float:			right;
	width:			500px;
	margin-right:		13px;
	background-color:	#840d18;
}

#nav_main {
	margin-top:		13px;
	height:		214px;
	position:		relative;
	float:			left;
	width:			180px;
}

#main_nav_spacer {
	height:		95px;
}

#nav_sub {
	float:			left;
	width:			250px;
}

#nav_sub_sub {
	height:		25px;
	float:			left;
	margin:		0 0  0 180px;
}

/* N A V   E N D  ####################################################*/

/* C O N T E N T  ####################################################*/

#content_wrap {
	position:		    relative;
	min-height:		    350px;
	padding-top:		0px;
	background-image:	url(../img/content_wrap-bg.jpg);
	background-repeat:	repeat-y;
}

/* C O N T E N T   E N D  ####################################################*/

#footer_wrap {
	/*position:		    relative;*/
	height:		        53px;
	background-image:	url(../img/footer_wrap-bg.jpg);
	background-repeat:	no-repeat;
    margin-bottom: 5px;
}

.footer_content  {
	text-align:		left;
	float:			right;
	margin-right:		20px;
	margin-top:		15px;
	width:			480px;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:		10px;
	color:			#000000;
}
.footer_content a:link , .footer_content a:active , .footer_content a:visited   {
	color:			#000000;
	font-weight:		bold;
}
.footer_content a:hover  {
	color: #630912;
}

/* ######################################################################################################
** Clearing
** ######################################################################################################*/

.clearfix:after {
    content:			".";
    display:			block;
    height:			0;
    clear:			both;
    visibility:		hidden;
}

.clearfix {
	display:		inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
