/* Layout and styling for basic three column (menu, content, additional) page with branding and footer */
/* Coded by Jamie Freeman */
/* www.message.uk.com */

/* General styling */


.rangeImage {
	padding: 4px;
	border: 1px outset #d3d9e5;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}
a:hover  .rangeImage {
	padding: 4px;
	border: 1px inset #663300;
}
col1 {
}
.white-table {
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
	background-image: url(images/white-fill.gif);
	text-align: left;
}
.homeMovie {
	padding: 3px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-left: 10px;
}
.cartButton {
}
.gotoCheckout {
	font-size: 16px;
}
.gotoBasket {
	font-size: 16px;
}
.homePanelPara {
	font-size: 10px;
	line-height: 13px;
	padding-right: 18px;
}
#homeLeftColumn {
	float: left;
	width: 185px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;
	padding-top: 4px;
	background-image: url(images/coffee-blend.gif);
	background-repeat: repeat-x;
}
#homeMiddleColumn {
	width: 185px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;
	padding-top: 4px;
	background-image: url(images/coffee-blend.gif);
	background-repeat: repeat-x;
}
#homeRightColumn {
	width: 185px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;
	padding-top: 4px;
	background-image: url(images/coffee-blend.gif);
	background-repeat: repeat-x;
}


body {
	padding: 0px;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.8;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/blend.gif);
}

td {
	font-size: 0.8em;
}

html>body td {
	font-size: 1em;
}

img {
	border: none;
}

#content img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	color: #3b250a;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 4px;
	line-height: 15px;
}

p {
	color: #3b250a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.4;
	color: #3b250a;
	text-align: left;
}

a {
	color: #CC6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#additional .date {
	font-style: italic;
	color: #666666;
}

#content .date {
	font-style: italic;
	color: #666666;
}

.datenav {
	font-weight: bold;
}


/* These style the cookie trail current page and the 'you are here' bit. */

.youAreHere {
	color: #666666;
}

.yourPage {
	font-weight: bold;
}



.search_descrip {
	font-style: italic;
	color: #666666;
	font-size: 0.9em;
}

.login {
	font-size: 0.7em;
}

/* This styling denotes the currently selected section */

#menu .current {
	color: #000;
}

#branding h1 {
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
}

#branding p {
	margin: 0px;
	padding: 5px;
	color: #FFFFFF;
}

td {
	margin: 0px;
	background-color: #f4eee9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sender_message {
	width: 300px;
	height: 8em;
}

#sender_name, #sender_email {
	width: 200px;
}

/* Layout areas */

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	width: 948px;
	padding: 20px;
	background-image: url(images/container.jpg);
}

#branding {
	height: 130px;
}

#menu {
	font-weight: normal;
	height: 21px;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: -32px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -2px;
}
.img-left {
	float: left;
	margin-right: 15px;
	margin-left: -1px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}

#menu ul{

	overflow: visible;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a {
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
    }
		
#menu li {
	float: left;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}
	
#menu a:hover {
	color: #660000;
}

#search {
	width: 189px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0;
	margin-left: 0px;
	padding-left: 11px;
	font-size: 10px;
	background-image: url(images/cross_ln.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-bottom: 3px;
}

/* Sets style for sub-menu items which link to a section rather than a page. */
.sub_section {
	margin-left:40px;
	padding-left: 30px;
	background-image: url(images/_interface/folder.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
}

/*Sets style for protected sub-menu items */
.protected_sub_section {
	margin-left:30px;
	padding-left: 20px;
	background: url(images/_interface/folder_locked.gif) no-repeat left center;
}

/*Sets style for protected sub-menu entries */
.protected {
	margin-left:30px;
	padding-left: 20px;
	background: url(images/_interface/locked.gif) no-repeat left center;
}

#cookie {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom: -5px;
}

#content {
	width: 565px;
	float: left;
	display: inline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}


#content li {
	margin-left: 0px;
	list-style-image:url(images/_interface/arrow.gif);
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}


