@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	height: 100%;
	text-align:center;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color:#333;
	background: url(../images/bg.png) repeat-x;
	background-color: black;
}
#layout-table,
#layout-table tr,
#layout-table tr td,
#layout-table tr th {
	padding: 0;
}
#container {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:1010px;
	font-size: 13px;
	line-height: 17px;
}
.ie6 #container,
.ie7 #container {
	overflow: hidden;
}
#header {
	position: relative;
	background: url(../images/header-bg.png) no-repeat top right;
	margin-right: 30px;
	height: 161px;
	padding: 1px;
}
#header h1 {
	margin: 18px 0 0 0;
	widows: 296px;
	height: 139px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -99999em;
}
#nav-box {
	width: 718px;
	height: 36px;
	position: absolute;
	top: 125px;
	right: 0;
	background: url(../images/nav-bg.png) no-repeat;
}
#nav {
	float: right;
}
#nav li {
	list-style: none;
	margin: 10px 45px 0 0;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.ie6 #nav li,
.ie7 #nav li {
	margin: 10px 35px 0 0;
}
#nav li a {
	text-decoration: none;
	color: #fff;
}
#nav li a:hover {
	color: #000;
}
#nav-contact {
	position: absolute;
	top: 0px;
	right: 0;
}
#ticker {
	position: absolute;
	top: -1px;
	right: 100px;
}
#body {
	position: relative;
	z-index: 1;
	background: url(../images/body-top.png) no-repeat top center;
	width: 916px;
	margin: 25px 30px;
	padding: 17px;
	background-color: #ececec;
}

.page-title {
	position: absolute;
	z-index: 200;
	top:29px;
	right: -2px;
	font-size: 100px;
	text-transform: lowercase;
	color: #6f0000;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -5px;
}
.ie6 .page-title,
.ie7 .page-title {
	top: -24px;
	right: -8px;
	line-height: 120px;
}
#body-content {
	position: relative;
	padding: 120px 232px 40px 63px;
	text-align: justify;
	z-index: 1
}
#text-page img {
	position: relative;
	z-index: 1;
	margin: 10px;
	border: 3px solid #333;
}
a {
	color: #333;
}


#footer {
	height: 72px;
	background: url(../images/footer-bg.png) repeat-x;
	vertical-align: top;
	color: white;
	margin: 0;
	padding: 4px 0;
}

.white-box,
.red-box,
.black-box {
	margin-bottom: 20px;
}
.white-box h2 {
	margin: 0 0 -1px 0;
	color: #fff;
	text-transform: uppercase;
}
.white-box a {
	color: #333;
}
.red-box h2 {
	margin: 0 0 -1px 0;
	color: #900;
	text-transform: uppercase;
}
.red-box a {
	color: #fff;
}
.black-box h2 {
	margin: 0 0 -1px 0;
	color: #383838;
	text-transform: uppercase;
}
.black-box a {
	color: #fff;
}
.white-box .inner-box,
.red-box .inner-box,
.black-box .inner-box {
	position: relative;
	padding: 20px 20px 3px 20px;
}
.white-box .inner-box {
	background: url(/media/images/gradient-white.png) repeat-x top;
	background-color: #d5d5d5;
	color: #333;
}
.red-box .inner-box {
	background: url(/media/images/gradient-red.png) repeat-x top;
	background-color: #340000;
	color: white;
}
.black-box .inner-box {
	background: url(/media/images/gradient-black.png) repeat-x top;
	background-color: #141414;
	color: white;
}


.top-left {
	width: 3px;
	height: 3px;
	background: url(/media/images/round-corners-white.png) no-repeat bottom right;
	position: absolute;
	top: 0;
	left: 0;
}
.top-right {
	width: 3px;
	height: 3px;
	background: url(/media/images/round-corners-white.png) no-repeat bottom left;
	position: absolute;
	top: 0;
	right: 0;
}
.bottom-left {
	width: 3px;
	height: 3px;
	background: url(/media/images/round-corners-white.png) no-repeat top right;
	position: absolute;
	bottom: 0;
	left: 0;
}
.bottom-right {
	width: 3px;
	height: 3px;
	background: url(/media/images/round-corners-white.png) no-repeat top left;
	position: absolute;
	bottom: 0;
	right: 0;
}

#home .top-left,
#home .top-right,
#home .bottom-left,
#home .bottom-right {
	background-image: url(/media/images/round-corners.png);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: left;
}

h1.emphasis,
h2.emphasis,
h3.emphasis,
h4.emphasis,
h5.emphasis,
h6.emphasis {
	color: #990000;
}
