@charset "utf-8";
.image {
	background-color:#FFFFFF
	display: block;
	padding: 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
.shadow {
	padding: 10px;
	filter: Shadow(Color=gray, Direction=135);
	width: 600px;
}

/* CSS Document */

body {
	background-color: 003366;
	background-image: url(../design/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 4px;
	font-weight: bold;
}
hr {
	color: #CC0000;
}
a.nav:link, a.nav:active, a.nav:visited, .nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a.nav:hover {
	color: #FFFFFF;
}
.vl {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: 1px;
	text-align: left;
	text-indent: 20px;
	line-height: 30px;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.black {
	color: #000000;
}
.border {
	border: 1px solid #CC0000;
}
a.ewave:link, a.ewave:active, a.ewave:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a.ewave:hover {
	color: #FFFFFF;
}
.ewave {
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}.item_border {
	border: 1px solid #009999;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	text-indent: 10px;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006666;
	text-transform: capitalize;
}
.status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.cat_item {
	float: left;
}
.gal_item {
	float: left;
}
.max_h   {
	height: 144px;
	overflow: hidden;
	vertical-align: bottom;
}

