/* STYLES.CSS */
body
{
	FONT-FAMILY: verdana, arial, times;
	font-size: 12px;
	background-image: url("pics/bkg.jpg");
	background-repeat: repeat-x;
	color: #000000;
	margin: 0 0 0 0;
}
h1
{
	font-size:24px;
	color: #4f4f4f;
	text-align: center;
}
h2
{
	font-size:20px;
	color: #4f4f4f;
	text-align: center;
}
h3
{
	font-size:16px;
	color: #4f4f4f;
}
a:link 
{
	color: #FFFFFF;
	text-decoration: underline; 
	cursor: pointer; 
	font-size: 10px;
	font-weight: bold;
}
a:visited 
{
	color: #FFFFFF; 
	text-decoration: underline; 
	cursor: pointer; 
	font-size:10px;
	font-weight: bold;
}
a:hover 
{
	color: #FFFFFF; 
	text-decoration: underline; 
	cursor: pointer; 
	font-size:10px;
	font-weight:bold;
}
a:active 
{
	color: #FF0000; 
	text-decoration: underline; 
	cursor: pointer; 
	font-size:10px;
	font-weight: bold;
}
.leftcol
{
	width: 180px;
	height: 570px;
}
.categories
{
	width: 140px;
	height: 570px;
	background-image: url("pics/catbkg.jpg");
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}
.diveye
{
	position: relative;
	top: 0px;	/* 680 */
	left: 30px;
	width: 150px;
	height: 92px;
	background-image: url("pics/eye.jpg");
}
.footer
{
	background-color: #202020;
	color: #ffffff;
	font-size: 10px;
}
.divlips
{
	position: absolute;
	width: 219px;
	height: 129px;
	top: 280px;
	left: 57%;
}



/* ================================================================================= */

.staboff
{
	background-image: url("pics/staboff.gif");
	background-repeat: no-repeat;
	color: #ffffff;
	height: 27px;
	width: 116px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.stabon
{
	background-image: url("pics/stabon.gif");
	background-repeat: no-repeat;
	color: #ffffff;
	height: 27px;
	width: 116px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.title_bar_left
{
	height: 195px;
	width: 18px;
	background-image: url("pics/title_bar_left.gif");
	background-repeat: no-repeat;
	font-size: 1px;
}
.title_bar_bkg
{
	height: 195px;
	background-image: url("pics/title_bar_bkg.gif");
	background-repeat: repeat-x;
	vertical-align: top;
}
.red10b
{
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.grn10b
{
	font-size: 10px;
	font-weight: bold;
	color: #008000;
}
.blue8
{
	font-size: 8px;
	font-weight: normal;
	color: #0A66BA;
}
.blue10b
{
	font-size: 10px;
	font-weight: bold;
	color: #0A66BA;
}
.blu14b
{
	font-size: 14px;
	font-weight: bold;
	color: #0A66BA;
}
.blue16b
{
	font-size: 16px;
	font-weight: bold;
	color: #0A66BA;
}
.bk8
{
	font-size: 8px;
	font-weight: normal;
	color: #4f4f4f;
}
.bk10
{
	font-size: 10px;
	font-weight: normal;
	color: #4f4f4f;
}
.bk10b
{
	font-size: 10px;
	font-weight: bold;
	color: #4f4f4f;
}
.bk16b
{
	font-size: 16px;
	font-weight: bold;
	color: #4f4f4f;
}
.btl
{
	background-image: url("pics/btl.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 7px;
	height: 7px;
}
.bt
{
	background-image: url("pics/bt.png");
	background-repeat: repeat-x;
	background-position: top;
	height: 7px;
}
.btr
{
	background-image: url("pics/btr.png");
	background-repeat: no-repeat;
	background-position: top right;
	width: 8px;
	height: 7px;
}
.bl
{
	background-image: url("pics/bl.png");
	background-repeat: repeat-y;
	background-position: center left;
	width: 7px;
}
.box
{
	background-color: #ffffff;
}
.br
{
	background-image: url("pics/br.png");
	background-repeat: repeat-y;
	background-position: center right;
	width: 8px;
}
.bbl
{
	background-image: url("pics/bbl.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 7px;
	height: 8px;
}
.bb
{
	background-image: url("pics/bb.png");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 8px;
}
.bbr
{
	background-image: url("pics/bbr.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 8px;
	height: 8px;
}
.rgtl
{
	background-image: url("pics/rgtl.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 13px;
	height: 13px;
}
.rgt
{
	background-image: url("pics/rgt.png");
	background-repeat: repeat-x;
	background-position: top;
	height: 13px;
}
.rgtr
{
	background-image: url("pics/rgtr.png");
	background-repeat: no-repeat;
	background-position: top right;
	width: 13px;
	height: 13px;
}
.rgl
{
	background-image: url("pics/rgl.png");
	background-repeat: repeat-y;
	background-position: center left;
	width: 13px;
}
.rg
{
	background-color: #eed5ba;
}
.rgr
{
	background-image: url("pics/rgr.png");
	background-repeat: repeat-y;
	background-position: center right;
	width: 13px;
}
.rgbl
{
	background-image: url("pics/rgbl.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 13px;
	height: 13px;
}
.rgb
{
	background-image: url("pics/rgb.png");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 13px;
}
.rgbr
{
	background-image: url("pics/rgbr.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 13px;
	height: 13px;
}
table
{
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0 0 0 0;
}
td
{
	padding: 0 0 0 0
}
.btn100
{
	width: 100px;
	height: 25px;
	color: #FFFF00;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url("pics/btn100off.png");
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0;
	background-color: transparent;
}
.look100 
{
    border:#994732 2px solid;
    font-size: 12px;
	color:#808080;
	background-color: #ffffff;
	width: 100px;
}
input.look250 
{
    border:#994732 2px solid;
    font-size: 12px;
	color:#808080;
	background-color: #ffffff;
	width: 250px;
}
input.look500 
{
    border:#994732 2px solid;
    font-size: 12px;
	color:#808080;
	background-color: #ffffff;
	width: 500px;
}
.left_bkg_top
{
	background-image: url("pics/left_bkg_top.gif");
	background-position: top right;
	background-repeat: no-repeat;
	height: 10px;
	font-size: 2px;
}
.left_bkg
{
	background-image: url("pics/left_bkg.jpg");
	background-position: right;
	background-repeat: repeat y;
}
.nofont
{
	font-size: 1px;
	height: 1px;
}
