
/* CSS Document */

/* template page layout */

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	line-height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #234144;
}
.header {
	height: 101px;
	background-color: #9ea599;	
}
 .cartbox {
	width: 250px;
	position: absolute;
	left: 667px;
	top: 42px;
	height: 31px;
}

.leftcol {
	margin: 32px;
	width: 208px;
}
.body {
	position: absolute;
	left: 308px;
	top: 156px;
	width: 442px;
	
}
.navbar {
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	padding-left:32px;
}

.footer {
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}



/* typography */

a {

color: #234144;
}



a:hover
{text-decoration:none;}
.navoff {
	 text-decoration:none;
	color: #FFFFFF;
}
 a.navoff:hover {
	 text-decoration:none;
	color: #cccccc;
}
.grey {
	color: #58595b;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.headergrey {
	font-size: 11px;
	color: #f5f5f1;
}
.footertext
{
font-size: 10px;
	color: #58595b;
	line-height: 1.6em;
	}
	
.navon {
	color: #234144;
}

.prodname{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#234144;
}

.prodprice{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#234144;
}

.prodsku{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#58595B;
}

.prodcategory{
	

	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

.prodcategory a:link{
	
	
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	}
	
.prodcategory a:hoover{
	
	color:#234144;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	}

.prodcategory a:visited{
	
	color:#234144;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	}

.homelinks {
	line-height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #234144;
	font-style:normal;
	text-decoration:none;
	}

.homelinks a:link{
	line-height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #234144;
	font-style:normal;
	text-decoration:none;
	}
	
.homelinks a:hoover{
	line-height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #234144;
	font-style:normal;
	text-decoration:none;
	}
	
.homelinks a:visited{
	line-height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #234144;
	font-style:normal;
	text-decoration:none;
	}
	
.prodcategorysm{
	font-family:Georgia, "Times New Roman", Times, serif
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}

.prodcategorysm a:link{
	font-family:Georgia, "Times New Roman", Times, serif
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	}
	
.prodcategorysm a:hoover{
	font-family:Georgia, "Times New Roman", Times, serif
	font-size: 16px;
	color:#234144;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	}

.prodcategorysm a:visited{
	font-family:Georgia, "Times New Roman", Times, serif
	font-size: 16px;
	color:#234144;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	}
	
	/* png hack */
img, input { behavior: url(http://www.katherinehouston.com/iepngfix.htc) }
