/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;	
}
body {
	overflow: none;
	height: 100%;
}
iframe {
	border: none;
}

li {
	list-style-type: none;
}

table, td {
	vertical-align: top;
}

.clear{
	clear:both;
}

a {
	color: #5E6A72;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}


/**************
 	Site Outer Wrapper
*/
#OuterWrap {
	background-color: #F8F7F3;
	height: auto;
	min-height: 100%;
	width: auto;
	min-width: 1030px;
	scroll: auto;
	position: relative;
	background: inherit;
}
/**************
 	Site Container Box
*/

#BgContainer {	
	background-color: #F8F7F3;
	background-image: url(../images/shadows.png);
	background-position: left;
	background-repeat: repeat-y;
	margin: 0 auto; 
	width: 997px;
	height: 100%;
}


#Container {
	padding-left: 3px;
	width: 634px;
	padding-bottom: 0;
	float: left;
}

#Layout {
	overflow: hidden;
	padding: 0 15px 0 15px;
	width: 588px;
	padding-bottom: 63px;
	
}
#Content, .Content {
	margin: 0 0 ;
	text-align: left;
	padding: 0 30px 0 30px;
}

/** Header **/

#Header { 
 	margin: 0;
	padding-top: 28px;
	padding-bottom: 10px;
	text-align: center;
	width: 618px;
	}
 	#Header img { 
		border: 0;
		padding: 0;
		margin-left: -10px;
	}
	
/*** Main Nav ***/

#Navigation {
	height: 34px;
	padding: 21px 0 0 28px;
	overflow: hidden;
	text-align: left;
	width: 618px;
}
#Navigation li {
	float: left;
	list-style-type: none;
	line-height: 19px;
}
#Navigation a {
	background: url('../images/pipe_navigation.png') no-repeat 100% -5px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 500;
	text-decoration: none;
	padding: 0 17px 3px 17px;
	line-height: 19px;
}
#Navigation li.subMenuActive {
	background-color: #F2EFEA;
}
#Navigation a.current,
#Navigation a.section,
#Navigation a.section:hover,
#Navigation a.current:hover,
#Navigation li.subMenuActive ,
#Navigation li.subMenuActive a ,
#MetaNavigation li.current ,
#MetaNavigation li.current a {
	color: #000000;
}
#Navigation a.first-child {
	/*padding-left: 0;*/
}
#Navigation a.last-child {
	/*padding-right: 0;*/
	background-image: none;
}


/* SubNavigation
***********************************/
#SubNavigation {
  position: absolute;
  z-index: 100;
}
.subNav1Columns, .subNav2Columns, .subNav3Columns {
  /*display:none;*/
  /*top: -15px;*/
  /*position: absolute;*/
  padding: 20px 0 65px 45px;
  /*border-bottom: 15px solid #fff;
  border-right: 15px solid #fff;*/
  position: relative;
  width: 286px;
}
.subNav2Columns {
	width: 573px;
}
.subNav3Columns {
	width: 934px;
}
.subNavCol {
	width: 263px;
	padding-right: 23px;
	float: left;
}
.subNavCol ul {
	border-top: 1px solid #fff;
}
.subNavItem {
	border-bottom: 1px solid #fff;
	padding: 2px 0 2px 0;
}
.subNavWrapper {
	display: none;
	position: absolute;
	top: -15px;
	height: auto;
	width: auto;
}
 
/**
 *  SUBNAVIGATION SHADOWS
  ******/
            .subnav-shadow-bottom {
						left: 0px;
                        height:11px;
                        position:absolute;
                        background:url("../images/shadow_drop-down_below.png") no-repeat;
                        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/shadow_drop-down_below.png', sizingMethod='scale');
            }
            .subnav-shadow-corner {
                        width:11px;
                        height:11px;
                        position:absolute;
                        background:url("../images/shadow_drop-down_corner.png") no-repeat;
                        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/shadow_drop-down_corner.png', sizingMethod='scale');
            }
            .subnav-shadow-right {
						top: 0px;
                        width:11px;
                        position:absolute;
                        background:url("../images/shadow_drop-down_right.png") no-repeat;
                        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/shadow_drop-down_right.png', sizingMethod='scale');
            }
 
   
/** Breadcrumbs **/

