@import url("topMenu.css");
@import url("rightMenu.css");
@import: url("ie6hover.css"); /* IE only */
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
}
html, body {
    margin: 0;
    padding: 0;
    font: 12px Arial;
    direction: ltr;
    height: 100%;
}
html {
    direction: ltr;
    overflow-x: hidden;
    o1verflow-y: auto;
}
body.homepage {
    background: url(../images/body_bg.gif) top center repeat-y;
    margin-right: -1px !ie;
    m1argin-right: 0;
}
a img {
    border: none;
}
div#pageContainer {
    width: 950px;
    margin: 0 auto;
    min-height: 100%; /* This is for FF and IE7 */
    background: transparent url(../images/arc_right.gif) 689px 188px no-repeat;
    overflow: hidden; /* This if for FF */
    _height: 100%; /* This is for IE6 */
    _overflow: visible;
}
#header {
    height: 187px;
    position: relative;
    background: white url(../images/logo.gif) 795px 22px no-repeat;
    right: 0;
    width: 950px;
}
#header .arc {
    width: 649px;
    height: 113px;
    position: relative;
    top: 50px;
    float: left;
}
#header .logo {
    width: 290px;
    height: 77px;
    position: absolute;
    top: 110px;
    right: 105px;
    z-index: 100;
}
#header .logo img {
    width: 290px;
    height: 77px;
}
#content {
    height: 350px;
    direction: rtl;
	margin:auto;
    height: auto;
}
body.in #content {
    background: url(../images/inpage_bg.jpg) center left no-repeat;
    min-height: 300px;
}
body.trivia #content {
    background: url(../images/trivia.jpg) center left no-repeat;
}
body.recommend #content {
    background: url(../images/recommend.jpg) center left no-repeat;
}
body.parents #content {
    background: url(../images/parents.jpg) center left no-repeat;
}
body.newDriver #content {
    background: url(../images/NewDriver.jpg) center left no-repeat;
}
body.links #content {
    background: url(../images/links.jpg) center left no-repeat;
}
body.likuk #content {
    background: url(../images/likuk.jpg) center left no-repeat;
}
body.coaching #content {
    background: url(../images/coaching.jpg) center left no-repeat;
}
body.zombies #content {
    background: url(../images/TVzombies.jpg) center left no-repeat;
}
body.familyPic #content {
    background: url(../images/familyPic.jpg) center left no-repeat;
}
body.familyTrip #content {
    background: url(../images/familyTrip.jpg) center left no-repeat;
}
body.parentsBed #content {
    background: url(../images/parentsBed.jpg) center left no-repeat;
}
body.blabla #content {
    background: url(../images/blabla.jpg) center left no-repeat;
}
body.carFighting #content {
    background: url(../images/carFighting.jpg) center left no-repeat;
}
body.wide #content {
    background: none;
}
#content #rightBox {
    width: 350px;
    height: 350px;
    float: right;
    height: auto;
}
#content #text {
    width: 421px;
    float: right;
    padding: 5px 10px 15px;
    height: auto;
    line-height: 17px;
}
body.in #content #text {
    width: 310px;
}
body.wide #content #text {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 20px;
    width: 586px;
}
#content #text p {
    margin: 5px 0;
}
#content #text ul {
    padding-right: 25px;
}
#content #text a {
    font-weight: bold;
}
#content #news {
    width: 159px;
    float: right;
    height: auto;
    position: relative;
    height: auto;
    padding-top: 2px;
}
    #news .title {
        height: 25px;
        background: url(../images/news_title_bg.gif) top left repeat-x;
        color: black;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        line-height: 25px;
        width: 156px;
        margin-right: 2px;
    }
    #news .text {
        padding: 5px 4px 0 0;
    }
#footer {
    width: 950px;
    height: 70px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
    margin: 0 auto;
    margin-top: -70px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
    text-align: center;
    padding-left: 3px;
	position: relative;
    direction: rtl;
    overflow: hidden;
}
body.in #footer {
    height: 30px;
    margin: -30px auto 0;  
}
    #footer .logo {
        float: left;
        bottom: 0;
        background: url(../images/logo_small.gif) top left;
        width: 147px;
        height: 40px;
    }
    body.in #footer .logo {
        display: none;
    }
    #footer .rights {
        float: left;
        clear: left;
        width: 155px;
        text-align: center;
        color: rgb(191, 191, 191);
    }
    #footer .rights a {
        color: rgb(191, 191, 191);
        text-decoration: none;
    }
    #footer .rights a:hover {
        color: gray;
    }
    #footer .text {
        color: rgb(191, 191, 191);
        float: right;
        height: 10px;
        padding-top: 55px;
        padding-right: 360px;
        width: 435px;
        text-align: right;
    }
    body.in #footer .text {
        padding-top: 15px;
        padding-right: 360px;
        width: 435px;
        text-align: right;
    }
    #footer .text a {
        color: rgb(191, 191, 191);
        text-decoration: none;
    }
.copy {
    background: white;
    height: 13px;
    width: 627px;
    float: left;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    color: rgb(201, 201, 201);
    text-indent: 41px;
}
.copy a {
    color: rgb(201, 201, 201);
    text-decoration: none;
}
.copy a:hover {
    color: rgb(228, 89, 15);
}
.clear {
    clear: both;
    font-size: 1px;
}
.clearr {
    clear: right;
    font-size: 1px;
}
.clearl {
    clear: left;
    font-size: 1px;
}
h1 {
    font-size: 14px;
    border-top: 3px solid rgb(193, 39, 45);
}
.purple {
    color: rgb(146, 39, 143);
    font-weight: bold;
}
.bourdeaux {
    color: rgb(153, 0, 0);
    font-weight: bold;
}