body{
	background-image: url(images/background3.jpg);
	background-color: #F3CE02;
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}
#container{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 1000px;
	width: 750px;
	top:0px;
}
#catnav {
	position: absolute;
	top: 130px;
	left: 1px;
	width: 161px;
	height: 974px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CDCDCD;
}
#catnav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#catnav li a:link, #catnav li a:visited {
	display:block;
	padding: 2px 5px 1px 0.5em;
	color: #00B0D8;
	text-decoration:none;
}
#checkout{
	background-color: #FFF;
	position: absolute;
	top: 132px;
	right: -2px;
	width: 180px;
	height: 20px;
	z-index:25;
}
#catlist{
	background-color: #FFF;
	position: absolute;
	top: 133px;
	left: 153px;
	width: 598px;
	height: 20px;
}
#products{
	background-color: #FFF;
	position: absolute;
	top: 130px;
	left: 162px;
	width: 589px;
	height: 954px;
}
#prodnav{
	background-color: #FFF;
	position: absolute;
	top: 1084px;
	left: 162px;
	width: 589px;
	height: 20px;
	font-size:14px;
}
#prodnav a:link, #prodnav a:visited {
	color: #00F;
	text-decoration:none;
}
#itembox{
	height:260px;
	width:150px;
	border: 1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
}
#itembox_img{
	top: 0;
	width: 140px;
	height: 120px;
	margin-left: 5px;
	margin-right: 5px;
}
#itembox_name{
	top:122px;
	height: 30px;
	font-size: 14px;
	text-align:center;
}
#itembox_name a:link, a:visited {
	color:#000;
	text-decoration:none;
}
#itembox_line1{
	top: 150px;
	height: 45px;
	font-size:12px;
	text-align:center;
}
#itembox_line2 {
	top: 175px;
	height: 45px;
	font-size: 14px;
	color:#F00;
	text-align:center;
}
#itembox_add{
	height: 20px;
	width: 75px;
	top: 240px;
	float:left;
}
#itembox_info{
	height: 20px;
	width: 75px;
	top: 240px;
	float:right;
	
}
#showtitle{
	width: 600px;
	height: 25px;
	top: 0px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
#showlinebox{
	position: absolute;
	height: 30px;
	top: 90px;
	width: 200px;
	right: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
#showcart{
	position: absolute;
	top: 130px;
	right: 0px;
	height: 75px;
	width: 290px;
}
#showpic{
	top: 50px;
	position: absolute;
	width: 300px;
	height: 300px;
	left: 0px;
}
#showdesc{
	position: absolute;
	top: 380px;
	left: 0px;
	height: 150px;
	width: 500px;
}
#showsubpic{
	position: absolute;
	top: 230px;
	right: 0px;
	height: 75px;
	width: 290px;
}
#showsubcat{
	position: absolute;
	left: 0px;
	top: 540px;
	width: 500px;
	height: 120px;
}
#showsubcat a:link, #prodnav a:visited {
	color:#000;
	text-decoration:underline;
}
.thumbnail{
	position: relative;
	z-index: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.table{
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50;
left: 50px; /*position where enlarged image should offset horizontally */

}
#header{
	padding-top:0px;
	width: 750px;
	height: 126px;
	top:0px;
	background-color: #FFFFFF;
	position: absolute;
}
#footer{
	position: absolute;
	width: 750px;
	height: auto;
	top: 1119px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 3px;
}
#thankyou{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	height: 100px;
	top: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#privacy{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	height: 300px;
	top: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#cat_pic_top{
	width:150px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(tp_img/top.png);
	background-repeat:no-repeat;
	height: 79px;
}
#cat_pic_mid{
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(tp_img/mid.png);
	background-repeat:repeat-y;
	height: 120px;
}
#cat_pic_bot{
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(tp_img/bottom.png);
	background-repeat:no-repeat;
	height: 251px;
	position: relative;
	left: 1px;
}
#checkoutstyle{
font-size:16px;
}
.cart{
font-size:24px;
}
