body {
	margin: 0px;
	padding:0;
	background:url(../styleImages/backgrounds/cadpatBG.png) top left repeat #d2be88;
	color: #CDBA96;
	font: 13px/20px Verdana, Arial, sans-serif;

}

#pageSurround {
	width: 900px;
	margin: 0px auto;
	color: #CDBA96;
	background:url(../styleImages/backgrounds/sidebarFull.png) 0 150px no-repeat #1c1a1a;
}

#PageOuter {
	background-position:left top;
	background-repeat:repeat;
	width:900px;
	margin:20px auto 0 auto;
	padding:0;
}


#Header {
	height: 181px; 
	width: 900px;
	margin:0;
	color: #333333;
	}
	
h1.siteHeadline {
	text-indent:-5000px;
	background:url(../styleImages/headerImage.png) no-repeat top left;
	padding:0;
	height:181px;
	width:900px;
	font:2em "Times New Roman", Times, serif;
	margin-bottom:0;
}

/**TOP BOXES 
*************/
.SmallHeader  {
	font-size: 11px;
	color: #cdba96;
	text-transform: uppercase; 
	}

#Currency{
	padding: 15px 35px 2px 0;
	}

#Language {
	padding-right:10px;
	margin-bottom:3px;
	}

#Session {/*Required as Language & Currency Boxes are not used within general Cart.tpl pages*/
	margin-top:58px;
	width:auto;
	height:20px;
	padding:0;
	text-align:right;
	float:right;
	} 

#Login {
	font-size:11px;
	color: #cdba96;
	margin:0;
	padding:0 10px 0 0;
	width:auto;
	} 

#Login p {
	margin:0;
	padding:0;
	}

#Login a {
	color: #cdba96;
	text-decoration:none;
	text-transform:uppercase;
	}

#Login a:hover {text-decoration:none; color:#C0D55F;}
	


/**LEFT COLUMN SECTION
************************/
#LeftColumn {
	position: relative;
	left: 0px;
	width: 165px; 
	padding:10px 0 0 5px;
	float: left;
	font-size:14px;
	z-index:20;
	min-height:200px;
	}
	
#RightColumn {
	position:relative;
	float:left;
	width:165px;
	padding:10px 5px 0 0;
	font-size:14px;
	z-index:20;
}

/**LEFT COLUMN HEADINGS
************************/
.subHeading {
	margin:0;
	padding:0;
	width:100%;
	}


.subHeading h3 {
	margin:0;
	padding:5px 0 0 5px;
	font-size: 18px;
	font-weight:normal;
	text-transform: capitalize;
	text-align:left;
	float:left;
	}

.subHeading h3 a {
	color: #cdba96;
	text-decoration:none;
	border:none;
	}

.subHeading h3 a:hover {
	color: #cdba96;
	text-decoration:none;
	border:none;
	}



/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	margin: 25px 0 5px 0;
	padding: 0 0 2px 0;
	width:165px;
	color: #cdba96;
	border-bottom:1px solid #cdba96;
	}

.LeftBox a {
	color: #cdba96;
	text-decoration:none;
	}

.LeftBox a:hover {
	color: #C0D55F;
	text-decoration:none;
	}


/**LEFT COLUMN - MAILING LIST
*******************************/
.LeftBox.border {
	padding-top:5px;
	}

/**LEFT COLUMN - INFORMATION BOX
**********************************/
.LeftBox p#nudge {
	margin:0 0 0 10px;
	}


/**START CROSS-BROWSER DHTML MENU
**********************************/
#mainmenu-nav {
	float: left;
	display:inline; /*fixes IE6 float bug*/
	font-size: 14px;
	margin:0;
	z-index:1000;
	}

.ul-nav, .li-nav{
	font-size: 14px;
	display: block;
	}

.ul-nav{
	width: 140px;
	padding: 0px;
	font-size: 14px;
	}

.li-nav{	
	float: left;
	display:inline;
	font-size: 14px;
	}
.li-nav .ul-nav {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	background-color:#667777;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 4px solid #C6EADD;
	z-index: 5;
	font-size: 14px;
	}

.li-nav a{
	padding: 2px;
	font-size: 14px;
	width: 140px;
	display: block;
	text-indent: 2px;
	font-family:Verdana, Geneva, sans-serif;
	color: #ede7dc;
	text-decoration:none;
	}
#productListing li a {
	font-size:12px;
}


.li-nav a:hover{
	padding: 2px;
	width: 140px;
	display: block;
	text-indent: 2px;
	font-family: Verdana, Geneva, sans-serif;
	color: #ede7dc;
	text-decoration:none;
	}
	
