body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #999999;
	margin:0;
	padding:8px;
	font-style: normal;
	font-weight: normal;
}
#main {
	width:980px;
	margin:auto;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#main-inner {
	min-height:200px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-main-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 27px;
	padding-left: 0px;
}
#main-inner-home {
	min-height:200px;
	background-color: #FFFFCC;
	background-image: url(../images/bg-main-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 18px;
	padding-right: 17px;
	padding-bottom: 27px;
	padding-left: 0px;
}
#main-inner-left {
	width: 187px;
	display:block;
	float:left;
	line-height:18px;
}
#main-inner-middle {
	width: 500px;
	display:block;
	float:left;
	text-align:left;
	padding-top:0px;
	margin-left: 20px;
	padding-left: 20px;
	margin-right: 10px;
	padding-right: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #C8C8C8;
	border-right-color: #C8C8C8;
}
#main-inner-right {
	width: 187px;
	display:block;
	float:right;
	line-height:18px;
	padding-top: 0px;
}
#main-inner-right p {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:7px;
}
#logo {
	width:980px;
	height:97px;
	background-color: #000000;
	background-image: url(../top_banner.swf);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom:1px solid #000000;
}
#logo2 {
	width:739px;
	height:97px;
	background-color: #000000;
	background-image: url(../images/bg-logo-top2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom:1px solid #336633;
}
#mainphoto {
	height:172px;
	background-color: #000000;
	border-bottom:1px solid #C8C8C8;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
#featured-item {
	width: 980px; /* important to be same as image width */
	height: 150px; /* important to be same as image height */
	position: relative; /* important */
	background:#000000;
	float:left;
	margin:0 0 0 0;
	display:block;
	overflow: hidden; /* important */
	background-color: #000000;
}

#featured-itemContent {
   width: 980px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin:0; padding:0;
   list-style:none;
   margin-left: 0; /* important */
}

.featured-itemImage {
	border:0px;
   	float: left; /* important */
   	position: relative; /* important */
   	display: none; /* important */
}

.featured-itemImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   width: 980px;
   background-color: #000000;
   filter: alpha(opacity=90); /* here you can set the opacity of box with text */
   -moz-opacity: 0.9; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.9; /* here you can set the opacity of box with text */
   opacity: 0.9; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */

   bottom: 0; 		/* if you put
   					top: 0; -> the box with text will be shown at the top of the image
       
	   				if you put
       				bottom: 0; -> the box with text will be shown at the bottom of the image */ }
					
.featured-itemImage span strong {
	font-weight:normal;
	font-size:20px; letter-spacing:-1px;
	display:block;
	color:#fff !important;
	margin:15px 0 5px 15px !important; padding:0 }

.featured-itemImage span b {
	font-weight:normal;
	display:block;
	color:#D2B28D;
	margin:3px 0 12px 15px !important; padding:0;
	line-height:18px; font-size:14px;
	width:450px }
	
.featured-itemImage span em.price {
	font-style:normal;
	display:block;
	height:30px;
	padding:5px 0;
	font-size:30px; color:#FFF; letter-spacing:normal;
	position:absolute; right:15px; top:18px }

.featured-itemImage span em.more-info {
	font-style:normal;
	font-size:14px;
	font-weight:bold;
	display:block;
	position:absolute; right:15px; top:52px; 
}

.clear { clear: both }

h1, h2, h3, h4, h5, h6 { margin: 15px 0; }
p, ul, ol { margin: 15px 0; }

div#navbar {
	background-color:#336633;
	width: 980px;
	display:block;
	float:right;
	text-align:right;
	padding-top:0px;
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	white-space: nowrap;
	font-weight: bold;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	text-decoration: none;
	color: #ffffff;
	display:block;
	float:left;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #336633;
	background-repeat: no-repeat;
	text-align:center;
	line-height:22px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
div#navbar li a:link {
	color: #ffffff;
}
div#navbar li a:visited {
	color: #ffffff;
}
div#navbar li a:hover {
	color: #333333;
}
div#navbar2 {
	background-color:#336633;
	width: 100px;
	display:block;
	float:right;
	text-align:right;
	padding-top:0px;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	white-space: nowrap;
	font-weight: bold;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
}
div#navbar2 li a {
	text-decoration: none;
	color: #ffffff;
	display:block;
	float:left;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #336633;
	background-repeat: no-repeat;
	text-align:center;
	line-height:22px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
div#navbar2 li a:link {
	color: #ffffff;
}
div#navbar2 li a:visited {
	color: #ffffff;
}
div#navbar2 li a:hover {
	color: #333333;
}
.clear {
	clear:both;
}
#footer {
	clear:both;
	font-size: 12px;
	color:#FFFFFF;
	text-align:center;
	padding:12px;
	line-height:18px;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.highlight {
	color:#164365;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.highlight a, .highlight a:visited {
	color:#164365;
	text-decoration:none;
	text-indent:20px;
}
.highlight a:hover {
	color:#6F6F6F;
	text-decoration:underline;
	text-indent:20px;
}
a, a:visited {
	color:#164365;
	text-decoration:underline;
}
a:hover {
	color:#6F6F6F;
	text-decoration:none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #164365;
	font-weight:bold;
}
.introtable
{
	border-color: #c1dec1;
	border-width: 1px;
	border-style: solid;
}

table.tableContent td
{
border-left:1px solid #999999;
border-bottom:1px solid #999999;
margin:0px;
padding:5px 5px 5px 8px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
vertical-align:text-top;
}

table.alignLeft
{
text-align:left;
}


table.noBottomBorder
{
/*border-bottom:1px solid #999999;*/
margin:1em 0px 1.3em 0px;
text-align:left;
}

table.noBottomBorder td
{
/*border-bottom:none;*/
}


/* modified by Tessa 08172007 */
table.tableContent tr.labels td
{
font-weight:bold;
vertical-align:top;
text-align:left;
color:#333333;		/* original #999999; */
}

table.tableContent  tr.grayBg td
{
background-color:#f9f9f9;

}

table.tableContent td img
{
text-align:center;
padding-left:0px;
}

/* modified by Tessa 08172007 */
table.tableContent td.alignLeft
{
text-align:left;
color:#333333;		/* original #999999; */
}

/* modified by Tessa 08172007 */
table.tableContent tr.labels .alignCenter
{
text-align:center;
color:#333333;		/* original #999999; */
}

table.tableContent tr.alignLeft td
{
text-align:left;
}

