/* CSS Document */

body {
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #AAB570;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

.topmenu {
	font-size: 17px;
}

.leftshade {
	background-image: url(images/leftsideshade.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightshade {
	background-image: url(images/rightsideshade.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottomshade {
	background-image: url(images/bottomshade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.medtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.medtextdarkbrwn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #663300;
	text-decoration: none;
}
.smalltextdarkbrwn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #663300;
	text-decoration: none;
}
.sidemenutxt, a.sidemenutxt:link, a.sidemenutxt:visited, a.sidemenutxt:active {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#663300;
	text-decoration:none;
	padding-left:28px;
	}
a.sidemenutxt:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#999900;
	text-decoration:none;
	padding-left:28px;
}

.sidemenutxt:hover{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#999900;
	text-decoration:none;
	padding-left:28px;
	}
.brdr{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8E8164;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8E8164;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8E8164;
	padding:10px;
}
a.head_office,
a.region_k,
a.go_ride	{display:block; width:100%; padding:5px 0; text-indent:-9999px;}
a.head_office	{background:url(images/hdr_menu1.jpg) no-repeat left top;}
a.region_k	{background:url(images/hdr_menu2.jpg) no-repeat left top;}
a.go_ride	{background:url(images/hdr_menu3.jpg) no-repeat left top;}
a:hover.head_office{background:url(images/hdr_menu1_roll.jpg) no-repeat left top;}
a:hover.region_k	{background:url(images/hdr_menu2_roll.jpg) no-repeat left top;}
a:hover.go_ride	{background:url(images/hdr_menu3_roll.jpg) no-repeat left top;}

h2 {
	font-size: 16px;
	color: #663300;
}

.side_buttons {
	float: right;
	width: 80px;
	padding: 10px 10px 10px 30px;

	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.side_buttons p {
	padding-top: 18px;
}

a:link, a:active, a:visited {

	color: #663300;
	text-decoration: underline;

}

a:hover {
	text-decoration: none;
}