
@import url("forms.css");
@import url("columns.css");


/* LAYOUT
------------------------------------*/
#header, #content, #footer
{
    width: 960px;
    margin: 0 auto;

}

/* HEADER
------------------------------------*/
#header
{
    background-image: url(../images/header.png);
    height: 197px;
    position: relative;
    background-color: #fff;
}

#header #topnav
{
    position: absolute;
    bottom: 5px;
    left: 0;

    margin: 0 0 3px 8px;
    padding: 0;
    line-height: 20px;
}

#header #topnav li
{
    display:inline;
    float:left;
    position: relative;
}
/*
#header #topnav ul.level-1 li, #header #topnav ul.level-2 li
{
    display: block;
    float: none;
}
#header #topnav ul.level-1
{
    position: absolute;
    top: 50px;
    left: 0;
}
*/


#header #search
{
    position: absolute;
    bottom: 10px;
    right: 10px;

}

/* CONTENT
------------------------------------*/

#content
{
    background: #FFFFFF url(../images/page_back.jpg) no-repeat scroll left bottom;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius:10px;
   
    min-height: 600px;
}

#content.fullwidth .sidebar-left,
#content.fullwidth .sidebar-right,
#content.noleft .sidebar-left,
#content.noright .sidebar-right
{
    display:none;
}
.sidebar{
    float:left;
    width:260px;
    margin:0 10px;

}

.sidebar-right{
    margin:0;
}
#content.noleft #components,
#content.noright #components{
    width:720px;
}
#content.noright #components{
    margin-right:0px;
}
#content.fullwidth #components{
    width:960px;
}

#components{
    width:660px;
    float:left;
    margin:40px 20px 50px 0;
}


#content .sidebar-right
{
    display: none;
}
