body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6F7E60;
	background-image:  url(../images/site-bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	text-align: center;
}

#site-wrap {
	width: 880px;
	height: 618px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../images/main-bg.gif);
	background-repeat: no-repeat;
	background-color: #6F7E60;
	}
	
.prop {
    height:500px;
    float:right;
    width:1px;
  }

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
  
#main-content {
	width: 585px;
	height: 485px;
	margin: 0 auto;
	margin-top: 25px;
	}
	
#product-content {
	width: 650px;
	height: 450px;
	margin: 0 auto;
	margin-top: 60px;
	}

#main-content-text {
	width: 485px;
	height: 450px;
	margin: 0 auto;
	margin-top: 60px;
	overflow : auto;
}
	
#header-wrap {
	width: 880px;
	height: 105px;
	margin-right: 0px;
	}
	
#site-nav {
	width: 230px;
	height: 105px;
	background-image:  url(../images/site-bg.gif);
	}

#footer {
	width: 475px;
	height: 29px;
	float: right;
	}

p {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #FFF;
	line-height: 1.3em;
	padding-right: 10px;
}

/** LINK STYLE **/

.borderit img{
border: 5px solid #6F7E60;
}

.borderit:hover img{
border: 5px solid #BBCBAA;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

#tabledescription{
width: 400px;
height: 3em;
padding: 2px;
font-family: Arial, Verdana;
color: #FFFFFF;
font-size: 12px;
filter:alpha(opacity=0);
-moz-opacity:0;
text-align: center;
margin: 25px auto;

}

.small-super {
font-size: 7px;
letter-spacing: 2px;
}


/******/
#showimage{
z-index: 10000;
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

a.links:visited {
	color: #FFFFFF;
	border-bottom: 1px solid #999;
}
a.links:active {
	color: #FFFFFF;
	border-bottom: 1px solid #999;
}
a.links:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #999;
}
a.links:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-color: #333333;