* {margin:0;padding:0;}

body {
    font-family:Tahoma,Verdana,sans-serif;
    font-size:11px;
    line-height:20px;
}

/* BOX */
#container  {
    width:770px;
    padding:0;
    margin:10px auto;
    position:relative;
    background:#f5f5f5 url(../images/bgContainer.gif) repeat-x;
    border:1px solid #CCC;
}

#content {
    padding:0 16px;
}
#top {
    height:180px;
}
#mainMenu {
    border:0px solid #CCC;
    width:310px;
    height:270px;
}

#mainMenu ul, #mainMenu ul li {
    list-style:none;
}

#mainMenu ul li {
    border-bottom:1px solid #CCC;
}

#mainMenu ul li a:LINK, #mainMenu ul li a:VISITED {
    display:block;
    font-size:11px;
    padding:6px;
    width:200px;
    color:#780300;
    text-decoration:none;
}
#mainMenu ul li a:HOVER, #mainMenu ul li a.active {
    text-decoration:underline;
}

#slideShow {
    width:384px;
    height:353px;
    top:60px;
    right:20px;
    padding:8px;
    position:absolute;
    background:#efefef;
    border:1px solid #999;
}
#left_col, #right_col {
    border-top:1px dotted #999;
    text-align:justify;
    padding:16px 0;
}
#left_col {
    width:300px;
    float:left;
    padding-right:16px;

}
#right_col {
    width:400px;
    float:left;
    padding-left:16px;
    border-left:1px dotted #999;
}
#footer {
    border-top:4px solid #780300;
    padding:0 16px;
    height:70px;
}

/* SELECTORS */
img         {border:0;}
img.border  {border:1px solid #CCC;padding:4px;background:#FFF;margin-right:4px;}
ul, ul li   {list-style:none;}
small       {font-size:11px;}
big         {font-size:16px;}
blockquote {
            text-indent: -0.4em;
            font-size: 16px;
            line-height:16px;
            font-family:Georgia,Times,serif;
            font-style:italic;
}
blockquote p { quotes: "\201E" "\201D" }
blockquote p:before  { content: open-quote }
blockquote p:after { content: close-quote }
blockquote p.last:after { content: close-quote }

/* table */
table       {width:100%;}
table, table tr td, table tr th {border:0px solid #222;border-collapse:collapse;}
table tr th, table tr td {vertical-align:top;padding:5px;}
table.border0, table.border0 tr td {border:0;}
table th    {text-align:left;}
table tr.light td {background:#CCC;}

p,h1,h2,h3,h4,ul,blockquote,table,img {margin-bottom:16px;}

/* headers */
h1,h2,h3,h4 {font-family:Georgia,Times,serif;font-weight:normal;}
h1          {font-size:24px;color:#780300}
h2          {font-size:24px;color:#780300}
h3          {font-size:18px;}
h4          {font-size:16px;}

/* CLASS */

/* text-align */
.center     {text-align:center;}
.right      {text-align:right;}
.left       {text-align:left;}
.justify    {text-align:justify;}

/* border */
.border     {border:1px dotted #CCC;}
.border0    {border:0;}
.borderT    {border-top:1px dotted #CCC;}
.borderR    {border-right:1px dotted #CCC;}
.borderL    {border-left:1px dotted #CCC;}
.borderB    {border-bottom:1px dotted #CCC;}

/* padding */
.padding0   {padding:0;}
.padding5   {padding:5px;}
.padding10  {padding:10px;}
.padding15  {padding:15px;}

/* float */
.floatL     {float:left;}
.floatR     {float:right;}

/* other */
.clr        {clear:both;}
.box        {
    border:1px solid #CCC;
    padding:5px;
}
.red        {color:red;}
.green      {color:green;}

/* email_form */
#email_form input, #email_form textarea {width:100%;}
#email_form textarea {height:120px;}
#email_form input#submit {width:100px;}

/* calendar */
table.calendar, table.calendar th, table.calendar td {border:1px solid #CCC;text-align:center;}
table.calendar td {width:20px; height:20px;}
table.calendar th {background:#efefef;color:#780300;height:20px;text-align:center;}
.cDisable       {background:url(../images/cDisable.gif) no-repeat bottom right;}
.cEnable        {background:url(../images/cEnable.gif) no-repeat bottom right;}

/* ceny */
table.ceny, table.ceny th, table.ceny td { border:1px solid #CCC;}
table.ceny th {background:#efefef;vertical-align:middle;}