#additional {
	padding: 0px;
	width: 200px;
	float: right;
	font-size: 0.9em;
	line-height: 1.5em;
	display: inline;
	margin-right: 0px;
	margin-top: 15px;
	border: 1px solid #999999;
}
#linkList {
	float: left;
	clear: both;
	margin-top: 40px;
	width: 120px;
	margin-right: 30px;
	margin-left: 8px;
	background-color: #000000;
}

#additional img {
	padding:10px 15px 10px 0px;
}

#additional p, #additional li {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 9px;
	font-size: 13px;
	line-height: 15px;
	margin-left: 9px;
	margin-bottom: 8px;
	margin-right: 9px;
	text-align: left;
}	

#additional h2, #additional h3 {
	padding-top: 0;
	padding-right: 20px;
	padding-left: 10px;
	margin-top: 9px;
}	


#additional ul {
	font-size:1.3em;
	padding: 0;
	list-style: none;
	margin-left: 0px;
}

#additional .gallery-ul li {
	padding: 0;
	margin-top: 12px;
	display: inline;
	margin-left: 0px;
}

#additional .gallery-ul {
	padding: 0px 0px 0 30px;
	list-style: none;
}


#additional_panel_top {
	height: 0px;
}	

#additional_panel_bottom {
	height: 0px;
}	

#footer {
	width: 988px;
	margin-top: 20px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	position:relative;
	top: 20px;
	margin-bottom: -20px;
	margin-left: -20px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	color: #f3f3f3;
	height: 120px;
}

.join p{
width: 300px;
text-align: right;
}

.required{
color: #FF0000;
font-weight: bold;
}

.submit {
border:0;
position:relative;
top:6px;
}

#content .siteMapSubSection li {
	list-style: none;
	margin-left: 0;
	font-weight: bold;
}

#content .siteMapSubSubSection li {
	list-style: none;
	margin-left: 0;
	font-weight: normal;
}	

#content .siteMapSubSection .sub_section {
	margin-left:30px;
	padding-left: 20px;
	background: url(images/_interface/folder.gif) no-repeat left top;
}

#login-form {
	margin: 0;
	background-color: #CCC;
	width: 31em;
	padding: 0.5em 1em;
}

#login-form label {
	display: block;
	width: 7.5em;
	text-align: right;
}

#login-form #un {
	display: block;
	width: 20em;
	margin-left: 9em;
	margin-top: -1.8em
}

#login-form #pw {
	display: block;
	width: 15em;
	margin-left: 9em;
	margin-top: -1.8em
}

#login-form #login {
	margin-left: 9em;
}

.alert {
	color: #FF0000;
	font-weight: bold;
	padding-left: 15px;
	background: url(cms/images/warning.gif) no-repeat left center;
}


/*--------------------------------*/
/*                                */
/*      SweetCart styling         */
/*                                */
/*--------------------------------*/


#productSelector {
	margin-top: 9px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

#productSelector h2 {
	padding-left: 21px;
	font-size: 15px;
	font-weight: bold;
	background-image: url(images/checkout3-grey.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	margin-left: -3px;
}

#productSelector p {
	padding-left: 0px;
	font-size: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-top: 14px;
}

#productSelector form {
	padding-left: 8px;
	padding-bottom: 5px;
}

#cart {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}

#cart h2 {
	padding-left: 21px;
	font-size: 15px;
	font-weight: bold;
	background-image: url(images/shopping-cart.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	margin-left: -3px;
	margin-top: 3px;
}

#cart p {
	font-size: 10px;
	padding: 0px;
	margin-left: 0px;
	line-height: 15px;
	margin-top: 15px;
}

#cart li {
	padding: 0px;
	margin-left: 0px;
	line-height: 20px;
	margin-top: 0px;
	font-size: 14px;
}

#edit-cart {
	margin: 1.8em 0 10px 0;
}

#edit-cart label {
	display: block;
	width: 8.5em;
	text-align: right;
	margin-right: 10px;
}

