body {
 margin: 15px auto 0 auto;
 padding: 0;
 background-color: #788e2c;
 background-image: url(../images/bg.gif);
 background-repeat: repeat-x;
 background-position: 0 0;   
 font-size: 75%; 
 text-align: left;
 color: #000;
}

body, input, select, textarea {
 font-family: arial, verdana, sans-serif;
}

input, select, textarea {
 font-size: 95%; 
}

:focus { /* FF1.5 bug */
 -moz-outline-style: none;
}

* {
	margin:0;
	padding:0;
}

img {
 border: 0;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
 font-size: 1%;
}

.clearfix:after {
 content:".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 font-size:0;
 line-height:0;
}

.toRight {
 float: right;
}

.marginBottom {
 margin-bottom: 15px !important;
}



/* Fonts */

h1,h2,h3,h4,h5,h6 {
 font-family: arial, verdana, sans-serif;
}

h1, h2, h6 {
 margin-bottom: 10px;
 padding-bottom: 10px;
 font-size: 140%;
 font-weight: normal;
 background-image: url(../images/h.gif);
 background-repeat: repeat-x;
 background-position: 0 bottom;  
}

h3, h4 {
 font-size: 100%;
}

h4 {
 margin-top: 15px;
}

h6.extended {
 margin-bottom: 13px;
}

ul, li {
 list-style-image: none;
 list-style-type: none;
}

a {
 color: #06366b;
 text-decoration: none;
}

a:hover {
 color: #017aff;
 text-decoration: none;
}

a.button {
 padding: 1px 3px 1px 3px;
 color: #000;
 background-image: url(../images/button.gif);
 background-repeat: repeat-x;
 background-position: 0 center; 
 border: 1px solid #8EADB3; 
}

.inactiveButton {
 padding: 1px 3px 1px 3px;
 color: #8EADB3 !important;
 border: 1px solid #8EADB3;
 background-color: #E0EAEC; 
}

.important {
 color: #96B7BE !important;
 color: #400 !important;
 background-image: url(../images/button-important.gif) !important; 
 border: 1px solid #FFAB00 !important;
}
 
.statusText {
 color: #444;
 font-weight: bold;
}

.error {
 color: #d00;
 font-weight: bold;
}

.ok {
 color: #060;
 font-weight: bold;
}



/* Forms */

input.text {
 height: 14px;
 background-image: url(../images/input.gif);
 background-repeat: repeat-x;
 background-position: 0 0; 
 border: 1px solid #868367; 
}

input.submit {
 font-size: 100%;
 color: #000;
 background-image: url(../images/button.gif);
 background-repeat: repeat-x;
 background-position: 0 center; 
 border: 1px solid #868367;
 cursor: pointer;   
}

.submitImportant {
 color: #96B7BE !important;
 color: #400 !important;
 background-image: url(../images/button-important.gif) !important;
 border: 1px solid #FFAB00 !important;
}

.submitCart {
 padding-left: 28px;
 color: #96B7BE !important;
 color: #400 !important;
 background-image: url(../images/button_cart.gif) !important;
 border: 1px solid #FFAB00 !important;
}

textarea, select {
 background-color: #EDEFF0;
 border: 1px solid #868367;
}

fieldset {
 width: 96%;
 margin-top: 5px;
 padding: 5px 10px 10px 10px;
 border: 1px #868367 solid;
}

legend {
 margin: 0;
 padding: 0 3px;
}

.sheet label {
 display: block;
 float: left;
 width: 200px;
 margin-bottom: 9px;
 text-align: right;
}

.sheet .text, .sheet .select, .sheet .textarea {
 display: block;
 width: 150px;
 height: 16px; 
 margin: 0 10px 6px 10px;
 float: left;
}

.sheet .textarea {
 width: 280px;
 height: 100px; 
}

.sheet .select {
 height: 17px;
}

.sheet .file {
 display: block;
 width: 200px;
 height: 16px; 
 margin: 0 10px 6px 10px;
 float: left;
}

.sheet span {
 position: relative;
 display: block;
 width: 90px;
 font-weight: bold;
 background-image: none !important;
 float: left;
}

.sheet input.submit {
 margin: 15px 0 0 220px;
}

.sheet img {
 margin: 0 0 20px 210px;
 padding: 4px;
 background-color: #EEF8FD;
 border: 1px solid #ABCAC4; 
}



/* Content */

#wrapper {
 width: 776px;
 margin: 0 auto 0 auto;
}

#container {
 width: 780px;
}

#content {
 width: 776px;
 margin: 0 auto 0 auto; 
 background-image: url(../images/content.gif); 
 background-repeat: repeat-y;
 background-position: 0 0;
}

#content .main {
 width: 545px;
 padding: 15px 15px 10px 15px;
 float: left;
}

#content .side {
 width: 170px;
 padding: 15px 15px 10px 15px;
 float: left; 
}

.sideBorder {
 /* border-right: 1px solid #EEF8FD; */
}



/* Hierarchal menu */

#content .side ul {
 margin: 0;
 padding: 0;
}

#content .side ul.parent {
 margin-bottom: 15px;
}

#content .side li {
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
}

#content .side ul.sub li {
 font-weight: normal;
}



/* Header */

#header {
 position: relative;
 width: 776px;
 height: 160px; 
 margin: 0 auto 0 auto; 
 background-image: url(../images/header.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;
}

#header img.logo {
 position: absolute;
 left: 20px;
 top: 20px;
 width: 127px;
 height: 55px;
 border: 0;
}

#header p.info {
 position: relative;
 left: 20px;
 top: 85px;
 width: 400px;
 color: #21466e;
}

