body {

font-family:Verdana, Arial, Helvetica, sans-serif;
}

.div_torzs{
	background-color:#fe9c05;
	width:1000px;
	max-width:1000px;
	position:relative;
	top:-15px;
}

.header{
	height:350px;
	background-color:#FFFFFF;
	background-image:url(../pics/header_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;

}

.sub_menu{
	background-image:url(../pics/sub_menu_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:128px;
	position:relative;
	top:-63px;
}


.footer{
	background-image:url(../pics/footer_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:320px;
}

.footer_content_left{
	margin-top:60px;
	float:left;
	width:700px;
	height:260px;
}

.footer_content_right{
	margin-top:60px;
	float:left;
	width:300px;
	height:260px;
}

.content_row{
	min-height:300px;
	height:auto;
	display:table;
}
.content_box{
	min-height:300px;
	min-width:900px;
	max-width:900px;
	width:900px;
	float:left;
	text-align:left;
	color:#FFFFFF;
}
.content_lr{
	min-height:300px;
	width:50px;
	float:left;
}

/* MENU STYLE - IGNORE EVERYTHING ABOVE THIS LINE IF YOU WISH */

#menu {
  width: 1000px;
  height: 40px;
  clear: both;
  height:65px;
  background:url(../pics/main_menu_bg.png);
  background-repeat:repeat-x;
  background-position:top;
}

ul#nav {
  float: left;
  width: 960px;
  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
    text-transform:uppercase;
/*  background: #dc0000 url(../img/menu-parent.png) repeat-x;*/
}

ul#nav li {
  display: inline;
}

ul#nav li a {
  float: left;
/*  font: bold 1.1em arial,verdana,tahoma,sans-serif;*/
  line-height: 40px;
  color: #f99c00;
  text-decoration: none;
  text-shadow: 1px 1px 1px #880000;
  margin: 0;
  padding: 0 30px;
/*  background: #dc0000 url(../img/menu-parent.png) repeat-x;*/
}

/* APPLIES THE ACTIVE STATE */
ul#nav .current a, ul#nav li:hover > a  {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #330000;
/*  background: #f99c00;*/
  color: #bf1c5f;
  background:url(../pics/main_menu_bg_selected_arrow.png);
  background-repeat:repeat-x;
  background-position:top center;
  height:65px;
}

/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#nav  ul {
  display: none;
}

/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul#nav li:hover > ul {
/*  position: absolute;*/
  display: block;
  width: 920px;  
  font:caption;
  height: 45px;
  position: absolute;
  margin: 40px 0 0 0;
  padding-left: 30px;
}

ul#nav li:hover > ul li a {
  float: left;
/*  font: bold 1.1em arial,verdana,tahoma,sans-serif;*/
  font: bold 0.8em;
  line-height: 45px;
  color: #fff;
  text-decoration:none;
  text-shadow: 1px 1px 1px #110000;
  text-transform:uppercase;
  margin: 0;
  padding: 0 5px 0 3px;
  background:url(../pics/menu-child.png) repeat-x;
  margin-right:auto;
}

ul#nav li:hover > ul li a:hover {
  color: #120000;
  text-decoration: none;
  text-shadow: none;
}
