body {
 margin: 15px auto 15px auto;
 padding: 0;
 background: #ad3118 url(../images/bg.jpg) repeat 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;
}

.noMargin {
 margin: 0 !important;
}

.noRightMargin {
 margin-right: 0 !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;  
 color: #fe3122;
}

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: #fe3122;
 text-decoration: none;
}

#content .side ul.sub li a {
 color: #ff4b00;
}

a:hover, #content .side ul.sub li a:hover {
 color: #a40d02;
 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-color: #fff7ee;
 background-repeat: repeat-x;
 background-position: 0 0; 
 border: 1px solid #650000; 
}

input.submit {
 font-size: 100%;
 color: #000;
 background-image: url(../images/button.gif);
 background-repeat: repeat-x;
 background-position: 0 center; 
 border: 1px solid #8EADB3;
 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: #fff7ee;
 border: 1px solid #650000;
 
}

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

legend {
 margin: 0;
 padding: 0 3px;
 font-weight: bold;
 color: #A60000;
}

.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; 
}



/* Order texts */

.orderComplete {
 margin-bottom: 15px;
 padding: 5px 8px 5px 8px;
 background-color: #eee;
 border: 1px solid #ccc;
 color: #050;
 font-weight: bold;
}

.orderFailed {
 margin-bottom: 15px;
 padding: 5px 8px 5px 8px;
 background-color: #eee;
 border: 1px solid #ccc;
 color: #a00;
 font-weight: bold;
}



/* Content */

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

#container {
 width: 776px;
}

#content {
 width: 776px;
 margin: 0 auto 0 auto; 
 background: url(../images/flower.gif) no-repeat 6px bottom;  
}

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

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

.sideBorder {

}



/* Hierarchal menu */

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

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

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

#content .side ul.sub li {
 margin-bottom: 0px;
 padding: 4px 0 0 12px;
 background: url(../images/li.gif) no-repeat 0 8px; 
 font-weight: normal;
}



/* Header */

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

#header ul.main {
 position: absolute;
 left: 75px;
 top: 112px;
 width: 680px;
}

#header ul li {
 padding: 0 20px 0 20px;
 font-weight: bold;  
 float: left;
}

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

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

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



/* Footer */

#footer {
 position: relative;
 width: 761px;
 height: 37px; 
 margin: 0 auto 0 auto;
 padding: 20px 0 0 15px; 
 background: url(../images/footer.gif) no-repeat 0 0;
 font-weight: bold;
 color: #7c7c7c;  
}

#footer img.logo {
 position: absolute;
 left: 710px;
 top: 14px;
 width: 48px;
 height: 25px;
 border: 0; 
}



/* Content */

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

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

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

#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: #888;
 border: 1px solid #444;
}

.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: #076186;
 padding-bottom: 10px; 
}

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

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

#content .main .info .date {
 display: block;
 width: 270px;
 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: #e0e0e0;
 border: 1px solid #d7cfc7;
 text-align: center;
 float: left;
}



/* Main page */

.main4box {
 width: 240px;
 margin-right: 65px;
 text-align: center;
 float: left;
}



/* Product list */

.product {
 width: 120px;
 min-height: 155px;
 margin: 0 20px 20px 0;
 padding: 15px 0 0 0;
 text-align: center;
 background-color: #fafafa;
 float: left;
}

.mainProduct {
 width: 115px;
 min-height: 115px;
 margin: 0 10px 10px 0;
 text-align: center !important;
 float: left;
}



/* Pager */

#pager {
 clear: both;
 width: 190px;
 height: 35px;
 margin: 20px 0 0 170px;
 padding: 0;
 text-align: center;
 font-weight: bold;
 font-size: 11px;
}

#pager a {
 font-weight: bold;
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #881c1c;
 background: #fff;
 border: 1px solid #881c1c;
 padding: 1px 2px 2px 2px;
 margin: 0 3px 0 3px;
} 

#pager a:hover {
 color: #FFA800;
 background: #fffbea;
 text-decoration: none;
} 

#pager span.inactive {
 font-weight: bold;
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #f8eec0;
 background: #fffbea;
 border: 1px solid #f8eec0;
 padding: 1px 2px 2px 2px;
 margin: 0 3px 0 3px;
} 

#pager span.left {
 display: block;
 width: 50px;
 padding: 3px 0 3px 0;
 float: left;
 text-align: right;
}

#pager span.middle {
 display: block;
 width: 90px;
 padding: 2px 0 3px 0; 
 float: left;
 text-align: center;
}

#pager span.right {
 display: block;
 width: 50px;
 padding: 3px 0 3px 0; 
 float: left;
 text-align: left;
}

#pager select {
 position: relative;
 top: -1px;
 width: 80px;
 height: 16px;
 font-family: tahoma, arial, verdana, sans-serif;
 font-size: 11px;
 font-weight: normal;
 background-color: #fff;
 border: 1px solid #881c1c;
}