body
{
    background-color: #b2b2b2;
    height: 100%;
    min-height: 100%;
    font-family: Lucida Grande, Verdana, Sans-serif;
    font-size: 12px;
    color: #a5c6d7;
}

#main 
{
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    padding-bottom:0px;
    padding-left: 10px;
    padding-right: 10px;
    text-align:left;
    width:1000px;
    background-image: url("../images/bg.gif");
    background-repeat: repeat-y;
}

#leftBorder 
{
    width: 10px;
    background-image: url("../images/bg_left.gif");
    background-repeat: repeat-y;
    float: left;
    margin: 0px 0px;
    display: inline;
}


#rightBorder 
{
    height: 100%;
    width: 10px;
    background-image: url("../images/bg_right.gif");
    background-repeat: repeat-y;
    float: left;
}


#mainContent
{
    width: 980px;
    float: left;
    background-color: #a5c6d7;
    background-image: url("../images/bg_main.jpg");
    background-repeat: no-repeat;
    display: block;
    text-align: justify;
}

#top
{
    height: 505px;
    width: 980px;
    float: left;
    position: relative;
}

#menu
{
    height: 25px;
    width: 980px;
    float: left;
}

#menuLeft
{
    height: 25px;
    width: 4px;
    float: left;
    background-image: url("../images/menu_left.png");
    margin-left: 180px;
}

#menu ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

#menuRight
{
    height: 25px;
    width: 4px;
    float: left;
    background-image: url("../images/menu_right.png");
}

#menuContent
{
    height: 25px;
    width: 740px;
    overflow: visible;
    float: left;
    font-weight: bold;
    font-size: 14px;
    background-image: url("../images/menu_bg.png");
}

.transparent {
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#logo a
{
    height: 123px;
    width: 324px;
    background-image: url("../images/logo.jpg");
    position: absolute;
    top: 0px;
    left: 12px;
    display: block;
}

#logo a:hover
{ 
    background-position: 0 -123px;
    border-bottom-style: none;
}

#languages
{
    height: 32px;
    width: 240px;
    background-image: url("../images/bg_languages.jpg");
    position: absolute;
    top: 0px;
    left: 730px;
}

#infoBox
{
    height: 260px;
    width: 250px;
    background-image: url("../images/bg_infobox.jpg");
    position: absolute;
    top: 200px;
    left: 730px;
}

#infoBoxContent
{
    padding: 10px;
    text-align: justify;
}

#contentHeader
{
    height: 13px;
    width: 980px;
    background-image: url("../images/content_top.png");
    float: left;
}

#content
{
    padding: 0px 25px;
    min-height: 300px;
    width: 980px;
    background-image: url("../images/content_bg.gif");
    background-repeat: repeat-y;
    float: left;
}

#contentLeftBox
{
    min-height: 200px;
    width: 210px;
    float: left;
    font-size: 90%;
}

#adBox
{
    width: 208px;
    height: 208px;
    margin: 4px 1px;
    padding: 4px;
    float: left;
    background-image: url("../images/box_bg.gif");
    background-repeat: no-repeat;
}

h2
{
    font-size: 14px;
    font-weight: bold;
    color: #e29675;
    margin: 3px;
}

.newsBox
{
    font-size: 11px;
    margin: 8px 0px;
    text-align: justify;
}

a
{
    color: #dec4bd;
    text-decoration: none;
}
a:hover
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

#contentSeparator
{
    margin: 0px 8px;
    width: 2px;
    float: left;
}
#contentContent
{
    padding: 5px;
    min-height: 300px;
    width: 690px;
    float: left;
}

#footer
{
    height: 20px;
    width: 930px;
    float: left;
    background-image: url("../images/footer.gif");
    background-repeat: no-repeat;
    font-size: 10px;
    padding: 10px;
    text-align: center;
}

.content
{
    margin-top: 10px;
}

#contentContent img
{
    margin: 5px;

}

#menu ul li
{
    display: inline;
    margin: 0 5px;
}

#menuLinks {
    padding-top: 7px;
}

#menuLinks a:hover
{
    border-bottom-style: none;
}

.table td {
    border: 1px solid black;
    padding: 5px;
}

.table {
    width: 100%;
}


.menu{
    border:none;
    border:0px;
    margin:0px;
    padding:0px;
    font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
}
.menu ul{
    height:14px;
    list-style:none;
    margin:0;
    padding:0;
}
.menu li{
    float:left;
    padding:0px;
}
.menu li a{
    color:#cccccc;
    display:block;
    font-weight:normal;
    line-height:14px;
    margin:0px;
    padding:0px 5px;
    text-align:center;
    text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a{
    color:#FFFFFF;
    text-decoration:none;
}
.menu li ul{
    background:#1b273e;
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;
    width:225px;
    z-index:200;
    /*top:1em;
		/*left:0;*/
}
.menu li:hover ul{
    display:block;

}
.menu li li {
    display:block;
    float:none;
    margin:0px;
    padding:0px;
    width:225px;
}
.menu li:hover li a{
    background:none;

}
.menu li ul a{
    display:block;
    height:20px;
    font-size:12px;
    font-style:normal;
    margin:0px;
    padding:5px 10px 0px 15px;
    text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
    border:0px;
    color:#ffffff;
    text-decoration:none;
}
.menu p{
    clear:left;
}
input, select, textarea {
    margin: 5px;
}

th {
    vertical-align: middle;
    text-align: right;
}

th label {
    margin-right: 10px;
}

#orders_pages{
 width: 30px;
}