#top {
  width: 960px;
  height: 120px;
}
.line {
  width: 960px;
  height: 1px;
  margin: 40px 0;
  background: #ddd;
  overflow: hidden;
}

/* DIV MENU DEMO LIST STYLE */
/*
#quick_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#quick_menu ul li {
	display: inline;
	width: 240px;
}

#quick_menu ul li a {
	float: left;
	display: block;
	font: bold 1.1em tahoma, verdana, arial, sans-serif;
	line-height: 30px;
	color: #B4C2C5;
	text-decoration: none;
	margin: 0;
	width: 240px;
	font-size: 11px;
	background: url(images/quick_bg.gif) no-repeat left top;
}

#quick_menu ul li a:hover, #quick_menu ul li a.active  {
	color: #fff;
	text-decoration: none;
	background: url(images/quick_bga.gif) no-repeat left top;
}
*/
/* HIDDEN DIV PANEL STYLE */

#hidden-div {
	position: absolute;
	width: 790px;
	/* [disabled]height: 260px; */
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	margin: 0 0 0 106px;
	display: none;
	z-index: 100;
	background: url(/images/mega_menu_bg.gif) left bottom repeat-x  #2D343E;
	float: left;
}
#hidden-div h1{
	font-size: 17px;
	font-weight: normal;
	padding-left: 0px;
	}
.hidden-dbl {
	background: url(/images/mega_menu_lb.gif) left bottom no-repeat;
}
.hidden-dbr {
	background: url(/images/mega_menu_rb.gif) right bottom no-repeat;
}
#hidden-div .indent{
	padding: 15px 25px 35px 25px;
}
/* HIDDEN DIV PANEL - CONTENT INSIDE */

#hidden-div-left {
	float: left;
	width: 240px;
	height: 180px;
	text-align: left;
}
#hidden-div-left ul {
	margin: 0;
	padding: 0 25px 0 0;
	list-style: none;
	overflow: hidden;
}
#hidden-div ul li {display:inline;background:none;margin:0;padding:0px;}
#hidden-div-left ul li a {
	background: url(/images/marker_li.gif) no-repeat 0 12px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #E3E7EA;
	text-decoration: none;
	margin: 0;
	padding: 6px 0 6px 20px;
	border-bottom: 1px dotted #6F7C8C;
}
#hidden-div-left ul li a:hover {
	color: #FF5303;
	text-decoration: none;
	background: url(/images/marker_orange.gif) no-repeat 0 12px;
}

#hidden-div-center{
	float: left;
	text-align: left;
	width: 230px;
}
#hidden-div-center ul {
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	overflow: hidden;
}
#hidden-div-center ul li a {
	background: url(/images/marker_li.gif) no-repeat 0 12px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #E3E7EA;
	text-decoration: none;
	margin: 0;
	padding: 6px 0 6px 20px;
	border-bottom: 1px dotted #6F7C8C;
}
#hidden-div-center ul li a:hover {
	color: #FF5303;
	text-decoration: none;
	background: url(/images/marker_orange.gif) no-repeat 0 12px;
}

#hidden-div-right {
	float: right;
	width: 260px;
	/* [disabled]height: 130px; */
	text-align: left;
}
#hidden-div-right ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	overflow: hidden;
}
#hidden-div-right ul li a {
	background: url(/images/marker_li.gif) no-repeat 0 12px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #E3E7EA;
	text-decoration: none;
	margin: 0;
	padding: 6px 0 6px 20px;
	border-bottom: 1px dotted #6F7C8C;
}
#hidden-div-right ul li a:hover {
	color: #FF5303;
	text-decoration: none;
	background: url(/images/marker_orange.gif) no-repeat 0 12px;
}

/* TYPOGRAPHY */
/*
#quick_menu h1, h2, h3 {
	font-size: 3.5em;
	font-weight: normal;
	line-height: 1em;
	color: #000;
	margin: 0 0 5px 0;
}

#quick_menu h2 {
  font-size: 2.3em;
  letter-spacing: -1px;
  color: #999;
  margin: 0 0 30px 0;
}

#quick_menu h3 {
  font-size: 1.7em;
  letter-spacing: 0px;
  color: #000;
  margin: 70px 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
}

#quick_menu h4 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.1em;
  color: #f0f0f0;
  margin: 0;
  padding: 10px 50px 0 0;
}

#quick_menu p {
  font-size: 1.0em;
  line-height: 1.5em;
  margin: 0 0 16px 0;
}

#quick_menu p a {
  color: #000;
  text-decoration: underline;
}

#quick_menu p a:hover {
  color: #999;
  text-decoration: underline;
}

#quick_menu p.boxy {
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
}
/*
/* IMAGES */
/*
#quick_menu img.icon {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
*/
