@charset "utf-8";
body {
	background: url(/images/bg_seamless.jpg);
	margin:0;
	padding:0px 0px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.89em;
}
#wrap {
	width:970px;
	margin:0 auto;
	background:#550000 url(/images/bg_wrap.jpg) top left repeat-x;
}
#menu {
/*	background:url(/images/bg_menu.png); */
	overflow:auto;
	padding-left:15px;
}
#menu ul, #menu li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
}
#menu a {
	display:block;
	float:left;
	padding: 12px 9px;
	text-decoration:none;
	font-variant:small-caps;
	color:#ffd52b;
	border-left:1px solid #ffd52b;
	border-right:1px solid #eabb00;
	/* border-color:#EABB00; */
}
#menu a:hover {
	background:url(/images/bg_menu_hov.png);
	color:#fff;
}
#menu #hmlk { margin-left:12px; }
#hmpg #hmlk a, #polpg #pollk a, #coatpg #coatlk a, #restpg #restlk a, #testpg #testlk a, #contpg #contlk a {
	cursor:default;
	background:url(/images/bg_menu_on.jpg);
	color:#ba1500;
}
#hdr {
	float:left;
}
#hdr a img { border:none; }
#inf {
	float:left;
	width:140px;
	padding:8px 25px;
	color:#fff;
	font-size:.9em;
}
#inf p { margin:0px; }
#inf strong { color:#ffd52b; font-size:1.1em; }
#inf hr {
	height:1px;
	border:none;
	background-color:#820000;
	margin:12px 0px;
	padding:0;
}
#main {
	clear:left;
	color:#fff;
/*	background:#550000 url(/images/bg_main.jpg) top left repeat-x; */
	padding:5px 15px 12px;
	min-height:276px;
	overflow:auto;
}
h1 { font-size:1.75em; color:#ffd52b; border-bottom:1px solid #fff; }
h1 span { font-size:.75em; color:#fff; font-style:italic; }
#txt {
	width:517px;
	float:left;
	border:1px solid #fff;
	padding:2px 7px 7px;
	min-height:200px;
	background:url(/images/bg_seamless.jpg);
	color:#550000;
	line-height:1.35;
}
#txt a {
	text-decoration:none;
	color:#550000;
	font-weight:bold;
	border-bottom:1px dotted #550000;
}
#hmpg #txt, #contpg #txt, #notpg #txt { background:none; color:#fff; }
#hmpg #txt a, #contpg #txt a, #notpg #txt a { color:#ffd52b; border-color:#ffd52b; }
#txt img { margin-bottom:7px; }

#thx {
	float:left;
	margin-left:35px;
	width:300px;
	border:1px solid #820000;
	padding: 5px 15px;
}
#thx h2 {
	padding:.25em 0em;
	font-size:1.1em;
	margin:0;
}
#thx img {
	border:2px solid #ffd52b;
}
#thx em { color:#ffd52b; font-weight:bold; }
#ftr {
	background:#550000 url(/images/footer.jpg) top right no-repeat;
	height:65px;
}
#crdt {
	font-size:.6em;
	background:#ffce0d;
	text-align:right;
	border-bottom:1px solid #bb9600;
	letter-spacing:.05em;
}
#crdt a {
	color:#BB9600;
	text-decoration:none;
	display:block;
	padding:3px 20px 4px;
}
#crdt a:hover, #crdt a:active {
	color:#fff;
	background-color:#D7AC00;
}
.sil { display:none; }
textarea, input[type='text'] {
	border:1px solid #550000;
	margin-bottom:2px;
	color:#000;
	background:url(/images/bg_seamless.jpg);
}
textarea { width:500px; height: 150px; overflow:auto; }