#bannerwrapper {
	height: 167px;
	width: 900px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

#newbanner {
	float: left;
	background: url(../images/labradorables-logo.jpg) top left no-repeat;
	height: 167px;
}

#newbanner p { 
	font-size: 12px;
	margin: 120px 0 0 331px;
	color: #4282af;
}

a.justblue:link { text-decoration: none; color: #4282af; }
a.justblue:visited { text-decoration: none; color: #4282af; }
a.justblue:hover { text-decoration: none; color: #00527c; }
a.justblue:active { text-decoration: none; color: #00527c; }

a.justwhite:link { text-decoration: none; color: #FFFFFF; }
a.justwhite:visited { text-decoration: none; color: #FFFFFF; }
a.justwhite:hover { text-decoration: none; color: #7ab8e9; }
a.justwhite:active { text-decoration: none; color: #7ab8e9; }

a.greybutton:link { text-decoration: none; background: url(../images/button-grey.jpg) top left repeat-x; color: #5e5e5e; padding: 2px 6px 5px 6px; font-size: 12px; }
a.greybutton:visited { text-decoration: none; background: url(../images/button-grey.jpg) top left repeat-x; color: #5e5e5e; padding: 2px 6px 5px 6px; font-size: 12px; }
a.greybutton:hover { text-decoration: none; background: url(../images/button-grey-hover.jpg) top left repeat-x; color: #FFFFFF; padding: 2px 6px 5px 6px; font-size: 12px; }
a.greybutton:active { text-decoration: none; background: url(../images/button-grey-hover.jpg) top left repeat-x; color: #FFFFFF; padding: 2px 6px 5px 6px; font-size: 12px; }

a.bluebutton:link { text-decoration: none; background: url(../images/button-blue.jpg) top left repeat-x; color: #FFFFFF; padding: 2px 6px 5px 6px; font-size: 12px; }
a.bluebutton:visited { text-decoration: none; background: url(../images/button-blue.jpg) top left repeat-x; color: #FFFFFF; padding: 2px 6px 5px 6px; font-size: 12px; }
a.bluebutton:hover { text-decoration: none; background: url(../images/button-blue-hover.jpg) top left repeat-x; color: #FFFFFF; padding: 2px 6px 5px 6px; font-size: 12px; }
a.bluebutton:active { text-decoration: none; background: url(../images/button-blue-hover.jpg) top left repeat-x; color: #FFFFFF; padding: 2px 6px 5px 6px; font-size: 12px; }

#charities {
	float: left;
	background: url(../images/background-charities.jpg) top left no-repeat;
	width: 180px;
	height: 119px;
	margin: 25px 0px 0px 64px;
	text-align: center;
}

#charitiesimage {
	float: left;
	width: 70px;
	height: 59px;
}

.marginright { margin-left: 14px; margin-right: 10px; } 

#charities p { 
	font-size: 10px;
	margin: 10px 0 10px 0;
	color: #5e5e5e;
}

#homepagecontent {
	float: left;
	position: relative;
	padding: 15px 20px 25px 20px;
	background: url(../images/background-homepage.jpg) bottom center no-repeat;
	background-color: #f8f8f8;
}

#homepagecontent h1 {
   	font-face: Lucida Sans, Calibri, sans-serif;
	font-size: 20px;
	color: #000000;
	margin-bottom: 15px;
}

#homepageleftcolumn {
	float: left;
	position: relative;
	width: 278px;
	margin-right: 26px;
}

#homepageleftcolumn p {
   	font-face: Lucida Sans, Calibri, sans-serif;
	font-size: 13px;
	color: #5e5e5e;
	line-height: 20px;
}

.spanblack { color: #000000; }

#homepagerightcolumn {
	float: left;
	position: relative;				 
	width: 554px;
}

#productrow {
	float: left;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	width: 554px;			 
}

#productrow h2 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: normal;					 
}

#productbox {
	float: left;
	position: relative;
	width: 178px;
	text-align: center;
    background: url(../images/homepage-productbox.jpg) bottom left no-repeat;
	padding: 0px 0px 15px 0px;						 
}

#productbox h2 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: normal;					 
}

#productbox p {
	font-size: 12px;
	color: #5e5e5e;
	margin-top: 0px;
	margin-bottom: 5px;		 
}

.boxmargin { margin-right: 10px; }
.paddingbottom { padding-bottom: 80px; }

#contentwide { padding: 0 30px 0 20px; }