@charset "utf-8";
/* CSS Document */

body {
	background-color: #E8DCD0;
	background-image: url(../images/Option1_bg_01.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000000;
	
}


h1 {
	font-size: 30px;
	color: #AB671E;

}

h3 {
	font-size: 16px;
	color: #AB671E;
	font-weight: bold;
}

#container{
	
}

#contentcontain{
	width: 1025px;
}

.center
{ 
	text-align: center;
}

.center table
{ 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.menutext, .menutext a {
	font-size: 12px;
	font-weight: bold;
	color: #f6f0dc;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration:none;
}

#logodiv {
	display:block;
	position:absolute; /*float like butterfly*/
}

.transparentblue {
	filter: alpha(opacity=58); /* ie */
	-moz-opacity: .58; /* mozilla */
	background:#022b50;
}

.normal {
	position:relative;
	-moz-opacity:1;
}

#catmenudiv a {
	filter: alpha(opacity=40); /* ie */
	-moz-opacity: .4; /* mozilla */
	opacity:0.4;
	background:#022b50;
	height: 40px;
	width: 246px;
	text-align: center;
	margin-left: 20px;
	float: left;
	text-decoration: none;
}

#catmenudiv a.current{
	filter: alpha(opacity=100); /* ie */
	-moz-opacity: 1; /* mozilla */
	opacity:1;
	background:#5a3c1f;
	background-image: url(../images/currentcat.jpg);
	height: 40px;
	width: 246px;
	text-decoration: none;
	color: #5a3c1f;
}

#catmenudiv a.current span{
	color: #5a3c1f;
}

#catmenudiv a:hover{

	background:#E8DCD0;
	height: 40px;
	width: 246px;

	text-decoration: none;
}

#catmenudiv a span {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #C9CEDB;
	position:relative;
	margin-top: 10px;
	line-height:40px;

	position:relative;
	-moz-opacity:1;
}



/*
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color: red;}
*/


#content {
	background-color: #f1e8de;
	margin: 20px;
	min-height: 400px;
	padding: 25px;	/*
	margin-left: auto;
	margin-right: auto;
	width:980px;
	*/
}


#content img {
	margin: 2px;
	padding: 4px;
	border: thin solid #BAA68E;
}

.bordered {
	margin: 2px;
	padding: 4px;
	border: thin solid #BAA68E;
}


#footer {
	background-color: #B19F88;
	background-image: url(../images/Option1_bg_02.jpg);
	background-repeat: repeat-x;
	height: 115px;
	color: #EEE1D2;
	padding-top: 10px;
	font-size:10px;
}

#footer a:link, #footer a:visited {
	color: #EEE1D2;
}
