html {
	overflow-y:scroll;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#EFEFEF;
}
a img {
	border: none;
}
.CLEAR {
	clear: both;
	height: 0px;
	overflow: hidden;
}
#wrapper {
	margin:14px auto 10px auto;
	width:980px;
	position:relative;
	background:#FFFFFF;
/*	overflow:hidden;	22-09-10; ljb; Fixes menu drop down not showing compleatly on smaller pages	*/
}
#wrapperInner {
	margin:7px auto 7px auto;
	width:980px;
	position:relative;
/*	overflow:hidden;	22-09-10; ljb; Fixes menu drop down not showing compleatly on smaller pages	*/
	background:#FFF;
}
/****HEADER SECTION****/
#top {
}
.topLine  {
	background:#920202;
	height:6px;
	margin:0 0 1px 0;
}
.topBox {
	background:#FFFFFF;
	background-repeat:repeat-x;
	height:146px;
	background: repeat-x 0 0 #FFF url(../images/topBG.gif);
}
.countdownBox {
	position:absolute;
	left:540px;
	top:0px;
	width:240px;
	text-align:center;
	height:131px;
	padding-top: 15px;
}
.countdownBox .head {
	font-size:14px;
	font-weight:bold;
	color:#B42F30;
	margin:0px;
	padding:0px;
}
.countdownBox .description {
	font-size:15px;
	color:#CC0000;
	margin:0px;
}
.countdownBox .count {
	font-family:arial;
	font-size:12px;
	color:#222222; 
	font-weight:bold;	
}
.top_myaccount {
	padding:10px;
	padding-top:00px;
	width:200px;
	position:absolute;
	text-align:left;
}
.top_myaccount a:link,.top_myaccount a:visited {
	color:#000000;
}
.topSearchWrapper {
	position: relative;
	z-index: 1;
}
.top_search {
	text-align:left;
	position: absolute;
	left: 20px;
	top: 106px;
	z-index: 100;
}
.top_search input {
	font-size:15px;
	margin-left: 4px;
}
#search_input {
	position: relative;
	top: -7px;
	width: 220px;
	border: 1px solid #CCC;
	background: #F4F4F4;
	padding: 2px 2px 3px 2px;
}


.logo {
	float:left;
	margin:12px 0 0 5px;
}
.top_right {
	position:relative;
	float:right;
	height:144px;
	margin:1px 1px 1px 0;
	width:190px;
	background:#F4F4F4;
	border-left: 1px solid #FFF;
}
/*BASKET*/
#basket {
	width:170px;
	padding:3px;
	background:no-repeat 25px 30px url(../images/basket-blue.gif);
	/*border-left:solid 1px #CCCCCC;
	background-color:#DDDDDD;*/
	margin:20px 5px 0 0;
}
#basket .basketHead {
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#444;
	margin:2px 0 6px 0;
}
.basketItems {
	font-family:Arial;
	font-size:11px;
	color:#444;
	margin:2px 0 6px 0;
}
#basket p
{
	text-align:right;
	font-family:Arial;
	font-size:11px;
	color:#111111;
	margin:2px 0 6px 0;
}
#basket a:link,#basket a:visited {
	color:#444;
	font-weight:bold;
}
#basket a:hover {
	text-decoration:underline;
}
/*	BASEKET END	*/


/*	TOP Menu	*/
#topMenu {
	float:left;
	font-size:12px;
	width:980px;
	background: repeat-x 0 0 url(../images/menuBG-Black.gif);
	color: #FFF;
}
#topMenu ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#topMenu li {
	margin:0px;
	float:left;
	font-weight: bold;
	padding:12px 14px 11px 38px;
	border-left: 1px solid #CCC;
	background: 0 3px no-repeat;
}
#topMenu li.DOG {
	background-image: url(../images/menuIcons/dog.gif);
}
#topMenu li.CAT {
	background-image: url(../images/menuIcons/cat.gif);
}
#topMenu li.HH {
	background-image: url(../images/menuIcons/hh.gif);
}
#topMenu li.SMALLPET {
	background-image: url(../images/menuIcons/smallpet.gif);
}
#topMenu li.FISH {
	background-image: url(../images/menuIcons/fish.gif);
}
#topMenu li.CHICKEN {
	background-image: url(../images/menuIcons/chicken.gif);
}
#topMenu li.REPTILE {
	background-image: url(../images/menuIcons/reptile.gif);
	padding: 0;
}
#topMenu li.REPTILE a {
	padding: 12px 14px 11px 38px;
}
#topMenu li.WWB {
	background-image: url(../images/menuIcons/wwb.gif);
}
#topMenu li.IB {
	background-image: url(../images/menuIcons/ib.gif);
}
#topMenu li a {
	color: #FFF;
	text-decoration: none;
	padding:12px 22px;
	display: block;
}
.menuDrop {
	position: absolute;
	display: none;
	top: 184px;
	background: #EAEAEA;
	z-index: 100;
	padding: 2px 5px;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
}
.menuDrop .menu_topheader {
	margin: 0;
	padding: 2px;
	list-style: none;
}
.menuDrop .menu_topheader strong {
	font-weight: normal;
}
.menuDrop a:link, .menuDrop a:visited {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	padding:3px 5px 3px 5px;
	display:block;
	color: #333;
}
.menuDrop a:hover {
	background:#8EC1D8;
	display:block;
	color: #FFF;
}


