@charset "utf-8";

.displace {
	left: -5000px;
	position: absolute;
	}
a.pricelistrollover {
	display: block;
	width: 229px;
	height: 35px;
	text-decoration: none;
	background-image: url(../images/download.png);
	margin-left: 7px;
}
a.pricelistrollover:hover {
	background-position: -229px 0;
}

* {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #DBDBDB;
	color: #4D4E4F;
	font-weight: normal;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#titles_welcome {
	height: 25px;
	text-indent: -2400px;
	width: 475px;
	padding: 0px;
	float: right;
	margin-right: 25px;
	margin-top: 15px;
}

#titles_welcome h2 {
	width:475px;
	height:25px;
	background-image: url(../images/titles_welcome.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#about_right {
	width: 392px;
	float: left;
	height: 342px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgright {
	float: right;
	border: 0px;
	padding-right: 0px;
	padding-left: 10px;
	margin-right: 10px;
}
#branding {
	height: 130px;
	width: 917px;
	text-indent: -2400px;
	display: block;
}
#branding h1 {
	width:917px;
	height:130px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}

#sublinks {
	height: 24px;
	margin-left: auto;
	width: 926px;
	margin-right: auto;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-top: 4px;
	background-image: url(../images/sub_menu.png);
	background-repeat: no-repeat;
	background-color: #FFF;
}


#container {
	width: 917px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
}
.leftalign {
	float: left;
}

#content {
	width: 485px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 0px;
	text-align: left;
	float: right;
	margin-right: 10px;
}
#front_image {
	background-image: url(../images/home_image.jpg);
	background-repeat: no-repeat;
	height: 328px;
	width: 349px;
	float: right;
	text-indent: -1900px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imgright {
	float: right;
	border: 0px;
	padding-right: 0px;
	padding-left: 10px;
	margin-right: 10px;
}
.imgleft {
	float: left;
	border: 0px;
	margin-right: 20px;
	padding: 5px;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #466523;
  
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #002F60;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #B8CD2A;
}
#footer {
	height: 84px;
	margin-left: auto;
	width: 917px;
	margin-right: auto;
	clear: both;
	font-size: 10px;
	color: #FFF;
	background-color: #B8CD2A;
	background-repeat: repeat-x;
	background-image: url(../images/footer_flower.png);
	padding: 0px;
}
.table_left {
	background-color: #1E4874;
	color: #FFF;
	padding: 8px;
	font-weight: bold;
}
.table_right {
	background-color: #fffde8;
	color: #FFF;
	padding: 8px;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #B8CD2A;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.purple_bullets
{
	padding: 0;
	list-style-position: inside;
	list-style-image: url(../images/bullet.png);
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

li.pb
{
	background-repeat: no-repeat;
	background-position: 0 20%;
	padding-left: 0px;
	line-height: 1.6em;
	list-style-position: outside;
	margin-left: 8px;
}
.text_center {
	text-align: center;
}
table.center {margin-left:auto; margin-right:auto;}

#team_image {
	background-image: url(../images/team_image.jpg);
	background-repeat: no-repeat;
	height: 328px;
	width: 500px;
	float: right;
	text-indent: -1900px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.textred {
	color: #B8CD2A;
	font-weight: bold;
}
/* Request form */

.red {
	color:#b00;
	font-weight:normal;
}

#request {
	width:300px;
	background-color: #C589BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	padding: 10px;
	float: right;
	margin-left: 10px;
	margin-right: 20px;
}

#request * {
	margin:0;
	padding:0;
}

#request p {
	margin:0 0 5px 0;
	padding:0;
	clear:both;
}

#request label {
	float:left;
	width:65px;
	padding-top:3px;
}

#request input,
#request textarea {
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #606060;
	padding:5px;
	
}

