/*modal window styles*/


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#25759a;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:720px;
  height:500px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxrt{
	float:right;
	width:320px;
	margin:0px 10px 0px 0px;
	padding:0;
}
#boxrt a:link, #boxrt a:visited{
	float:left;
	display:block;
	width:140px;
	height:30px;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding:8px 0px;
	overflow:hidden;
	background-image:url(../images/buttbg.png);
	background-repeat:no-repeat;
}
#boxrt a:hover{
	float:left;
	display:block;
	width:140px;
	height:30px;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:8px 0px;
	overflow:hidden;
	background-image:url(../images/buttbg.png);
	background-repeat:no-repeat;
	background-position: 0px -45px;
}


#boxes #ted, #boxes #hbds, #boxes #dr1, #boxes #fish, #boxes #opus, #boxes #mfc, #boxes #hbox, #boxes #zen,#boxes #thai, #boxes #txp, #boxes #ras, #boxes #db1, #boxes #edg, #boxes #utch, #boxes #med, #boxes #glob, #boxes #aw1{
  width:720px;
  height:490px;
  padding:14px;
  background-color:#ffffff;
  background-image:url(../images/bg-400-paper.jpg);
  border: 4px solid #329ecf;
}

#boxes img{
	margin:0px 20px 10px 0px;
	border:1px solid #999;
}
#boxes h2{
	margin:0;
	color:#329ecf;
	text-shadow:none;
}
#boxrt h3{
	margin:10px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
	color:#25759a;
}
#boxrt h4{
	margin:10px 0px 10px 0px;
	font-size:14px;
	font-weight:normal;
	color:#25759a;
}
#boxrt p{
	margin:10px 0px 10px 0px;
	font-size:14px;
	text-shadow:none;
}

