body {
	margin: 0;
	padding: 0;
	font-size: small;
	background: #d32e24 url(images/background.jpg) repeat-x top left;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #666;
}

#outerwrapper{
	width: 100%;
	background: url(images/paws_backgound.jpg) no-repeat top center;
	height: 300px;
}


#wrapper {
	position: relative;
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0px;
}



/*////////////////////////////
	HEADER AREA
////////////////////////////*/


#header{
	width: 864px;
	background: #fff url(images/header_background.jpg) no-repeat top left;
	height: 228px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}



.logo{
	float: left;
	padding: 68px 0px 0px 40px;
	margin: 0px 0px 0px 0px;
}

.flash{
	float: left;
	padding: 0px 0px 0px 180px;
}

.topbasket{
	float: right;
	color: #fff;
	font-size: 80%;
	height: 40px;
	width: 110px;
	margin: 152px 52px 0px 0px;
	text-align: center;
}

*html .topbasket{
	margin: 152px 26px 0px 0px;
}

.topbasket a:link, .topbasket a:visited, .topbasket a:hover, .topbasket a:active{
	text-decoration: underline;
	color: #fff;/* white */
}


.search{
	vertical-align: middle;	
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 90%;
	float: left;
}

.search img{
		vertical-align: top;
}

.searchbox{
	font-size: 90%;
	border: 2px solid #84b41d;
	background: #eef2e1;
	margin: 0px 0px 0px 10px;
	padding: 2px;
	height: 12px;
	color: #666;
	width: 120px;
	vertical-align: top;
	
}


/*////////////////////////////
	MAIN CONTENT
////////////////////////////*/


#content{	
	width: 864px;
	background: #fff url(images/content_background.jpg) repeat-y top left;
	margin: 0px;
	min-height: 550px;
	padding: 0;
	float: left;
}

* html #content { height: 550px;}


.innercontentback{
	width: 583px;
	background: url(images/inner_content_background.jpg) no-repeat top left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	line-height: 120%;
}

*html .innercontentback{
	margin: 0px 0px 0px 0px;
}

.innercontent{
	padding: 0px 0px 30px 0px;
	margin: 22px 20px 0px 20px;
	float: left;
	width: 540px;
	line-height: 120%;
}

*html .innercontent{
	margin: 22px 20px 0px 10px;
}


/*////////////////////////////
	MENU
////////////////////////////*/

#menu{
	font-weight: bold;
	width: 154px;
	font-size: 85%;
	float: left;
	margin: 0px 25px 20px 50px;
	padding: 0;
}

*html #menu{
	margin: 0px 25px 20px 25px;
}



#menu1 ul, #menu2 ul{
	margin: 5px 0px 5px 0px;
	padding: 0px;
	float: left;
}


#menu1 ul li, #menu2 ul li{
	list-style-type: none;
	list-style-image: none;
	width: 145px;
	border-bottom: 1px dashed #cacacb;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 8px;
	float: left;
}

*html #menu1 ul li, #menu2 ul li{
	margin: 0px 0px 0px 4px;
}


#menu1 ul li a:link, #menu1 ul li a:visited, #menu1 ul li a:hover, #menu1 ul li a:active{
	text-decoration: none;
	color: #df5220;/* orange */
}

#menu1 ul li a:hover{
	color: #666;
}

#menu2 ul li a:link, #menu2 ul li a:visited, #menu2 ul li a:hover, #menu2 ul li a:active{
	text-decoration: none;
	color: #60217f;/* purple */
}

#menu2 ul li a:hover{
	color: #666;
}

/*////////////////////////////
	COPYRIGHT
////////////////////////////*/

#footerwrapper{
	width: 100%;
	background: #d32e24 url(images/outer_footer.jpg) repeat-x bottom left;
	float: left;
	margin: 0;
	padding: 0;
	height: 80px;
}

#footer{
	width: 864px;
	height: 102px;
	margin: 0px;
	padding: 0px;
	background: #d32e24 url(images/footer_background.jpg) no-repeat bottom left;
	float: left;
}


#copyright{
	width: 864px;
	background: #d32e24 url(images/copyright_background.jpg) no-repeat top right;
	color: #fff;
	height: 100px;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	float: left;
}

#copyright p{
	padding: 0;
	margin: 15px 20px 0px 30px;
}

#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active{
	color: #fff;/* grey */
	text-decoration: underline;
}

/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color:  #c51023;/*red*/
	text-decoration: underline;
}

a:visited{
    color: #c51023;/*red*/
	text-decoration: underline;
}

a:hover{
    color: #c51023;/*red*/
	text-decoration: none;
}


/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans serif;
	color: #fff;/*white*/
	font-size: large;
	font-weight: normal;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


h2{
	font-family: arial, helvetica, sans serif;
	color: #333;/*grey*/
	font-size: small;
	font-weight: normal;
}  


h3{
	font-family: arial, helvetica, sans serif;
	color: #000;/*black*/
	font-size: small;
	font-weight: bold;
}


/*////////////////////////////
	OTHER
////////////////////////////*/

img {
	border: none;
}

.small{
	font-size: x-small;	
}


.right{
	float: right;
	margin-left: 10px;
}

.left{
	float: left;
	margin-right: 10px;
}

