/* css document */
* {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: "tahoma";
	color: #353535;
}


body {
	background-color: black;
}

.f-left {
float: left;
}

.f-right {
float: right;
}

.odd {
background-color: whitesmoke;
}

.even {
background-color: white;
}

#fix {
	width: 973px;
	left: 50%;
	margin-left: -486px;
	position: absolute;
	overflow: hidden;
}

#menu ul li a {
text-transform: uppercase;
color: #C9BDCC;
text-decoration: none;
font-weight: 400;
}

#menu ul li a:hover {
text-decoration: underline;
}

#header h1{
position: absolute;
z-index: -10;
margin-left: 10px;
color: #C90000;
font-size: 25px;
}

#header a{
display: block;
height: 100%;
}

#content{
clear: both;
}

#right-block{
width: 305px;
float: right;
}

#right-block #submenu {
height: 34px;
margin-left: 12px;
}

#right-block #submenu a.inactive {
cursor: default;
}

#right-block #submenu a {
display: block;
width: 94px;
height: 34px;
line-height: 34px;
text-align: center;
text-decoration: none;
margin-right: 2px;
float: left;
color: white;
background: transparent url('bg-submenu-red.png') no-repeat top left;
}

#right-block #submenu a.active:hover {
color: #800204;
background: transparent url('bg-submenu-white.png') no-repeat top left;
font-weight: bold;
}

#right-block #right-block-content {
background: #EAEAEA url('bg-right-block.png') no-repeat top right;
height: 560px;
overflow: hidden;
}

#right-block p.thumbs{
margin: 20px 0 20px 9px;
clear: both;
}

#right-block p.thumbs a{
display: block;
width: 93px;
overflow: hidden;
float: left;
margin: 0 0 5px 3px;
}

#right-block p.thumbs a.big{
height: 115px;
}

#right-block p.thumbs a.small{
height: 70px;
}

#right-block p.thumbs a img{
border: none;
width: 93px;
}

#footer {
height: 50px;
clear: both;
}

#footer span {
display: block;
width: 289px;
line-height: 50px;
text-align: center;
height: 50px;
float: right;
margin-right: 8px;
background: #9B0C1C url('bg-footer-span.png') no-repeat top right;
color: white;
font-size: 90%;
}


#right-block p.collection{
margin-left: 20px;
margin-right: 15px;
}

#right-block p.collection img {
padding-right: 10px;
float: left;
border: none;
}

#right-block p.collection a.liketext {
text-decoration: none;
color: #353535;
}

form div {
padding: 5px 0px;
}

form div span{
display: inline-block;
width: 100px;
vertical-align: top;
}

form div span.error{
width: 250px;
color: red;
}

form div input{
width: 200px;
color: black;
}

form div input.antispam{
width: 84px;
}

form div input.submit{
width: 120px;
}

form div input.radio{
width: 10px;
}

form div textarea{
color: black;
}

/* -- WYSIWYG -- */

a{
color: #A00002;
}

h2{
height: 20px;
font-size: 16px;
background: transparent url('bg-h2-mark.png') no-repeat center left;
padding-left: 35px;
margin: 15px 15px 15px 20px;
color: #A00002;
font-weight: bold;
}

h3{
font-size: 12px;
margin: 5px 0 0px 0;
color: #A00002;
font-weight: bold;
}



