body{
	background-color: black;
	margin: 0px;
/*	padding: 0px;*/
	padding-top: 15px;
}


#content{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

h1{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 343px;
	height: 75px;
	float: left;
}

h1 span{
	position: absolute;
	left: -9999em;
	font-size: 1.2em;
}

h2{
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-size: 1.1em;
	padding: 0px;
	margin-top: -20px;
	margin-bottom: -10px;
	font-weight: light;
}

h3{
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-size: 1.1em;
	padding: 0px;
	font-weight: light;
	margin-left: 15px;
}

h4{
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-size: 1em;
	padding: 0px;
	font-weight: light;
	margin-bottom: 0px;
}

h5{
	font-family: Helvetica, Arial, sans-serif;
	color: #ae1313;
	font-size: 1.5em;
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

p{
	font-family: Arial, Helvetica Sans-serif;
	color: white;
	font-size: 0.8em;
}

a:link{
	color: white;
	text-decoration: none;
}

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

a:visited{
	color: white;
	text-decoration: none;
}

a:active{
	color: #ae1313;
}

.smalltext a:hover {
	color: #ae1313;
	text-decoration: none;
}

#newsbar a:link{
	color: white;
}

#newsbar a:hover{
	color: #ae1313;
	text-decoration: none;
}



/*T-Shirt Rollover*/

a.tshirtrollover {
	display: block;
	width: 118px;
	height: 125px;
	text-decoration: none;
	background: url("../images/cats/tshirt.png");
	}
	
a.tshirtrollover:hover {
	background-position: -118px 0;
	}

/*Cap Rollover*/

a.caprollover {
	display: block;
	width: 118px;
	height: 125px;
	text-decoration: none;
	background: url("../images/cats/cap.png");
	text-align: center;
	}
	
a.caprollover:hover {
	background-position: -118px 0;
	}

/*Pen Rollover*/

a.penrollover {
	display: block;
	width: 118px;
	height: 125px;
	text-decoration: none;
	background: url("../images/cats/pens.png");
	text-align: center;
	}
	
a.penrollover:hover {
	background-position: -118px 0;
	}

/*Sticker Rollover*/

a.stickerrollover {
	display: block;
	width: 118px;
	height: 125px;
	text-decoration: none;
	background: url("../images/cats/sticker.png");
	text-align: center;
	}
	
a.stickerrollover:hover {
	background-position: -118px 0;
	}

/*Other Rollover*/

a.otherrollover{
	display: block;
	width: 118px;
	height: 125px;
	text-decoration: none;
	background: url("../images/cats/other.png");
	text-align: center;
	}
	
a.otherrollover:hover {
	background-position: -118px 0;
	}


#main{
	position: relative;
	width: 900px;
	height: auto;
}

#newsbar{
	position: relative;
	width: 900px;
	margin-top: -20px;
	background-image: url(../images/barback.png);
	background-repeat: repeat-x;
	height: 41px;
	line-height: 45px;
	padding-left: 10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#bottombar{
	position: relative;
	width: 900px;
	background-image: url(../images/barback.png);
	background-repeat: repeat-x;
	height: 41px;
	line-height: 45px;
	padding-left: 10px;
	padding-bottom: 1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#nav{
	position: relative;
	float: right;
	color: white;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	right: 25px;
	top: 25px;
	font-size: 1.1em;
}

#nav li{
	list-style-type: none;
	float: left;
	margin-right: 1.5em;
}

.redtext{
	color: #ae1313;
}

.clear{
	clear: both;
}

.smalltext{
	font-size: 0.8em;
}

#cat{
	position: relative;
	width: 910px;
	height: 200px;
	text-align: center;
	top: -15px;
	left: 0px;
	background-image: url(../images/cats/catback.png);
	background-repeat: repeat-x;
	padding: 0px;
	border-bottom: 1px;
	border-bottom-color: #595654;
	border-bottom-style: solid;
}

#cat li{
	list-style-type: none;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 25px;
	text-align: center;
	width: 118px;
}