.bCrumb {
	background: repeat-x 0 0 url(../images/bCrumbBG.gif);
	padding: 4px 3px 7px 28px;
	color: #444;
	font-weight: bold;
	position: relative;
}
.bCrumb a, .bCrumb span {
	padding: 3px;
	display: inline-block;
	color: #444;
	text-decoration: none;
}
.bCrumb img {
	position: absolute;
	top: 3px;
	left: 6px;
}
.topBar {
	width: 970px;
	margin: 10px auto;
/*	border-bottom: 1px solid #0180BA;	Blue Styling	*/
	border-bottom: 1px solid #EF0000;
}
/****END OF HEADER SECTION****/

/****MAIN/CENTER SECTION****/
#content
{
	width:980px;
	margin:0px 0 20px 0;
	padding:0px;
	float:left;
	text-align:left;
}
.padding {padding:6px;}
/****END OF MAIN/CENTER SECTION****/


/****FOOTER SECTION****/
#footer {
	position:relative;
	text-align: center;
	clear:both;
	margin:5px 0 0 0;
	border-top:solid 1px #DAD7D0;
	background:url(../images/headBG.jpg);
	background-repeat:repeat-x;
	font-family:arial;
	font-size:12px;
	color:#000;
	height:80px;
}
#footerMenu
{
	padding:20px 0 5px 0;
	font-size:12px;
	width:980px;
	font-family:arial;
	font-size:10px;
	color:#444444;
}
#footerMenu a:link,#footerMenu a:visited {
	color:#000;
	text-decoration:none;
	font-family:arial;
	font-size:13px;
}
#footerMenu a:hover
{
	color:#111111;
	text-decoration:underline;
}
.amologo
{	
	position:absolute;
	width:112px;
	height:36px;
	background:#ffffff;
	top:38px;
	left:862px;
	border:solid 1px #cccccc;
}
/****END OF FOOTER SECTION****/


