@charset "UTF-8";
/* CSS Document - PETSAFE */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* MAIN STRUCTURE */

#header {
	width: 100%;
	height: 100px;
	overflow: hidden;
}

#menu {
	width: 100%;
	margin-top: 50px;
}

div.headerPhoto {
	width: 143px;
	height: 100px;
	float: right;
}

#bodyTop {
	width: 100%;
}

#bodyBottom {
	width: 100%;
	padding: 15px 0;
}

#footer {
	width: 100%;
	height: 110px;
	padding-top: 15px;
}

.constrainWidth {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.columnRight {
	width: 700px;
	float: right;
	margin-right: -2px;
}

.columnLeft {
	width: 310px;
	float: left;
	margin-left: -2px;
}

.fullWidth {
	width: 1010px;
	clear: both;
}

.contentBlock {
	background-color: #CCCCCC;
	background:url("../images/petsafe/leftColumnBg.jpg") repeat-y scroll 0 0 #B59B70;
}

.contentBlockTop {
	background-color: #666666;
	height: 10px;
}

.contentBlockBottom {
	background-color: #666666;
	height: 7px;
	clear: both;
}

.contentBlockMain {
	padding: 0 10px 4px 10px;
}

/* CONTENT CLASSES */

.imageRight {
	float: right;
	margin: 2px 10px 10px 5px;
	max-width: 200px;
	text-align: center;
}

.readMore {
	float: right;
	padding-right: 10px;
}

.rrp {
	float: left;
}

div.productBlock {
	min-width:295px;
	padding: 0 2% 15px 2%;
	float: left;
	font-size: 10px;
	width:45%;
}

img.productImage {
	float: left;
	margin-right: 10px;
	max-width: 100px;
	max-height: 80px;
}

/* CATALOGUE SELECTION */

#catalogs a {
	display: block;
	position: relative;
	width: 100%;
	height: 82px;
}

#catalogs a span {
	display: block;
	position: absolute;
	width: 100%;
	height: 82px;
	float: left;
}

/* CATEGORY BLOCKS - LANDING PAGES */

.catBlock {
	width: 155px;
	height: 200px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.catBlock img {
margin:0;
border: 0;
padding: 0;
max-height:150px;
max-width:160px;
}

.listitems .catBlock .readMore {
	visibility: hidden;
}

/* CATEGORY BLOCKS - KNOWLEDGE BASE */

.kb .catBlock {
	width: 100%;
	height: auto;
}

/* UTILITY */

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
}

.clear {
	clear: both;
}

.halfWidth {
	float: left;
	width: 330px;
}

#div__body
{
    background:url("../images/petsafe/bodyBgBottom.jpg") repeat-x scroll center bottom transparent
}
