/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 100%; 
	font-family: Arial, Helvetica, Lucida, sans-serif; 
}

html {
	background-color: #fff;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

img {
	border: 0;
}

/* CONTAINER
----------------------------------------- */
#distance {
	background-color:#FFFFFF;
	float:left;
	height:50%;
	margin-bottom:-367px;
	width:1px;
}

#BgContainer {
	background-color:#FFFFFF;
	clear:left;
	height:715px;
	margin: 0 auto;
	position:relative;
	text-align:left;
	width:910px;
	margin-top: 20px;
}

#Header {
	float: left;
	width: 910px;
	margin-bottom: 10px;
	z-index: 10;
}
#langs {
    float: right;
}

#logo {
	float: left;
}

#navigation {
	float: left;
	margin-left: 48px;
	margin-top: 50px;
	z-index: 10000;
}

#navigation #mainmenu {
	list-style-type: none;
}

#navigation #mainmenu div.menuitem {
	display: block;
	float: left;
}

#navigation #mainmenu div.menuitem a {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#navigation #mainmenu div.menuitem a:hover, #navigation ul li a.current, #navigation ul li a.section {
	color: #9a8d74;
}

#navigation #mainmenu div.menuitem a span {
	padding: 0;
	margin: 0;
	padding-right: 12px; 
	padding-left: 5px;
	background: transparent url(../images/border.gif) right no-repeat;
}

#Layout {
	float: left;
	width: 910px;
	height: 533px;
	position: relative;
	margin-top: -60px;
	z-index: 0;
	margin-bottom: 15px;
}


#Footer {
	position: relative; 
	clear: both;
	width: 910px;
	text-align: center;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

#footerTop {
	margin-top: 15px;
}

#footerTop, #footerTop a {
	color: #9a8d74;
	font-size: 12px;
	text-decoration: none;
}

#bottommenu {
	margin-top: 15px;
	text-align: center;
	margin-left: 30px;
}

#bottommenu a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	padding-right: 50px;
	font-weight: normal;
}

#bottommenu a:hover {
	color: #817051;
}


#floater {
	height: 30px;
	z-index: 0;
	float: left;
	width: 910px;
	position: relative;
}

div.submenu {
	background-color: #fff;
	z-index: 1100;
	position: absolute;
	min-height: 30px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #000;
}

div.submenu div.submenuitem {
	float: none;
	z-index: 1100;
}

div.submenu div.submenuitem a {
	color: #000;
}



div.submenu div.submenuitem a span.suber {
	color: #000;
	background: none;
	
	padding-left: 6px;
	padding-right: -2px;
}
div.submenu div.submenuitem a span.suber:hover {
	text-decoration: underline;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}