﻿#Container
{
    margin:auto; 
}

.hidden
{
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}

#contentContainer 
{
	height: 100%;
	min-height: 100%;
	background-color: #000000;
	border-left: solid 5px #5c2d1d;
	border-right: solid 5px #5c2d1d;
	width: 720px;
	margin:auto; 
	text-align: left;
	margin-bottom: 5px;

} /* for proper browsers */

* html #contentContainer 
{
	height: 100%;
	min-height: 100%;
	background-color: #000000;
	border-left: solid 5px #5c2d1d;
	border-right: solid 5px #5c2d1d;
	width: 720px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
} 

#insideContentContainer
{
	padding: 15px;
	color: #9c8b7a;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

body
{
	min-height: 100%;
	height: 100%;
	margin-top: 0px;
	margin-bottom: -0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(../../Images/template/background_wooden_fade.jpg) repeat-y #050505 center;
}

.navigationCell_Off
{
	border-right: solid 1px #5c2d1d;
	background-color: #1c0c08;
}

.navigationCell_On
{
	border-right: solid 1px #5c2d1d;
	background-color: #3a1b0b;
}

.navigationCell_End_On
{
	background-color: #3a1b0b;
}

.navigationCell_End_Off
{
	background-color: #1c0c08;
}

#navigationTable
{
    z-index: 1;
    margin-top: -5px;
	color: #FFFFFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #190a02;
	width: 100%;
	border-top: solid 1px #5c2d1d;
	border-bottom: solid 1px #5c2d1d;
}

.navDiv
{
	padding: 5px;
}

#navigationTable a
{
	color: #bfbfbf;
	text-decoration: none;
}

.indented
{
	text-indent: 2em;
}

.importantPriceCell
{
    font-weight: bold;
    background-color: #dddddd;
    color: Black;
}

.importantPriceCell2
{
    font-weight: bold;
    background-color: #aaaaaa;
    color: Black;
}

.priceTable
{
    width: 98%;
    background-color: #27140c;
}

.priceTableSlim
{
    width: 60%;
    background-color: #27140c;
}

a
{
    color: #dddddd;
    text-decoration: none;
}

a:hover
{
    color: #dddddd;
    text-decoration: underline;
}