﻿@charset "utf-8";
/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}

html
{
	height: 100%;
}

body
{
	background: #fdfcf9 url(images/bg_tile.jpg) repeat-x;
	color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100%;
}

h1
{
	color: #eaa500;
	font-weight: normal;
	font-size:18px;
}

h2
{
	color: #666;
	font-weight: normal;
	font-size:16px;
}

#container
{
	width: 950px;
	margin: 0 auto -50px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header
{
	width: 100%;
	height: 130px;
}

#content
{
	width: 950px;
	min-height: 600px;
	margin-top: 25px;
}

#content p
{
	padding-top: 10px;
	padding-right: 10px;
}

#navigation
{
	width: 222px;
	float: left;
	font-size: 90%;
	font-weight: 700;
	text-transform: uppercase;
}

#navigation table
{
	width: 202px;
}

#navigation td
{
	background: url(images/nav_normal.png) no-repeat;
	width: 202px;
	height: 82px;
	vertical-align: middle;
	text-align: center;
}

#navigation td:hover
{
	background: url(images/nav_over.png) no-repeat;
}

#navigation a
{
	display: block;
	color: #636363;
	text-decoration: none;
	padding: 25px 0;
}

#main
{
	width: 440px;
	float: left;
}

#main li
{
	margin-left: 15px;
}

#banners
{
	width: 288px;
	margin-top: 30px;
	float: left;
	text-align: center;
}

.push
{
	height: 40px;
}

#footer
{
	background: url(images/footer_tile.png) repeat-x;
	clear:both;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	
}

#footer a
{
	color: #636363;
	text-decoration: none;
}

#footer a:hover
{
	background: #eaa500;
}

.special
{
	background: #F8F8F8;
	border: 1px dashed #CCCCCC;
	width: 418px;
	padding: 10px;
	margin: 10px 0;
}

.special h1
{
	font-size: medium;
	font-weight: 700;
	color: #CC0000;
}

.special h2
{
	font-size: 100%;
	font-weight: 700;
	color: #CC0000;
	margin: 10px 0;
}
