@CHARSET "ISO-8859-1";

html, body {

	height:100%;
	width:100%;
	min-width:1024px;
	text-align:center;
	margin:0px;
	padding:0px;	
	
	font-family:Verdana,sans-serif;
	font-size:13px; /*10pt*/
	line-height:1.5em;
	
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#ffffff;
	scrollbar-dark-shadow-color:#ffffff;
	scrollbar-face-color:rgb(243,231,206);
	scrollbar-highlight-color:rgb(243,231,206);
	scrollbar-shadow-color:rgb(185,165,136);
}

#page {
	text-align:left;
}

.advertising {
	overflow:hidden;
	border:1px solid rgb(0,0,0);
	margin: 0px 0px 5px 0px;
	padding: 3px;
	height: 95px;
	background-repeat: no-repeat;
	background-position: top center;
}

.advertising a,
.advertising a:hover {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.ProductShortContainer {

	padding:6px;
	
}

.ProductShortContainer:hover {

	background-color:rgb(248,248,255);
	
}

div.box {

	background-color:rgb(190,190,190);
	margin:5px 0px 5px 0px;
	padding:5px;
	border:1px solid rgb(120,120,120);

}

.box_red {
	padding: 5px;
	color: rgb(200,0,0);
	border: 1px solid rgb(200,0,0);
	background-color: rgb(230,200,200);
}
	
a {

	cursor:pointer;
	color:rgb(26,15,192);
	text-decoration:underline;
	padding:1px;
	
}

a:hover {

	cursor:pointer;
	color:rgb(26,15,242);
	background-color:rgb(230,230,245);
	text-decoration:underline;
	padding:1px;
	
}

p {

	margin-top:0px;
	
}

.TImage_NoAlign a:hover,
.TImage_Left a:hover,
.TImage_Right a:hover,
.TImage a:hover {
	
	text-decoration:none;
	background-color:transparent;

}

h1, h2, h3 {

	color:rgb(222,103,33);
	font-family:Georgia,sans-serif;
	font-weight:bold;
	margin-top:0px;

}

h1 { font-size:large; }
h2 { font-size:medium; color:rgb(222,103,33); }
h3 { font-size:small; }

.sidebar {

	width:150px;
	float:right;
	margin-left:10px;
	padding-left:10px;
	border-left:1px dashed rgb(200,200,200);
	
}

.sidebar h1 {

	font-size:small;
	color:rgb(10,10,10);
	border-bottom:2px solid rgb(222,103,33);
	font-family:Georgia,sans-serif;
	font-weight:bold;
	margin-top:10px;

}

.discontinued {

	font-weight:bold;
	color:rgb(190,0,0);

}

.AutoTrans {

	text-align:center;
	margin:0px 0px 5px 0px;
	padding:2px;
	font-weight:bold;
	color:rgb(255,255,255);
	background-color:rgb(255,0,0);
	border:1px solid rgb(0,0,0);
	
}

.main_header {

	background-color:rgb(255,255,255);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	height:100px;
	width:100%;
	min-width:1024px;
	z-index:2;
	margin:0px;
	padding:0px;
}

.main_menu_bar {

	top:100px;
	left:0px;
	position:absolute;
	background-image:url('menubar.gif');
	z-index:100;
	width:100%;
	min-width:1024px;
	/*border-top:1px solid rgb(199,171,153);*/
	border-bottom:1px solid rgb(199,171,153);
	
}



.main_content {

	margin:145px 10px 40px 10px;
	
}

.main_footer {

	margin:0px;
	padding:0px;
	
	background-color:rgb(243,231,206);
	background-image:url('footer.gif');
	background-repeat:repeat-x;
	
	position:relative;
	bottom:0px;
	left:0px;
	height:30px;
	z-index:3;
	width:100%;
	min-width:1024px;
	border-top:1px solid rgb(199,171,153);
	border-bottom:1px solid rgb(199,171,153);
	
	clear:both;
}

.headline_large {
  font-family:'Verdana';
  font-size:18pt;
  color:rgb(222,103,33);
  margin:0pt;
}

strong {
	color:#666666; /*#666666*/
}

.smalltext {
  font-family:'Arial';
  font-size:8pt;
  color:#333333;
}

.TFloatBox_Right {

	float:right;
	padding:5px !important;
	margin:0px 0px 10px 10px;

	background-color:transparent;
	width:220px;	
}