/****GLOBAL STYLE****/
.mainText {font-family:arial; font-size:12px; color:#555555;}
.mainText a:link, .mainText a:visited {font-family:arial; font-size:12px; color:#386587; text-decoration:underline;}
.mainText a:hover {color:#000000; text-decoration:underline;}
h1{
	margin:0 0 15px 0;
	padding: 4px 10px 5px 10px;
	font-family:arial;
	font-size:20px;
	color:#FFF;
	font-weight: normal;
/*	background: repeat-x 0 0 url(../images/contentH1BG.gif);*/
	background: #666;
}
h2{	margin:5px 0 2px 0;	font-family:arial; font-size:16px;
/*	color:#0083BB;	Blue Colouration	*/
	color:#333; font-weight: normal;}
h3{	margin:5px 0 2px 0;	font-family:arial; font-size:14px;color:#0083BB;}
h4 a:link, h4 a:visited {font-family:arial; font-size:14px; color:#0083BB; text-decoration:underline;}
p {font-family:arial; font-size:14px; color:#000;}
p a:link, p a:visited {font-family:arial;
/*	color:#0083BB;	Blue Colouration	*/
	color:#BB0004;
	text-decoration:underline;}
p a:hover {color:#000000;}
li a:link, li a:visited {color:#B42F30; text-decoration:underline;}
li a:hover {color:#000000; text-decoration:underline;}
.outOfStock
{
	font-family:arial;
	color:#B42F30;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
/****END OF GLOBAL STYLES****/

/****REGISTER****/
.registerTable
{
	margin:15px 0 0 10px;
	border:solid 1px #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

/****END OF REGISTER****/

#fullScreen {
	background:#000000 none repeat scroll 0 0;
	left:0;
	opacity:0.4;
	position:absolute;
	top:0;
	z-index:10000;
	display:none;
}
.messageBox {
	color:#000000;
	font-family:verdana;
	font-size:12px;
	text-align:center;
	z-index:999999;
	position: absolute;
}
#box_promo {
	background:#FFFFFF;
	padding:10px;
}

.smalltxt {
	font-size:13px;
}
.viewordContainer {
	padding: 6px;
}

/***	Buttons	***/
.button {
	padding: 0;
	margin: 0;
	border: 0;
	background: 0 0 no-repeat;
	cursor: pointer;
}
.add2Basket {
	background-image: url(../images/buttons/buttonBG1.gif);
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
.submit {
	background-image: url(../images/buttons/buttonBG2.gif);
	width: 95px;
	height: 28px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

/***	Buttons END	***/

.inputNumber {
	width: 25px;
}
.banner {clear:both;}

#basketBox {
/*	background: #FFF url('../images/popUpBasketBG-Blue.jpg') no-repeat 0 0;
	border: 3px solid #0181B8;	Blue Styling	*/
	background: #FFF url('../images/popUpBasketBG-Red.jpg') no-repeat 0 0;
	border: 3px solid #DF0000;
	width: 360px;
	text-align: center;
	padding: 105px 20px 20px 20px;
	overflow:hidden;
}
#basketBox .basketMsg {
	margin: 10px 0;
}
#basketBox a {
	position: relative;
	/*bottom: 9px;*/
	margin:20px 0 0 0;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	float:left;
	background: no-repeat 0 0 url(../images/buttons/rounded-Red-2.gif);
	width: 150px;
	font-weight: bold;
	padding: 10px 0 20px 0;
	font-size: 14px;
}

#basketBoxRepeat {
	background: #FFF url('../images/popUpBasketBGRepeat.jpg') no-repeat 0 0;
	border: 3px solid #DF0000;
	width: 460px;
	text-align: center;
	padding: 105px 20px 0px 20px;
	overflow:hidden;
	position:absolute;
	top:-200px;
	left:-240px;
}
#basketBoxRepeat .basketMsg {
	margin: 10px 0;
	font-family:arial;
	font-size:18px;
}
#basketBoxRepeat .repeatHead {
	clear:both;
	padding:10px 0 10px 0;
	margin:0 0 0 0;
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	background:#CC0000;
}
#basketBoxRepeat .repeatHead2 {
	clear:both;
	padding:10px;
	margin:10px 0 0 0;
	height:70px;
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	background:#CC0000;
}
#basketBoxRepeat .repeatMsg {
	margin:0px;
	padding:10px 10px 20px 10px;
	color:#000000;
	font-size:18px;
	background:#FFFFFF;
}
#basketBoxRepeat .repeatMsg2 {
	clear:both;
	padding:20px 10px 10px 10px;
	margin:0 0 0 0;
	color:#222222;
	font-size:16px;
	background:#FFFFFF;
}
#basketBoxRepeat .repeatLink
{
	clear:both;
	margin:15px 0 0 0;
	color: #FFF;
	height:34px;
	width:461px;
	text-decoration: none;
	display: block;
	text-align: center;
	background:url(../images/buttons/rounded-Red-2.jpg);
	background-repeat:no-repeat;
	font-weight: bold;
	padding: 14px 0 4px 0;
	font-size: 16px;
	background-color:#CC0000;
}
#basketBoxRepeat .skipLink
{
	clear:both;
	float:right;
	margin:5px 0 0 0;
	color: #FFF;
	height:35px;
	width:142px;
	text-decoration: none;
	text-align: center;
	background:url(../images/buttons/repeatskip.jpg);
	background-repeat:no-repeat;
	font-weight: bold;
	padding: 14px 0 4px 0;
	font-size: 16px;
}

#basketBoxRepeat select
{
	margin:-40px 0 0 134px;
	color: #111111;
	text-decoration: none;
	display: block;
	text-align: left;
	float:left;
	width: 180px;
	font-size: 13px;
}


#frontpage_video {
	position: fixed;
	top: 100px;
	z-index: 10001;
	text-align: center;
	overflow: hidden;
}
#frontpage_video .closeVid {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #CCC;
	padding: 5px;
	font-size: 16px;
	text-decoration: none;
	color: #FFF;
	opacity: 0.9;
}



.border-TL, .border-TR, .border-BL, .border-BR {
	position: absolute;
}
.border-TL {top: 0; left: 0; background-position: left top;}
.border-TR {top: 0; right: 0; background-position: right top;}
.border-BL {bottom: 0; left: 0; background-position: left bottom;}
.border-BR {bottom: 0; right: 0; background-position: right bottom;}


.linkButton, .submitButton {
	background: no-repeat 0 0 url(../images/buttons/rounded-Red-2.gif);
	border: none;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	text-align: center;
	display: inline-block;
	padding: 10px 0 12px 0;
}

.buyButton {
	background: url(../images/buttons/buyButton-Red-2.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 91px;
	height: 38px;
	padding-bottom: 2px;
	border: none;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}