/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/

.module,
#header,
#breadcrumbs,
#content,
#footer { margin: 15px; }

#menu .module { margin: 10px 5px; }

#footer .module { margin: 0; }

#toolbar,
#headerbar { margin-bottom: 15px; }


/* Layout
----------------------------------------------------------------------------------------------------*/

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url(../../../images/totop_scroller.png) 50% 50% no-repeat;
	text-decoration: none;
}
/***Custom **/
a:hover {
color:#216A83;
}
#page {
	border-top: 5px solid #0D5384;
	color: #999999;

}
#header {
	border-bottom: 1px solid #eee;
	box-shadow: 5px 5px 20px #B3B1B1;
}
#headerbar {
margin-bottom: 0px;
}
#bottom-wrap {
	background: url(../images/bg2.png);

}
#bottom-a {
	margin: 20px 0px;
}
/*#top-wrap {
	background:url(../images/bg2.png);
}*/

#bottom-a .mod-box {
	background-color: #f7f7f7;
	padding: 30px 10px;
}

#top-a .mod-box  {
	padding: 0px;
	
}
#top-a .module {
	margin:0px;
	
}
#top-a {
margin-top: 10px;
}
#top-b .module {
border: 1px solid #DBDBDB;
border-color: #DBDBDB;
background: #f5f5f5;
box-shadow: inset 1px 0px 17px rgba(20, 20, 20, 0.08);
color: #999999;
}
#top-b h3 {
	color: #0D5384;
}

#innertop {
margin-top: 30px;
}

#header {
margin: 0px;
}

#bottom-b .module-title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	color: #0D5384;
	text-align: center;
	font-weight: 600;
	letter-spacing: 5px;
}

#footer {
	color: #999;
	padding: 15px 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
}
#footer a{
	color: #0D5384;
	font-weight: 900;
	padding: 0px 5px;
}
#footer a:hover{
	color: #0D5384;
	text-decoration: underline;
	
}