/* -----------------  page styles -------------------------------------------------------*/

body
{
    padding: 0;
    margin: 0;
    font: 11px Tahoma;
    line-height: 17px;
    background: #f4f4f4 url(/images/bodybg.gif) center repeat-y;
    color: #555;
}
#wrapper
{
    margin: 2px auto;
    width: 900px;
    padding: 0;
    background: #fff;
    direction: rtl;
}

.page
{
    padding: 10px;
}

input, button, textarea, option, select
{
    font-size: 11px;
}

/* -----------------  general styles  -------------------------------------------------------*/

a
{
    background-position: none;
    color: #0066FF;
    text-decoration: none;
    background: none;
}
a:hover
{
    color: #FF6600;
    background: none;
    text-decoration: underline;
}
p
{
    margin: 0 0 6px 0;
}

h2
{
    padding: 5px 5px 0px 0px;
    margin: 0 0px 5px 0px;
    background-position: none;
    font-size: 12px;
    color: Black;
    background-image: url(/images/title_back.gif);
    height: 28px;
    background-repeat: repeat-x;
}

#top
{
    margin-top: 10px;
    font-size: 12px;
    color: #0066CC;
}

#messengers
{
    margin-top: 10px;
    float: left;
}

#locations ul, #menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
img
{
    border: 0;
}
fieldset
{
    margin: 0 0 10px 0;
}
.pic
{
    margin-top: 8px;
}
input, button, select, option, textarea
{
    font-family: Tahoma;
}
/* -----------------  top info  -------------------------------------------------------*/

#header
{
    clear: both;
    width: 900px;
    padding: 0 0 15px 0;
    margin: 0;
}

#menu
{
    padding: 0;
    margin: 0 0 0 0;
    font-size: 12px;
    margin-right: 5px;
}
#menu li
{
    display: block;
    background-image: url(/images/button_back.gif);
    background-repeat: no-repeat;
    width: 118px;
    height: 27px;
    position: relative;
    float: right;
    margin-right: 7px;
    margin-left: 1px;    
}

#menu li a
{
    color: #000;
    text-decoration: none;
    background: none;
    display: block;
    padding-top: 5px;
    height: 22px;
    text-align: center;
}
#menu li a:hover
{    
    color: Yellow;
}

/* ----------------- Main content -------------------------------------------------------*/

#homepic
{
    width: 900px; /* height: 250px; */
    margin: 20px 0 0 0; /* background: url(/images/homepic.jpg) no-repeat; */
}
#homepic a
{
    color: #fff;
}
.message
{
    position: absolute;
    width: 360px;
    float: left;
    margin: 70px 0px 0px 165px;
    color: #fff;
}
#bottomcontenttop
{
    width: 900px;
    height: 10px;
    background: url(/images/b_contenttop.jpg) no-repeat;
}
#bottomcontent
{
    width: 898px;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    padding: 0;
}
#bottomcontentbtm
{
    width: 900px;
    height: 10px;
    background: url(/images/b_contentbtm.jpg) no-repeat;
}

.thumbs img
{
    background-position: none;
    position: relative;
    padding: 1px;
    margin: 5px 8px 5px 9px;
    border: 1px solid #c5c5c5;
    background: none;
}
.thumbs img:hover
{
    border: 1px solid #3366CC;
    background: none;
}

hr.clear
{
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    border-width: 0;
    margin: 0;
    padding: 0;
}

.box, .bigbox
{
    padding: 10px;
}

/* ----------------- Bottom content -------------------------------------------------------*/

#footer
{
    clear: both;
    text-align: center;
    line-height: 1.8em;
    color: #444;
    background: #fff;
    padding: 4px 0 4px 0;
    margin: 10px 0 10px 0;
    direction: ltr;
}

/* ------------------ Tabs -------------------------*/

.ui-tabs-nav li
{
    border: 1px solid #C0C0C0;
    display: inline;
    margin: 0 0 0 3px;
    padding: 5px;
    padding-bottom: 2px;
}

.ui-tabs-nav a
{
    text-decoration: none;
}

.ui-tabs-hide
{
    display: none;
}
.ui-tabs-selected
{
    border-bottom: 0;
}
.ui-tabs-deselectable
{
}
.ui-tabs-disabled
{
}
.ui-tabs-panel
{
    border: 1px solid #C0C0C0;
    padding: 3px;
    width: 250px;
}
.ui-tabs-hide
{
}
.ui-tabs-loading
{
}

/* -------------------------------- Colors ------------------------------- */
.blue
{
    color: #0066FF;
}

.green
{
    color: #33CC33;
}

.orange
{
    color: #FF9933;
}

.pink
{
    color: #FF66FF;
}

.list
{
    border: solid 1px white;
    width: 70px;
    margin: 3px;
    float: right;
    margin-right: 5px;
}

.price
{
    color: #FF3300;
    font-weight: bold;
}

#groups img
{
    margin: 0 0 5px 5px;
}

.dropdown
{
    width: 100px;
}

.loginbutton
{
    width: 50px;    
}