#productListing, .ul-nav {
	background-color:#cdba96;
	border:none;
}
#productListing li, .ul-nav li {
	list-style:none;
	border-bottom:1px solid #1c1a1a;
}
#productListing li a, .ul-nav li a {
	color:#1c1a1a;
}
#productListing li a:hover, .ul-nav li a:hover {
	color:#ede7dc;
}



a.hassubmenu{
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 158px 6px;
	}

/**HIGHTLIGHTING EFFECT ON SUB-CATS
************************************/
.ul-nav .li-nav a.hassubmenu:hover {color: #ede7dc; }

	
.openUL {
	display:block;
	padding-left:10px;
}
.openUL .openUL .li-nav a {
	width:125px;
}
#productListing.openUL .li-nav a {
	color:#EDE7DC;
	border-bottom:1px solid #EDE7DC;
}
#productListing.openUL .li-nav a:hover {
	color:#E2FF6C;
}
#productListing.openUL .li-nav {
	border:none;
}


/**CLEARING FLOATING ELMENTS
*****************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}



/**VIEWCART NAVIGATION
************************/
ul#CartNav {
	list-style-type:none;
	margin:0;
	padding:0;
	}

ul#CartNav li {
	margin:0;
	padding:0;
	}


ul#CartNav li a {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position:5px 6px;
	padding: 2px 2px 2px 15px;
	color: #333333;
	background: #FFFFFF;
	text-decoration:none;
	}

ul#CartNav li  a:hover{
	background-image:none;
	padding: 2px 2px 2px 15px;
	color: #6F9994;
	background: #FFFFFF;
	text-decoration:none;
	}
	
/**Logo Sidebar
********************/
#logoGallery div {
	margin:0;
	padding:0;
	margin-left:-5px;
}


/**RANDOM PRODUCTS 
********************/
#RandProduct {
	height:100%;
	padding:10px 0 20px 0;
	}

#RandImage {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	margin:0 10px 0 0;
	padding:0 0 0 0;
	}

#RandText {
	color: #FFFFFF;
	}




/**MAIN CONTENT SECTION
************************/
#Content, #cartContent {
	position: relative;
	width:500px;
	float: left;
	margin:0;
	padding:30px;
	}
#cartContent {
	width:670px;
}


#Content p, #cartContent p {margin-left:10px;}

#ContentBox {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}
	
#cartLowerBar {
	position:relative;
	float:left;
	width:670px;
	margin:0;
	padding:10px 30px 0 30px;
}
.halfWidth {
	float:left;
	width:49.9%;
}
.thirdWidth {
	float:left;
	width:33.2%;
}

/**GENERAL HEADERS
********************/
.Title {
	color: #cdba96;
	padding:0;
	margin:0;
	}


h1 {
	font-weight: bold;
	color:#e2ff6c;
	font-size:18px;
	text-transform: capitalize;
	}


h2 {
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	}


h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}


h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}


/**BREADCRUMB TRAIL & PAGINATION
**********************************/
#BreadCrumb {margin-bottom:5px;}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	}


/**SITE DOCUMENTS
*******************/
#SiteDocs {
	text-align:left;
	margin:-60px 0 0 0;
	padding:0 0 0 4px;
	background:url(../styleImages/backgrounds/menuBar.png) top left repeat-x #c7d668;
	text-transform:uppercase;
	font-size:13px;
	height:30px;
	}
#SiteDocs span {
	display:none;
}

#SiteDocs a:link, #SiteDocs a:visited, #SiteDocs a:hover {
	color: #000000;
	text-decoration: none;
	margin:0 0 0 -4px;
	padding:4px 10px 0px 10px;
	display:inline-block;
	height:26px;
	border-right:1px solid #333;
	}

#SiteDocs a:hover {
	color: #000;
	background-color:#C0D55F;
	}
	
#searchPanel {
	float:right;
	margin-top:0px;
	padding:0;
}
#searchPanel input {
	border:1px solid #999;
}
.inlineButton {
	height:17px;
	font-size:0.75em;
	width:auto;
	padding:0;
	color:#444;
}


	
/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement {
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	color:#cdba96;
	}


#Announcement p {
	margin:5px 5px 0 5px;
	line-height:16px;
	}
	
	
/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	padding: 3px;
	margin:0;
	position: relative;
	z-index: 1;
	height:100%;
	width:385px;
	margin-left:57px;
	}

#Inner {
	margin: 5px;
	padding:0;
	}

.LPBox {
	float: left;
	text-align: center;
	width: 115px;
	height: 145px;
	margin: 5px 5px 20px 5px;
	padding:0;
	}

.LPImage {
	float: none;
	text-align: center;
	padding:5px 0;
	margin:3px auto;
	}

