body
{
    margin:0 0 0 0;
    font-family:Verdana;
    font-size:1px;
}

/*
* MainTable
*/

#mainTable
{
    background-image:url('../img/bgMain.jpg');
    background-repeat:repeat-y;
}

#mainTable2
{
    background-image:url('../img/bgMain2.jpg');
    background-repeat:repeat-y;
}

/*
* end of: MainTable
*/

/*
* MENU FRAME
*/

#menuFrame
{
    background-image:url('../img/bgMenuFrame.jpg');
    background-repeat:no-repeat;
    height:34px;
    font-size:11px;
    color:#fff;
    padding: 0 0 0 50px;
}

#menuFrame a
{
    font-size:11px;
    text-decoration:none;
    color:#fff;
    font-weight:normal;
    margin: 0 2px 0 2px;
}

#menuFrame a:hover
{
    font-size:11px;
    text-decoration:underline;
    color:#fff;
    font-weight:normal;
    margin: 0 2px 0 2px;
}

#menuFrame .active
{
    font-size:11px;
    text-decoration:none;
    color:#fff;
    font-weight:bold;
    margin: 0 2px 0 2px;
}
#menuFrame .active:hover
{
    font-size:11px;
    text-decoration:underline;
    color:#fff;
    font-weight:bold;
    margin: 0 2px 0 2px;
}

/*
* end of: MENU FRAME
*/

/*
* LEFT FRAME
*/

#leftFrame
{
    background-image:url('../img/bgLeftFrame.jpg');
    background-repeat:no-repeat;
    background-position:bottom;
    width:197px;
    height:260px;
}

#leftFrame div
{
    font-size:10px;
    padding: 0 10px 0 25px;
    margin: 10px 0 200px 0;
    color:#F9961F;
}

#leftFrame div a
{
    color:#F9961F;
    text-decoration:underline;
}

#leftFrame div a:hover
{
    color:#F9961F;
    text-decoration:none;
}

/*
* end of: LEFT FRAME
*/

/*
* CONTENT FRAME
*/

#contentFrame
{
    padding:10px 15px 0px 15px;
    font-size:11px;
    color:#3E1A00;
}

#contentFrame h1
{
    display:block;
    margin: 0 0 15px 0;
    font-size:11px;
    font-weight:bold;
    color:#F98A04;
}

#contentFrame a
{
    color:#F98A04;
    font-weight:bold;
    text-decoration:none;
}

#contentFrame a:hover
{
    font-weight:bold;
    text-decoration:underline;
}

#contentFrame form .input1
{
    border:1px solid #5D3E21;
    color:#5D3E21;
    width:250px;
    font-size:11px;
    font-family:Verdana;
}

#contentFrame form .input2
{
    border:1px solid #5D3E21;
    color:#5D3E21;
    width:98px;
    font-size:11px;
    font-family:Verdana;
}

#contentFrame form .button1
{
    border:1px solid #FBAB4A;
    background-color:#FE8A01;
    color:#FFF;
    padding:2px 10px 2px 10px;
    font-size:10px;
    font-weight:bold;
    font-family:Verdana;
}

#contentFrame .offerTable
{
    border: 1px solid #F57800;
    margin:0 0 15px 0;
}

#contentFrame .offerTable2
{
    border: 1px solid #F57800;
    margin:0 0 0px 0;
}

#contentFrame .offerTable .trSpecial
{
    background-image: url('../img/bgTrSpecial.jpg');
    background-repeat:repeat-x;
    height:19px;
    font-weight:bold;
    color:#FFF;
}

#contentFrame .button2
{
    border:1px solid #FBAB4A;
    background-color:#FE8A01;
    color:#FFF;
    padding:2px 10px 2px 10px;
    font-size:10px;
    font-weight:bold;
    font-family:Verdana;
    width:100px;
}

.smallInput
{
    border:1px solid #000;
    color:#000;
    width:20px;
    font-size:11px;
    font-family:Verdana;
}

.input2Right
{
    border:1px solid #5D3E21;
    color:#5D3E21;
    width:200px;
    font-size:10px;
    font-family:Verdana;
}

.button2Right
{
    border:1px solid #FBAB4A;
    background-color:#FE8A01;
    color:#FFF;
    padding:2px 10px 2px 10px;
    font-size:10px;
    font-weight:bold;
    font-family:Verdana;
}

/*
* end of: CONTENT FRAME
*/

/*
* RIGHT FRAME
*/

#rightFrame
{
    width:224px;
}

/*
* end of: RIGHT FRAME
*/

/*
* FOOTER FRAME
*/

#footerFrame
{
    background-image:url('../img/bgFooterFrame.jpg');
    background-repeat:no-repeat;
    height:89px;
    font-size:10px;
    color:#F68A03;
}

#footerFrame a
{
    color:#F68A03;
    text-decoration:underline;
}
#footerFrame a:hover
{
    text-decoration:none;
}

#footerFrame2
{
    background-image:url('../img/bgFooterFrame2.jpg');
    background-repeat:no-repeat;
    height:89px;
    font-size:10px;
    color:#F68A03;
}

#footerFrame2 a
{
    color:#F68A03;
    text-decoration:underline;
}
#footerFrame2 a:hover
{
    text-decoration:none;
}


/*
* end of: FOOTER FRAME
*/

/*
* LINET FRAME
*/

#linetFrame
{
    background-color:#fff;
    height:30px;
    font-size:11px;
    text-align:center;
}

#linetFrame a
{
    color:#F9961F;
    text-decoration:none;
}

#linetFrame a:hover
{
    color:#995A0F;
    text-decoration:none;
}


/*
* end of: FOOTER FRAME
*/

.input {
    display: block;
    padding: 2px 4px;
    border: 1px solid #F57800;
    width: 270px;
    margin: 2px 0 5px 0;
}