.innercontent ul
{
	list-style-image:  url(images/bulletpoint.gif);
	vertical-align: middle;
	line-height: 120%;
}

.subline{
	font-size: x-small;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	border-top: 1px dashed #cacacb;
	border-bottom: 1px dashed #cacacb;
}

.subline img{
	vertical-align: middle;
}

.padding{
	padding-top: 30px;
}










 
/*//////////////////////////////////////////
	INDIVIDUAL PRODUCT AND TEXT UNDER IT
//////////////////////////////////////////*/

.lefttable{
	display: inline;
	padding: 0;
	font-size: 90%;
	float: left;
	background:  url(images/table_back.jpg) no-repeat top center;
	margin: 2px 15px 15px 15px;
	width: 146px;
}

.imageheight{
	height: 150px;
	position:relative;
}





.lefttable td{
	width: 146px;
	padding: 4px 0px 2px 0px;
	line-height: 110%;
}

.title{
	height: 40px;
	width: 146px;
	color: #fff;
	background: url(images/table_back2.jpg) no-repeat bottom center;
}


.title a:link, .title a:visited, .title a:hover, .title a:active{
	color: #fff;/* grey */
	text-decoration: underline;
	padding: 0px 6px 0px 6px;
}


.title2{
	height: 65px;
	width: 146px;
	color: #fff;
	background: url(images/table_back2.jpg) no-repeat bottom center;
}


.title2 a:link, .title2 a:visited, .title2 a:hover, .title2 a:active{
	color: #fff;/* grey */
	text-decoration: underline;
	padding: 0px 6px 0px 6px;
}


.price{
	color: #c292a3;/* pink */
	font-weight: bold;
}

.price2{
	font-weight: bold;
	font-size: x-large;
}

.pink{
	color: #c292a3;/* pink */
}

.vertical{
	vertical-align: middle;
	padding: 5px;
}

.search1{
	margin: 8px 0px 10px 0px;
	background: none;
	padding: 0px 0px 0px 0px;
	float: left;
}

/*.search1{
	vertical-align: middle;	
	margin: 14px 0px 10px 0px;
	background: none;
	padding: 0px;
	font-size: 90%;
	float: left;
}*/


.search1 img{
		vertical-align: middle;
}

.searchbox1{
	background: none;
	border: 0;
	font-size: 90%;
	margin: 0px 8px 0px 10px;
	color: #666;
	padding: 0px;
	/*vertical-align: text-bottom;*/
	height: 14px;
	width: 104px;
	
}




/*////////////////////////////
	PRODUCT DETAIL PAGE
////////////////////////////*/

#productimages{
	width: 280px;
	padding: 0;
	margin: 0;
}

#producttext{
	width: 250px;
	float: right;
	color: #666;
	font-size: 90%;
	height: 300px;
	padding: 10px;
}

#html #producttext{
	height: 300px;
}

#producttext ul{
	margin-left: 20px;
	padding: 0;
}

#producttext li{
	margin-left: 0px;
}

#producttext h2{
	margin-bottom: 0;
}

.outofstock{
	color: #999;
	margin: 0;
}


#description, #relatedproductsborder{
	margin: 20px 0px 20px 0px;
	float: left;
	width: 99%;

}



#description h2, #relatedproductsborder h2{
	/*background: url(images/breadcrumb_back.jpg) no-repeat top left;*/
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 15px 0px;
	background: #c51023;
	color: #fff;
	vertical-align: middle;
	/*border-bottom: 1px dashed #999;*/
}

#description h2 img, #relatedproductsborder h2 img{
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}



.boldred{
	color: #c51023;
	font-weight: bold;
}


/*////////////////////////////
	IMAGE GALLERY
////////////////////////////*/

.block
{
	width: 133px;
	float: left;
	background-color:  #fff;/* white */
}

.imggallrg
{
	/*border: 1px solid #CDE5CD;/* light green */	
}


/*////////////////////////////
	uc SEARCH
////////////////////////////*/


#search_table
{
		/* used for uc_search */
		color: #c51023;
		font-weight: bold;
		margin-bottom: 10px;
}

.searchsubmit{
		background: #c51023;/* red*/
		font-weight: bold;
		font-size: x-small;
		color: #fff;
		border: 1px solid #c51023;/* red*/
		padding: 2px;
}

.searchclear{
		background: #ec883d;/* orange */
		font-weight: bold;
		font-size: x-small;
		color: #fff;
		border: 1px solid #ec883d;/* orange */
		padding: 2px;
}

/*////////////////////////////
	CHECKOUT 
////////////////////////////*/

.basket
{
	border: 1px solid  #c51023;/* red */
}

.basketheader td
{
	background-color:  #c51023;/* red */
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 3px;
}

.basketcell td
{
	border: 1px solid  #c51023;/* red */
	padding: 3px;
}

.totals
{
	border: 1px solid #c51023;/* red */
	border-collapse: collapse;
}

.totals th
{
	background-color:  #c51023;/* red*/
	color:  #fff;/* white */
	font-weight: bold;
	text-align: left;
	border: 1px solid #c51023;/* red */
	padding: 3px;
}

.totals td
{
	border: 1px solid #c51023;/* red */
	padding: 3px;
	padding-left: 10px;
	text-align: right;
}

.singleborder
{
	border: 1px solid #c51023;/* red */
}






