BODY {
	padding:			0;
	margin:				0;
	background-color:		#316FB8;
	text-align:			center;
}
#body {
	width:				960px;
	height:				600px;
	margin:				10px auto;
	border:				1px solid #000000;
	background-color:		#ECECEC;
	background-image:		url(../images/background.jpg);
	background-repeat:		no-repeat;
	text-align:			left;
}
#lang {
	float:				right;
	margin:				0;
	width:				30px;
	background-color:		#000;
	padding:			2px 0 2px 0;
	text-align:			center;
}
#lang IMG {
	border:				1px solid #000;
}
#lang_hover {
	float:				right;
	width:				30px;
	margin:				0;
	padding:			2px 0 2px 0;
	text-align:			center;
}
#lang_hover IMG {
	border:				1px solid #E0E0E0;
}
#lang_active {
	float:				right;
	margin:				0;
	width:				30px;
	padding:			2px 0 2px 0;
	background-image:		url(../images/gradient2.jpg);
	text-align:			center;
}
#lang_active IMG {
	border:				1px solid #000;
}
#logo {
	width:				395px;
	height:				95px;
	float:				right;
	text-align:			right;
}
#menu {
	background-color:		#000;
	font:				bold 0.7em Arial;
	float:				left;
}
#menuitem {
	color:				#FFFFFF;
	background-color:		#000;
	padding:			3px 10px 3px 10px;
	float:				left;
	border-right:			1px solid #EEEEEE;
	cursor:				default;
}
#menuitem_active {
	color:				#000;
	padding:			3px 10px 3px 10px;
	float:				left;
	border-right:			1px solid #EEEEEE;
	cursor:				default;
	background-image:		url(../images/gradient.jpg);
	background-repeat:		repeat-x;
	text-decoration:		underline;
}
#menuitem_active A {
	color:				#000;
	cursor:				default;
}
#menuitem_hover {
	color:				#FF0000;
	background-color:		#400000;
	padding:			3px 10px 3px 10px;
	float:				left;
	border-right:			1px solid #EEEEEE;
	cursor:				default;
}
#content {
	text-align:			left;
	font:				normal 0.75em Arial;
	width:				530px;
	height:				550px;
	margin:				15px 0 0 15px;
	overflow:			auto;
	float:				left;
}
*HTML #content {
	clear:				both;
}
#content A {
	color:				#000;
	cursor:				default;
	font-size:			95%;
	text-decoration:		none;
}
#content A:hover {
	color:				#EE0000;
}
#smalltext {
	font-size:			90%;
	margin:				0 15px 0 0;
	padding:			4px 0 0 0;
	line-height:			125%;
}
#browsernotice {
	font-size:			0.8em;
	text-align:			justify;
}
#browsernotice A {
	text-decoration:		underline;
	color:				#c00000;
}
#content A {
	color:				#000;
}
DIV.picture {
	float:				right;
	clear:				right;
	margin:				0 34px 0 0;
}
*HTML DIV.picture {
	text-align:			right;
	float:none;
}
DIV.picture IMG {
	margin:				15px 0 0 15px;
	border-top:			1px solid #888;
	border-left:			1px solid #888;
	border-right:			1px solid #DDD;
	border-bottom:			1px solid #DDD;
}
DIV.picture2 {
	position:			absolute;
	width:				926px;
	height:				103px;
	top:				483px;
	float:				left;
	border-top:			1px solid #888;
	border-right:			1px solid #DDD;
	border-bottom:			1px solid #DDD;
	background-color:		#c1c1c1;
	clear:				left;
	overflow:			hidden;
	text-align:			right;
}
#proditem {
	padding:			5px 5px 0 5px;
	margin:				0;
	font-size:			90%;
	line-height:			140%;
}
#proditemhover {
	padding:			5px 5px 0 5px;
	margin:				0;
	font-size:			90%;
	line-height:			140%;
	background-color:		#CCC;
	cursor:				default;
}
H1 {
	font:				bold 1.4em Verdana,Arial;
	margin:				0;
	padding:			0;
}
H2 {
	font:				bold 1em Verdana,Arial;
	margin:				0;
	padding:			0;
}
