﻿@charset "utf-8";

/* ---------- Background ---------- */

#wrapper {
	background: #1e1e1e url(../images/header_bg_black.png) no-repeat top center;
}

/* ---------- Button ---------- */

.button {
	width: 183px;
	height: 43px;
	margin: 20px 20px 0px 0px;
	background: url(../images/big_button.png) top left;
	display: block;
	float: left;
	color: #ad5000;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
}
.button:hover {
	background: url(../images/big_button.png) bottom left;
}

/* ---------- Subpage bubble ---------- */

#bubble {
	background: url(../images/about_bubble.png) top left no-repeat;
	width: 392px;
	height: 111px;
	padding: 0px 20px;
	margin-bottom: 20px;
}
.bubble {
	color: #ad5000;
}
.bubblep {
	color: #6f3401; 
}

/* ---------- Menu links ---------- */

#menu li a:hover {
	text-decoration: none;
	color: #000000;
}
.on {
	color: #000000 !important;
}