/* --------------------------- common --------------------------- */
HTML, BODY
{
    height: 100%;
    background-color: #FFFFFF;
}

BODY, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
a
{
    color: #CD2D1D;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
table
{
    border-collapse: collapse;
}
/* --------------------------- main menu --------------------------- */
td.mainMenu
{
    border-left: 1px solid #135E53;
    line-height: normal;
}
.mainMenu a
{
    display: block;
    padding: 8px 8px 8px 8px;
    color: #CD2D1D;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}
.mainMenu a:hover
{
    color: #ffffff;
    text-decoration: none;
}
/* --------------------------- header --------------------------- */
#envelope
{
	position: relative;
	padding: 2px;
}
/* --------------------------- menu --------------------------- */
.navigator
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.navigator:hover
{
	text-transform: uppercase;
	text-decoration: none;
}
/* --------------------------- column --------------------------- */
.column
{
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.column h1
{
    font-size: 11px;
    color: #CD2D1D;
    text-align: center;
}
a.subMenu
{
    font-size: 11px;
    color: #CD2D1D;
    display: block;
    border-bottom: 1px solid #AAAAAA;
    padding: 2px 0 2px 0;
}
a.subMenu:hover
{
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 2px;
}
/* --------------------------- content --------------------------- */
#content
{
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 15px;
}
h1
{
	font-size: 14px;
	color: #CD2D1D;
}
h2
{
	font-size: 12px;
	color: #CD2D1D;
}
h3
{
	font-size: 11px;
}
p
{
    margin: 2px 0 0 0;
}
td.price
{
    border: 1px solid #AAAAAA;
    padding: 3px;
}
td.item
{
    border-bottom: 1px solid #AAAAAA;
    padding: 5px;
}
/* --------------------------- footer --------------------------- */
#copyright
{
    font-size: 7pt;
    padding: 5px 10px;
}
#copyright a
{
    text-decoration: none;
    color: #666666;
}
#copyright a:hover
{
    text-decoration: underline;
}
#footer
{
    background: #FFFFFF;
    border-top: 1px #228778 dotted;
}
/* --------------------------- map --------------------------- */
.div_map { margin-left: 20px; }
.div_map a { display: block; }
/* --------------------------- misc --------------------------- */
.lineH
{
    border-bottom: 1px solid #AAAAAA;
}
.alertText, .okText
{
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    font-family: Arial;
    margin-top: 20px;
}
.alertText
{
    color: #950000;
}
.okText
{
    color: #000000;
    text-align: center;
}
div.branchLine
{
    padding: 3px 5px;
    border: 1px solid #C0C0C0;
    background: #CD301F;
	color:#FFFFFF;
}
.branchLine a
{
	color:#FFFFFF;
}
.branchLine a:hover
{
}

/* --------------------------- form --------------------------- */
table.form
{
	background-color: #FFFFFF;
	position: relative;
	height: 60px;
	width: 468px;
}
.form td
{
    font-size: 8pt;
    vertical-align: top;
}
td.formErr
{
    font-size: 8pt;
    vertical-align: top;
    background: #FFEAEA;
}
.form th
{
    font-size: 9pt;
    border-bottom: 1px solid #C0C0C0;
    padding-top: 15px;
}
form
{
    margin: 0;
}
TEXTAREA, INPUT, SELECT
{
    background: #fefeee;
    font-size: 10pt;
    border: 1px solid #CD2D1D;
}
.button
{
    margin: 7px;
    height: 25px;
    border: 2px outset #135E53;
    background-color: #CA2F1E;
    font-family: Arial;
    FONT-SIZE: 9pt;
    color: #ffffff;
    font-weight: bold;
}
#gallery img
{
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-color: #CD301F;
	border-right-color: #CD301F;
	border-bottom-color: #CD301F;
	border-left-color: #CD301F;
}