html {
	background-color: #fff;
	width: 100%;
}
body {
	font-size: 15px;
	width: 100%;
}
.page {
	padding-top: 35px;
	padding-bottom: 35px;
	width: 890px;
	margin: auto;
}
.logo {
	color: #bcbcbc;
	font-weight: bold;
	margin-bottom: 30px;
	float: left;
	width: 500px;
}

.topLinks {
	display: table-cell;
	vertical-align: bottom;
	height: 71px;
	width: 390px;
	text-align: right;
}
.topLinks a {
	color: #bcbcbc;
	text-decoration: none;
	font-weight: bold;
}

.menu {
	list-style: none;
	clear: both;
}

.menu li {
	display: block;
	float: left;
}

.menu a {
	text-decoration: none;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	line-height: 14px;
	width: 100px;
	height: 42px;
	border-right: 8px solid #fff;
	padding-left:4px;
}

.menu .l1 {
	border-left: 10px solid #013648;
	color: #013648;
}

.menu .l1:hover {
	background-color: #013648;
	color: #fff;
}

.menu .l2 {
	color: #61ad17;
	border-left: 10px solid #61ad17;
}

.menu .l2:hover {
	background-color: #61ad17;
	color: #fff;
}

.menu .l3 {
	color: #ffad01;
	border-left: 10px solid #ffad01;
}

.menu .l3:hover {
	background-color: #ffad01;
	color: #fff;
}

.menu .l4 {
	color: #f26200;
	border-left: 10px solid #f26200;
}

.menu .l4:hover {
	background-color: #f26200;
	color: #fff;
}

.menu .l5 {
	color: #d0000d;
	border-left: 10px solid #d0000d;
}

.menu .l5:hover {
	background-color: #d0000d;
	color: #fff;
}

.menu .l6 {
	color: #8d0930;
	border-left: 10px solid #8d0930;
}

.menu .l6:hover {
	background-color: #8d0930;
	color: #fff;
}

.menu .l7 {
	color: #c42f79;
	border-left: 10px solid #c42f79;
}

.menu .l7:hover {
	background-color: #c42f79;
	color: #fff;
}

h2 {
	clear: both;
	padding-top: 30px;
	font-size: 150%;
	color: #013648;
}

.list {
	list-style: none;
	margin-top: 30px;
	width: 260px;
}

.list a {
	color: #013648;
}

.list a.h {
	font-weight: bold;
}

.page {
	margin-top: 30px;
	margin-bottom: 30px;
}

.page td {
	padding: 0px;
	border: none;
}

.u {
	width: 39px;
}

.info {
	width: 591px;
}

.info div {
	padding: 20px;
	color: #000;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fff url("/img/speckam/b0.png") bottom right no-repeat;
}

h1 {
	font-size: 130%;
}

.info img {
	float: right;
	margin-left: 10px;
	border: 3px solid #fff;
}

br.cb {
	clear: right;
}

.overlay{
	display:none;
	position:absolute;
	z-index:50;
	background:#000;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}
.popup_top{
	display:none;
	position:absolute;
	z-index:60;
	background:#fff; 
	text-align:right;
	padding:2px 4px;
}
.popup{
	display:none;
	position:absolute;
	z-index:60;
	background:#FFF;
	padding:4px;
}
.popup_top a{
	color:#000;
	cursor:pointer;
	padding:0 3px;			
	font-weight:bold;
}
.popup_frame{
	width:100%;
	height:100%;
}
.rimg{
	cursor:pointer;
	max-width: 250px;
	width: expression(this.width > 250 ? 250 : true);
}
