﻿/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-size: 62.5%;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #181818;
}

img {
	border:none;
}

.clear {
	clear:both;
}

:focus {
	outline:none;
}
.padding{
	padding: 5px;
}

.padding-7px{
	padding: 4px;
}



#topbg{
	background-image: url('../images/topbg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	height:	440px;
}

#TopContainer {
	width:1002px;
	height:440px;
	margin: 0 auto 0 auto;
}

#Header {
	width: 1002px;
	height: 116px;
	background: transparent url('../images/header.jpg') no-repeat;
	position:relative;
}

ul#HorizontalNav {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	right: 20px;
	top:94px;
}

ul#HorizontalNav li {
	float:left;
	display:inline;
	margin-right:35px;
}

ul#HorizontalNav li a {
	color:white;
	font-size:14px;
	text-decoration:none;
}



#Logo {
	position:absolute;
	top: 15px;
	left:15px;
}

#JDlogo {
	position:absolute;
	right: 22px;
	top:15px; 
}

#bottombg{
	background-image: url('../images/bottombg.jpg');
	background-repeat: repeat-x;
	background-color: #6B4832;
	width: 100%;
	min-height:	538px;
	
}

#BottomContainer {
	background: url('../images/containerbg.jpg') repeat-x;
	width: 984px;
	overflow:hidden;
	min-height: 538px;
	margin: 0 auto 0 auto;
	background-color: #E0DACE;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #897C5C;
	border-right-color: #897C5C;
	border-left-color: #897C5C;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}


#maincontent {
	width: 720px;
	float: left;
	display: inline;
	padding-bottom: 8000px;
	margin-bottom: -8000px;
	min-height: 538px;
	background: #FFFFFF url('../images/contentbg.jpg') repeat-x;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #897C5C;
	border-right-color: #897C5C;
	border-left-color: #897C5C;
	margin-right:10px;
}

#maincontentListings {
	width: 100%;
	float: left;
	display: inline;
	padding-bottom: 8000px;
	margin-bottom: -8000px;
	min-height: 538px;
	background: #FFFFFF url('../images/contentbg.jpg') repeat-x;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #897C5C;
	border-right-color: #897C5C;
	border-left-color: #897C5C;
	margin-right:10px;

}

#content {	
	float:left;
	display:inline;
	width:505px;
	padding:10px;
}


#LeftSiebar {
	float: left;
	display:inline;
	width: 194px;
	min-height:538px;
	background:#2A2A2A url('../images/rightsidebarbg.jpg') no-repeat scroll right top;
	margin-bottom:-5000px;
	padding-bottom:5000px;
}

#LeftSiebar h3 {
	color: white; 
	margin: 0 0 5px 0;
	font-weight: bold;
		font-size: 32px; 
	font-family: Tahoma, Verdana, sans-serif;
}

#LeftSiebar a.stihl {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	color:#FF6600;
	padding-top:20px;
	height:20px;
}



#RightSidebar {
	float:left;
	width: 250px;
	min-height:538px;
}

#RightSidebar h3 {
	color: #2B7818; 
	margin: 0 0 5px 0;
	font-weight: bold;
		font-size: 32px; 
	font-family: Tahoma, Verdana, sans-serif;
}




#contactdetails {
	position:absolute;
	color:white;
	font-size: 12px;
	top: 75px;
}

#copyright {
	position:absolute;
	right: 0px;
	color:white;
	font-size: 12px;
	top: 75px;
}


#RightSidebar #Searchbox {
	background: url('../images/searchbox-bg.jpg') no-repeat center bottom;
	min-height: 130px;
	margin-bottom:10px;
}

#search{
	background: url('../images/search.jpg') no-repeat;
	width:248px;
	height: 38px;
	position:relative;
} 


#RightSidebar .box {
	background: url('../images/boxbg.jpg') repeat-x;
	height: 200px;
	border: 1px #939086 solid;
	margin-bottom: 10px;
	background-color: #D4D2C6;
	position:relative;
}

#scrollingTextMarquee{
	width:200px;
	height:150px;
	position:absolute;
	top:40px;
	left: 10px;
}

#RightSidebar .boxtitle {
	background:transparent url('../images/box-title.jpg') repeat-x;
	height:20px;
	padding:5px;
}

#RightSidebar .boxtitle h3{
	color:#FFCC00;
	font-size:14px;
}


#footerbg {
	background-image: url('../images/footer.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height:	125px;

}

#footercontainer{
	position:relative;
	width:1002px;
	margin: 0 auto 0 auto;
}

#directions {
	position:absolute;
	left:-16px;
	top:-9px;
}


#feeds {
	position: absolute;
	right:0px;
	top:3px;
	
}
/*** slider ***/


#slider {
    width: 505px;
    margin: 0 auto 15px 0;
    position: relative;
}

.scroll {
    height: 167px;
    width: 505px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: transparent url('../images/slidebgtop.jpg') no-repeat fixed center top ;
}

.TeaserImage {
	float: left;
	padding: 5px;
	background: #D0CDBE;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}


.scrollContainer div.panel {
    padding: 20px;
    height: 137px;
    width: 470px;
}

.scrollContainer div.panel p{
    font-size: 10px;
    margin-top:10px;
}

.scrollContainer div.panel h4{
    margin:0;
    padding:0;
    width:315px;
    border:none;
  
}
.scrollContainer div.panel img{
    width:125px;
    float:left;
    height:auto;
    display:inline;
}


#shade {
    background: #EDEDEC;
     height:72px;

}

#slider ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0px;
}

#slider ul.navigation li {
    display: inline-block;
        float:left;
        margin:0px;
        text-align:center;

}

#slider ul.navigation a {
	color: white;
	display: block;
	text-decoration: none;
	width: 125px;
	height: 71px;
	background: transparent url('../images/sliderbtn.jpg') no-repeat scroll center -71px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 60px;
}

#slider ul.navigation a:hover {
    background: transparent url('../images/sliderbtn.jpg') no-repeat scroll center 0;
    	color: #215416;
}

#slider ul.navigation a.selected {
color: #FFCC00;
    background: transparent url('../images/sliderbtn.jpg') no-repeat scroll center 0px;

}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
    visibility:hidden;
    display:none;
}

.scrollButtons.right {
    right: -20px;
        visibility:hidden;
            display:none;


}

.hide {
    display: none;
}