﻿body {
	background-image: url('images/site_background.jpg');
	background-repeat: repeat-x;
	background-color: #FCC42F;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0;
}
img {
	border: 0px;
}
#container {
	width: 810px;
	margin: 0 auto;
}
#navbar {
	width: auto;
	display: block;
	height: 32px;
}
#topbar {
	width: auto;
	display: block;
	height: 119px;
}
#toptable {
	border-collapse: collapse;
	float: left;
	height: 32px;
	border-width: 0px;
	margin: 0;
	padding: 0;
}
#toplinks {
	width: 460px;
	background-image: url('images/site_toplinks.jpg');
	text-align: center;
}
#main {
	width: auto;
	display: block;
}
#column_right {
	width: 224px;
	float: right;
}
#column_left {
	width: 586px;
	float: left;
}
#navigation {
	width: 100%;
	background-image: url('images/site_navi_main.jpg');
}
#navigation a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
	text-indent : 20px;
	line-height: 20px;
}
#navigation a:hover {
	color: #000000;
}
#navigation hr {
	width: 90%;
}
#banner {
	height: 247px;
	background-image: url('images/site_banner.jpg');
}
#to_english {
	position: relative;
	top: 210px;
	right: 480px;
}
#search_bar {
	height: 23px;
	background-image: url('images/site_search.jpg');
	padding: 10px;
	text-align: left;
}
#content {
	width: auto;
	display: block;
	margin-top: 10px;
}
#single_column {
	background-color: #ffffff;
	margin-left: 5px;
	padding: 5px;
}
#some_products {
	width: 400px;
	float: right;
}
#news_list {
	width: 155px;
	float: left;
}
#news {
	width: 150px;
	height: 150px;
	margin: auto;
	overflow: hidden;
	text-align: right;
}
div.spacer {
	clear: both;
	height: 10px;
	display: block;
}
.search_input {
	border: 1px #000000 solid;
	height: 15px;
	font-family: Tahoma;
	font-size: 10pt;
	border-left: 0;
}
.contact_label {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
}
.contact_input {
	border: 1px #000000 solid;
	font-family: Tahoma;
	font-size: 10pt;
	width: 200px;
}
#footer {
	width: auto;
	display: block;
	padding: 15px;
	font-size: 8pt;
	color: #666666;
	text-align: center;
}

