@import "content.css";
@import "jquery.lightbox-0.5.css";

body {
    background-color: white;
    margin-top:20px;
}

#page {
    width: 979px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(../pictures/frame/nPage.png);
    background-repeat: repeat-y;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}


#header {
    width: 979px;
    height: 128px;
    background-color:#ff0000;
    position: relative;
    z-index: 1;
}

#header span {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 233px;
    height: 0px;
    padding-top: 152px;
    margin-left: 20px;
    margin-top: 20px;
    background-image: url(../pictures/frame/logo.png);
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../pictures/frame/logo.png', sizingMethod='scale');
}

#footer {
    width: 1019px;
    height: 50px;
    background-image: url(../pictures/frame/nFooter.png);
    background-repeat:no-repeat;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

span.footnote, div.footnotes {
    display: none;
}

#benchmark {
    position: absolute;
    color: #cccccc;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    padding: 4px;
    z-index: 1000;
}

/*===== menu ================================================================*/

#menu {
    width: 812px;
    overflow: hidden;
}

#menu ul {
    list-style-type: none;
    width: 812px;
    margin: 0;
    margin-bottom: -1px;
    overflow: hidden;
}

#menu li {
    width: 116px;
    height: 43px;
    float: left;
    padding: 0;
    background-image: none;
    line-height: 42px;
    text-align: center;
}

#menu a {
    font-style: normal;
    display: block;
    height: 100%;
    text-decoration: none;
    color: black;
}

#menu a:hover {
    background-color: #EEEEEE;
}

#menu a.highlight, #menu span {
    color: #868889;
}

#item_home {
    width: 1019px;
    background-image: url(../pictures/frame/nTop.png);
    background-position: center top;
    text-align: right;
    margin-left:auto;
    margin-right:auto;
}

#item_home a {
    color: white;
}

#item_home a:hover {
    text-decoration: underline;
    background-color: transparent;
}

/*===== submenu =============================================================*/

#submenu {
}

#submenu ul {
    list-style-type: none;
    margin: 0;
    margin-right: 50px;
    margin-bottom: 30px;
}

#submenu ul ul {
    margin-right: -50px;
    margin-bottom: 0;
}

#submenu li {
    padding: 0;
    background-image: none;
    color: #868889;
    text-align: right;
}

submenu li li {
    color: #868889;
}

#submenu a {
    font-style: normal;
    color: black;
}

#page.piece #submenu a, #page.piece #submenu span {
    font-style: italic;
}

#submenu li li a, #submenu li li span {
    /*
    color: #992427;
    */
    color: #868889;
}

#submenu span, #submenu a.highlight {
    font-weight: bold;
}

#submenu li.title {
    color: #868889;
    font-weight: bold;
    margin-top: 16px;
}

#salutation a {
	font-style:normal;
}
/*===== newsletter ==========================================================*/

#newsletter {
	margin-bottom: 16px;
}

#newsletter form {
    margin: 0;
}

#newsletter form div {
    border: 1px solid #868889;
    position: relative;
    overflow: hidden;
    _height: 1%;
}

#newsletter span {
    height: 100%;
}

#newsletter input {
    border: none;
    color: white;
    background-color: #868889;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    *padding-left: 2px;
    *padding-right: 2px;
    position: absolute;
    right: 0;
    cursor:  pointer;
    font-size: 16px;
}

#newsletter input.text {
    position: relative;
    padding: 2px;
    color: black;
    background-color: white;
    width: 195px;
    cursor: text;
}

#newsletter input.info {
    color: #868889;
}

#newsletter p {
	margin-bottom: 4px;
}

#newsletter div.error, #newsletter div.info {
	margin-top: 4px;
}

/*===== calendar ============================================================*/

#calendar select {
    width: 190px;
    margin-bottom: 4px;
}

#calendar table {
    width: 190px;
    border-collapse: collapse;
    margin-top: 10px;
}

#calendar th, #calendar td {
    padding: 0;
    width: 27px;
    text-align: center;
    font-weight: normal;
    color: #868889;
}

#calendar th {
    border-bottom: 1px solid #868889;
}

#calendar a {
    font-weight: bold;
    font-style: normal;
    display: block;
    width: 27px;
}

#calendar a:hover {
    background-color: #eeeeee;
    text-decoration: none;
}

#calendar td.weekend, #calendar td.weekend a, #calendar th.weekend {
    color: black;
}

#calendar input {
    border: none;
    color: white;
    padding: 2px;
    *padding: 0;
    width: 190px;
    background-color: #868889;
    cursor: pointer;
}

/*===== content =============================================================*/

#content {
    padding-top: 24px;
    padding-bottom: 40px;
    overflow: hidden;
    background-position: right top;
    background-repeat: no-repeat;
    background-color:#f5f5f5;
    _height: 1%;
}

#side {
    width: 240px;
    padding-left: 20px;
    padding-right: 20px;
    _padding-right: 17px;
    float: left;
}

#side div.block {
    width: 100%;
    margin: 0;
    padding: 0;
}

#main {
    width: 680px;
    margin-left: 280px;
    border-left:1px #9c9d9f solid;
    padding-left:10px;
    _margin-left: 277px;
    _height: 1%:
}

#topShadow {
	background-image:url(../pictures/frame/nTop.png);
	margin-left:auto;
	margin-right:auto;
	width:1019px;
	height:28px;
	background-repeat:no-repeat;
	background-position:bottom;
}

/*===== gallery =============================================================*/

#lightbox-container-image-data {
    padding: 0;
}

#lightbox-secNav-btnClose {
    width: 110px;
}


object {
	margin-bottom:10px;
	}
