body {
 margin: 0 auto 0 auto;
 padding: 0;
 background-color: #36281f;
 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: #9B6630;
 text-decoration: none;
}

a:hover {
 color: #C10333;
 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: 770px;
 margin: 0 auto 0 auto;
}

#container {
 width: 774px;
}

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

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

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

.sideBorder {
 background-color: #E2E0CF;
}



/* 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: 770px;
 height: 136px; 
 margin: 0 auto 0 auto; 
 background-image: url(../images/header_full.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;   
}

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

#header p.info {
 position: relative;
 top: 120px;
 padding: 0 10px 0 10px;
 text-align: right;
}

#header ul {
 font-size: 80%;
 text-transform: uppercase;
}

#header ul.main {
 position: absolute;
 left: 40px;
 top: 100px;
 width: 300px;
}

#header ul li {
 padding: 0 8px 0 8px;
 background-image: url(../images/ul.gif);
 background-repeat: no-repeat;
 background-position: right 2px;  
 float: left;
}

#header ul li.last {
 background-image: none;
}

#header ul li a {
 color: #E7E1BF;
}

#header ul li a:hover {
 color: #fff;
}

#header form {
 position: absolute;
 left: 640px;
 top: 18px;
 width: 120px;
}

#header form input.text {
 position: relative;
 top: 1px;
 width: 90px;
 margin-right: 4px;
}

#header form input.submit {
 font-size: 75%;
}

#header p.sub {
 position: absolute;
 left: 656px;
 top: 60px;
 width: 100px;
 text-align: right;
 line-height: 1.5em;
 font-weight: bold;
}

#header p.sub img {
 margin-left: 15px;
}



/* Footer */

#footer {
 position: relative;
 width: 755px;
 height: 26px; 
 margin: 0 auto 0 auto;
 padding: 14px 0 0 15px; 
 background-image: url(../images/footer.gif);
 background-repeat: repeat-x;
 background-position: 0 0;  
 font-size: 90%;
 color: #626466;
}

#footer img.logo {
 position: absolute;
 left: 720px;
 top: 12px;
 width: 39px;
 height: 20px;
 border: 0; 
}

#footer .copyright {
 position: absolute;
 left: 560px;
 top: 14px;
 width: 200px;
 text-align: right;
}



/* 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 .box {
 width: 500px;
 height: 230px;
 padding: 20px;
 margin-top: 10px;
 background-image: url(../images/box.jpg);
 background-repeat: no-repeat;
 background-position: 0 0; 
 color: #aaa;
}

#content .main .left, #content .main .right {
 width: 260px;
 float: left;
}

#content .main .left {
 margin-right: 20px;
}

#content .main h2.about {
 padding: 0 0 10px 50px;
 background-image: url(../images/figure_about.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;
}

#content .main h2.refs {
 padding: 0 0 10px 40px;
 background-image: url(../images/figure_earth.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;
}  

#content .main h2.about span, #content .main h2.refs span {
 display: block;
 font-size: 80%;
 background-position: 0 top;
} 

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

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

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



/* Pictures */

.imgBorder {
 padding: 4px;
 background-color: #e2e0cf;
 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;
}



/* Product info */

.priceBox {
 width: 200px;
 margin: 0 0 3px 5px;
 padding: 4px;
 background-color: #E4E3D4;
 border: 1px solid #BEBA93;
 float: right;
}

.priceBox .image {
 margin-bottom: 4px;
 padding-bottom: 4px; 
 text-align: center;
 background-image: url(../images/h.gif);
 background-repeat: repeat-x;
 background-position: 0 bottom;  
}
 
.priceBox .text .price1, 
.cartItems .product .price .price1 {
 display: block;
 width: 80px;
 margin: 5px 6px 0 0; 
 font-weight: bold;
 color: #000;
 font-size: 120%;
 text-align: right;
 float: left; 
}

.priceBox .text .price2,
.cartItems .product .price .price2 {
 width: 110px;
 margin: 2px 0 10px 0 !important;  
 font-size: 160%;
 font-weight: bold;
 color: #000; 
 float: left; 
 line-height: 0.9em;
}

.priceBox .text .price2 span, 
.cartItems .product .price .price2 span {
 font-size: 60% !important;
 font-weight: normal !important;
 color: #444 !important;
 background-image: none !important; 
}

.priceBox li span.old {
 color: #076186; 
 text-decoration: line-through;
 background-image: none !important;  
}

.discount {
 color: #f00 !important;
}

.priceBox .pcs {
 position: relative;
 top: 18px;
 left: 3px;
 width: 70px;
}

.priceBox span {
 background-image: none !important;  
}

.priceBox span.status {
 display: block;
 height: 54px;
 margin-bottom: 2px;
 font-weight: bold;  
}

.priceBox input.text {
 width: 30px;
}

.priceBox input.submit {
 position: relative;
 left: 84px;
}



/* Picture list */

.pictureList .item {
 width: 120px;
 height: 93px;
 margin: 0 6px 6px 0;
 padding: 4px 5px 0 5px;
 background-color: #e2e0cf;
 border: 1px solid #beba93;
 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;
}
