﻿body 
{
    margin:0 0 0 0;     
    background-image:url('./Images/MainBg.jpg');
}

.MainFooter
{
    background-image:url('./Images/MainFooter.png');
    background-repeat:no-repeat;
    width:857px;
    height:84px;
}

.GalleryBg
{
    background-image:url('./Images/GalleryBg.jpg');
    background-repeat:no-repeat;
    width:39px;
    height:39px;
}

.HomeBg
{
    background-image:url('./Images/HomeBg.jpg');
    background-repeat:no-repeat;
    height:170px;
    width:376px;
}

.MainLeftBg
{
    background-image:url('./Images/MainLeftBg.jpg');
    background-repeat:repeat-y;
    width:72px;
}

.MainBottomBg
{
    background-image:url('./Images/MainBottomBg.png');
    background-repeat:repeat-x;
    height:31px;
}

.InnerBg
{
    background-image:url('./Images/InnerBg.jpg');
    background-repeat:repeat-x;
    height:398px;
    width:436px;
}

.ContactUsBg
{
    background-image:url('./Images/ContactUsBg.png');
    background-repeat:repeat-x;
    height:396px;
    width:661px;
}

.GrayBorder
{
     border:1px solid #3c464d;
}

.RedRow
{
    background-color:#912e25;
    height:27px;
    width:120px;
}

.LinedBorder
{
     border:1px dashed #a7a9a8;
}

.WhiteLine
{
     height:1px;
     color:White;
}

.WhiteBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:White;
}

.WhiteMenuBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Verdana;
    font-size:11px;
    color:White;
}

.GrayCaption
{
    font-weight:bold;
    text-decoration:none;
    font-family:Verdana;
    font-size:16px;
    color:#7b7e7e;
}

.WhiteSmall
{
    font-weight:normal;
    text-decoration:none;
    font-family:Verdana;
    font-size:10px;
    color:White;
}

.WhiteText
{
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:White;
}

.BlackText
{
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:Black;
}

.GrayText
{
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#616161;
}

.GrayBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#616161;
}

.GrayBoldLinks
{
    font-weight:bold;
    text-decoration:underline;
    font-family:Arial;
    font-size:12px;
    color:#616161;
}

.GrayBoldSmall
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:11px;
    color:#616161;
}

.GrayCaption
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:14px;
    color:#616161;
}

.DarkGrayText
{
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#333333;
}

.DarkGrayBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#333333;
}

.BlackBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:Black;
}

.DarkRedBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#912e25;
}

.DarkRedCaption
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:14px;
    color:#9e4438;
}

.RedBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#ad1d3a;
}

.RedCaption
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:14px;
    color:#ad1d3a;
}

.GreenBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#599d21;
}

.BlueBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#0e5aa6;
}

.BlueLinks
{
    font-weight:normal;
    text-decoration:underline;
    font-family:Arial;
    font-size:12px;
    color:#0e5aa6;
}

.Input
{
    border:1px solid #920000;
    color:Black;
    font-size:12px;
    font-weight:normal;
    font-family:Arial;
    background-color:White;
}

.GrayInput
{
    border:1px solid #d6d8db;
    color:black;
    font-size:12px;
    font-weight:normal;
    font-family:Arial;
    background-color:#d6d8db;
}

.SubmitButton 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	border: 0px solid black;
	background-color:#912e25;
	background-repeat:no-repeat;
	background-position:center;
	padding: 2px 8px;
	cursor:pointer;
}

.Clickable
{
    cursor:pointer;
}

.whitePanel
{
    background-color:White;    
}

.PreviewPanel
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;       
    z-index:54000;       
}