#request .submit input {
	width:auto;
	margin-left:100px;	
}
.textpurple {
	color: #9C53A1;
}
#green {
	height: 148px;
	padding-left: 25px;
	padding-top: 140px;
	color: #FFF;
	font-weight: normal;
	background-image: url(../images/main_photo.jpg);
	width: 675px;
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.4em;
}
#box1 {
	height: 102px;
	width: 256px;
	margin-top: 25px;
	background-image: url(../images/box1.png);
	float: left;
	padding-top: 160px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	margin-left: 5px;
}
#box2 {
	height: 102px;
	width: 256px;
	margin-top: 25px;
	background-image: url(../images/box2.png);
	float: left;
	margin-left: 30px;
	padding-top: 160px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
}
#box3 {
	height: 100px;
	width: 256px;
	margin-top: 25px;
	background-image: url(../images/box3.jpg);
	float: left;
	margin-left: 30px;
	padding-top: 160px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
}
#content_home {
	width: 900px;
	padding: 0px;
	clear: right;
	height: 325px;
}
#christmas {
	width: 850px;
	clear: right;
	height: 1250px;
	margin-left: 35px;
	background-image: url(../images/christmas_poster.jpg);
	background-repeat: no-repeat;
	padding-top: 350px;
}
#christmas2 {
	width: 850px;
	clear: right;
	height: 1210px;
	margin-left: 35px;
	background-image: url(../images/christmas_poster.jpg);
	background-repeat: no-repeat;
}
#christmas3 {
	width: 850px;
	margin-left: 35px;
}
#home_contact {
	height: 180px;
	padding-left: 10px;
	padding-top: 40px;
	font-weight: normal;
	width: 225px;
	margin-top: 4px;
	float: right;
	font-size: 13px;
	line-height: 1.8em;
	margin-bottom: 15px;
	margin-right: 20px;
	background-color: #dac8ce;
	background-image: url(../images/contact_topper.png);
	background-repeat: repeat-x;
	clear: both;
}
#home_montage {
	height: 323px;
	background-image: url(../images/photo_montage.jpg);
	width: 385px;
	margin-top: 4px;
	float: right;
	clear: both;
}
#newsbox {
	width: 565px;
	margin-top: 0;
	margin-bottom: 0;
	background-repeat: repeat-x;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 112px;
	background-image: url(../images/bg_newsbox.png);
}
.imgborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}
#accessories_box4 {
	float: left;
	width: 190px;
	background-color: #fffde8;
	border: 1px solid #026552;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 25px;
	background-image: url(../images/thin_headers.png);
	background-repeat: repeat-x;
	height: 660px;
}
#contact_box1 {
	width: 500px;
	margin-top: 0;
	margin-bottom: 0;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#contact_box2 {
	background-repeat: no-repeat;
	width: 430px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#home_logos {
	height: 100px;
	font-weight: normal;
	width: 225px;
	margin-top: 4px;
	float: right;
	font-size: 13px;
	line-height: 1.8em;
	margin-right: 25px;
	background-image: url(../images/logos2.png);
	background-repeat: repeat-x;
	clear: both;
}
#homeside1 {
	height: 106px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
	width: 314px;
	margin-top: 10px;
	float: right;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-right: 10px;
	background-color: #7DA651;
	background-image: url(../images/frontbox1.png);
	background-repeat: repeat-x;
	clear: both;
	color: #FFF;
}
#homeside2 {
	height: 106px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
	width: 314px;
	margin-top: 10px;
	float: right;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-right: 10px;
	background-color: #7DA651;
	background-image: url(../images/frontbox2.png);
	background-repeat: repeat-x;
	clear: both;
	color: #FFF;
}
#homeside3 {
	height: 106px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
	width: 314px;
	margin-top: 10px;
	float: right;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-right: 10px;
	background-color: #7DA651;
	background-image: url(../images/frontbox3.png);
	background-repeat: repeat-x;
	clear: both;
	color: #FFF;
}
.imgright2 {
	float: right;
	border: 0px;
	padding-right: 0px;
}
#home_footer {
	height: 207px;
	margin-left: auto;
	width: 917px;
	margin-right: auto;
	clear: both;
	font-size: 12px;
	background-color: #002F60;
	background-repeat: repeat-x;
	text-align: center;
	background-image: url(../images/footer_flower2.png);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.imgleft2 {
	float: left;
	border: 0px;
}
#main_oldcourt_image {
	background-repeat: no-repeat;
	height: 277px;
	width: 917px;
	background-image: url(../images/main_oldcourt.jpg);
}
#content_oldcourt {
	width: 885px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 15px;
	text-align: left;
	margin-right: 15px;
}
#main_picton_image {
	background-repeat: no-repeat;
	height: 277px;
	width: 917px;
	background-image: url(../images/main_picton.jpg);
}
#content_tour {
	width: 845px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 55px;
	text-align: left;
	margin-right: 15px;
}
.imgjapanese {
	float: right;
	border: 0px;
	padding-right: 0px;
	padding-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#righthandside {
	float: right;
	width: 375px;
	margin-left: 15px;
}
.textblack {
	color: #000;
	font-weight: bold;
}
.imgasters {
	float: right;
	border: 0px;
	padding-right: 0px;
	padding-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.imgasters2 {
	border: 0px;
	padding-right: 0px;
	padding-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-left: 55px;
}
#newshome {
	width: 469px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 35px;
	margin-left: 0px;
	text-align: left;
	float: right;
	margin-right: 10px;
	background-image: url(../images/newsbox_bg.png);
	background-color: #B8CD2A;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #002F60;
}
#titles_stores {
	height: 18px;
	text-indent: -2400px;
	width: 250px;
	padding: 0px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#titles_stores h2 {
	width:475px;
	height:25px;
	background-image: url(../images/titles_ourstores.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#titles_gallery {
	height: 18px;
	text-indent: -2400px;
	width: 250px;
	padding: 0px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#titles_offers {
	height: 18px;
	text-indent: -2400px;
	width: 250px;
	padding: 0px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#titles_xmas {
	height: 18px;
	text-indent: -2400px;
	width: 250px;
	padding: 0px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#titles_gallery h2 {
	width:475px;
	height:25px;
	background-image: url(../images/titles_gallery.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#titles_offers h2 {
	width:475px;
	height:25px;
	background-image: url(../images/titles_offers.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#titles_xmas h2 {
	width:475px;
	height:25px;
	background-image: url(../images/titles_christmas.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#xmasinside {
	background-color: #FFF;
	height: 730px;
	width: 465px;
	margin-left: 340px;
	padding: 15px;
}
#contbox_gallery {
	width: 900px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 10px;
}
#titles_newdevelopment {
	height: 18px;
	text-indent: -2400px;
	width: 250px;
	padding: 0px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#titles_newdevelopment h2 {
	width:475px;
	height:25px;
	background-image: url(../images/titles_development.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#development_images {
	float: right;
	height: 691px;
	width: 381px;
	margin-right: 10px;
	background-image: url(../images/development_images.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
}
#development_left {
	width: 460px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 15px;
	text-align: left;
	margin-right: 30px;
	float: left;
}
#development_left2 {
	width: 380px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 15px;
	text-align: left;
	margin-right: 0px;
	float: left;
}
.textnavy {
	color: #002F60;
}
#titles_garden {
	height: 18px;
	text-indent: -2400px;
	width: 600px;
	padding: 0px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#titles_garden h2 {
	width:600px;
	height:25px;
	background-image: url(../images/titles_garden.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#garden_images {
	float: right;
	height: 1040px;
	width: 381px;
	margin-right: 10px;
	background-image: url(../images/garden_images.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
#titles_wssp {
	height: 18px;
	text-indent: -2400px;
	width: 600px;
	padding: 0px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#titles_wssp h2 {
	width:600px;
	height:25px;
	background-image: url(../images/title_wssp.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#titles_lettings {
	height: 18px;
	text-indent: -2400px;
	width: 300px;
	padding: 0px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#titles_lettings h2 {
	width:300px;
	height:25px;
	background-image: url(../images/titles_lettings.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#titles_location {
	height: 18px;
	text-indent: -2400px;
	width: 300px;
	padding: 0px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#titles_location h2 {
	width:300px;
	height:25px;
	background-image: url(../images/titles_location.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#titles_contact {
	height: 18px;
	text-indent: -2400px;
	width: 300px;
	padding: 0px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#titles_contact h2 {
	width:300px;
	height:25px;
	background-image: url(../images/titles_contact.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#titles_news {
	height: 18px;
	text-indent: -2400px;
	width: 300px;
	padding: 0px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#titles_news h2 {
	width:300px;
	height:25px;
	background-image: url(../images/titles_news.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}#news_right {
	width: 240px;
	background-image: url(../images/newsletter_bg.png);
	background-color: #002F60;
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news_left {
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 15px;
	text-align: left;
	margin-right: 15px;
}
#offers-main {
	width: 880px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 15px;
	text-align: left;
	margin-right: 15px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.newsbox1 {
	background-color: #E1EB9E;
	padding: 10px;
	border: thin solid #BCD037;
	margin-bottom: 15px;
}
.newsbox2 {
	background-color: #DEE2EE;
	padding: 10px;
	border: thin solid #002F60;
	margin-bottom: 15px;
	margin-top: 15px;
}
.newsbox3 {
	background-color: #E1EB9E;
	padding: 10px;
	border: thin solid #C3D549;
	margin-bottom: 15px;
	margin-top: 15px;
}
.xmastable1 {
	background-color: #223E7D;
	font-weight: bold;
	color: #FFF;
}
.xmastable2 {
	background-color: #DEE2EE;
	color: #333;
}
.xmastable3 {
	background-color: #B8C3E4;
	color: #333;
}
.imgright_news {
	float: right;
	border: 0px;
	padding-right: 0px;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#container #news_left .newsbox1 .text_center img {
	padding-right: 5px;
	padding-left: 5px;
}
#location_right {
	float: right;
	width: 240px;
	background-color: #C3D549;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 400px;
	background-image: url(../images/how_bg.png);
	background-repeat: no-repeat;
}
#contact_left {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 15px;
	text-align: left;
	margin-right: 15px;
}
#contact_right {
	float: right;
	width: 440px;
	background-color: #C3D549;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images/formbg.png);
	background-repeat: no-repeat;
}
#events_right {
	width: 240px;
	background-image: url(../images/eventsbg.png);
	background-color: #C3D549;
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	padding-bottom: 10px;
	color: #4D4E4F;
}
#newsevents_right {
	width: 270px;
	color: #FFF;
	text-align: center;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: right;
}
#wsspmain {
	background-image: url(../images/wsspbg.png);
	background-repeat: no-repeat;
	height: 285px;
	width: 917px;
}
#wssp_images {
	float: right;
	height: 705px;
	width: 255px;
	margin-right: 10px;
	background-image: url(../images/wssp_images.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
}
#garden_header {
	background-image: url(../images/garden_header2.jpg);
	background-repeat: no-repeat;
	height: 285px;
	width: 917px;
}
#develop_header {
	background-image: url(../images/development-images.jpg);
	background-repeat: no-repeat;
	height: 210px;
	width: 917px;
}
#garden2_images {
	float: right;
	height: 170px;
	width: 255px;
	margin-right: 10px;
	background-image: url(../images/garden_images3.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
}
#lettings_images {
	float: right;
	height: 246px;
	width: 369px;
	margin-right: 10px;
	background-image: url(../images/lettings_image.jpg);
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
#siteplan_left {
	width: 880px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 15px;
	text-align: left;
	margin-right: 15px;
}
#titles_siteplan {
	height: 18px;
	text-indent: -2400px;
	width: 300px;
	padding: 0px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#titles_siteplan h2 {
	width:300px;
	height:25px;
	background-image: url(../images/titles_siteplan.png);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 0px;
}
#letbox1 {
	float: left;
	width: 220px;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 10px;
}
#letbox2 {
	float: left;
	width: 240px;
	margin-right: 15px;
	text-align: center;
}
td
{
padding:5px;
}
#offers-main h3 {
	font-size: 1.6em;
	color: #2A5254;
}
table.center {margin-left:auto; margin-right:auto;}.rightoffer {
	margin-top: 25px;
	float: right;
	margin-right: 10px;
}
.xmas11 {
	margin-top: 10px;
}
#bonm {
	padding: 10px;
	width: 460px;
	background-color: #E4F2B3;
	margin-top: 10px;
}

