/**
* Undo standard HTML
*/
a img { border: 0; }
form, p, div, span, body, html, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
table { border-spacing: 0; }
:focus {-moz-outline-style: none;}
ul { list-style-type: disc; margin: 2px 0 2px 15px; padding: 0; }
ul li { list-style-type: disc; padding: 0; }
ol { list-style-type: decimal; margin: 2px 0 2px 25px; #margin: 2px 0 2px 27px; padding: 0; }
ol li { list-style-type: decimal; padding: 0; }

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
/**
* Standard HTML tag
*/
html
{
	height: 100%;
}
body
{
	background: #000000 url(../image/bg.gradiant.jpg) repeat-x top left;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
a 
{
	color: #ffffff;
	text-decoration: none;
}

h1
{
	margin-top: 13px;
	_margin-top: 23px;
	margin-bottom: 10px;
	line-height: 18px;
	min-height: 36px;
}

.small-arrow
{
	overflow: hidden;
	_margin-top: -12px;
}

.hidden 
{
	display: none;	
}

.underline 
{
	text-decoration: underline;
}

.overlay 
{
	position: absolute;
	z-index: 50;
	top: 0px;
	left: 0px;
	background: transparent url(../image/blank.overlay.png);
	
	display: none;
	cursor: pointer;	
}

.small-content-button
{
	background-image: url(../image/small.button.png);
	width: 85px;
	height: 37px;
	overflow: hidden;
	float: right;
	margin-top: -9px;
	cursor: pointer;
	position: relative;
	z-index: 400;
}
	.small-content-button .text-button
	{
		position: absolute;
		width: 85px;
		text-align: center;
		padding-top: 9px;
		padding-left: 2px;
		overflow: hidden;
		
		z-index: 1;
	}
	.small-content-button .hitbox
	{
		width: 100%;
		height: 100%;
		z-index: 500;
		position: absolute;
		left:0;
		top: 0;
		background-image: url(../image/blank.gif);
	}

.small-generic-button
{
	text-align: center;

	color: #ffffff;
	font-size: 12px;
	position: relative;
	padding: 0 5px;
	display: inline-block;
	cursor: pointer;
	height: 37px;
}
	.small-generic-button .left
	{
		background-image: url(../image/button.small.left.png);
		position: absolute;
		top: 0;
		left: -8px;
		width: 13px;
		height: 37px;
		overflow: hidden;
		display: block;
	}
	.small-generic-button .right
	{
		background-image: url(../image/button.small.right.png);
		position: absolute;
		top: 0;
		right: -8px;
		width: 13px;
		height: 37px;
		overflow: hidden;
		display: block;
	}
	.small-generic-button .text-button
	{
		display: inline-block;
		height: 28px;
		background-image: url(../image/button.small.background.png);
		padding-top: 9px;
	}
	
.generic-button-arrow
{
	color: #ffffff;
	font-size: 18px;
	position: relative;
	padding: 0 5px;
	display: inline-block;
	cursor: pointer;
	height: 45px;
	margin: 0 10px;
}
	.generic-button-arrow .left
	{
		background-image: url(../image/button.left.png);
		position: absolute;
		top: 0;
		left: -10px;
		width: 15px;
		height: 45px;
		overflow: hidden;
		display: block;
	}
	.generic-button-arrow .right
	{
		background-image: url(../image/button.right.png);
		position: absolute;
		top: 0;
		right: -10px;
		width: 15px;
		height: 45px;
		overflow: hidden;
		display: block;
	}
	
	.generic-button-arrow .text
	{
		display: inline-block;
		height: 36px;
		background-image:url(../image/button.background.png);
		padding-top: 9px;
	}
	.generic-button-arrow .generic-arrow
	{
		position: relative;
		bottom: 9px;
		right: -1px;
		padding-left: 3px;
	}
	.generic-button-arrow .hitbox
	{
		z-index: 500;
		position: absolute;
		left:0;
		top: 0;
		background-image: url(../image/blank.gif);
	}
	
.generic-button
{
	color: #ffffff;
	font-size: 18px;
	position: relative;
	padding: 0 5px;
	display: inline-block;
	cursor: pointer;
	height: 45px;
	margin: 0 10px;
}
	.generic-button .left
	{
		background-image: url(../image/button.left.png);
		position: absolute;
		top: 0;
		left: -10px;
		width: 15px;
		height: 45px;
		overflow: hidden;
		display: block;
	}
	.generic-button .right
	{
		background-image: url(../image/button.right.png);
		position: absolute;
		top: 0;
		right: -10px;
		width: 15px;
		height: 45px;
		overflow: hidden;
		display: block;
	}
	
	.generic-button .text
	{
		display: inline-block;
		height: 36px;
		background-image:url(../image/button.background.png);
		padding-top: 9px;
	}
	
	.generic-button .hitbox
	{
		z-index: 500;
		position: absolute;
		left:0;
		top: 0;
		background-image: url(../image/blank.gif);
	}
	
.clear 	
{
	clear: both;
}

.arrow
{
	width: 6px;
	height: 9px;
	background: transparent url(../image/icon.arrow.png) no-repeat top left;
	float: left;
}

.seperator
{
	border-bottom: 1px solid #808081;
}

.article-wrapper
{
	
}

.textbox-element
{	
	line-height: 20px;
	color: #ffffff;
	font-size: 14px;
}
	.textbox-element .headline
	{
		font-size: 16px;
		font-weight:100;
		width: auto;
		float: none;

	}
	.textbox-element .text
	{
	}

.image-element
{
	font-size: 11px;
	color: #ffffff;
}
	.image-element .text
	{
		padding: 5px 0 0 0;
	}

.download-element
{
	font-size: 14px;
}

.factbox-element
{
	padding: 17px 20px 26px 20px;
	background-color: #1a1a1a;
	color: #6d6d6d;
}
	.factbox-element .headline 
	{
		font-size: 18px;
		line-height: 20px;
		padding-bottom: 3px;
	}
	.factbox-element .text
	{
		font-size: 14px;
		line-height: 20px;
	}

.element
{
	margin: 20px 0;
}
	.element a
	{
		color: #00c2ff;
		text-decoration: none;
	}
	.element a:hover
	{
		color: #00c2ff;
		text-decoration: none;
	}
	
#shopping-basket-box
{
	width: 122px;
	padding: 9px;
	border: 1px solid #3f3f3f;
	/*color: #999999;*/ color: #ffffff;
	position: absolute;
	right: -132px;
	top: 10px;
	
}
	#shopping-basket-box .headline
	{
		float: none;
		font-size: 13px;
		color: #FFFFFF;
	}
	#shopping-basket-box .seperator
	{
		margin: 6px 0 6px 0; 
	}
	
	#shopping-basket-box .item
	{
		font-size: 10px;
	}
		#shopping-basket-box .item .title
		{
			padding: 0 0 5px 0;
		}
		#shopping-basket-box .item .quantity
		{
			/*color: #4d4d4d;	*/
			color: #ffffff;
		}
		
		#shopping-basket-box .item .price
		{
			/*color: #4d4d4d;*/
			color: #ffffff;
		}
	
	#shopping-basket-box .links
	{
		/*
		color: #cccccc;
		*/
		color: #ffffff;
	}
		#shopping-basket-box .links .edit
		{
		}
	
		#shopping-basket-box .links .checkout
		{
			font-weight: 100;
		}	
	

/**
* Website Structure
*/
#canvas
{
	position: relative;
	margin: auto;
	width: 1024px;
}
	#menu-wrapper
	{
		float: left;
		min-height: 400px;
		_height: 400px;
		width: 200px;
		background: transparent url(../image/bg.menu.jpg) no-repeat top left;
		position: relative;
		text-transform: uppercase;
	}
		#menu-wrapper .logo-hitbox
		{
			position: absolute;
			top: 0px;
			left: 0px;
		}
			#menu-wrapper .logo-hitbox img
			{
				width: 200px;
				height: 125px;
			}
		#menu-wrapper .uk
		{
			padding-top: 224px;
			padding-right: 35px;
			text-align: right;
			font-size: 14px;
			line-height: 23px;
		}
		.sIFR-active #menu-wrapper .uk
		{
			padding-top: 226px;
			_height: 23px;
		}
		
		
		#menu-wrapper .menu-items
		{
			padding-top: 226px;
			padding-right: 35px;
			margin: 0;
		}
			
			#menu-wrapper .menu-items li
			{
				text-align: right;
				list-style: none;
				padding: 1px 0;
				font-size: 14px;
				_padding: 0;
			}
			
			#menu-wrapper .menu-items li.menu-space
			{
				height: 8px;
				overflow: hidden;
			}
			
			
			.sIFR-active #menu-wrapper .menu-items li.submenu
			{
				padding: 0;
				margin-top: -2px;
				_margin-top: -4px;
			}
			#menu-wrapper .uk,
			#menu-wrapper .menu-items li
			{
				height: 23px;
				overflow: hidden;
			}
			#menu-wrapper .menu-items li.submenu div
			{
				font-size: 12px;
				text-transform: none;
				line-height: 17px;
				_height: 23px;	
			}
				
				#menu-wrapper .menu-items li div
				{
					line-height: 23px;
					_height: 23px;
				}
			
			#menu-wrapper .menu-items li.basket p.basket-container
			{
				float: right;
				margin-right: 5px;
				margin-top: 2px;
			}
			#menu-wrapper .menu-items li.basket div.container
			{
				
				float: right;
			}
			
	
	#teasers-wrapper 
	{
		margin-top: 10px;
		float: right;
		width: 824px;
		text-align: center;
	}
		#teasers-wrapper .teaser
		{
			position: relative;
			width: 152px;
			height: 82px;
			float: left;
			margin: 0 10px 0 0;
		}
			#teasers-wrapper .teaser .text
			{
				height: 16px;
				padding-top: 2px;
				font-size: 11px;
				background-color: #000000;
				color: #FFFFFF;
				position: absolute;
				bottom: 0px;
				left: 0px;
				width: 152px;
			}
	#content-wrapper
	{
		float: left;
		width: 800px;
		padding: 10px 0 20px 0;
	}