#edit-cart tr {
	font-size: 0.9em;
}

#edit-cart tr.odd {
	font-size: 1em;
}

#edit-cart tr th {
	padding: 2px 20px 2px 4px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 4px;
	text-align: left;
}

#edit-cart tr td {
	padding: 2px 18px 2px 6px;
}

#edit-cart #email, #edit-cart #delivery_name {
	display: block;
	width: 250px;
	margin-left: 10.5em;
	margin-top: -1.8em
}

#edit-cart #delivery_address {
	display: block;
	width: 250px;
	height: 7em;
	margin-left: 10.5em;
	margin-top: -1.8em
}

#content #delivery_postcode {
	display: block;
	width: 80px;
	margin-left: 10.5em;
	margin-top: -1.8em
}

#edit-cart .cart-submit {
	display: block;
	width: auto;
	margin-left: 10.5em;
	margin-top: 0em
}

#edit-cart .remove input {
	margin-top: 5px;
}

#edit-cart .quantity input {
	width: 2em;
	margin: 4px 0;
}

#crt_customer_note {
	width: 240px;
	height: 7em;
}

#selector #productOptions label {
	margin-right: 4px;
}

#selector #productOptions #option {
	/* margin-left: -4px; */
}



/*--------------------------------*/
/*                                */
/*      Comments styling        */
/*                                */
/*--------------------------------*/

.comment {
	border: solid 1px #ebebeb;
	padding: 0 5px 0 5px;
	font-size: 89%;
	margin-bottom: 5px;
}	

.comment .comment_credit {
	padding: 5px 10px;
	margin: 0 -5px;
	display: block;
	background-color: #ebebeb;
}

.comment p {
	margin: 5px;
}

#commentForm{
	padding: 5px;
	background-color: #fff;
	border: solid 1px #CCC;
	margin-bottom: 5px;
}

#commentForm submit {
	padding-left: 70px;
}

#commentForm label {
	clear:both;
	display: block;
	float: left;
	width: 70px;
	padding: 0px 5px;
	margin: 0px 0 5px 0;
	text-align: right;
}
.searchLabel {
	font-size: 10px;
	font-weight: bold;
}

#commentForm fieldset {
	background-color: #CCC;
	border: none;
}

#commentForm legend {
	background-color: #fff;
	border: none;
	border: solid 1px #CCC;
	padding: 0 8px 0 8px;
}
























.linkList {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 13px;
	font-weight: bold;
}
.footerCopy {
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
}
h1 {
	font-size: 29px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: -1px;
	line-height: 32px;
	text-align: left;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 6px;
	line-height: 19px;
	text-align: left;
}
#column1 {
	float: left;
	text-align: left;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	margin-right: 5px;
	width: 257px;
}
#column2 {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	clear: right;
	float: right;
	width: 257px;
	margin-right: 10px;
}
#columnCont {
	background-color: #f4eee9;
	text-align: left;
	overflow: auto;
	border: 1px solid #ddc9b0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#columnCont li {
	margin-left: -20px;
	margin-bottom: 6px;
	list-style-image: url(images/coffee-bullet.gif);
	font-size: 10px;
	margin-top: 6px;
}
#column1b {
	float: left;
	text-align: left;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	margin-right: 5px;
	width: 257px;
}
#column2b {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	clear: right;
	float: right;
	width: 257px;
	margin-right: 10px;
}
#columnContb {
	background-color: #f4eee9;
	text-align: left;
	overflow: auto;
	border: 1px solid #ddc9b0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#columnContb li {
	margin-left: -20px;
	margin-bottom: 6px;
	list-style-image: url(images/coffee-bullet.gif);
	font-size: 10px;
	margin-top: 6px;
}
.img-leftNoBorder {
	float: left;
	margin-right: 15px;
	margin-left: -1px;
	padding: 4px;
	margin-bottom: 5px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 1px;
	color: #3b250a;
	text-align: left;
}
#columnContc {
	background-color: #f4eee9;
	text-align: left;
	overflow: auto;
	border: 1px solid #ddc9b0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#column1c {
	float: left;
	text-align: left;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	margin-right: 5px;
	width: 257px;
}
#column2c {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	clear: right;
	float: right;
	width: 257px;
	margin-right: 10px;
}
#columnContc li {
	margin-left: -20px;
	margin-bottom: 6px;
	list-style-image: url(images/coffee-bullet.gif);
	font-size: 10px;
	margin-top: 6px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 12px;
	line-height: 14px;
}
#prod-shots {
	float: left;
	padding-right: 18px;
}
.homeSub {
	font-weight: bold;
	color: #3b250a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#offers {
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-bottom-color: #990000;
	background-color: #fff6d9;
}
#offers h2 {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -6px;
	margin-left: 0px;
	background-image: url(images/popular.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 21px;
}
#offers li {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	line-height: 13px;
	margin-left: -8px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}
