body {
        color: #000000;
        font-size: 12px;
        line-height: 18px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background: #3f993e url(img/bkg_repeat.jpg) repeat-x top left;
        margin: 0;
        padding: 0;
        color: #42473b;
}
#container {
        background: transparent url(img/bkg.jpg) no-repeat top center;
        height: 755px;
        margin: 0 auto;
}
#containerSmall {
        background: transparent url(img/bkg_small.jpg) no-repeat top center;
        height: 755px;
        margin: 0 auto;
}
#holder {
        width: 705px;
        margin: 0 auto;
        padding: 15px 0 0 0;
}
#contentHolder {
        width: 500px;
        margin: 0 auto;
	padding: 10px 0 0 0;
}
#content {
	overflow-x: hidden;
	height: 233px;
	margin-top: 5px;
	padding: 0 10px;
}
h1,h2,h3 {
        margin: 0;
}
img {
	border: none;
}
a {
	outline: none;
	color: #e5f7c8;
}
#logo h1 {
        background: transparent url(img/clw_logo.png) no-repeat top left;
        _background: transparent url(img/clw_logo8.png) no-repeat top left;
        width: 296px;
        height: 84px;
}
h1 a {
        display: block;
        height: 100%;
        width: 100%;
}
#service h1 {
        background: transparent url(img/servicescoot.png) no-repeat top left;
        _background: transparent url(img/servicescoot8.png) no-repeat top left;
        width: 365px;
        height: 94px;
}
#testimonials {
        background: transparent url(img/testimonials_bkg.png) no-repeat top center;
        _background: transparent url(img/testimonials_bkg8.png) no-repeat top center;
        width: 703px;
        height: 53px;
        margin: 5px auto;
        text-align: center;
        font-size: 18px;
        line-height: normal;
        font-weight: bold;
        padding: 15px 0;
}
#testimonials .small {
        font-size: 12px;
        font-weight: normal;
        display: block;
        line-height: 24px;
}
#whatwedo {
        width: 235px;
}
#whatwedo ul li {
        list-style-image: url(img/li_bkg.png);
        _list-style-image: url(img/li_bkg8.png);
        font-size: 15px;
        line-height: normal;
        font-weight: bold;
}
.seeall {
        font-size: 9px;
        color: #727a64;
        text-transform: uppercase;
}
#video_holder {
	/*width: 465px;
        height: 265px;*/
	width: 440px;
        height: 249px;
	background: transparent url(img/video_example.png) no-repeat top center;
        _background: transparent url(img/video_example8.png) no-repeat top center;
}
#video {
        width: 436px;
        height: 245px;
	padding: 2px 0 0 2px;
	overflow: hidden;
}
#seasonaltips {
	text-align: center;
	_margin-top: -8px;
	*margin-top: -8px;
	padding-top: 5px;
	height: 111px;
	width: 128px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #seasonaltips {
	padding-top: 11px;
	}
}
#seasonaltips a {
	text-decoration: none;
	display: block;
}
#seasonaltips span {
	color: #2e4c04;
	font-style: italic;
	font-weight: bold;
	vertical-align: super;
	margin-left: -30px;
}
#referafriend {
	text-align: center;
	margin-left: 220px;
}
#footer {
	text-align: center;
	margin-top: -25px;
}
.right {
        float: right;
}
.left {
        float: left;
}
.clear {
        clear: both;
}
.hide {
        display: none;
}