﻿/** BASIC */
body {
	height: 100%;
}

html {
	height: 100%;
}

body {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h6 {
	margin: 0px;
}

h5 {
	margin: 0px;
}

h4 {
	margin: 0px;
}

h3 {
	margin: 0px;
}

h2 {
	margin: 0px;
}

h1 {
	margin: 0px;
}

/** TEXTS */

select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505245;
}

textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505245;
}

input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505245;
}

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505245;
}

th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505245;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505245;
}

dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

ol {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

ul {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

 input
{
color: #98392c;
background: #f7eac9;
border: 1px solid #98392c;
}

textarea
{
color: #98392c;
background: #f7eac9;
border: 1px solid #98392c;
}

label
{
width: 6em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

 fieldset
{
border: 1px solid #98392c;
width: 33em
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #611D06;
}

.text1-small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #611D06;
}


.text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898876;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding: 7px 0px 10px 0px;
	background: url(images/homepage07.gif) repeat-x left bottom;
}

.list1 li.last {
	padding-bottom: 0px;
	background: none;
}

.list1 a {
	color: #e9d8c5;
}

/** LINKS */

a {
	color: #852C30;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
	text-decoration: underline;
}

.style1 a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 { background: url(../images/homepage01.jpg) repeat left top; }
.bg2 { background: url(../images/homepage04.jpg) no-repeat left top; }
.bg3 { background: url(../images/subpage1_02.jpg) repeat-y left top; }
.bg3d { background: url(../images/subpage1_02d.jpg) repeat-y left top; }
.bg4 { background: url(../images/subpage1_01.jpg) no-repeat left top; }
.bg4p { background: url(../images/subpage1_01p.jpg) no-repeat left top; }
.bg4d { background: url(../images/subpage1_01d.jpg) no-repeat left top; }
.bg5 { background: url(../images/subpage1_03.jpg) no-repeat left bottom; }
.bg5d { background: url(../images/subpage1_03d.jpg) no-repeat left bottom; }
.bg6 { background: url(../images/homepage08.jpg) repeat-y left top; }
.bg7 { background: url(../images/homepage09.jpg) no-repeat left bottom; }
.bg8 { background: url(../images/subpage2_02.jpg) repeat-y left top; }
.bg9 { background: url(../images/subpage2_01.jpg) no-repeat left top; }
.bg10 { background: url(../images/subpage2_03.jpg) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.product {
	border-style: solid;
	border-width: 1px;
	border-color: #611d06;
	padding: 5px 5px 0px 5px;
	background-color: #ffe7ce;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505245;
	margin-bottom: 7px;
	
}

.product-name {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffd7ad;
	background-color: #924627;
	padding: 2px;
}

.product-descr {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.product-code {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 2px;
	margin-top: 2px;
}

.product-thumb {
	background-color: #FFFFFF;  
	padding:3px;    
	border:1px solid #d4bc80; 
}


