/* ------------------------------------------------	GLOBAL STYLE 
*/
body {
	font: 8pt "tahoma"; 
	color: #000000;
	letter-spacing: 1px;
	border: 0px black solid;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	text-align: left;
        background: #000000 url('bg.gif');
}
img {
	border: 0px black solid;
}
p {
	padding: 0;
	margin: 0;
	text-align: justify;	
}
a:link, a:active, a:visited {
	text-decoration: none;
	/*color: #1a050a;*/
	color: #28060e;
}
A:hover {
	text-decoration: none; 
	color: #28060e;
}
/* -----------------------------------------------------------   LAYOUT DIVS */
#container { 
	margin: 0 auto;
	top: 0px;
	left: 0px;
	position: absolute;
        width: 100%;  
	background-image: url('skins/fruit/bg.jpg');
	background-color: transparent;
	border: 0px lime solid;
	text-align: justify;
	padding: 0;
} 
#header {
	height: 392px;
	background-image: url('headerbg.gif');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0px lime solid;
}
#mainimg {
	height: 392px;
	background: url('header.gif') no-repeat top left;
	margin: 0;
	padding: 0;
	border: 0px lime solid;
}
#menu {
	position: absolute;
	top: 430px;
	left: 560px;
	width: 180px;
	height: auto;
	border: 0px red solid;
	margin: 0;
	padding: 0;
}
#content {  
	height: auto;
	text-align: justify;
	position: relative; 
	border: 1px black solid;
	padding: 0;
	margin: 0;
	background-image: url('contentbg.gif');
	background-repeat: repeat-x;
} 
#maintext {
	width: 500px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 14px;
	padding-right: 0px;
}
#footer {  
	height: 97px;
	margin-top: 0px;  
	background-image: url('footerbg.gif');
	background-repeat: repeat-x;
}
/* ------------------------------------------------------------------------------ DISCLAIMER DIV 
*/

div#disclaimer {
	font-family: tahoma; 
	font-size: 7pt;
	text-align: center;
	border: 0px fuchsia solid;
	margin-left: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 42px;
	width: 492px;
	color: #4e3615;
}
div#disclaimer .highlit {
	color: #66520d;
	letter-spacing: 2px;
}
div#disclaimer a:link, div#disclaimer a:visited, div#disclaimer a:active {
	text-decoration: none;
	color: #66520d;
}
div#disclaimer a:hover {
	text-decoration: none;
	color: #6e0507;
}

/* --------------------------------------------------------------------- MAIN TEXT STYLE */
#maintext {
	color: #882221;
	font-family: "trebuchet ms", arial, verdana;
	line-height: 15px;
	font-size: 8pt;
	letter-spacing: 1px;
}
div#content a:link, div#content a:visited {
	color: #6b560b;
	text-decoration: none;
	border-bottom: 0px #4c0909 dotted;
}
div#content a:hover, div#content a:active {
	color: #9aaba4;
	text-decoration: none;
	border-bottom: 1px #76640f dotted;
}
div#maintext p {
	color: #631a1a;
	margin-bottom: 10px;
}
div#content .boldy {
	color: #970e04;
}
.titlediv, h2, #head {
	width: 70%;
	border-left: 0px black solid;
	/*border-right: opx black solid;*/
	border-top: 0px #110104 solid;
	border-bottom: 1px #590806 dotted;
	/*background-color: #080808;*/
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 0px;
	font: 9pt georgia;
	color: #664305;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
}
div#menu .mhl {
	height: 20px;
	padding-top: 3px;
	text-align: right;
	padding-right: 12px;
	background: url('hlover2.gif') no-repeat top right;
}
div#menu .mhl:hover {
	background: url('hl2.gif') no-repeat top right;
	padding-right: 25px;
}
div#menu a:link, div#menu a:visited {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: tahoma;
	font-size: 8pt;
	color: #4d0604;
}
div#menu a:hover, div#menu a:active {
	letter-spacing: 2px;
	color: #6b560b;
	/*border-bottom: 2px #362b16 solid;*/
	padding-bottom: 2px;
}
/* --------------------------------------------------------------------------- ONLINE FORM STYLE */
input, textarea, option, select {
	background-color: #000000;
	font: 8pt arial;
	color: #6b560b;
	letter-spacing: 1px;
	border: 1px dotted #4d0604;
	padding: 1px; 
}
/* ----------------------------------------------------------------- ADDITIONAL CLASSES (SPAN MOSTLY) */
.nr	{
	font-family: georgia;
	font-size: 8pt;
}
.title, div#content .title, div#content h3 {
	border-left: 0px black solid;
	/*border-right: opx black solid;*/
	border-top: 0px #110104 solid;
	border-bottom: 1px #460914 dotted;
	/*background-color: #080808;*/
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font: 8pt georgia;
	color: #b21307;
	font-weight: normal;
}
.ctrplz {
	text-align: center;
}
/* ------------------------------------------------------------------- STYLES FOR IMAGES - THUMBS AND NOGRAY */
img.avatar {
	border-style: solid;
	border-color: black;
	border-width: 0px;
	margin-left: 8px;
	margin-right: 2px;
	margin-bottom: 8px;
	margin-top: 8px;
	float: right;
}
div#content a:link.nogray, div#content a:hover.nogray, div#content a:visited.nogray, div#content a:active.nogray {
	border: 0px black solid;
}
.nogray img {

	border: 0px black solid;
}
.nogray:hover img{

	border: 0px black solid;
}
.nogray:hover {
	color: black;
	cursor: default;
}
img.thumb {
	border-width: 0px;
	border-color: #1f0208;
	border-style: dashed;
	width: 160px;
	height: 120px;
	text-align: center;
	margin-left: 70px;
	/*margin-right: 30px;*/
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 3px;
}
img.colorthumb {
	width: 160px;
	height: 120px;
	text-align: center;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px #1a0109 dashed;
	padding: 5px;
}
.grayscale img {

}
.grayscale:hover img{

}
.grayscale:hover {
	color: black;
}
img.button88 {
	border: 0px black solid;
	width: 88px;
	height: 31px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}img.button100 {
	border: 0px black solid;
	width: 100px;
	height: 35px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
img.button100x50 {
	border: 0px black solid;
	width: 100px;
	height: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
img.coll {
	border: 1px #1a0109 dashed;
	width: 160px;
	height: 120px;
	margin-left: 5px;
	margin-right: 8px;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 5px;
	float: left;
}/*
img.colorthumb {
	border: 1px #1a0109 dashed;
	width: 160px;
	height: 120px;
	margin-left: 5px;
	margin-right: 8px;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 5px;
	float: none;
}*/
.collgrayscale img {

}
.collgrayscale:hover img{

}
.collgrayscale:hover {
	color: black;
}
.acoll {
	border: 0px black solid;
}