*{
margin:0;
padding:0;
font-family: Arial, sans-serif;
color:#FFF;
}
		
img{
border:none;
}
		
body {
overflow:hidden;/*Needed to eliminate scrollbars*/
}

#supersize img, #supersize a{
height:100%;
width:100%;
display:none;
}
		
#supersize .activeslide, #supersize .activeslide img{
display:inline;
}

#content{
margin:0px auto;
height:100px;
width:100%;
bottom:0%;
background-color:#262626;
border-top:3px solid #4F4F4F;
border-bottom:3px solid #4F4F4F;
position:absolute;
}

#firstcontent{
margin:0px auto;
height:210px;
width:100%;
bottom: 70%;
position:absolute;
}

#firstcontent p{
text-align: justify;
padding:  0 10px;
}

#firstcontent .container_12{
background-color:#262626;
border:3px solid #4F4F4F;
}

.post{
padding: 5px;
}

.post h2{
font-style: italic;
padding: 10px;
text-align: center;
}

.post p{
margin-bottom: 10px;
}

.post ul{
margin: 0px;
padding: 0px 0px 0px 150px;
}

.post ul li{
float: left;
list-style-type: none;
width: 300px;
font-size: 16px;
font-weight: bold;
}


#title{
padding-top: 10px;
}
		
#title h1{
font-size: 47px;
line-height: 47px;
margin: 0px;
padding: 0px;
}

#title h6{
font-size: 20px;
margin: 0px;
padding: 0px;
}

#title h5{
text-align: right;
}

#menu{
margin-top: 20px;
}

#menu ul{
margin: 0px;
padding: 0px;
}

#menu ul li{
list-style-type: none;
margin: 0px;
padding: 0px;
float: left;
width: 60px;
}

#menu ul li a{
text-decoration: none;
}

.ctr{
margin-top: 25px;
}

.ctr2{
margin-top: 15px;
}

#navigation{
padding: 10px;
}

.alignleft a{
font-size: 14px;
padding: 10px;
float: left;
font-weight: bold;
}

.alignright a{
font-size: 14px;
padding: 10px;
float: right;
font-weight: bold;
}

#secondcontent{
color: #6c6c6c;
padding: 5px 0 0 25px;
}


#products ul{
padding: 0px;
margin: 5px 0 5px 0;
}

#products ul li{
padding: 0px 0 0px 13px;
margin: 0px;
list-style-type: none;
float: left;
font-size: 16px;
text-align: center;
font-weight: bold;

}

#footer{

}

.orange{
color: #957E52;
font-weight: bold;
padding-left: 5px;
}

#welcome p{
padding: 5px 0 5px 5px;
}

#welcome:hover{
background: #efefef;
}

#welcome h4{
border-bottom: 1px solid #ccc9c0;
padding-left: 5px;
}

.anyClass ul{
margin: 0px;
padding: 0px;
}

.anyClass ul li{
list-style-type: none;
margin: 0px;
padding: 0px;
}

.anyClass ul li a{
color: #957E52;
font-weight: bold;
text-decoration: none;
}

#contact img{
border: 1px solid #FF784F;
margin: 3px 0 0 20px;
}

iframe{
float: right;
padding: 5px;
}

#sidebanner{
padding-top: 10px;
margin-left: 20px;
}

#sidebanner img{
margin-bottom: 40px;
border: 2px solid #CCC9C0;
}


#slider {
  margin: 0 auto;
  position: relative;
  width: 900px;
}

.scroll {
  height: 250px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  border: 2px solid black;
}

.scrollContainer div.panel {
  height: 210px;
  padding: 20px;

  width: 840px; /* change to 560px if not using JS to remove rh.scroll */
}

#slider ul{
border-top: 2px solid black;
}

#slider ul li{
float: left;
margin: 0px;
padding: 0px;
width: 128px;
list-style-type: none;
text-align: center;
color: black;
background: #957E52;
}

#slider ul li.firstone{
border-left: 2px solid black;
}
#slider ul li.lastone{
border-right: 2px solid black;
}

#slider ul li a.selected{
background: black;
color: white;
}

#slider ul li.firstone a{
padding: 2px 36px 3px 36px;
}

#slider ul li.lastone a{
padding: 2px 23px 3px 20px;
}

#slider ul li a{
text-decoration: none;
color: black;
padding: 2px 20px 3px 20px;
font-size: 14px;
font-weight: bold;
}

.panel img{
float: left;
}



