* {margin:0;padding:0;}

body {
    font-family:Tahoma,Verdana,sans-serif;
    font-size:12px;
    line-height:16px;
    background:url(../images/bg_body.jpg);
}

/* BOX */
#top
{
    background:url(../images/bg_top.jpg) repeat-x;
    height:43px;
    text-align:center;
}
#top-image
{
    background:url(../images/bg_top_image.jpg) no-repeat;
    height:245px;
}
#container  {
    width:938px;
    margin:auto;
}

#content {
    position:relative;
    top:-64px;
}
#content a {
    color:maroon;
}
#content div.top_home
{
    background:url(../images/bg_content_top_home.jpg) repeat-x;
    height:96px;
    position:relative;
    z-index:3;
}
#content div.top_offer
{
    background:url(../images/bg_content_top_offer.jpg) repeat-x;
    height:96px;
    position:relative;
    z-index:3;
}
#content div.top_sylwester
{
    background:url(../images/bg_content_top_sylwester.jpg) repeat-x;
    height:96px;
    position:relative;
    z-index:3;
}
#content div.top_gallery
{
    background:url(../images/bg_content_top_gallery.jpg) repeat-x;
    height:96px;
    position:relative;
    z-index:3;
}
#content div.top_contact
{
    background:url(../images/bg_content_top_contact.jpg) repeat-x;
    height:96px;
    position:relative;
    z-index:3;
}
#content div.middle
{
    background:url(../images/bg_content_middle.jpg) repeat-y;
    position:relative;
    z-index:11;
}

#content div.bottom
{
    background:url(../images/bg_content_bottom.png) repeat-x;
    height:110px;

}
#mainMenu {
    position:relative;
    z-index:10;
    top:0px;
    left:500px;
    width:400px;
}

#mainMenu ul, #mainMenu ul li {
    list-style:none;
}

#mainMenu ul li {
    float:left;
}
#mainMenu ul li a span { display:none;}

#mainMenu ul li a {
    display:block;
    width:100px;
    height:48px;
}

#mainMenu ul li#home a:LINK, #mainMenu ul li#home a:VISITED
{
    background:url(../images/bg_menu.png) 0px -48px no-repeat;
}
#mainMenu ul li#home a:HOVER, #mainMenu ul li#home a.active
{
    background:url(../images/bg_menu.png) 0px 0px no-repeat;
}

#mainMenu ul li#offer a:LINK, #mainMenu ul li#offer a:VISITED
{
    background:url(../images/bg_menu.png) -100px -48px no-repeat;
}
#mainMenu ul li#offer a:HOVER, #mainMenu ul li#offer a.active
{
    background:url(../images/bg_menu.png) -100px 0px no-repeat;
}

#mainMenu ul li#gallery a:LINK, #mainMenu ul li#gallery a:VISITED
{
    background:url(../images/bg_menu.png) -200px -48px no-repeat;
}
#mainMenu ul li#gallery a:HOVER, #mainMenu ul li#gallery a.active
{
    background:url(../images/bg_menu.png) -200px 0px no-repeat;
}

#mainMenu ul li#contact a:LINK, #mainMenu ul li#contact a:VISITED
{
    background:url(../images/bg_menu.png) -300px -48px no-repeat;
}
#mainMenu ul li#contact a:HOVER, #mainMenu ul li#contact a.active
{
    background:url(../images/bg_menu.png) -300px 0px no-repeat;
}
#footer {
    margin-top:-50px;
    text-align:center;
    color:#FFF;
}
#footer a {
    color:yellow;
}

a:LINK, a:VISITED {
    text-decoration:underline;
}
a:HOVER {
    text-decoration:none;
}

/* 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 {font-family:Georgia,Times,serif;font-weight:normal;}
h3, h4 {font-family: Tahoma, Verdana;font-weight:normal;}
h1          {font-size:36px;}
h2          {font-size:20px;}
h3          {font-size:16px;}
h4          {font-size:14px;}

/* CLASS */

/* text-align */
.center     {text-align:center;}
.right      {text-align:right;}
.left       {text-align:left;}
.justify    {text-align:justify;}
.underline  {text-decoration:underline;}

/* border */
.border     {border:1px solid #CCC;}
.border0    {border:0;}
.borderT    {border-top:1px solid #CCC;}
.borderR    {border-right:1px solid #CCC;}
.borderL    {border-left:1px solid #CCC;}
.borderB    {border-bottom:1px solid #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:160px;}
#email_form input#submit {width:100px;}
