@charset "UTF-8";
body  {
	background: #FFFFFF url(../images/bg.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.twoColFixLtHdr #container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 36px;
	background-image: url(../images/stripe.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
} 
.twoColFixLtHdr  #blackstripe {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 273px;
	background-color: #000000;
	background-image: url(../images/stripe.jpg);
	background-repeat: repeat-x;
	background-position: left top;
} 
.twoColFixLtHdr   #blackstripein {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 151px;
	background-color: #000000;
} 
.twoColFixLtHdr   #banner {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 273px;
	background-color: #232323;
	width: 805px;
	background-image: url(../images/stripe.jpg);
	background-repeat: repeat-x;
	background-position: left top;
} 
.twoColFixLtHdr    #banner2 {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 273px;
	background-color: #000000;
	float: right;
} 
.twoColFixLtHdr   #pixelstripe {
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1px;
	background-color: #FFFFFF;
	clear: both;
} 
.twoColFixLtHdr  #homec {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 41px;
	width: 810px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/fresh-by-design.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
} 
.twoColFixLtHdr   #vnav {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	height: 274px;
	position: relative;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #footer {
	background:#333333;
	height: 8px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px 0px 10px;
	width: 100%;
	float: left;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr  #copyright {
	height: 20px;
	margin: 0px auto 20px;
	width: 800px;
	clear: left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0px;
} 
.twoColFixLtHdr  #footerl {
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	width: 300px;
} 
.twoColFixLtHdr    #wrapper {
	position: relative;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
} 
.twoColFixLtHdr     #maincontent {
	width: 805px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#leftpanel {
	width: 444px;
	padding-right: 60px;
	padding-left: 60px;
	overflow: auto;
	clear: left;
	padding-top: 10px;
}
#rightpanel {
	width: 236px;
	padding-top: 30px;
	float: right;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#rightpanel3 {
	width: 236px;
	padding-top: 30px;
	float: right;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	height: 400px;
}
#leftpanel2 {
	width: 282px;
	padding-right: 15px;
	padding-left: 15px;
	overflow: auto;
	clear: left;
	padding-top: 10px;
}
#rightpanel2 {
	width: 424px;
	padding-top: 30px;
	float: right;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 35px;
}
#mainpanel {
	width: 430px;
	padding-top: 30px;
	float: left;
	padding-left: 50px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 35px;
}
#mainpanel2 {
	width: 705px;
	padding-top: 30px;
	float: left;
	padding-left: 50px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 50px;
}
#mainpanel3 {
	width: 755px;
	float: left;
	padding-left: 50px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
}
#prods {
	width: 282px;
	margin: 0px auto;
	background-image: url(../images/prodnavtop.gif);
	background-color: #E9EBE7;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px 0px 0px;
}
#prodsbase {
	width: 282px;
	background-image: url(../images/prodnavbottom.gif);
	background-color: #EEF0EC;
	background-repeat: no-repeat;
	height: 17px;
	background-position: center bottom;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#special {
	width: 202px;
	margin: 0px auto 20px;
	background-image: url(../images/topgrey.gif);
	background-color: #EEF0EC;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-bottom: 0px;
}
#special2 {
	width: 204px;
	margin: 0px auto 20px;
	padding-top: 15px;
	padding-bottom: 0px;
}
#brand {
	padding-bottom: 0px;
	float: left;
	padding-right: 12px;
	height: 100px;
	line-height: 100px;
}
#specialsbase {
	width: 202px;
	margin: 0px auto;
	background-image: url(../images/bottomgrey.gif);
	background-color: #EEF0EC;
	background-repeat: no-repeat;
	height: 17px;
	background-position: center bottom;
	padding: 0px;
}
.specialstext {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	padding-right: 20px;
	padding-left: 20px;
}
.specialstext a:link {
	font-size: 11px;
	line-height: 15px;
	color: #008BBE;
	text-decoration: underline;
	margin-left: 5px;
}
.specialstext  a:visited {
	font-size: 11px;
	line-height: 15px;
	color: #008BBE;
	padding-left: 5px;
	text-decoration: underline;
}
.specialstext   a:hover {
	font-size: 11px;
	line-height: 15px;
	color: #293482;
	padding-left: 5px;
	text-decoration: underline;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	line-height: 30px;
	color: #5B6977;
	padding-right: 25px;
	padding-left: 25px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
	color: #AEAEAD;
	line-height: 26px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #008BBE;
	padding-left: 30px;
	font-weight: lighter;
	background-image: url(../images/dots.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #008BBE;
	font-weight: lighter;
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 10px;
	text-align: left;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #008BBE;
	font-weight: lighter;
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 30px;
	width: 500px;
}
.subhead {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0086c1;
	line-height: 17px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 700px;
	float: right;
}
.footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.footer a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#panel {
	margin: 0px;
	padding: 0px 0px 10px;
	width: 791px;
	background-image: url(../images/white.gif);
	background-repeat: repeat-y;
}
.textproducts {	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
.textproducts a:link {	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}
.textproducts  a:visited {	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
	
}
.textproducts  a:hover {	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-decoration: underline;
	
}
.more   {

	font-size: 10px;
	line-height: 13px;
	color: #990000;
}
.more  a:link {	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #990000;
	text-decoration: underline;
}
.more   a:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #990000;
	text-decoration: underline;
}
.more   a:hover {
	font-size: 10px;
	line-height: 13px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.text {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.text a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #006699;
}
.text  a:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #006699;
}
.text   a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #CC0000;
}
.text2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-right: 53px;
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.subnavhead {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #313232;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#home_a {
	float: left;
	width: 45%;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 20px;
}
#home_b {
	float: right;
	width: 45%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.home_text {
	font-size: 11px;
	line-height: 18px;
	color: #606060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.home_text a:link {
	color: #006699;
}
.home_text a:visited {
	color: #006699;
}
.home_text a:hover {
	color: #CC0000;
}
.home_text a:active {
	color: #006699;
}
#contact1 {
	width: 330px;
	float: left;
	padding-bottom: 30px;
}
#fbdagk {
	padding-right: 25px;
	margin-top: 7px;
	width: 110px;
	float: left;
}
#fbdagk2 {
	padding-right: 10px;
	margin-top: 7px;
	width: 300px;
	float: left;
	padding-bottom: 20px;
}
#bullet {
	margin-right: 20px;
	float: left;
	width: 170px;
}
#sub {
	padding: 5px 0px;
	clear: both;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
