body{
	background-color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

h1{
    font: 14px arial;
	color: #5E5C4D;
	letter-spacing: 2px;
}

div#wrap{
	margin: 10px auto;
	/*background-color:#EDEDE3;*/
	width: 1000px;
}

div#rightColumn{
	float: right;
	text-align: left;
	width: 730px;
	padding: 5px 20px;
	background-color: #B1B18B;
	margin: 5px 3px 5px 0;
	border: solid 1px #74744E;
}

div#rightColumn img{
	border: solid 1px #74744E;
}

div#leftColumn{
	float: left;
	width: 220px;
}

div#menu{
	width: 1000px;
	margin: 10px auto 0 auto;
}

div#logo{
	width: 1000px;
	margin: 10px auto 0 auto;
}

div#strapline{
	clear:both;
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: right;
	letter-spacing: 5px;
	font-size: 13px;
	color: #5E5C4D;
}

div.contact{
	margin-top: 5px;
}

div#logo img{
	float: right;
}

.clear{
	clear: both;
}

div.boxLight{
	width: 200px;
	background-color: #B1B18B;
	height: 204px;
	margin: 5px 5px 10px 0;
	padding: 5px;
	font-size: 12px;
	/*background-image:url(images/designing-beautiful-gardens_light.gif);
	background-position:  center bottom;
	background-repeat: no-repeat;*/
}

div.boxDark{
	width: 200px;
	background-color: #74744E;
	height: 204px;
	margin: 9px 5px 5px 0;
	padding: 5px;
	background-image:url(images/designing-beautiful-gardens.gif);
	background-position:  center bottom;
	background-repeat: no-repeat;
}

div#footer{
	margin: 0 auto;
	width: 1000px;
	color: #CCCCCC;
}

div#footer h2{
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

span.small{
	font-size: 10px;
}

span.large{
	font-size: 14px;
	color: #5E5C4D;	
	letter-spacing: 1.5px;	
}

a{
	color: #000;
}

a.nounderline{
	text-decoration: none;
}

a.banda {
	font-size:9pt;
	 color:#000; 
	text-decoration:underline; 
	padding: 5px
}

a.banda2 {
	font-size:9pt;
	 color:#000; 
	text-decoration:underline; 
	padding: 5px
}

p#bandaD{
	font-weight: bold;
	font-size: 12px;
}

p#bandaD2{
	font-weight: bold;
	font-size: 12px;
}

a.swap {
	padding: 5px
}

p#description{
	font-weight: bold;
}


/* homepage slideshow */
.slideshow img { display: none }
.slideshow img.first { display: block }
/* menu */

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; 
	width: 996px;
    background-color: #5E5C4D;
    padding:  1px 1px; 
	margin: 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background-color: #666666;
            width: 9px; 
			height: 30px;
            z-index: 8;
            position: absolute;
			color: #914873
        }
            .lavaLamp li.back .left {
                background-color: #666666;
                height: 30px;
                margin-right: 5px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; 
			overflow: hidden;
            text-decoration: none;
            font: 12px arial;
            color: #B1B18B; 
			outline: none;
            text-align: center;
            height: 30px; 
			top: 7px;
            z-index: 10; 
			letter-spacing: 1px;
            float: left; 
			display: block;
            margin: auto 12px;
        }


/* Carousel */
.jCarouselLite img
{
    border:0;
}

.jCarouselLite ul
{
    margin-left: 0px;
}

.jCarouselLite li
{
    list-style-type: none;
    margin: 2px 25px 0 10px;
}

.jCarouselLite li a
{
    margin: 0;
    padding: 0;
}

table.carousel
{
    width: 630px;
}

.jCarouselLite span
{
    padding-left: 5px;
}

table.carousel a
{
    text-decoration: none; 
}