#offers a {
	font-weight: bold;
	color: #990000;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 10px;
}
#homeCont {
	background-color: #FFFFFF;
	margin-top: -80px;
}
.homeSub2 {
	font-weight: bold;
	color: #3b250a;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
#outsideUK {
	border: 1px solid #CC0000;
	margin-top: 15px;
	margin-left: 0px;
	width: 320px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#outsideUK h1 {
	color: #990000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0em;
	word-spacing: 0em;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/************************
Home page styles
************************/
#homeWrap {
	margin-top: -35px;
}
#homeWrap h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #663300;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 35px;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin-right: 0px;
	margin-top: 0px;
}
#homeWrap h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #663300;
	font-weight: normal;
	margin-bottom: 17px;
	margin-top: 18px;
}
#homeWrap p {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-right: 15px;
	color: #666666;
}
#homeWrap h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 9px;
}
#homeWrap p a {
	color: #000000;
	text-decoration: none;
}
#homeWrap p a:hover {
	color: #000000;
	text-decoration: underline;
}
#servicesPanelTop {
	height: 12px;
	width: 275px;
	background-image: url(servicestop.gif);
	background-position: top;
}
#servicesPanelmiddle {
	width: 275px;
	background-image: url(servicesmid.gif);
	background-repeat: repeat;
	overflow: visible;
}
#servicesPanelBottom {
	height: 14px;
	width: 275px;
	background-image: url(servicesbot.gif);
	background-position: bottom;
	overflow: auto;
	margin-bottom: 5px;
}
#servicesPanelmiddle h1 {
	background-image: url(images/servicesmid.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #663300;
	padding-bottom: 0px;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
#servicesPanelmiddle p {
	background-image: url(images/servicesmid.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #663300;
	margin: 0px;
	padding-right: 15px;
	padding-top: 0px;
	line-height: 21px;
	letter-spacing: 0em;
	word-spacing: 0em;
}
#servicesPanelmiddle h3 {
	background-image: url(images/servicesmid.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#servicesPanelmiddle h3 a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#servicesPanelmiddle h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #367fa5;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#servicesPanelmiddle h3 a:visited {
	color: #FFFFFF;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#homeWrap  td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#homeWrap table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#homeWrap .strongh1    {
	font-weight: normal;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#homeWrap img {
	margin: 0px;
	padding: 0px;
}
#homeWrap  td {
	background-color: #FFFFFF;
}
#servicesPanelmiddle p .offer {
	font-weight: bold;
	color: #FF0000;
}
#servicesPanelmiddle p strong {
	font-weight: normal;
	color: #660000;
	margin-right: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#newsletterform {
}
#newsletterform input{
	padding: 8px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#additional h2 {
	color: #663300;
	font-size: 18px;
	font-weight: 400;
	padding-top: 8px;
	padding-bottom: 6px;
}
#offers h2 {
	color: #F00;
	font-size: 18px;
	font-weight: 400;
	padding-top: 6px;
	padding-bottom: 9px;
}
#productSelector p{
	color: #063;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.button {
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 5px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-bottom: 6px;
	background-image: url(images/but-1-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}