html 
{
  overflow-y:scroll; 
  overflow-x:auto; 
}

html, body {
	margin:0 auto;
	padding:0;
	height: 100%;
}

body 
{
	font: 12px Verdana, Sans-Serif;
	text-align:center;
	
	background: url("images/gradients/body.png") repeat-x 0px 0px #e0e8e8;
	background-image: -moz-linear-gradient(top left -90deg, #fff, #e0e8e8);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e8e8));
}

#page 
{
	text-align:left;
	width:920px;
	background: #fff;
	padding:0 20px;
	margin:0 auto;
	overflow: hidden;
}

input, select, textarea, label
{
  font-family: Verdana;
  line-height:1em;
}

img, fieldset, table
{
	border:none;
}

a {
	/*background-image:url("/Images/red_arrow.png");
	background-position:center left;
	background-repeat:no-repeat;
	padding:0 0 0 10px;*/
	text-decoration:none;
	color: #940123;
}

a:focus,
a:hover	{ text-decoration: underline; }

h1, h2, h3	{ color: #940123; margin: 0; padding: 0; }

h1	{ font-size: 18px; margin: 0 0 10px; }
h2	{ font-size: 12px; }
h3	{ font-size: 12px; }

p	{ margin: 0 0 10px; }

ul, ol	{ margin: 0 0 10px; padding: 0 0 0 15px; list-style-position: outside; }

.col	{ float: left; }

.bottom	{ position: absolute; bottom: 0px; }

/*Footer*/
#footer
{
	clear:both;
	padding-top:30px;
}
#footertxt
{
	text-align: center;
	color: #000;
	padding: 15px 0;
}

/* Logo */
#logo
{
	float:left;
	margin:10px 0 0 0;
	padding:0;
}
#logo a
{
	background-image:none;
	padding:0;
	margin:0;
}

/* Toolbar */
#tools
{
	float:right;
	margin:10px 0 0 0;
	padding:0;
}

#tools a
{
	background-image:none;
	padding:0;
}

#toolbar
{
	text-align:right;
}

#toolbar ul
{
	margin:0;
	padding:0;
}

#toolbar ul li
{
	display:inline;
	margin:0 0 0 .5em;
}

#toolbar ul li a
{
	color:#231f20;
	font-size: 0.8em;
	line-height:1em;
}

/* Languagebar */
#language
{
	text-align:right;
	margin:15px 0 0 0;
}

#language ul
{
	margin:0;
	padding:0;
}

#language ul li
{
	display:inline;
	margin:0 0 0 4px;
}

#language ul li a {
                      display:inline-block;
                      padding:2px 0 3px 0;
                      border-top:2px solid #fff;
                      border-bottom:3px solid #fff;
}
#language ul li a:hover, 
#language ul li a:active, 
#language ul li a:focus,
#language ul li a.selected
{
                      border-top:2px solid #BF0D02;
                      border-bottom:3px solid #BF0D02;
}

/* Searchbar 
#search
{
	float:right;
}
#search input
{
	border:solid #95857b 1px;
	height:18px;
	background-color:#ffffff;
	color:#95857b;
}*/

/* MENUS, NAVIGATIONS, BREADCRUMB AND SITEMAP*/

/* Top navigation */
#topnav			{ clear: both; margin: 0 -20px; position: relative; z-index: 10; }

#topnav ul		{ list-style: none; margin: 0; padding: 0; width: 100%; }
#topnav ul		{ position: relative; z-index: 10;
	background: url("images/gradients/nav-red.png") #940123 repeat-x 0px 0px;
	background-image: -moz-linear-gradient(top left -90deg, #c00f10, #940123 24px);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c00f10), to(#940123));
	
	        box-shadow: 0px 3px 10px rgba(41,41,41, 0.3);
	   -moz-box-shadow: 0px 3px 10px rgba(41,41,41, 0.3);
	-webkit-box-shadow: 0px 3px 10px rgba(41,41,41, 0.3);
}

#topnav li			{ display: inline; float: left; }
#topnav a			{ float: left; padding: 0 15px; height: 25px; line-height: 25px; color: #fff; font-weight: 900; background: none; }
#topnav .first a	{ padding-left: 35px; }
#topnav a:hover,
#topnav a:focus,
#topnav .selected a	{ background: #940123; }

#topnav ul ul,
#topnav ul.subnav	{ position: absolute; top: 0; left: 0; z-index: 1; padding: 0 20px;
	background: url("images/gradients/nav-grey.png") #e0e8e8 repeat-x 0px 0px;
	background-image: -moz-linear-gradient(top left -90deg, #fff, #e0e8e8);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e8e8));
	
	        box-shadow: none;
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#topnav ul ul a,
#topnav ul.subnav a	{ color: #818181; font-weight: 100; white-space: nowrap; }

#topnav ul ul a:hover,
#topnav ul ul a:focus,
#topnav .selected ul a,
#topnav ul.subnav a:hover,
#topnav ul.subnav a:focus,
#topnav ul.subnav .selected a	{ background: none; color: #000; }

/*#topnav 
{
	clear:both;
	border:solid 1px #95857b;
	border-left: none;
	border-right:none;
}
#topnav ul li a
{
	text-decoration:none;
	color:#95857b;
	font-size: 0.9em;
	line-height:1.2em;
}
#topnav ul
{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#topnav ul li
{
	float:left;
	padding:7px;
	margin:0;
}
#topnav ul li.selected
{
	background-color:#95857b;
}
#topnav ul li.selected a
{
	color:#FFFFFF;
}*/

/* Left navigation */
#leftnav { margin: 0; padding: 0; }

#leftnav h2 { color:#ffffff; margin:0; padding: 5px 15px;
	background: url("images/gradients/box-header-red.gif") #940123 repeat-x 0px 0px;
	background-image: -moz-linear-gradient(top left -90deg, #c00f10 7px, #940123 17px);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #c00f10), color-stop(71%, #940123));
	
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
}

#leftnav h2 a { color:#ffffff; background-image:none; padding: 0; }

#leftnav ul		{ margin:0; padding:0; list-style:none; }
#leftnav > ul	{
	background: #e0e8e8;
	background-image: -moz-linear-gradient(top left -90deg, #fff, #e0e8e8);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e8e8));
}

#leftnav ul li	{ border-bottom: solid 2px #ffffff; padding-left: 15px; }
#leftnav ul li:last-child	{ border: 0; }

#leftnav > ul,
#leftnav ul li:last-child	{
	-webkit-border-radius: 0 0 4px 4px;
	   -moz-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px;
}

#leftnav ul a { text-decoration:none; color:#940123; padding: 5px 10px 5px 15px; background: url("images/arrows/red-arrow-right.png") no-repeat 0px 8px; display: block; }
#leftnav ul a:hover,
#leftnav ul a:focus	{ text-decoration: underline; }
#leftnav ul .selected ul a { font-weight: 100; }
#leftnav ul .selected a,
#leftnav ul .selected ul .selected a { font-weight: 900; }

#leftnav ul ul li	{ border: 0; padding: 0; }
#leftnav ul ul a	{ background: none; }

/* Breadcrumb */
#breadcrumb 
{
	color:#95857b;
	font-size:.8em;
	margin:0 0 12px 0;
}

#breadcrumb a
{
	background-image:none;
	color: #231f20;
	padding:0;
	font-weight:normal;
}

/* Print icon */
#printicon 
{
	float:right;
	font-size:.8em;
	margin:0 0 12px 0;
}

#printicon a
{
	background:url('/Images/print.gif') center left no-repeat;
	color: #95857b;
	padding:0 0 0 15px;
}

/* Sitemap */
/* Niveau 1 
#sitemap ul
{
	list-style:none;
	padding:0;
	margin:0;
	border:solid 1px green;
}
#sitemap ul li
{
	margin:10px 0 0 0;
}
#sitemap ul li a
{
	color:#b42025;
	font-weight:bold;
	padding:0;
	background-image:none;
}
/* Niveau 2 
#sitemap ul li ul
{
	margin:0 0 10px 10px;
	padding:0;
	border:solid 1px red;
}
#sitemap ul li ul li
{
	margin:0;
}
#sitemap ul li ul li a
{
	color:#95857b;
	font-weight:normal;
	background-image:url('red_arrow.png');
	padding:0 0 0 10px;
}
/* Niveau 3 
#sitemap ul li ul li ul
{
	margin:0;
	padding:0;
	border:solid 1px blue;
}
#sitemap ul li ul li ul
{
	margin:0 0 10px 10px;
	padding:0;
	border:solid 1px yellow;
}
#sitemap ul li ul li ul li
{
	margin:0;
}
#sitemap ul li ul li ul li a
{
	background-image:url('/Images/dot.gif');
	padding:0 0 0 10px;
}

/* Overall container */
#main
{
	padding:30px 0 0 0;
	margin: 0 -20px;
	clear:both;
}

/* Left column */
#leftcol, #rightcol
{
	width:220px;
	margin:0 20px;
	float:left;
}

/* Center column */
#centercol
{
	width:440px;
	float:left;
	overflow: hidden;
}

/* Center column wide */
#centercol.wide
{
	width:670px;
	margin:0 0 0 0;
	float:left;
}

/* Right column 
#rightcol
{
	width:200px;
	margin:0;
	float:left;
}*/
/*#righttopcontent, #rightcentercontent
{
	width:inherit;
	float:left;
}
#rightbottomcontent
{
	margin:0;
	float:left;
}*/
/* Center topcontainer */
#topcontent
{
	margin:0;
}

/*#centercol.wide #pagetitle, #centercol.wide #pageteaser
{
	width: 440px;
}*/

/* Page title */
.headline h2,
.ad-box h3		{ color: #fff; font-size: 20px; text-transform: uppercase; font-weight: 100; text-align: left; padding: 4px 0; }

.headline h2 strong,
.ad-box h3 strong,
.headline h2 b,
.ad-box h3 b	{ font-weight: 900; }


.headline		{ background: rgba(0,0,0, 0.4); width: 100%; position: absolute; top: 45%; left: 0; }
.headline h2	{ padding: 10px 30px; margin: 0; }

/*.headline
{
	background-image:url('/Images/hbg83.png');
	margin:0;
	width:260px;
	position:absolute;
	top:33px;
	left:0;
}
.headline h1
{
	margin:14px 0 0 20px;
	color:#b42025;
	font-size:1.5em;
}
.headline p
{
	margin:0 5px 10px 20px;
	line-height:1.2em;
}
#centercol .headline p a
{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	background-position:left 3px;
}*/

/* Page teaser */
#pageteaser
{
	font-weight:bold;
	margin:30px 0 10px 0;
}
#pageteaser p
{
	margin:0;
}

/* Page text 
#pagetxt a
{
	color:#95857b;
	text-decoration:underline;
	font-weight:bold;
}
#pagetxt p
{
	margin:0;
	overflow:hidden;
}
#pagetxt ul
{
	margin:0 0 0 15px;
	padding:0;
	list-style-image:url('/Images/dot.gif');
}
#pagetxt ol
{
	margin:0 0 0 15px;
	padding:0;
}
#pagetxt ul li, #pagetxt ol li
{
	padding:0;
	margin:0;
}*/

/* Iframe */
#iframecontent
{
	padding-top: 15px;
	overflow:hidden;
}

/* Product view */
/*.productview
{
	display:block;
	overflow:hidden;
}*/
.productview
{
                      display:block;
                      overflow:hidden;
                      margin-bottom: 15px;
}

.productimg
{
	border:solid 1px #95857b;
	float:left;
	margin:0 0 15px 0;
}
.producttxt
{
	float:left;
	margin:0 0 10px 10px;
	width:230px;
}
.producttxt a
{
	color:#95857b;
	text-decoration:underline;
	font-weight:bold;
	font-size:.8em;
}
.producttxt p
{
	margin:15px 0;
}


/* Product specification teaser */
.productspecteaser
{
	width:126px;
	float:left;
	margin:30px 30px 0 0;
}
.productspecteaser img
{
	border:solid 1px #95857b;
	margin:5px 0;
}
.productspecteaser.last
{
	margin-right:0;
}
.productspecteaser h3
{
	font-size:.9em;
}
.productspecteaser a
{
	color:#95857b;
	font-size:.8em;
	font-weight:bold;
	text-decoration:underline;
}

/* Product specifications */
#proddesign, #proddimension, #prodquantities, #prodsettings, #packdesign
{
	clear:both;
	border-top:solid #95857b 1px;
	margin-bottom:10px;
}

#prodspec dl	{ margin: 10px 0 0 0; clear: both }
#prodspec dt	{ float: left; font-size:.8em; width: 125px; }
#prodspec dd	{ margin: 0; overflow: hidden; }

#proddimension dt,
#prodquantities dt	{ width: 65px; }

#prodspec img
{
	float:right;
	margin-left:10px;
}
#prodspec h2
{
	margin:15px 0 0 0;
}
#prodspec p
{
	margin:5px 0 0 0;
}
#prodspec dl
{
	margin:10px 0 0 0;
}
#prodspec dt
{
	float:left;
	font-size:.8em;
	
}
#prodspec th
{
	text-align:left;
}
#prodspec dd table, #prodspec dd p
{
	margin:0;
}
#prodresume
{
	margin:0 0 15px 0;
}
#prodresume p
{
	margin-top:10px;
}
#prodspec a.pdf
{
	background-image:url('/Images/pdf.gif');
	padding:0 0 0 15px;
	color:#95857b;
	font-weight:bold;
	text-decoration:underline;
}
#prodspec table
{
	font-size:.8em;
	margin:10px 0 0 0;
	padding:0;
}
#prodspec table caption
{
	text-align:left;
}
#prodspec table td
{
	padding:0 5px 0 0;
}
#prodspec table tr.uneven
{
	background-color:#fbf4fd;
}
#prodspec table tr th
{
	margin:0;
	padding:0;
	font-weight:normal;
}
#prodsettings dl
{
	clear:both;
}
#prodsettings dt
{
	width:125px;
	border:solid 1px #fff;
}
#prodsettings dd
{
	/*margin-left:125px;*/
	overflow: hidden;
	margin: 0;
}
#proddesign th
{
	width:7em;
}
#proddimension th
{
	width:7em;
}
#prodquantities th
{
	width:10em;
}
#denester table td
{
	text-align:center;
	width:3em;
	padding:0;
}
#denester
{
	float:left;
}
#denester table
{
	padding-bottom:10px;
}

#colortable {
	width: 100%;	
}

#colortable td {
	width: 50%;
}

