@import url("/styles/seo.css");
@import url("/styles/navigation.css");
@import url("/styles/ApSlideShow.css");
@import url("/styles/product.css");
@import url("/styles/productList.css");
@import url("/styles/basket.css");
@import url("/styles/contact.css");
@import url("/styles/registration.css");
@import url("/styles/checkout.css");

/*	--------------------------------------------------------------------------------------------	*/
/*							General						*/
/*	--------------------------------------------------------------------------------------------	*/

.loggedIn
{
	display:					none;
}

ul
{
	list-style-type:				none;
	padding:					0px;
	margin:						0px;
}

h1, h2, h3
{
	padding:					0px;
	margin:						0px;
}

li, a, p
{
	color:						#CCCCCC;
	font-size:					1.0em;
}

a
{
	text-decoration:				none;
}

a img
{
	border:						none;
}

.clear
{
	clear:						both;
}

.error
{
	color:						#FF0000;
}

/*	--------------------------------------------------------------------------------------------	*/
/*							Common						*/
/*	--------------------------------------------------------------------------------------------	*/

body
{
	padding:					0px;
	margin:						0px;
	
	border-top:					3px solid #FF0000;
	background-color:				#000000;
	
	font-family:					tahoma, arial;
}

#StoreTabs 
{
	z-index:					99;
	position:					absolute;
	right:						0px;
	top:						0px;
	
	height:						17px;
	padding-top:					3px;
}

#StoreTabs a span
{
	display:					none;
}

#StoreTabs li
{
	float:						left;
}

#StoreTabs li.siemens a
{
	z-index:					10;
	position:					relative;	

	display:					block;
	width:						127px;
	height:						17px;

	background-image:				url("/images/siemensLogo.png");
	background-repeat:				no-repeat;		
}

#StoreTabs li.miele a
{
	z-index:					11;
	position:					relative;
	margin-left:					-18px;

	display:					block;
	width:						110px;
	height:						17px;

	background-image:				url("/images/mieleLogo.png");
	background-repeat:				no-repeat;	
}

#MieleLogo
{
	z-index:					99;
	position:					absolute;
	left:						100%;
	top:						0px;
	width:						109px;
	height:						20px;

	margin-left:					-109px;

	background-image:				url("/images/mieleLogo.png");
	background-position:				100% 0%;
	background-repeat:				no-repeat;	
}

#Body
{
	width:						980px;
	min-height:					415px;
	margin:						5px auto 0px auto;
	background-image:				url("/images/h_line.jpg");
	background-position:				0px 0px;
	background-repeat:				no-repeat;
}

#Main
{
	float:						left;
	width:						765px;
	min-height:					415px;
}

#Footer
{
	clear:						both;
	width:						980px;
	height:						30px;
	margin:						12px auto 0px auto;
	padding:					4px 0px 8px 0px;
	border-top:					1px solid #FF0000;
}

#Footer li
{
	float:						left;
	width:						326px;
	font-size:					0.8em;
	color:						#999999;
}

#Footer li a
{
	color:						#999999;
}

#Footer li a:hover
{
	border-bottom:					1px solid #999999;
}

#Footer li a img
{
	position:					relative;
	top:						3px;
}

#Footer li.center
{
	text-align:					center;
}

#Footer li.right
{
	text-align:					right;
}

#Footer #qas
{
	float:					left;
	margin:					8px 0px 0px 0px;
}

#footer #qas img
{
	float:					left;
}

#Footer #qas p
{
	width:					400px;
	margin:					-22px 0px 0px 50px;
	padding:				0px;
	
	color:					#999999;
}

/*	--------------------------------------------------------------------------------------------	*/
/*							Main						*/
/*	--------------------------------------------------------------------------------------------	*/

#Body #Main.home img
{
	margin-top:					11px;
}