
div#frame {
	width				: 940px;
	margin				: 20px auto 20px auto;
	background-color	: #fff;
	border				: 1px solid #fff;
	overflow			: auto;
}

div#top {
	background-image	: url(/design/corporate/images/logo.gif);
	background-position	: top left;
	background-repeat	: no-repeat;
	height				: 30px;
	margin				: 80px 50px 0px 80px;
}

div#path {
	margin				: 0px 80px 20px 310px;
	font-size			: 10px;
	color				: #c4c4c4;
}

/* fix for IE */

* html div#path {
	margin				: 0px 80px 20px 260px;
}

div#path a {
	color				: #c4c4c4;
}

div#left {
	background-image	: url(/design/corporate/images/leftimg.gif);
	background-position	: top left;
	background-repeat	: no-repeat;
	width				: 91px;
	height				: 382px;
	float				: left;
	/*margin				: 0px 0px 0px 20px;*/
	margin				: 0px 0px 0px 80px;
}

/* fix for IE */

* html div#left {
	margin				: 0px 0px 0px 40px;
}

div#center {
	width				: 480px;
	float				: left;
	margin				: 20px 0px 0px 20px;
	overflow			: auto;
}

div#right {
	border-left			: 1px solid #aaa;
	width				: 190px;
	min-height			: 344px;
	float				: left;
	margin				: 0px 20px 0px 30px;
}

div#right p.contactinfo {
	margin				: 15px 15px 0px 15px;
	font-weight			: bold;
}

div#footer {
	text-align			: center;
	height				: 30px;
	line-height			: 30px;
	margin				: 0px 80px 60px 80px;
}

/* MENU */

div#menu { 
	margin				: 0px; 
	padding				: 0px;
	width				: 600px;
	float				: right;
}

/* fix for IE */

* html div#menu { 
	width				: 660px;
}
 
div#menu ul { 
	margin				: 0px;
	padding				: 0px; 
	list-style			: none outside;
}
 
div#menu ul li { 
	float				: left;
	display				: block;
	text-align			: center;
	margin-left			: 10px;
	/*height				: 20px;*/
	line-height			: 10px;
	color				: #fff;
	background-color	: #224269;
}

/* fix for IE */

* html div#menu ul li { 
	line-height			: 20px;
}
 
div#menu ul li a { 
	float				: left;
	display				: block;
	color				: #fff;
	text-decoration		: none;
	font-size			: 13px;
	font-weight			: bold;
	margin				: 5px 5px 5px 5px;
	/*border				: 1px solid red;*/
}

/* fix for IE */

* html div#menu ul li a { 
	margin				: 0px 5px 5px 5px;
}

div#menu ul li a:hover { 
	float				: left;
	display				: block;
	text-decoration		: none;
	color				: #b4d7f5;
	/*border				: 1px solid black;*/
}


/* DROPDOWN */

#menu,
#menu #menu-design {
  margin: 0;
  /* margin-left: -50px; */
  padding: 0;
}

div.menu-parent {
  /* width: 120px; */
  height: 18px;
  line-height: 18px;	
  background: #224269;
  padding: 0px 10px 0px 10px;
  font-weight: 900;
  font-size: 12px;
  color: #fff;
  float: left;
  margin: 0px 3px 0px 0px;	
  text-align: center;
}


a.menu-child {
  background: #224269;
  width: 140px;
  /* border: 1px solid black; */
  padding: 0 3px 3px 3px;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  display: block;
  border-bottom: none;
  text-decoration: none;
}

.menu-parent a,
.menu-parent a:hover {
  color: #fff;
  font-size: 12px;
  text-decoration: none;	
}