.LPName {
	text-align:center;
	font-size:12px;
	margin:0;
	padding:0;
	width:100%;
	color: #cdba96;
	}

.LPName a:link, .LPName a:visited {
	color: #cdba96;
	text-decoration:none;
	padding:0;
	margin:0;
	}

.LPName a:hover {
	color: #e2ff6c;
	text-decoration:none;
	}

.LPPrice {
	height:20px;
	width:100%;
	text-align:center;
	font-size:12px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	color: #e2ff6c;
	}


/**CATEGORY VIEW 
********************/
#CatDescription {}

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin: 10px auto 5px;
	padding: 0;
	width:100%;
	height:auto;
	}

.subCat {	
	float:left;
	display:inline;/*fixes IE6 float bug*/
	text-indent:0;
	margin:5px 5px 10px 5px;
	text-align: center;
	padding:5px;
	}

.subCat a {
	color: #e2ff6c;
	text-decoration:none;
	font-weight:bold;
	}

.subCat a:hover {
	text-decoration:none;
	color:#e2ff6c;
	}

.catview {
	margin:5px 0;
	padding:0;
	width:98%;
	border:none;
	}

.catsep {
	border-bottom:1px solid #cdba96;
	border-left:none;
	border-right:none;
	padding-bottom:5px;
	}


.catsep h2, .catsep h2 a, .catsep h2 a.txtDefault, .catsep p.Price, h2.prodTitle {
	font-size: 15px;
	color: #e2ff6c;
	font-weight: bold;
	text-transform: capitalize;
	padding:3px 0 3px 5px;
	margin:0;
	}
	
.catsep h2 a:hover {
	color:#ecf3c1;
	}

.catimage {
	padding:0;
	margin:0;
	}

.catview a {
	color:#667777;
	text-decoration:none;
	}

.catview p {line-height:12px;}

/**SINGLE PRODUCT PAGE
************************/
#SingleProd {
	padding: 3px;
	margin-bottom:20px;
	position: relative;
	z-index: 1;
	}
	
#MainProdImage {
	text-align:center;
	margin:20px auto;
	padding:0;
	width:auto;
	height:auto;
	float:left;
	}

#MoreImages {}

#prodImageWrapper {
	width:300px;
	float:left;
	overflow:hidden;
}

#prodQuickDetails {
	width:190px;
	margin:0 0 0 10px;
	padding:0;
	float:left;
}

/**LIGHTBOX GALLERY
********************/
#LightBoxGallery {
	height:auto;
	width:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
	}

.LightBox {
	float:left;
	margin:0 0 30px 15px;
	height:1%;
	}

.LightBoxImage {
	text-align:center;
	margin:0;
	padding:0;
	}


/**PRODUCT DESCRIPTION
***********************/
#ProdDescription {
	text-align:left;
	padding:0;
	margin-bottom:20px;
	}

#ProdDescription h2 {
	margin:0 0 0 0;
	padding-left:5px;
	padding-bottom: 5px;
	font-weight:normal;
	font-size:13px;
	font-weight:bold;
	text-transform:capitalize;
	}


/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
#ProdInfo {
	border-top:1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	padding:5px 0;
	margin:0;
	text-align:left;
	height:60px;
	width:100%;
	}

#ProdPrice {
	float:left;
	display:inline; /*used to fix IE6 double margin bug with floated elements */
	width:180px;
	font-size:20px;
	padding:20px 0 0 0;
	margin:30px 0 0 10px;;
	text-align:left;
	color:#e2ff6c; 
	font-weight:bold;
	}

#ProdReviews {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	height:100%;
	width:29%;
	margin:0 auto;
	text-align:center;
	padding:3px 5px 3px 0;
	border-right:1px dotted #cccccc;
	}

#ProdReviews a {
	color: #cdba96;
	}
#ProdReviews p {
	margin-top:0;
}

#ProdReviews a:hover {color: #e2ff6c}

#TellAFriend {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	width:37%;
	height:100%;
	margin:0;
	padding:0;
	}

#TellAFriend ul {
	display:block;
	margin:0 0 0 10px;
	padding:0;	
	font-size:11px;
	text-align:left;
	text-transform:capitalize;
	}

#TellAFriend a {
	color:#cdba96;
	}
	
#TellAFriend a:hover {
	color:#e2ff6c;
	}


/**PRODUCT OPTIONS
********************/
#ProdOptions {
	text-align:left;
	text-transform:capitalize;
	font-size:13px;
	font-weight:normal;
	width:190px;
	margin:5px 0 0 0;
	padding:0;
	color: #cdba96;
	float:left;
	}

