h2{
margin-left:0;
}

#featured img{
padding:3px;
width:95px;
border:1px solid #cccc99;
float: left;
}

#featured li{
list-style:none;
width:240px;
height:100px;
float: left;
margin:5px 15px 15px 15px;
padding:10px;
font-size:90%;
}




h3 {
margin-bottom:6px;
margin-top:6px;
}

img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
p {
	color: #330000;
}

body {
	font: 11px verdana, arial, sans-serif;
	color: #330000;
	padding-bottom: 10px;
	padding-top: 0;
}

/** layout **/



#logo {
  width: 244px;
  height: 110px;
  background: url(../images/header_1.jpg) no-repeat;
  text-align: center;
  color: #595959;
}

#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#news h2 {
  font-size: 12px;
  color: #BE8B06;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  margin-bottom:5px;
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}
#news li {
  margin-bottom:5px;}

#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 9px;
}
#news .hr-dots {
  background: center url(../images/dots.gif) repeat-x;
  height: 10px;
}

#support {
  background: url(../images/support.jpg) no-repeat;
  padding: 1px;
  height: 97px;
  color: #1A1A18;
}
#support p {
  margin: 0.7em 2.6em;
}


#right, #list{
	float: right;
	width: 490px;
	padding-right: 9px;
	padding-top: 120px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right, #list h3 {
  font: 14px arial, sans-serif;
  color: #BE8B06;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#welcome {
  margin-right: 20px;
}

#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#caravan, #motor {
  float: left;
  width: 49%;
}
#caravan {
  margin-right: 1%;
}
#caravan-img, #motor-img {
  background: url(../images/pic_2.jpg) no-repeat;
  width: 112px;
  height: 23px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 90px;
  font-size: 9px;
  font-weight: bold;
}
#motor-img {
  background: url(../images/pic_3.jpg) no-repeat;
}
#spacer {
  height: 2em;
}

.band.footer {
	background: #2c633b;
}
#copyright {
  text-align: center;
  font-size: 12px;
  color: #715F36;
  font-weight: bold;
}
#footerline{
	background: url(../images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

.thumb {
float:left;
margin-right:10px;

}

.comments {
border:1px #cccccc solid;
}
#link-list{
  background: url(../images/news_bg.jpg) repeat-y;
}
#link-list li{
  margin-left:20px;
  margin-bottom:5px;
}

#link-list ul {
  padding:10px;
}
#link-list a{
  margin-bottom:5px;
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}


#link-list a:hover {
  color: #38301A;
}

#link-list p{
padding:0;
margin:0;
margin-left:30px;

}

blockquote {
        font-style:italic;
        background: url(../images/58.png);
        padding:10px 20px;
}

#welcome p{
margin-left:6px;
}

/*Strip the ul of padding and list styling*/
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
#menu li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
#menu li a {
	display:block;
	min-width:181px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #2f3036;
	text-decoration: none;
}

/*Hover state for top level links*/
#menu li:hover a {
	background: #2c633b;
}

/*Style for dropdown links*/
#menu li:hover ul a {
	background: #f3f3f3;
	color: #2c633b;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
#menu li:hover ul a:hover {
	background: #2c633b;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}


/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #2c633b;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

/*Responsive Styles*/

@media screen and (max-width : 768px){
	/*Make dropdown links appear inline*/
	#menu ul {
		position: static;

	}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}