#colortable div
{
	border:solid #95857b 1px;
	width:10px;
	height:10px;
	float:left;
	margin-right:5px;
}
#printimg
{
	clear:both;
	height:1%;
}
#imglabel, #imgprintarea
{
	float:left;
}
#printimg img
{
	float:none;
	margin:0;
}
#printimg p
{
	font-weight:bold;
}
/* Box */
/*#leftcol .box, #rightcol .box
{
	margin:0;
	padding:0;
	width:200px;
}
#rightcol .box h2, #leftcol .box h2
{
	color:#ffffff;
	margin:0;
	padding:5px 0 5px 10px;
}
#rightcol .box .boxcontent, #leftcol .box .boxcontent
{
	margin:0;
}
#rightcol .box .boxcontent p, #leftcol .box .boxcontent p
{
	margin:0;
	padding:10px;
}
#rightcol .box .boxcontent p a, #leftcol .box .boxcontent p a
{
	background:none;
	text-decoration:underline;
	padding:0;
}
#rightcol .box .boxcontent ul, #leftcol .box .boxcontent ul
{
	list-style-image:url('/Images/dot.gif');
	font-size:0.8em;
	margin:0 0 0 10px;
	padding:0 0 10px 10px;
}
#rightcol .box .boxcontent ul a, #leftcol .box .boxcontent ul a
{
	text-decoration:underline;
	background-image: none;
	padding: 0 0 0 0;
}
#rightcol .box .boxcontent a, #leftcol .box .boxcontent a
{
	color:#000000;
}*/

