@charset "utf-8";
/* CSS Document */

.clear {
	clear:both;
	float:none;
	font-size:0;
	height:0;
	line-height:0;
	width:1px;
}

.logo-box,
.brand-box {
	float: left;
	margin-right: 20px;
}

.logo-box a img,
.brand-box img {
	display: block;
	border: none;
}

.brand-box {
	width: 200px;
}

.meta-nav-box {
	float: right;
	padding: 10px 0px 0px 0px;
}

.sub-navi-box{
	border-bottom: 1px dotted #555;
	padding-bottom: 5px;
	margin-bottom: 15px;
}



/* CONTENT BOXES */
.ce,
.sf-special {
	margin-bottom: 15px;
}

#marginal-section .ce,
#marginal-section .sf-special {
	border-bottom: 1px dotted #555;
	padding-bottom: 10px;
}

/* SECTION FRAMES */
.sf-special .ce {
	padding: 10px 5px;
	background: #000;
	margin-bottom: 0px;
}

.sf-left {
	float: left;
	margin-right: 15px;
}

.sf-noseparation .ce,
#marginal-section .sf-noseparation .ce {
	border-bottom: none !important;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