#Options {
	margin:0;
	padding:0 0 0 10px;
	text-transform:none;
	font-size:11px;
	font-weight:bold;
	color: #cdba96;
	}

.OptionsStyle {
	border: 1px solid #CCC;
	width:auto;
	margin-left:15px;
	}


/**PRODUCT CODE & STOCK AVAILABILITY
**************************************/
#ProdLevels {
	text-align:left;
	margin:5px 0 0 10px;
	padding:0;
	font-weight:bold;
	font-size:11px;
	float:left;
	width:180px;
	}

#ProdLevels p {
	margin:0;
	padding:0;
	}


/**ADD TO CART BLUE BACKGROUND
*******************************/
#ProdBuy {
	color: #cdba96;
	font-size:13px;
	margin:5px 0 0 10px;
	padding: 0;
	position: relative; 
	float:left;
	font-weight:normal;
	}

#ProdBuyLogin {
	color: #cdba96;
	font-size:13px;
	margin:0 0 10px 10px;
	padding: 0;
	position: relative; 
	text-align: left;
	float:left;
	}

#ProdBuy a {
	line-height:22px;
	font-size:11px;
	padding:0;
	margin:2px 0 0 0;
	text-transform:capitalize;
	text-decoration:none;
	}
	
#ProdBuy .textbox {
	margin-left:15px;
}

.buyButton {
	text-indent:-5000px;
	background:url(../styleImages/backgrounds/addToCartBtn.gif) no-repeat bottom right;
	padding:0;
	height:69px;
	width:138px;
	font:2em "Times New Roman", Times, serif;
	margin-bottom:0;
	display:block;
	float:left;
}

/**COUPONS
************/
.addCoupon:link, .addCoupon:visited, .addCoupon:hover, .addCoupon:active {
	font-weight: bold;
	color: #333333;
	background: #FFFFFF;
	text-decoration: none;
	}

/**CUSTOMER REVIEWS - SUBMISSIONS
**********************************/
#CustomerReviews {}
#CustomerReviews p {margin-left:10px;}
.SubmitReview {padding-right: 60px;}
.right {text-align:right;}

.right span {
	font-weight:bold;
	float: left;
	}

/**CUSTOMER REVIEWS POSTED
***************************/
.ReviewEntry {margin:0;}

.ReviewRatings{
	color: #1c1a1a;
	background-color:#ecf3c1;
	font-weight:bold;
	padding: 3px;
	}	

.ReviewContent {
	padding: 3px;
	font-style:italic;
	border-bottom: 1px dotted #cdba96;
	color: #cdba96;
	}

.ReviewTitle { text-transform:uppercase;}

.ReviewedBy {
	color: #cdba96;
	padding: 3px;
	border-bottom: 2px solid #cdba96;
	}

.Date {
	color: #cdba96;
	float: right;
	}


/**RELATED PRODUCTS
*********************/
.LPInfo {color: #333333;}

* html .LPInfo {width: 100%;}

/**SITE BUTTONS
*********************/
.buttonBg {
	text-align: center;
	background-image: url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: #663366;
	}
	
/**RSS FEED
*******************/
#canineNews {
	height:190px;
	overflow:auto;
	border:2px solid #cdba96;
	border-right:none;
	border-left:none;
	font-size:0.8em;
}
#canineNews span a {
	color:#CDBA96;
	font-size:1.2em;
	font-weight:bold;
}
#canineNews hr {
	color:#CDBA96;
	background-color:#cdba96;
	width:90%;
	height:1px;
}

#sidebarCart a.generalButton {
	background:url(../styleImages/backgrounds/viewCartButton.png) top center no-repeat;
	width:145px;
	height:27px;
	color:#272425;
	font-size:18px;
	font-weight:bold;
	display:block;
	padding-top:3px;
}

/**Help Desk
********************/

#helpDesk {
	clear:both;
	font-size:0.9em;
}
#helpDesk form {
	border:none;
	width:250px;
	float:right;
	margin-left:10px;
}
#helpDesk form fieldset {
	border:none;
	border-left:1px dotted #CCC;
}
#helpDesk form ol {
	list-style-type:none;
}
#helpDesk form ol li label {
	display:block;
	font-size:0.8em;
}
#helpDesk form ol li input, #helpDesk form ol li textarea {
	width:200px;
}
#helpDesk h2 {
	border-bottom:1px dotted #CCC;
}


/**Icon List
************************/
ul.iconList {
	list-style:none;
	font-size:0.9em;
}
ul.iconList li {
	border-top:1px solid #cdba96;
	padding-top:13px;
	padding-left:50px;
}
ul.iconList li img {
	float:left;
	margin:12px 0 0 -50px;
}
