/* CSS Document */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *
 * GLOBAL STYLES											 *
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 
/* Zero Out
---------------------------------------- */
div, dl, dt, dd, img, body, a, .zero_out {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
/* Self Clearing Floats
---------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    width: 100%;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
*:first-child+html .clearfix { 
	display:inline-block; 
}
/* Superscript/Subscript Fix

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
---------------------------------------- */

/* Structure
---------------------------------------- */
body {
	background: #603073 url(../../images/main_bg.png) repeat-x;
	font: 12px arial, helvetica, verdana, sans-serif; 
	text-align: left;
}

.frame {
/*	min-height: 600px; */
	width: 995px;
	margin: 0px auto;
	text-align:left;
}
.frame .top {
	width: 995px;
	height: 377px;
	background: url(../../images/bkg_top.jpg) no-repeat top left;
	margin: 18px 0 0 0;
}
#menu {
	width: 588px;
	height: 105px;
	background: url(../../images/menu.jpg);
	margin: 10px auto; 
	padding: 0;
	position: relative;
}
#menu li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute; 
	top: 0;
}
#panel1 {
	left: 30px; 
	/*width: 115px;*/
}
#panel2 {
	left: 212px; 
	/*width: 180px;*/
}
#panel3 {
	left: 393px; 
	/*width: 198px;*/
}

#menu ul li a{
  display: block;
  overflow: hidden;
  height: 105px;
  width: 170px;
  cursor: pointer;
  text-decoration:none;
}

#menu span{
    position:absolute;
    top:-10000px;
}
#menu ul li img{
  position: absolute;
  margin: 23px 0 0 24px;
}

#menu ul li p {
  margin: 0;
  padding: 0;
  /* width: 230px; */
  display: block;
  margin-left: 24px;
  margin-top: 14px;
  font-size: 12px;
  color: #d0c7df;

}
#menu ul li h2 {
  margin: 0;
  padding: 0;
  width: 230px;
  display: block;
  margin-left: 75px;
  margin-top: 22px;
  font-size: 24px;
  color: #d0c7df;
  font-weight: normal !important;
}

/* Footer
---------------------------------------- */
.footer_container {
	width: 100%;
}
.footer, .footer a { color: #b5b5b5; }
.footer {
	width: 700px;
	padding: 35px 147px;
	font-size: 11px;
	text-align: center;
	margin: 0px auto;
}
.footer .logo {
	padding-top: 15px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *
 * END GLOBAL STYLES -- BEGIN PAGE LEVEL SELECTORS	     	 *
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 
