/* Jetserver Web Services */
/* http://www.jetserver.co.il */

html {height: 100%; }

* {
margin: 0px;
padding: 0px;
}


body {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
        color: #fff;	 
        background: #aeaeae;        
}

h1 {
    font-family: Arial;
}

h1.contentheading {
float: right;
width: 100%;
font-weight: bold;
}

a {
text-decoration: none;        
font-weight: bold;
color: #7E0607;   
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

a img {
    border: none;
}

/*** Divs layout ***/

div#center {
margin: 0 auto;
width: 920px;
}

div.wrapper {
float: left;
width: 920px;
background: #252024;
border: 5px solid #7E0607;
}

div.toparea {
width: 920px;
height: 180px;
}

div.logo {
width: 401px;
height: 180px;
float: left;
}

div.slider {
    width: 506px;
    height: 180px;
    overflow: hidden;
    float:right;
}

div.topmenu {
    width: 920px;
    float: left;
    margin-top: 2px;
    margin-bottom: 2px;
    overflow: hidden;
}

div.topmenu ul {
margin-right: 1px;
}

div.topmenu ul li {
list-style: none;
float :right;
display: block;
width: 131px;
height: 37px;
}

div.topmenu ul li a {
float :right;
display: block;
width: 131px;
height: 37px;
background: url(../images/topmenu.png) top center no-repeat;
text-align: center;
font-size: 14px;
line-height: 31px;
color: #000;
}

div.topmenu ul li a:hover {
background: url(../images/topmenu_hover.png) top center no-repeat;
}

div.inner {
    float: right;
    width: 910px;
    display: inline;
    margin-right: 5px;
text-align: right;
direction: rtl;
}

div.rightcol {
float: right;
width: 111px;
}

div.rightcol .module {
background: #9e0001;
margin-bottom: 30px;
}



div.middle {
float: right;
border: 5px solid #7E0607;
background: #ececec;
width: 668px;
margin-right: 5px;
color: #000;
}

div.leftcol {
float: left;
width: 111px;
text-align: center;
}

div.leftcol ul li,
div.rightcol ul li {
list-style: none;
}

div.leftcol a {
    color: #fff;
}

div.rightcol ul li a,
div.rightcol .module a {
color: #fff;
line-height: 25px;
margin-right: 10px;
}

div.rightcol .module.cat a {
line-height: 25px;
}

div.leftcol h3,
div.rightcol h3 {
font-style:italic;
font-size: 20px;
text-align: right;
padding-right: 10px;
}

div.module-login h3 {
text-align: center;
}

div.middle_top {
width: 100%;
height: 60px;
}

div.search {
float: left;
width: 50%;
}

div.cart {
float: right;
width: 50%;
}

div.dummy {
display: none;    
background: url(../images/topmenu_hover.png) top center no-repeat;
}

div.bottom {
float: right;
width: 100%;
}

div.bottom a {
    color: #fff;
}

div.row1, 
div.row2,
div.copyright {
float: right;
width: 100%;
}

div.bottom_logo {
float: right;
}

div.bottom_links {
float: left;
height: 84px;
width: 679px;
text-align: center;

}

div.bottom_links a {
color: #fff;
}

div.bottom_links span.links_holder{
margin-top: 13px;
float: left;
}

div.row2 { /* TAGS */
width: 910px;
padding-right: 5px;
    margin-top: 41px;
margin-bottom: 20px;
    text-align: right;
line-height: 18px;
}

div.copyright_note {
padding-right: 5px;
float:right;
width: 100%;
text-align: right;
}

div.copyright_text {
padding-right: 5px;
float: right;
margin-top: 0px;
width: 700px;
text-align: right;
height: 68px;
color: #ada9aa;
overflow: auto;
}

div.copyright {
position: relative;
margin-bottom: 1px;
}

div.credits {
float:right;
position: absolute;
bottom: 0px;
left: 25px;
}