a {
	color: #169900; 
	font-weight: bold;
}

A:hover {
	color: #000000;
}

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(sitegraphics/background-green.jpg) repeat-x 0 0;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 920px;  
	margin: 0 auto 20px auto; 
	text-align: left; 
}
#mainContent { 
	margin: 0 0 0 260px; 
	padding: 0 0;
} 

.mobilemenu {
	display: none;
}

.closenav {
	display: none;	
}

.mobileshow {
	display: none;
}

.mobilefooter {
	display: none;
}

/**** header styles ****/
#header { 
	background: url(sitegraphics/topbanner.jpg) no-repeat 0 0;
	height: 130px;
	padding: 0 10px 0 20px; 
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}

/**** header styles ****/

#topnav {
	/*background: #bc647d;
	background: -moz-linear-gradient(top,  #bc647d 0%, #9c3150 40%, #740122 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc647d), color-stop(40%,#9c3150), color-stop(100%,#740122));
	background: -webkit-linear-gradient(top,  #bc647d 0%,#9c3150 40%,#740122 100%);
	background: -o-linear-gradient(top,  #bc647d 0%,#9c3150 40%,#740122 100%);
	background: -ms-linear-gradient(top,  #bc647d 0%,#9c3150 40%,#740122 100%);
	background: linear-gradient(to bottom,  #bc647d 0%,#9c3150 40%,#740122 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc647d', endColorstr='#740122',GradientType=0 );*/
	text-align: center;
	padding: 10px 0;
	letter-spacing: 0.1em;
}

#topnav ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#topnav li {
	margin: 0;
	padding: 0 0 0 15px;
	display: inline;
	list-style: none;
	font-size: 90%;
	text-transform: uppercase;
}
#topnav a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 10px 0;
	font-weight: normal;
}
#topnav a:hover {
	color: #a7e39d;
}

#topnav li>ul {
	z-index:100;
	visibility:hidden;
	position:absolute;
	border-top: none;
	background: #107200;
	margin-left: -150px;
	margin-top: 25px;
	padding: 0 10px 6px 10px;
	text-align: left;
}
#topnav li:hover>ul {
	visibility:visible;
}

#subnav {
	
}

#subnav ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

#subnav li {
	margin: 0;
	padding: 2px 0;
	display: block;
	list-style: none;
}

#subnav a {
	
}

/**** top image styles ****/

#topimage {
	padding: 20px 0;	
}

/**** main body styles ****/



/**** sidebar styles ****/

#sidebar1 {
	float: left; 
	width: 230px;  
	padding: 0px 0 15px 0;
}

#sidebar1 h3 {
	font-size: 125%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.sidearea a {
	color: #FFFFFF;
	text-decoration: none;
}

.sidearea {
	background: #107200 url(sitegraphics/sidepanel-top-green.jpg) no-repeat 0 0;
	color: #ffffff;
	text-align: center;
	padding: 2px 15px;
	font-size: 90%;
}

.contact {
	background: url(sitegraphics/sidepanel-contact2.png) no-repeat right 10px;
}

.contact h3 {
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

.sideclasses {
	text-transform: uppercase;
}	

.taster {
	background: url(sitegraphics/sidepanel-taster2.png) no-repeat right 30px;
}

.warning {
	background: url(sitegraphics/sidepanel-warning.png) no-repeat right 5px;
}

.buttongrey a {
	padding: 3px 10px;	
	border: 1px solid #b2b2b2;
	background: url(sitegraphics/buttongrey_bg.jpg) repeat-x 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #107200;
}

.buttongrey a:hover {
	color: #000000;
}

.billyquote {
	text-align: center;
	margin-top: -20px;
}

.billyquote p {
	font-style: italic;
	text-align: center;
	color: #107200;
	font-weight: bold;
	font-size: 125%;
	padding: 0;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/**** title styles ****/

h1 {
	font-size: 150%;
	color: #169900;
	margin: 0;
}

h2 {
	font-size: 120%;
	color: #169900;
}

h3 {
	
}

/******* Slideshow styles *******/

#slideshow {
	
}

#slideshow ul {
	margin:0; 
	padding:0px;
	list-style-type:none;
}

#slideshow li{
	margin:0; 
	padding:0;
	list-style-type:none;
}


#pager, #pager-alt{
	position:absolute;
	z-index:100;
	top:460px;
	margin-left:830px;
}
#pager a{
	background: url(sitegraphics/slide.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
}
#pager .activeSlide{
	background: url(sitegraphics/slide.png) no-repeat scroll 0% 50%;
}
#pager-alt a{
	background: url(images/slide-alt.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:13px;
	height:13px;
	margin:2px;
	outline-style:none;
	outline-width:medium;
	padding:-1px;
}
#pager-alt .activeSlide{
	background: url(sitegraphics/slide.png) no-repeat scroll 0% 50%;
}

.slidetext {
	position: absolute;
	margin-top: -30px;
	margin-left: 30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 90%;
}

/**** footer styles ****/

#footer { 
	padding: 0 10px 0 20px; 
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}

/**** testimonials *****/

.testimonials {
	margin-top: 25px;	
}

blockquote {
	margin: 10px 0 0 0;
	text-align: center;
	font-weight: normal;
	background: url(sitegraphics/quote_top_grey.jpg) no-repeat top left;
}

.quote {
	margin: 0;
	font-style: italic;
	padding: 5px 40px;
	background: url(sitegraphics/quote_bottom_grey.jpg) no-repeat bottom right;
}

.name {
	margin: 0;
	font-size: 90%;
	font-weight: bold;
}


/**** misc styles ****/

.smalltext {
	font-size: 90%;	
}

.bottomtext {
	text-align: center;
	font-weight: normal;
	color: #169900;
	font-size: 120%;
}

.imageright {
	padding: 0 0 10px 20px;	
}

.imagetextright {
	float: right;
	padding: 0 0 10px 20px;	
}

.imagetextright p {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	margin-top: 5px;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#catlindesigns {
	text-align: center;
	font-size: 85%;
}

#catlindesigns a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#catlindesigns a:hover {
	color: #999999;
	text-decoration: underline;
}

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->