/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
body {
	background-color: #D5E2C9;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 15px 0px;
	scrollbar-face-color: #6F8F44;
	scrollbar-highlight-color: #6F8F44;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-shadow-color: #6F8F44;
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color: #B8B17A;
}
body, h1, p, td, span, li, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
h1 {
	color: #A70B11;
	font-size: 22px;
	padding-bottom: 10px;
}
h2 {
	color: #6F8F44;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2;
}
p.comment {
	font-size: 11px;
}
div#header {
	position: relative;
	width: 790px;
	height: 170px;
	margin: 0px auto;
	background-image: url(../images/header.png);
}
div#change-lang {
	position: absolute;
	bottom: 0px;
	left: 200px;
	height: 30px;
}
div#change-lang a:link,
div#change-lang a:hover,
div#change-lang a:visited,
div#change-lang a:visited:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
div#change-lang a:hover,
div#change-lang a:visited:hover {
	text-decoration: none;
}
div#lang-dot {
	position: absolute;
	bottom: 20px;
	left: 190px;
	font-size: 0px;
	height: 4px;
	width: 4px;
	background-color: #6F8F44;
}
div#menu {
	position: absolute;
	bottom: 0px;
	right: 25px;
	width: 765px;
	height: 30px;
	text-align: right;
	font-weight: bold;
}
div#menu a:link,
div#menu a:visited,
div#menu a:hover,
div#menu a:visited:hover {
	font-weight: bold;
	text-decoration: none;
}
div#menu a:hover,
div#menu a:visited:hover {
	text-decoration: underline;
	color: #A70B11;
}
div#main-content {
	position: relative;
	width: 790px;
	height: 370px;
	margin: 0px auto;
	background-image: url(../images/bg-main.png);
}
div#main-column {
	position: absolute;
	top: 0px;
	right: 25px;
	width: 576px;
	height: 340px; 
	background-image: url(../images/main-column-middle.png);
}
div#main-column-header {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 576px;
	height: 19px;
	background-image: url(../images/main-column-header.png);
}
div#main-column-footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 576px;
	height: 19px;
	background-image: url(../images/main-column-footer.png);
}
div#main-inner-wrapper {
	position: absolute;
	top: 15px;
	right: 17px;
	width: 545px;
	height: 310px; 
	overflow: auto;
	direction: rtl;
	text-align: right;
}
div#main-inner {
	width: 525px;
	height: 310px; 
	overflow: visible;
	direction: rtl;
	text-align: right;
}
div#main-inner span {
	display: block;
	padding-left: 8px;
	direction: rtl;
}
div#side-column {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 160px;
	height: 320px; 
}
div#footer {
	position: absolute;
	top: 345px;
	left: 0px;
	width: 790px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#footer-jdesign, 
div#footer-jdesign a {
	position: relative;
	width: 760px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
}
div#footer-jdesign a:hover,
div#footer-jdesign a:visited:hover {
	text-decoration: underline;
}
div#webaddress {
	position: absolute;
	top: 160px;
	left: -300px;
	width: 790px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
}
ul {
	list-style: none;
	direction: rtl;
	margin: 10px;
}
li {
	display: block;
	background-image: url(../images/goji-bullet.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 26px;
	padding-right: 45px;
}
hr {
	height: 1px;
	background-color: #666;
	border: none;
}
table.order-form {
	margin-top: 5px
}
td.label {
	width: 70px;
	font-weight: bold;
}
input {
	height: 15px;
	width: 200px;
}
input.number {
	height: 15px;
	width: 30px;
}
td.button {
	text-align: left;
	
}
