a, b, body, br, caption, div, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img, input, label, legend, li, p, select, span, table, td, textarea, th, tr, ul, ol, strong, blockquote { 
	margin:0px; 
	padding:0px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:#FFF; 
	text-decoration:none; 
}
a, b, body, br, caption, div, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img, label, legend, li, p, select, span, table, td, th, tr, ul, ol, strong { 
	border:0px; 
}
html, body { 
	height:100%; 
}
body { 
	font-size:100%; 
}
/*
img { 
	display:block; 
}
*/
ul { 
	width:auto; 
	list-style:none;
}
li a { 
	display:block; 
}
@media all {
	* html li a { 
			height:1%; 
	} /* This corrects the huge white-space that IE on Windows adds to the bottom of linked list-items (=IE bug) */ 
}
body { 
	margin:0; 
	padding:0; 
	border:0; 
	text-align:center;
	background-color: #000;
	background-image: url(../gfx/background.gif);
} /* align whole page in center */

#container {
	width: 968px;
	margin:0px auto;
}

#header {
	width: 100%;
	height: 93px;
	background-image: url(../gfx/biggerisbetter.gif);
	background-repeat: no-repeat;
	text-align: right;
}

#countries {
	float: right;
	position: relative;
	width: 968px;
	text-align: right;
}

#countries A {
	display: inline;
}

#mainmenu {
	width: 100%;
	height: 56px;
	background-image: url(../gfx/background-menu.gif);
	background-repeat: no-repeat;
}

#menu {
	width: 968px;
	text-align: right;
}

#menu ul {
	padding: 0;	
	margin: 0;
	padding-top: 13px;
	list-style-type: none;
	/*width: 668px;*/
}

#menu ul li {
	width: auto;
	display: inline;
	padding-right: 50px;
}

#menu ul li a {
	color: #FFF;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
}

#menu ul li a:hover {
	
}

#middle-layer {
	width: 100%;
	text-align: left;
}

#middle-layer-left {
	float:left;
	width: 300px;
	min-height: 508px;
	background-image: url(../gfx/background-middlelayer-left.gif);
	background-repeat: no-repeat;
	display:block;
}

#image-fader {
	position: relative;
	top: 50px;
	width: 300px;
	height: 248px;
	text-align: center;
}
#image-fader img {
	 float: center;
	 display: inline;
}

#middle-layer-right {
	float:left;
	width: 667px;
	min-height: 508px;
	background-image: url(../gfx/background-middlelayer-right.gif);
}

#title {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 1.38em; 
	font-weight:normal;
}

#content-block {
	border-bottom: 2px solid #8ac;
	margin-top: 8px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#item {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#item p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:#FFF; 
	font-size:0.69em; line-height:1.4em; padding-bottom:0.5em;
}

#item a {
	color:#8ac;
}

#item a:hover {
	text-decoration: underline;
}

#item ul {
	margin-left: 15px;
	list-style-type: circle;
}

#item li {
	font-size:0.69em; line-height:1.4em; padding-bottom:0.5em;
}

#item TABLE {
	width: 100%;
}

#item table.frameset td {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


#item TH {
	font-size:0.69em;
	font-weight: bold;
	border-bottom: 1px dotted #8ac;
	margin-bottom: 5px;
	line-height: 2em;
	background-color: gray;
}

#item TD {
	font-size:0.69em;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #8ac;
}

#item TD P{
	font-size:100%;
}


/*

#item #product_container {
	width: 100%;
	border-bottom: 1px dotted #8ac;
	padding-bottom: 15px;
	padding-top: 15px;
}

#item #product_container ul#product {
	padding: 0;	
	margin: 0;
	list-style-type: none;
	margin-bottom: 8px;
}

#item #product_container ul#product li {
	display: inline;
	width: auto;
}

#item #product_container ul#product li ul {
	padding: 0;	
	margin: 0;
	list-style-type: none;
}

#item #product_container ul#product li ul li {
	display: inline;
	width: auto;
}

#item #product_container ul#product li ul li.proddesc {
	font-weight:bold;
}

#item #product_container ul#product li ul li.prodtitle {
	font-weight:bold;
	font-size: 0.9em;
}


*/

#item #product {
	width: 100%;
	border-bottom: 1px dotted #8ac;
	padding-bottom: 15px;
	padding-top: 15px;
}

#item #product ul {
	list-style-type: none;
	/*margin-left: 150px;*/
	margin-bottom: 8px;
}

#item #product ul li {
	display: inline;
}

#item #product ul li.proddesc {
	font-weight:bold;
}

#item #product ul li.prodtitle {
	font-weight:bold;
	font-size: 0.9em;
}


#footer {
	float: bottom;
	height: 37px;
	width: 668px;
	margin-left: 300px;
	background-image: url(../gfx/background-footer.gif);
	text-align: center;
}

#footer ul {
	padding: 0;	
	margin: 0;
	padding-top: 7px;
	list-style-type: circle;
	/*width: 668px;*/
}

#footer ul li {
	width: auto;
	display: inline;
	padding-right: 15px;
}

#footer ul li a {
	color: #54535b;
	display: inline;
	font-size: 11px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	padding: 0px 0px 0px 15px; 
	background: url(../gfx/bullet_li.gif) 0px 6px no-repeat;
}

#footer ul li a:hover {
	color: #FFF;
}