@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma;
}
hr {
	color:rgb(239,46,35);
	margin-top: 0px;
}
#header {
	width: 970px;
	margin-left:auto;
	margin-right:auto;
	background:url(/images/topbanner_res1.gif) no-repeat;
	height: 166px;
	font-family:Tahoma;
	font-size:17px;
	font-weight:bold;
}
#header a:link,
#header a:visited {
	color:  rgb(239,46,35);
	text-decoration:none;
	margin-right: 4px;
}
#header a:hover {
	color: #000000;
}
#menuBar {
	float:left;
	margin-top:10px;
	margin-left:10px;
}
#menuBar a {
	padding: 0px 9px;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}
#leftMenu {
	float: left;
	width: 150px;
}
#leftMenu h4 {
  font-family:Helvetica;
  font-size:16px;
  font-weight:normal;
  margin:3px 0 3px auto;
  padding:2px 0;
  text-align:right;
}
.menuItem {
	background-color: rgb(239,46,35);
	height:25px;
	width:150px;
	overflow: hidden;
	text-align:right;
	padding-right:5px;
	margin-bottom:1px;
	/*margin-left: 3px;*/
	font-size: 90%;
	font-weight: bold;
	text-decoration:none;
	color:#fef200;
	cursor: pointer;
}
.menuItem a:link,
.menuItem a:hover,
.menuItem a:visited {
	color: rgb(255,241,0);
	text-decoration:none;
}
.menuItem2 {
	background-color: rgb(239,46,35);
	width:150px;
	height:25px;
	overflow: hidden;
	text-align:right;
	padding-right:5px;
	/*margin-left: 8px;*/
	font-weight: bold;
	font-size: 90%;
	text-decoration:none;
	color:#fef200;
}
.menuItem2 a:link,
.menuItem2 a:hover,
.menuItem2 a:visited {
	color: rgb(255,241,0);
	text-decoration:none;
}
.menuItemSelected {
	background-color: #fef200;
	height:25px;
	width:116px;
	font-size:9px;
	vertical-align: middle;
	text-align:right;
	padding-right:2px;
	margin-bottom:1px;
	color:#006953;
	text-decoration:none;
}
.menuItemSelected a:link,
.menuItemSelected a:visited,
.menuItemSelected a:hover {
	color: #006953;
	text-decoration:none;
}
#rightMenu {
	float: right;
	width: 130px;
	text-align:center;
}
#rightMenu img {
  display: block;
}
.separator {
  margin-top: 8px;
}
#mainContent {
	width:627px;
	float: left;
	padding:0 16px;
	margin-left: 3px;
}
#mainContent h3 {
	color:rgb(239,46,35);
	font-size: 20px;
	font-weight:normal;
	margin:10px auto;
}
#mainContent p {
	font-size: 12px;
}
.product,
.product1 {
	width: 197px;
	float:left;
	margin-bottom: 15px;
	min-height: 130px;
	border-bottom: 1px solid #EF2E23;
}
.product div {
	height: 220px;
}
.product h1,
.product1 h1 {
	color: rgb(239,46,35);
	font-size:11px;
	margin-bottom:0px;
	height: 28px;
}
.product h2,
.product1 h2 {
	color: #000000;
	font-size:10px;
	font-weight:normal;
	margin-top:2px;
	text-align:left;
	margin-bottom:2px;
}
.product a:link,
.product a:hover,
.product a:visited {
	color: rgb(239,46,35);
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
}
.product img {
	max-width: 200px;
	max-height: 130px;
}
#product_details {
	width: 410px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #EF2E23;
	border-bottom: 1px solid #EF2E23;
	min-height: 100px;
}
#product_details h4 {
	font-size: 14px;
	padding-bottom: 5px;
}
#product_details p {
	padding: 3px 8px 3px 0px;
}
.product_image {
	float: right;
}
.product_image img {
	border: 1px solid gray;
}
.product_image1 {
	float: right;
}
.product_image1 img {
	max-width: 200px;
	border: 1px solid gray;
}
#version_list thead {
	font-size: 80%;
}
#version_list td {
	padding: 3px;
	border-bottom: 1px solid #EF2E23;
}
#version_list td:last-child {
	padding-right: 20px;
}
div#tbl-container {
	width: 100%;
	height: 250px;
	overflow: auto;
	clear: both;
}
#version_list {
	width: 100%;
}
#version_list thead th {
	text-align: center;
	background-color: #EF2E23;
	color: #FEF200;
	position: relative;
	cursor: default;
	overflow-x: hidden;
}
#version_list tbody {
	overflow: auto;
	overflow-x: hidden;
	height: 200px;
	text-align: center;
}
#version_list tbody tr {
	height: 20px;
	border-bottom: 1px solid #EF2E23;
}
#version_list thead th {
 top: expression(document.getElementById("tbl-container") . scrollTop-2); /* IE5+ only */
	z-index: 20;
}
#login_form .form_error {
	padding-left: 50px;
	color: #d8732f;
}
#registration_form .form_error {
	padding-left: 150px;
	color: #d8732f;
}
#login_form label {
	width: 70px;
	float: left;
	padding: 0px 10px 5px 0px;
	text-align: right;
}
#registration_form br,
#login_form br {
	clear: both;
}
#registration_form fieldset,
#login_form fieldset {
	padding: 5px;
}
#login_form {
	margin: 21px auto 0px auto;
	width: 350px;
}
#registration_form {
	margin: 21px auto 0px auto;
	width: 450px;
}
#registration_form label {
	width: 140px;
	float: left;
	padding: 0px 10px 10px 0px;
	text-align: right;
}
#contact_form {
	width: 60%;
	margin: 20px;
	float: left;
}
div#indicator {
	position: absolute;
	width: 100px;
	height: 40px;
	left: 10px;
	top: 10px;
	z-index: 900;
	background: url(/images/indicator.gif) no-repeat 0 0;
}
#order_form fieldset {
	border: none;
	padding: 5px;
	width: 15%;
}
#order_form input[type='text'] {
	width: 30px;
	text-align: center;
}
#price_list {
	width: 100%;
	border-spacing: 4px;
}
#price_list td {
	padding: 1px;
	text-align: center;
}
#price_list th {
	padding: 2px 1px;
	border-bottom: 1px solid #01604a;
}
.order_greet {
	color: red;
	float: right;
	text-align: right;
}
#red_info {
	border: none;
	text-align: right;
	color: red;
	font-weight: bold;
	font-size: 90%;
}
#basket_content {
	width: 80%;
	margin: 0px auto;
}
#basket_content th {
	text-align: center;
}
#basket_content td {
	text-align: left;
}
.news {
	padding: 18px 3px;
	margin: 0px auto;
	border-bottom: 1px solid #006953;
}
.news a {
	color: black;
}
.news a:hover {
	color: #006953;
}
.news h4 {
	font-size: 14px;
	padding-bottom: 5px;
}
.news_date {
	font-size: 10px;
}
#article {
	margin-top: 25px;
}
#article div {
	float: left;
	margin-top: 25px;
}
.centre {
	width: 80%;
	margin: 28px 0px 0px 15px;
}
.stdform label {
	width: 100px;
	float: left;
	padding-right: 15px;
	text-align: right;
}
.stdform fieldset {
	border: none;
}
.stdform input,
.stdform select,
.stdform textarea {
	margin-bottom: 3px;
}
.stdform input[type='checkbox'] {
	height: 18px;
}
.stdform input[type='submit'] {
	float: right;
}
.stdform .form_error {
	padding-left: 120px;
	color: #d8732f;
}
#footer {
	margin: 30px auto 0px auto;
	width: 680px;
	text-align: center;
	font-size: 7pt;
}
#footer a {
	padding: 0px 3px;
}
#front-description {
	padding: 17px 10px 17px 0px;
	font-size: 11px;
	float: right;
	width: 415px;
	border-bottom: 2px solid #005e48;
	margin-bottom: 15px;
}
#contact-info {
	text-align: center;
	margin-top: 40px;
}
#sitemap {
	margin-left: 40px;
	font-size: 12px;
}
#sitemap ul {
	list-style-type: square;
	margin: 5px auto;
}
#sitemap li ul {
	list-style-type: circle;
	padding-left: 10px;
}
.video {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #005e48;
}
.video p {
    margin: 10px auto;
    padding: 0 10px;
    text-align: left;
}