/*Bubble*/

#cat li div {
	font-family: Helvetica, Arial, Sans-serif;
	text-align: center;
	font-weight: bold;
    width: 150px;
    min-height: 15px;
    position: absolute;
    display: block;
    margin-left: -20px;
    padding: 5px;
	visibility:hidden;
    opacity: 0;
    margin-top: -25px;
	background: #ffffff;
	font-size:0.8em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 8px gray;
    -webkit-box-shadow: 0 0 8px gray;
    box-shadow: 0 0 8px gray;
	-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;		
}
            
            
#cat li:hover div {
     visibility:visible;
     opacity: 1;
     margin-top: 5px;
     cursor: pointer;
     -moz-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
}


/*End Bubble*/

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

#basketmenu{
	position: absolute;
	width: auto;
	top: 0px;
	right: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-size: 0.75em;
	background-color: #252323;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	margin-top: -15px;
}

.basketicon{
	margin-right: 5px;
}

#catside{
	position: absolute;
	z-index: 0;
	left: -210px;
	overflow: hidden;
}

#learnside{
	position: absolute;
	z-index: 0;
	right: -200px;
	overflow: hidden;
}

.centre{
	text-align: center;
}

#bottom{
	position: relative;
	width: 900px;
	height: 550px;	
}

#footer{
	position: relative;
	width: 900px;
	height: 50px;
	background-color: black;
	border-top: 1px;
	border-top-color: gray;
	border-top-style: solid;
	color: white;
	font-size: 0.5em;
	text-align: center;
	padding-top: 5px;
	font-family: Helvetica, Arial, sans-serif;
}

#bottomleft{
	position: relative;
	float: left;
	width: 48%;
	height: 400px;
	left: 0px;
}      

#bottomright{
	position: relative;
	float: right;
	width: 48%;
	height: 400px;
	right: 0px;
}

#search{
	position: absolute;
	right: 15px;
	top: 0px;
	margin-top: -2px;
}

#leftcol{
	position: fixed;
	float: left;
	width: 210px;
	height: 800px;
	background-image: url(../images/barback.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 15px;
	height: 350px;
	line-height: 1em;
	background-color: #212020;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#leftcol li{
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	padding-bottom: 10px;
	list-style: none;
	margin-left: -20px;
	
}

#leftcol ul{
	margin-top: 30px;
}

#items{
	position: relative;
	float: right;
	width: 650px;
	height: 800px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 15px;
	height: auto;
}

#items div{
	margin-bottom: 50px;
}

#items img{
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.price{
	display: block;
	background-color: #ae1313;
	float: left;
	border-bottom-style: dotted;
	border-top-style: dotted;
	border-bottom-color: grey;
	border-top-color: grey;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding: 5px;
	width: 450px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
}

.smallgrey{
	color: grey;
	font-size: 0.7em;
	margin-top: 0px;
}

.quantity{
	width: 25px;
	margin-right: 25px;
	margin-left: 5px;
}

.button{
	padding: 5px;
	margin-right: 15px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ae1313;
	border-width: 1px;
	border-color: grey;
	color: white;
/*	-webkit-border-radius: 5px;*/
	-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.15, rgb(174,19,19)),
	    color-stop(0.5, rgb(218,32,38))
	)
	-moz-linear-gradient(
	    center bottom,
	    rgb(174,19,19) 15%,
	    rgb(218,32,38) 50%
	)
}

.buttonwhite{
	padding: 5px;
	margin-right: 15px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	background-color: white;
	border-width: 1px;
	border-color: grey;
	color: #ae1313;
/*	-webkit-border-radius: 5px;*/
	-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.15, rgb(174,19,19)),
	    color-stop(0.5, rgb(218,32,38))
	)
	-moz-linear-gradient(
	    center bottom,
	    rgb(174,19,19) 15%,
	    rgb(218,32,38) 50%
	)
}

#carttable{
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	width: 900px;
}
#google {
	margin-top: 50px;
	width: auto;
	float: right;
}