/* General box styling */
.box,
#leftnav	{ position: relative; }

.box	{ margin: 0 0 10px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

/*.box-corner-tl,
.box-corner-tr,
.box-corner-bl,
.box-corner-br	{ background: url("images/blank-corners-white-back.png") no-repeat top left; width: 4px; height: 4px; position: absolute; display: block; z-index: 10; overflow: hidden; }

.box-corner-tl	{ top: 0; left: 0; }
.box-corner-tr	{ top: 0; right: 0; background-position: top right; }
.box-corner-bl	{ bottom: 0; left: 0; background-position: bottom left; }
.box-corner-br	{ bottom: 0; right: 0; background-position: bottom right; }
*/
.box-corner-tl,
.box-corner-tr,
.box-corner-bl,
.box-corner-br                     { background: url("images/blank-corners-white-back.png") no-repeat top left; width: 4px; height: 4px; position: absolute; display: block; z-index: 10; overflow: hidden; }

.box-corner-tl { top: 0; left: 0; }
.box-corner-tr                      { top: 0; right: 0; background-position: -4px 0; }
.box-corner-bl                     { bottom: 0; left: 0; background-position: 0 -4px; }
.box-corner-br                     { bottom: 0; right: 0; background-position: -4px -4px; }



.box > h2 {
	margin: 0; color: #fff; font-size: 13px; padding: 4px 15px;
	background: url("images/gradients/box-header-grey.gif") #939389 repeat-x 0px 0px;
	background-image: -moz-linear-gradient(top left -90deg, #bbbbb3 7px, #939389 17px);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #bbbbb3), color-stop(71%, #939389));
	
	-webkit-background-size: 24px;
	   -moz-background-size: 100% 24px;
	        background-size: 24px;
}

.box p:last-child	{ margin-bottom: 0; }

.box .boxcontent { 
	position: relative; padding: 15px; min-height: 115px;
	background: url("images/gradients/box-content-white-grey.png") #fff repeat-x bottom left;
	background-image: -moz-linear-gradient(top left -90deg, #fff, #e0e6e6);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e6e6));
}

.box .boxcontent:only-child	{ padding: 10px; }
.box .boxcontent:only-child .bottom	{ bottom: 10px; }

.box .colorcontent { color: #fff;
	background: url("images/gradients/box-content-grey.png") #939389 repeat-x 0px 0px;
	background-image: -moz-linear-gradient(top left -90deg, #bbbbb3, #939389);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bbbbb3), to(#939389));
}

/*.box > *:first-child	{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	   -moz-border-radius-topleft: 4px;
	   -moz-border-radius-topright: 4px;
	        border-top-left-radius: 4px;
			border-top-right-radius: 4px;
}

.box > *:last-child	{
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	   -moz-border-radius-bottomleft: 4px;
	   -moz-border-radius-bottomright: 4px;
	        border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px;
}*/

/* Box space 
.boxspace
{
	height: 15px;
}*/

/* ad-box */
.ad-box			{ position: relative; }
.ad-box h3		{ text-align: center; }
/*.ad-box h3		{ color: #fff; font-size: 20px; text-transform: uppercase; font-weight: 100; text-align: center; padding: 4px 0; }*/

	/* Button shaped link */
	.ad-box .boxcontent img	{ margin: -15px; }
	.ad-box a		{ background: #fff; font-weight: 900; height: 25px; line-height: 24px; padding: 0 7px; float: left; color: #939389; position: absolute; right: 15px; bottom: 15px;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;
	}
	
	.ad-box a b		{ background: url("images/arrows/grey-arrow-right.png") no-repeat right 9px; padding-right: 15px; line-height: 24px; display: block; }
	.ad-box a .left,
	.ad-box a .right	{ display: none; }
	
	.ad-box .image-link	{ position: static; right: auto; bottom: auto; padding: 0; }

	/* Link list */
	.ad-box ul		{ margin: 0; padding: 0; list-style: none; position: absolute; top: 15px; left: 15px; }
	.ad-box ul a	{ color: #fff !important; background: url("images/arrows/white-arrow-right.png") no-repeat 0px 5px; padding: 2px 2px 2px 15px; display: block; float: none; font-weight: normal; line-height: normal; height: auto; position: static;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	#centercol .ad-box ul	{ bottom: 15px; top: auto; width: 205px; }

/* Color boxes */
	/* Red */
	.red > h2	{
		background: url("images/gradients/box-header-red.gif") #940123 repeat-x 0px 0px;
		background-image: -moz-linear-gradient(top left -90deg, #c00f10 7px, #940123 17px);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #c00f10), color-stop(71%, #940123));
	}

	.red .colorcontent	{
		background: url("images/gradients/box-content-red.png") #940123 repeat-x 0px 0px;
		background-image: -moz-linear-gradient(top left -90deg, #c00f10, #940123);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#c00f10), to(#940123));
	}

	.red.ad-box a	{ color: #940123; }
	.red.ad-box a b	{ background-image: url("images/arrows/red-arrow-right.png"); }

	/* Blue */
	.blue > h2 {
		background: url("images/gradients/box-header-blue.gif") #2d88bd repeat-x 0px 0px;
		background-image: -moz-linear-gradient(top left -90deg, #36a7e9 7px, #2d88bd 17px);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #36a7e9), color-stop(71%, #2d88bd));
	}

	.blue .colorcontent {
		background: url("images/gradients/box-content-blue.png") #2d88bd repeat-x 0px 0px;
		background-image: -moz-linear-gradient(top left -90deg, #36a7e9, #2d88bd);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#36a7e9), to(#2d88bd));
	}

	.blue.ad-box a		{ color: #2d88bd; }
	.blue.ad-box a b	{ background-image: url("images/arrows/blue-arrow-right.png"); }

	/* Green */
	.green > h2 {
		background: url("images/gradients/box-header-green.gif") #5fa841 repeat-x 0px 0px;
		background-image: -moz-linear-gradient(top left -90deg, #8ec13c 7px, #5fa841 17px);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #8ec13c), color-stop(71%, #5fa841));
	}

	.green .colorcontent {
		background: url("images/gradients/box-content-green.png") #5fa841 repeat-x 0px 0px;
		background-image: -moz-linear-gradient(top left -90deg, #8ec13c, #5fa841);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#8ec13c), to(#5fa841));
	}

	.green.ad-box a		{ color: #5fa841; }
	.green.ad-box a b	{ background-image: url("images/arrows/green-arrow-right.png"); }
	
	/* Gold */
	.gold > h2 {
		background: url("images/gradients/box-header-gold.gif") #c1a219 repeat-x 0px 0px;
		background-image: -moz-linear-gradient(top left -90deg, #e7c21e 7px, #c1a219 17px);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e7c21e), color-stop(71%, #c1a219));
	}

	.gold .colorcontent {
		background: url("images/gradients/box-content-gold.png") #c1a219 repeat-x 0px 0px;
		background-image: -moz-linear-gradient(top left -90deg, #e7c21e, #c1a219);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#e7c21e), to(#c1a219));
	}

	.gold.ad-box a		{ color: #c1a219; }
	.gold.ad-box a b	{ background-image: url("images/arrows/gold-arrow-right.png"); }

/*.lightgreen
{
	background-color: #F5F6E9;
}
.lightgreen h2
{
	background-color: #E6E8C8;
}

.brown 
{
	background-color:#edd9b2;
}
.brown h2
{
	background-color:#dbb365;
}

.purple 
{
	background-color:#d1bac7;
}
.purple h2
{
	background-color:#9a6683;
}*/

.bg-pic
{
	background-image:url("/Images/world_40.png");
	background-position:top left;
	background-repeat:no-repeat;
}
.bg-pic h2
{
	background-image:url("/Images/world_40.png");
	background-position:top left;
	background-repeat:no-repeat;	
}

/* News listing and paging */
#news
{
	font-size:.8em;
}
#news a
{
	background-image:none;
	padding:0;
	color:#b42025;
}
#news a:hover
{
	text-decoration:underline;
}
.pagingtop, .pagingbottom, .news
{
	padding: 5px 0;
}
.pagingtop
{
	border-top:solid 2px #95857b;
	border-bottom:solid 2px #95857b;
}
.pagingbottom
{
	border-top:solid 1px #95857b;
	border-bottom:solid 2px #95857b;
}
.news
{
	border-bottom:solid 1px #95857b;
}

.news .newstitle
{
	font-weight:bold;
	color:#b42025;
}
.news .newsdate
{
	color:#b42025;
	font-weight:normal;
}

#news p
{
	font-size:100%;
	margin:0;
}

#pagetitle span.date
{
	font-size:0.8em;
	color:#b42025;
	font-weight:normal;
}
/* Home page specific*/
/*#centercol .box a
{
	text-decoration:underline;
	font-weight:bold;
}*/
#centercol #lefttopbox
{
	position:relative;
	float:left;
	margin-bottom:15px;
}
#centercol #rightboxes
{
	float:left;
	margin-bottom:15px;
}
/*#centercol #lefttopbox .headline
{
	top:150px;
	width:200px;
}
#centercol #lefttopbox .headline h2
{
	margin:9px 0 0 14px;
	color:#b42025;
	font-size:1em;
}
#centercol #lefttopbox .headline p
{
	margin-left:14px;
}
#centercol #rightboxes .headline
{
	top:100px;
	left:15px;
	bottom:10px;
	padding:0;
	width:130px;
}
#centercol #rightboxes .headline p
{
	margin:5px 4px;
}*/
#centercol #righttopbox, #centercol #rightbottombox
{
	position:relative;
}
#centercol #centerbottombox
{
	margin:0;
	clear:both;
}
#centercol #centerbottombox img
{
	float:right;
}
/*#centercol #centerbottombox .headline
{
	position:static;
	top:0;
	left:0;
	float:left;
	background-image:none;
}
#centercol #centerbottombox .headline h2
{
	margin:0;
}
#centercol #centerbottombox .headline p
{
	margin:0;
	padding:0;
}*/
#leftcol .home
{
	height:480px;
}
#rightcol .home
{
	/*height:150px;*/
}
/* Fonts */

/*#pagetxt 
{
	font-size: 0.8em;
}
#pagetxt p 
{
	font-size:1em;
}
#pagetxt h2
{
	font-size: .8em;
	color:#b42025;
	margin-bottom:2px;
}
#pagetxt h3
{
	font-size: 1em;
	color:#b42025;
	margin-bottom:2px;
}*/
#prodspec h2
{
	font-size: .9em;
	margin-top:10px;
}

#prodspec p
{
	font-size: .8em;
}

#prodsettings p
{
	margin-top:10px;
}
.clear {
	clear:both;
}

#flashContent	{ margin-bottom: 10px; }

/*#topnav {
	position: relative;
	overflow: visible;

	z-index:100;
	clear:both;
}
#topnav ul {
	position: relative;
	overflow: visible;
}
#topnav ul li {
	position: relative;
	overflow: visible;

	padding:0;
}
#topnav ul li a {
	background-position:7px center; 
	padding:7px 7px 7px 17px;
	position: relative;
	line-height: normal;
	float:left;
}
.js #topnav ul li ul {
	display:none;
}
#topnav ul li ul {
	position: absolute;
	width:200px;
	z-index:200;
	left:0;
	top:27px;
}
#topnav ul li ul li {
	position: static;
	height:auto;
	background-color:#F5F3F2;
	list-style:none outside none;
	padding:0;
	width:200px;
	overflow:hidden;
	border-top:1px solid #FFFFFF;
}
#topnav ul li ul li:first-child {
	border-top:1px solid #95857B;
}
#topnav ul li ul li a {
	padding:10px 0 10px 18px;
	width:180px;
	color:#95857B;
	font-size:0.9em;
	text-decoration:none;
	float:left;
	background-position:7px center; 
}
#topnav ul li.selected ul li a {
	color:#95857B;
}
#topnav ul li ul li a:focus,
#topnav ul li ul li a:hover {
	color:#000;
}
*/

/* Float Wrapping */
#topnav ul:after,
.box:after,
.box .boxcontent:after,
#main:after
{ content: " "; display: block; clear: both; height: 0; overflow: hidden; line-height: 0; font-size: 0; }
