 /* CSS Document */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5b493b;
	text-indent: 0px;
	font-weight: normal;
	z-index: 10;
	letter-spacing: .1mm;
	line-height: 18px;
}

.no_repeat {
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-ATTACHMENT: scroll;
}
A:link {
	font-family: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    text-decoration: none;
    COLOR: #cb580a;
}
A:visited {
	font-family: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    text-decoration: none;
    COLOR: #cb580a;
}
A:active {
	font-family: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    text-decoration: none;
    COLOR: #fa8638;
}
A:hover {
	font-family: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    text-decoration: none;
    COLOR: #fa8638;
}

.text_9px {
    FONT-size: 9px;
}
.text_10px {
    FONT-size: 10px;
}
.text_11px {
    FONT-size: 11px;
}
.text_12px {
    FONT-size: 12px;
}
.text_14px {
    FONT-size: 14px;
}
.text_16px {
    FONT-size: 16px;
}
.text_18px {
    FONT-size: 18px;
}
.text_20px {
    FONT-size: 20px;
}
.text_22px {
    FONT-size: 22px;
}
.text_24px {
    FONT-size: 24px;
}
.text_26px {
    FONT-size: 26px;
}
.text_bold {
	FONT-WEIGHT: bold;
}

.text_red {
	color:#a54832;
}
.text_orange {
	color:#ba5f22;
}
.text_beige {
	color:#937954;
}
.text_brown {
	color:#985c38;
}

.text_space2 {
	letter-spacing: .1mm;
}

.text_height20 {
	line-height: 20px;
}
.text_height22 {
	line-height: 22px;
}

.pic_left {
	margin-right: 10px;
}

.pic_right {
	margin-left: 10px;	
}

#mainmenu{
	width:828px;
	cursor:pointer;
}

#mainmenu UL
{
	MARGIN: 0px;
	padding:0px;
	LIST-STYLE-TYPE: none;
}

#mainmenu UL LI
{
	DISPLAY: inline;
	POSITION: relative;
	padding-right:8px;
}

.menu_OFF{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.menu_ON{
	color:#e05d05;
	font-size:12px;
	font-weight:bold;
	border:0px;
}