#header p.languages {
 position: relative;
 left: 350px;
 top: 70px;
 width: 200px;
 color: #21466e;
}

#header p.languages a {
 margin-right: 10px;
}

#header .horizontalMenu {
 position: relative;
 left: 8px;
 top: 86px;
 width: 758px;
 height: 30px;
 border: 1px solid #c1b27b;
 background-image: url(../images/menu.gif);
 background-repeat: repeat-x;
 background-position: 0 0;   
}

#header .horizontalMenu ul {
 width: 750px;
}

#header .horizontalMenu ul li {
 float: left;
}

#header .horizontalMenu ul li a {
 display: block;
 height: 23px;
 padding: 7px 7px 0 7px;
 font-weight: bold;
}

#header .horizontalMenu ul li a:hover, #header .horizontalMenu ul li a.active {
 background-image: url(../images/menu-active.gif);
 background-repeat: repeat-x;
 background-position: 0 0; 
}



/* Footer */

#footer {
 position: relative;
 width: 761px;
 margin: 0 auto 0 auto;
 padding: 18px 0 0 15px; 
 background-image: url(../images/footer.gif);
 background-repeat: repeat-x;
 background-position: 0 0; 
 font-weight: bold; 
 color: #fff;  
}

#footer img.logo {
 position: absolute;
 left: 720px;
 top: 16px;
 width: 45px;
 height: 24px;
 border: 0; 
}



/* Content */

#content ul {
 margin-bottom: 15px;
}

#content li {
 margin-bottom: 4px;
 padding: 0 0 0 12px;
 background-image: url(../images/li.gif);
 background-repeat: no-repeat;
 background-position: 0 4px;  
}

#content .side .banner {
 width: 169px;
 height: 172px;
 margin-bottom: 15px;
}

#content .main p {
 margin-bottom: 8px;
}

#content .main span {
 color: #6B001A;
 background-image: url(../images/span.gif);
 background-repeat: repeat-x;
 background-position: 0 bottom; 
}

#content .main .lead {
 font-weight: bold;
}  

#content .main .back {
 clear: both;
 font-weight: bold;
 text-align: right;
}  

#content .main .article {
 clear: both;
}  



/* Login */

.borderedBox {
 margin-bottom: 15px;
 border: 1px solid #BEBA93; 
}

.loginContent {
 padding: 15px 15px 15px 15px;
 background-image: url(../images/box.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;
 border: 1px solid #fff; 
}

.loginContent ul.loginItems, .loginContent p {
 margin-bottom: 15px !important;
}

#login label {
 display: block;
 width: 60px;
 margin-right: 10px;
 text-align: right;
 float: left;
}

#login input.text {
 width: 60px;
 margin-bottom: 10px;
 float: left; 
}

#login input.submit {
 margin: 0 0 15px 69px;
}

#login div {
 clear: both;
}



/* Pictures */

.imgBorder {
 padding: 4px;
 background-color: #E4E3D4;
 border: 1px solid #BEBA93;
}

.imgLeft {
 margin: 2px 10px 4px 0;
 float: left;
}  

.imgRight {
 margin: 2px 0 4px 10px;
 float: right;
}  



/* Publication page */

#content .main .info {
 margin-bottom: 10px;
 color: #6B001A;
 padding-bottom: 10px; 
}

#content .main .info span {
 background-image: none;
}

#content .main .info img {
 margin-left: 5px;
}

#content .main .info .date {
 display: block;
 width: 260px;
 margin-right: 5px;
 padding-top: 2px;
 float: left;
}

#content .main .info .date a {
 font-weight: bold;
}

#content .main .info .icons {
 display: block;
 width: 270px; 
 float: left; 
 text-align: right;
}

#content .main .info .icons img {
 width: 16px;
 height: 11px;
 padding: 3px;
 background-image: url(../images/icon-bg.gif);
 background-repeat: no-repeat;
 background-position: 0 0;
}

#content .main .info .icons #tools {
 position: relative;
 top: -4px;
}


/* Picture list */

.pictureList .item {
 width: 120px;
 height: 93px;
 margin: 0 6px 6px 0;
 padding: 4px 5px 0 5px;
 background-color: #EEF8FD;
 border: 1px solid #ABCAC4;
 text-align: center;
 float: left;
}



/* Side list */

.sideList .sideItem {
 margin-bottom: 10px;
}

.sideList .sideItem .image {
 width: 70px;
 margin-right: 5px;
 padding-top: 2px;
 float: left;
}

.sideList .sideItem h4 {
 margin-bottom: 6px;
}

.sideList .sideItem span {
 color: #444;
 font-weight: bold;
}



/* Mail sender */

#mailForm {
 margin: 20px 0 20px 0;
}

#mailForm div {
 clear: both;
 margin: 0 0 10px 0;
}

#mailForm label {
 display: block;
 width: 130px;
 float: left;
}

#mailForm input {
 width: 150px;
 height: 18px;
 font-family: georgia, times new roman, arial, sans-serif;
 font-size: 14px; 
 background-color: #FBFAEC;
 border: 1px solid #BB8346;
}

#mailForm textarea {
 width: 400px;
 height: 140px;
 font-family: georgia, times new roman, arial, sans-serif;
 font-size: 14px; 
 background-color: #FBFAEC;
 border: 1px solid #BB8346;
}

#mailForm input.button {
 width: 70px;
 height: 20px;
 font-family: georgia, times new roman, arial, sans-serif;
 font-size: 14px; 
 background-color: #FBFAEC;
 border: 1px solid #BB8346;
}


