@charset "utf-8";
a.NAV:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #000066;
	text-decoration: none;
}
a.NAV:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #000066;
	text-decoration: none;
}
a.NAV:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #000066;
	text-decoration: none;
}
a.NAV:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #CC00CC;
	text-decoration: none;
}
.leftrepeater {
	background-attachment: scroll;
	background-image: url(../images/left-main-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.rightrepeater {
	background-attachment: scroll;
	background-image: url(../images/right-main-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.mainbgrepeater {
	background-attachment: scroll;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.flashbg {
	background-attachment: scroll;
	background-image: url(../images/flash-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.catnavigation {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #003333;
}
.navdesc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
}
.prodnavigation {
	font-size: 14px;
	color: #003333;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-weight: bolder;
	text-transform: uppercase;
}
.prodname {
	font-size: 14px;
	color: #003333;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-weight: bolder;
	text-transform: uppercase;
}
.prodprice {
	font-size: 14px;
	color: #003333;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-weight: bolder;
	text-transform: uppercase;
}
.price {
	font-size: 13px;
	color: #990000;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-weight: bolder;
	text-transform: uppercase;
}
.detailoption {
	font-size: 10px;
	color: #003333;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	word-spacing: normal;
}
.catdesc {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	color: #003333;
}
.cobhl {
	font-size: 10px;
	color: #003333;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	word-spacing: normal;
}

#gallery{
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
	width: 885px;
} 
#gallery li{ 
display:inline; 
margin:0px;
} 

.photo{
float:left;
width:220px; 
height:250px;
padding:10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
