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

html, body {height: 100%;}
body {
	color: #333;
 	font-size: 62.5%; 
	font-family: Verdana, Lucida, sans-serif; 
}

html {
	background: #FFFFFF url(../images/background.jpg) top center;
}

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

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 840px;  
	margin: 0 auto; 
	min-height: 100%;
	background: url(../images/body_background.png) repeat-y;
}

#Container { 
	overflow: auto;
	width: 630px;
	padding-bottom: 67px;
	margin-left: 114px;
	margin-top: 30px;
}
#Container li{ 
	display:inline-block !important;
	float: left;
	position: relative;
	width: 290px;
	padding: 20px 5px 10px 5px;
	margin-right: 12px;
	margin-bottom: 20px;
	background: #fff;
}
#icon {
	width: 32px;
	margin-right: 10px;
	float: left;
}
#map {
	margin-left: 4px;
}

/* Home Page */

#Layout_home {
	width: 440px;
	padding-left: 30px;
	clear: both;
	overflow: hidden;
}



/* HEADER
----------------------------------------- */
#Header { 
 	width: 800px;
	height: 129px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/head_background.png) top center;
	z-index: 99;
	text-align: center;
}


/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;
	width: 800px; 
	height: 67px; 
	position: relative;
	margin: 0 auto;
	margin-top: -67px;
	background: url(../images/footer_background.png) bottom center;
	/* text-align: center;  */
}

		
/* Slide Show
----------------------------------------------- */			
.slideback{
	width: 601px;
	height: 316px;
	position: relative;
	margin-left: 114px;
	margin-top: 30px;
	padding: 6px;
	background: url(../images/picture_border.png)
}
.slideshow {
	width: 601px;
	height: 316px;
	position: relative;
}