#Breadcrumbs {
	height: auto;
	line-height: 16px;
	 
	min-height: 19px;
	text-align: left;
	font-size: 0.9em; 
	margin: 0 15px 0 15px;
	background-color: #F9F8F4;
	width: 588px;
	}
	#Breadcrumbs p {
		margin: 0;
		padding: 2px 30px 2px 30px;
	}
	
/** Keyvisual left (Home) **/
#Keyvisual {
	position: relative;
	left: -45px;
}
#Keyvisual li {
	padding-left: 30px;
}
#Keyvisual a {
	font-weight: 600;
}

/* Footer 
*****************************************/

#Footer { 
 	clear: both; 
	height: 19px; 
	background: #35424A;
	position: relative;
	bottom: 0;
	margin-top: -19px;
	}
	#FooterBgContainer {
		margin: 0 auto; 
		width: 994px;  
		background: #35424A;
		height:19px;
		position: relative;
	}
	#FooterLeft {
		position: relative;
		width: 618px;
		color: #EEEEEE;
		padding: 2px 46px 1px 46px;
		background: #35424A;
	}
	
	
	
/* Right Side Container
***********************************/
#ContainerRight { 
	float: right;
	width: 356px;
	padding-bottom: 15px;
	margin-bottom: 63px;
	position: relative;
}

/* MetaSearch
**************************************/
#MetaSearch {
	/*background-color: #FAFAFA;*/
	height: 93px;
	padding: 46px 15px 0 0;
	vertical-align: bottom;
}


#LanguageChooserTop {
	margin: 3px -10px 0 10px;
	clear: both;
	float: right;
}
#LanguageChooserTop * {
	text-transform: uppercase;
}

#MetaNavigation {
	padding-right: 20px;
}

.LanguageChooser ul,
#MetaNavigation ul {
	height: 17px;
	margin: 3px 0 0 18px;
	float: right;
}

.LanguageChooser li,
#MetaNavigation li,
#Navigation li,
#Menu2 li {
  float:left;
  list-style-type:none;
}

.LanguageChooser li,
#MetaNavigation li {
	margin: 0 3px 0 0;
	background-image: url('../images/pipe.gif');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 7px;
	padding-left: 3px;
}

.LanguageChooser li:last-child ,
#MetaNavigation li:last-child ,
.LanguageChooser li.last-child ,
#MetaNavigation li.last-child {
	border-right: none;
	background-image: none;
}

.LanguageChooser li:hover a,
#MetaNavigation li:hover a,
.LanguageChooser li.active,
#MetaNavigation li.current a,
#FooterBar,
#FooterBar a.footerTop:hover {
	/*color: #9C938C;*/
}

/* SearchForm 
*******************************/
#SearchForm {
	float: right;
	clear: both;
	margin-top: 38px;
}
#SearchForm fieldset {
}
#SearchForm input {
	text-align: right;	
}
#SearchForm input#searchSubmit{
	margin-bottom: -5px;
}
#SearchResults > li {
	list-style-type: none;
	margin-bottom: 20px;
}

#SearchResults > li > p {
	margin: 4px;	
}

#SearchForm div input.search-go-button {
	display: inline;
	display: inline-block;
	font-size: 1.2em;
	padding: 0;
	cursor: pointer;
}

#SearchForm div input.search-input-field {
	margin-right: -4px;
	height: 16px;
	width: 183px;
	border: 0 none;
	background-color: #FFFFFF;
	padding: 2px; 
	text-align: left;
}

#SearchForm div.sidebarBox h3 {
	display: none;	
}


/* KeyvisualRight
***********************************/
#KeyvisualRight img {
	position: relative;
	left: -20px;
}
#KeyvisualRightStatement {
	color: #CAC9C4;
	font-size: 1.84em;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	left: -7px;
	padding-top: 11px;
}

/* NewsTeaserHome
***********************************/
#NewsTeaserHome {
	background: url(../images/shadow_right_white.png) repeat-y -1px;
	width: 294px;
	height: 257px;
	background-color: #fff;
	position: relative;
	left: -20px;
	padding: 22px 34px 27px 34px;
}



#rosacredit {
	background: url(../images/rosa.gif) no-repeat;
	width: 7px;
	height: 31px;
	margin: 0 5px;
	border: 0;
	margin-top: 140px;
	right: 0;
	float: right;
	display: marker;
}

/**
 * Print Function
 ***********************************/
.PrintButton {
	position: relative;
	float: right;
	top: 27px;
	right: 30px;
	font-size: 12px;	
}

.PrintButton a {
	
}