#note {
	padding: 5px 0px;
	clear: both;
	margin: 0px;
	font-weight: normal;
	font-size: 9px;
	font-style: italic;
}
#form {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	clear: both;
}
/* =fieldset */
fieldset {
	border : 0px;
	font: bold 10px/15px Arial, Helvetica, sans-serif !important;
	overflow : hidden;
	width: 550px;
	background-repeat: no-repeat;
}
fieldset.formset-new {
	border : 0px;
	font: bold 10px/15px Arial, Helvetica, sans-serif !important;
	overflow : hidden;
	padding: 15px 0px 3px 23px;
	width: 550px;
	text-align: left;
}
fieldset.formset-finance {
	border : 0px;
	font: bold 10px/15px Arial, Helvetica, sans-serif !important;
	overflow : hidden;
	padding: 15px 0px 3px 23px;
	width: 550px;
	background-image: url(../images/feature-finance-bk.gif);
	background-repeat: no-repeat;
	text-align: left;
}
.fields2 {
	width: 550px;
	margin: 0px 10px 0px 0px;
	float: left;
}
/* =fieldset */
.formset {
	background : url(../images/formset-repeat.jpg) no-repeat;
	border : 0px;
	margin: 0px;
	width: 650px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
/* =form 2 columns */
.twoCols, .threeCols, .oneCol
{
	overflow:hidden !important;
}

.twoCols label, .threeCols label, .oneCols label, .oneCol label, .oneColss label
{
	float:left !important;
	clear:none !important;
	padding-bottom:4px;	
	padding-top: 2px;
	padding-right: 5px !important;
	padding-left: 0px !important;
	text-align:left !important;
	font: normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
}
.oneCol label
{
	width: 145px;
}
.twoCols label
{
	width: 164px;	

	
	}
td input, td textarea, td select,
.oneCol label input, .oneCol label textarea, .oneCol  label select,
.oneCols label input, .oneCols  label textarea, .oneCols  label select,
.twoCols label input, .twoCols  label textarea, .twoCols  label select,
.threeCols label input, .threeCols  label textarea, .threeCols  label select,  .threeCols  label option,
.columns label input, .columns  label textarea, .columns  label select
{
	clear:both !important;
	margin:0.3em 0px 0px 0em;
	width:95%;
	background:#FFFFFF;
	border: 1px solid #B9B9B9;
	height: 18px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

.textarea {
width: 326px !important; font: 11px Verdana, Arial, Helvetica, sans-serif;
height: 80px !important;
}
#bullet {
}
hr {
	width: 100%;
	color: #CCCCCC;
	height: 1px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#text {
	clear: both;
	padding-top: 5px;
}
#bullets {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 25px;
	margin-bottom: 10px;
	clear: right;
	float: left;
}
#buttonspace {
	float: left;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%;
}
#space {
	float: left;
	height: 24px;
	width: 20px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
#button {
	background-image: url(../images/button.jpg);
	float: left;
	height: 24px;
	width: 102px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-repeat: no-repeat;
}
#button a:link{
	background-image: url(../images/button.jpg);
	float: left;
	height: 24px;
	width: 102px;
	font-size: 10px;
	line-height: 24px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
}
#button a:visited{
	background-image: url(../images/button.jpg);
	float: left;
	height: 24px;
	width: 160px;
	font-size: 10px;
	line-height: 24px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
}
#button a:hover{
	background-image: url(../images/button-on.jpg);
	float: left;
	height: 24px;
	width: 102px;
	font-size: 10px;
	line-height: 24px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
}

#booklinks {
	text-align: left;
	margin: 0px;
	float: right;
	width: 178px;
	clear: both;
	padding: 0px;
}
hr {
	background-color: #DEDEDE;
	clear: both;
}
input[type=text]:focus {
	background-color: #CCE3EE;
	font-weight: bold;
}
.threeCols .text #email_address {
	width: 140px;
	margin-right: 12px;
}
.threeCols .text #addressf {
	width: 140px;
	margin-right: 12px;
}
.threeCols .text #town {
	width: 140px;
	margin-right: 12px;
}
.threeCols .text #deladdress {
	width: 140px;
	margin-right: 12px;
}
.threeCols .text #deltown {
	width: 140px;
	margin-right: 12px;
}
.threeCols label {
{
	width: 150px;

}

