/*	border grey: 				#a7a7a7	
	border lightgrey:			#f1f0ec
	border mediumlight grey:	#b8b8b8
	header color:				#464646
	text color: 				#212121
	link color:						red
	navigation color: 			#504c43
*/

body {
	background: url(images/bg-gradient.png) repeat-x;
	font-family: "Arial", "Calibri", "Helvetica",  "MS Trebuchet", sans-serif;
	font-size: 10px;
	color: #212121;
	position: relative;
}


h1 {color: #464646; font-size: 2em;   margin: 0 0 15px; }
h2 {color: #464646; font-size: 1.5em; margin: 0 0 15px; letter-spacing: 0.1em; }
h3 {color: #464646; font-size: 1.4em; margin: 0 0 15px; /*letter-spacing: 0.2em;*/ font-weight: normal;}
h4 { font-weight: normal; font-size: 1em; font-weight: normal; margin:0 0 5px;}
p {margin: 10px 0; line-height: 1.3em; color: #666666;font-size: 0.9em;}
a { font-style: normal; font-weight: normal; color: red; text-decoration: none;}
a:hover {text-decoration: underline;}

ul {margin: 15px 0;}
ul li {line-height: 1.25em;}



#centerize {position:relative; margin: 0 auto; width: 900px; border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; background: white;}
#shadow   {margin: 0 auto; width: 918px; background: url(images/shadow.png) repeat-y;}
#shadow_b {margin: 0 auto; width: 918px; height: 14px; background: url(images/shadow-bottom.png) no-repeat;}







/* Utilities -------------------------------------------------------*/
.clear{padding:0;margin:0;clear:both;}
.clear_left{clear:left;}
.left{float:left;}
.top_shadow {
	height: 10px;
	background: url('images/top-shadow.png') repeat-x;
	position:absolute;
	width:900px;
	top:152px;
	left:0;
	z-index:1;
}

.visible{ display: block; width: 5px; height: 5px; top: 10px; left: 10px; background: #00ff00; }
.not_visible{ display: block; width: 5px; height: 5px; top: 10px; left: 10px; background: #ff0000; }
.items {clear:both;position:absolute;width:20000em;}
.big_title {margin: 10px 0 0 0; font-size: 2.5em;}
.big_subtitle {font-size:2.5em; color: #a4a4a4;}
.medium_title {}
.white_title{color: white;}
.medium_subtitle{margin-top:5px; font-size: 1em;}


.no_margin_list{padding:0;}

.arrow_right_small{
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background: url(images/arrow-right-small.gif) no-repeat;
}


.arrow_left_small{
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	background: url(images/arrow-left-small.gif) no-repeat;
}

.response { font-style: normal; font-weight: bold; color: red; text-decoration: none;}


a[class="arrow_right_small nextPage"]{
	background: url(images/arrow-right-small.png) no-repeat;
}
a[class="arrow_left_small prevPage"]{
	background: url(images/arrow-left-small.png) no-repeat;
}



/*----------------------------------------------------------------*/



/* @Header ---------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
#header {
	position: relative;
	background: url(images/bg-header.gif) repeat-x top;
	height: 152px;
	padding: 0px 24px;	
	z-index: 3;
}

#logo {
	position: relative;
	top:55px;
	display:block;
	width: 247px;

}
#header a{
	color: #212121;
	font-weight: normal;
}

#logo h1{
	margin:0;
}

#logo {
	position: relative;
	top:55px;
	display:block;
	
}

#logo h1 a {
	position: relative;
	display: block;
	width: 336px;
	padding-top: 60px;
	height: 0;
	overflow: hidden;
	background: url(images/logo.png) no-repeat;
	cursor: pointer;
	z-index: 99999;
}

#logo p{
	display:block;
	position:absolute;
	text-indent: -9999px;
}


#header_image{
	display:block;
	height: 350px;
	width:900px;
	position: relative;
	z-index:0;
	
}
#header_image img{
	display:none;
	position:absolute;
	z-index:0;
}

#header_image_tabs{
	top: 510px;
	right:10px;
}

#language_selector {
	position: absolute;
	width: 135px;
	height: 26px;
	margin: 0;
	padding:0;
	background: url('images/language-bg.gif') no-repeat;
	top:0;
	right: 160px;
	text-align: center;
	padding-top: 7px;
	top: 0px;
	}
	


#language_selector li {
	display: inline;	
}
#language_selector li a{
	position: relative;
	font-size: 0.9em;
	padding: 5px 3px;	
	z-index:99;
	
}


.button_download{
	position: absolute;
	height: 26px;
	display: block;
	width: 103px;
	background: url('images/download-bg.gif') no-repeat;
	top: 0;
	right: 40px;
	padding-top: 7px;}

.button_download a {
	display:block;
	height: 12px;
	width: 80px;
	margin: 0 auto;
	background: url('images/download-arrow.gif') right top no-repeat;
	font-size: 0.9em;
}

.button_download a:hover {
	background-position: right -12px;
}



/* @Navigation -----------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/


/* 
	LEVEL ONE
*/
ul#navigation_main                         { position: absolute;  top:133px; z-index:99;  text-transform: uppercase; font-size:11px; margin:0;}
ul#navigation_main li                      { float: left; zoom: 1; line-height: 1em; z-index:99; }
ul#navigation_main li a                    { display: block; padding: 4px 10px;  color: #504c43;}
ul#navigation_main li.hover,
ul#navigation_main  li:hover                { color: black; position: relative; }
ul#navigation_main  li.hover a              { color: black;}
ul#navigation_main .current a 				{ font-weight: bold; color: black;} 

/* 
	LEVEL TWO
*/
ul#navigation_main li ul 					{ width:150px; font-weight: normal; visibility:hidden; position: absolute; top: 100%;  left: 0; z-index:99; font-size: 10px; margin:0;}
ul#navigation_main li ul li 				{ padding: 5px 0; width:150px; text-align: left; font-weight: normal; margin:0;  background:#f1f0ec;  display:block; border-bottom: 1px solid #a7a7a7; 
												opacity: 0.88;  filter: alpha(opacity = 88);}
ul#navigation_main li ul li.hover, 
ul#navigation_main li ul li.current			{  background: #e1e0db }				  

											/* IE 6 & 7 Needs Inline Block */
ul#navigation_main li.current ul li  a			{filter: alpha(opacity = 100); font-weight: normal;} 
ul#navigation_main li ul li.current a 			{filter: alpha(opacity = 100); font-weight: bold; color: black;} 



#navigation_main a:hover{text-decoration: none;}

div.menu_shadow_left {
	position:absolute;
	width: 5px;
	background: url(images/menu-shadow-left.png) bottom ;
	left: -5px;
	top:1px;

}

div.menu_shadow_right {
	position:absolute;
	width: 5px;
	background: url(images/menu-shadow-right.png) bottom ;
	right: -5px;
	z-index:70;
	top:1px;

	}
div.menu_shadow_bottom {
	position:absolute;
	width: 150px;
	height: 5px;
	background: url(images/menu-shadow-bottom.png) repeat-x ;
	bottom: -5px;
}



#navigation_arrow{
	position:relative;
	z-index: 99;
	display:none;
	height: 0;
}

#navigation_arrow a{
	position: absolute;
	display: block;
	text-indent: -9999px;
	height: 35px;
	width: 35px;
	top:180px;
	cursor: pointer;
}

a#arrow_left{
	position:absolute;
	text-align: -9999px;	
	overflow: hidden;
	background: url(images/arrow-left-border.png) no-repeat;
	z-index: 99;
	left: -65px;
}

a#arrow_right{
	position:absolute;
	text-align: -9999px;	
	background: url(images/arrow-right-border.png) no-repeat;	
	z-index: 99;
	right: -65px;
	overflow: hidden;
}


.navi {
	position: absolute;
	top:5px;
	height:20px;
	z-index: 5;
}

.navi a { 
    width:8px; 
    height:8px; 
    float:left; 
    margin:3px; 
    background:url(images/navigator.gif) 0 0 no-repeat; 
    display:block; 
    font-size:1px;
 	cursor: pointer;
}
.navi a:hover { 
    background-position:0 -8px;       
} 
.header_image_tabs a:hover { 
    background-position:0 -8px;       
}
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -16px;      
}

#header_image_tabs a.current {
	 background-position:0 -16px;      
}




/* @Content --------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
.content{
	position: relative;
	padding: 24px 48px;
	min-height: 150px;
	font-size: 1.3em;
}


#content_main{
	width: 375px;
	float: left;
	margin: 0 0px 20px 0;
	text-align: left;
}

#content_secondary{
	width: 375px;
	float: right;
	margin: 0 0px 20px 0;
	text-align: left;
}


#content_main h3, #content_secondary h3 {
	margin: 10px 0px;
	color: black;
	letter-spacing: 0em;
}

#content_main img, #content_secondary img {
margin-bottom: 30px;}









/* Three columns in first page  */
/* -----------------------------------------------------------------------------------------*/
#columns {position: relative; min-height: 210px;}

.column {
	position: absolute; 
	width: 236px; }

#columns .middle {left: 284px;}
#columns .last {left: 568px;}

.column h2 {font-variant: small-caps;}
.column img {float:right;}



.index {
	height: 636px;
	background: #ffffff; /*url(images/firstpage-bg_all_products.jpg) no-repeat;*/
	padding-bottom: 0;
}
	
.firstpage_bg1 { background: url(images/firstpage-bg1.jpg) no-repeat; }	
.firstpage_bg2 { background: url(images/firstpage-bg2.jpg) no-repeat; }	
.firstpage_bg3 { background: url(images/firstpage-bg3.jpg) no-repeat; }	
.firstpage_bg4 { background: url(images/firstpage-bg4.jpg) no-repeat; }	
.firstpage_bg5 { background: url(images/firstpage-bg5.jpg) no-repeat; }	
.firstpage_bg6 { background: url(images/firstpage-bg6.jpg) no-repeat; }	
.firstpage_bg7 { background: url(images/firstpage-bg7.jpg) no-repeat; }	
	
.index h2 {
	font-size: 2.3em;
}

.index p {
	width: 350px;
	margin-bottom: 30px;
}

.index_header{
	display: block;
	text-indent: -99999px;
	overflow:hidden;
}

.index_header.sv{
	width: 296px;
	height: 51px;
	background: url(images/index-header.gif) no-repeat;
	
}
.index_header.en{
	width: 296px;
	height: 51px;
	background: url(images/index-header.gif) no-repeat;
	
}

.box {
	width: 302px;
	background: url(images/box-bg.png) repeat-y;
	position: relative;
	padding: 0 20px;
	margin-top:45px;
}
.box_top {
	width: 342px;
	height: 19px;
	background: url(images/box-top.png) no-repeat;
	position: absolute;
	top:-19px;
	left:0;
	
}

.box_bottom{
	width: 342px;
	height: 19px;
	background: url(images/box-bottom.png) no-repeat;
	position: absolute;
	bottom: -19px;
	left:0;
}

.black_box
{
	background: url(images/box_black.png) no-repeat;
}
.black_box p, .black_box h3,  .black_box a
{
	color: #fff;
}
.box h3 {
	margin-bottom: 0;
	}


.box p {
	width:230px;
	line-height: 1.25em;
	margin: 0;
	margin-top:5px;
	
}

.box  .image {
position: absolute;
margin-left: 18px;
top: -0px;
right: 0px;
}

.black_box .image
{
	position: relative;
	display: inline;
	float: right;
	margin-left: 10px;
	top: 0;
	right: 25px;
}



.box a {
display:block;
margin: 5px 0;
}


/* @Categories page */
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
.tooltip{display: none;
	font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;}
    
    
.cat {
	position: relative;
	width: 260px;
	height: 140px;
	/*background: url(images/cat.gif) no-repeat;*/
	float: left;
	margin-top: 30px;
	margin-right: 13px;
	display: inline;

}    
.first {
margin-left: -10px;
}  
.last {
float: right;
margin-right: -10px;
}    
    
    


/* @Productlisting page */
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/

	
	#product_list{
	overflow:hidden;
	height:380px;
	overflow:hidden;
	position:relative;
	width:804px;
	top: 0px;
}


.pane {
	float: left;
	width:804px;
}



.pane div{
	width: 146px;
	height: 140px;
	display: block;
	float: left;
	margin: 48px 7px 0px 7px;
	display: inline;
	position: relative;
	}
	
.pane div a.image_link
{
	text-align: center;
	position: absolute;
	width: 146px;
	display: block;
	bottom: 15px;
}


.chairs_list .pane div{
	width: 126px;
	height: 140px;
	margin: 48px 3px 0px 3px;
	display: inline;	
	}
	

#product_list div img{
	margin: 0 0 5px 0;
	bottom: 0px;
}
	
#product_list div h3{
	margin: 0;
	font-size: 0.9em;
	position: absolute;
	width: 146px;
	text-align: center;
	bottom: 0px;
	}


.products .navi{
	top: 28px;
	right: 40px;
	}








/* @Product display page */
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
h3#designers_title{}


#sidebar{
	margin-top: 10px;
	position: relative;
	width: 300px;
	padding-bottom:5px;
	float: left;
}



#downloads{
	margin: 5px 0 0 0 ;
}

#downloads h3{
	padding: 5px 0 5px 5px;
	background: #f1f0ec;
	font-size: 1.3em;
	font-weight: normal;
	margin: 5px 0 0 0;
	display:block;
}

#downloads dl{
	border-bottom: 1px solid #b8b8b8 ;
	padding: 0 0 5px 0;
}

#downloads dt{
	float: left;
	clear:left;	
	width: 180px;
	background: #f1f0ec;
	padding: 5px;
	margin: 4px 0 0 0;
}


#downloads dd{
	float: left;
	padding: 5px;
	background: #f1f0ec;
	margin: 4px 0 0 0;
	width: 100px;}
	
#product_display{
	float: right;
	width: 450px;
	min-height: 600px;
	text-align: center;
	position: relative;
}

.loader {
	width: 66px;
	height: 66px;
	margin-top: 200px;
	position: absolute;
	left: 225px;
	background: url(images/ajax-loader.gif) no-repeat;
	display: none;
}


/* SCROLL */
#product_images{
	position: relative;
	display: block;
	padding: 35px 0 35px 0;
	border-top: 1px solid #b8b8b8 ;
	border-bottom: 1px solid #b8b8b8 ;
}



#product_images img{
}

#product_images .arrow_right_small{
	right: -5px;
	top: 180px;
	display:none;
}
#product_images .arrow_left_small{
	left: -5px;
	top: 180px;
	display:none;
}

#product_images div.product_links{
	position:absolute;
	top: 5px;
	left: 0px;
}

#product_images div.product_links a{
	font-size: 0.83em;
}



#product_images .navi {
	right:0px;
}


.scrollable{
	height:140px;
	overflow:hidden;
	position:relative;
	width:300px;
}




.scrollable .items div {
width: 300px;
float: left;
text-align: center;
display: inline;
}
#browsable .items {
	bottom: 0px;
}

.scrollable .items div a {
margin: 0 10px;
}



#measurements{
	padding: 5px 0;
	font-size: 0.8em;
	}
#measurements span{
	float:right;
	color: black;
	display:inline;
	color: #b8b8b8;}


.apple_overlay{ 
	display:none;
    background-image: url(images/white.gif);    
    width:640px;        
    font-size:11px;
    padding: 48px; 
    padding-top: 30px;
	
} 


#blueprint_picture .blueprint_content{
	position: relative;
	overflow: hidden;
	width: 640px;
	height: 551px;
}


#all_pictures .all_images_content{
	position: relative;
	overflow: hidden;
	width: 640px;
	height: 551px;
}
#all_pictures #navigation_arrow a#arrow_left{
	top:250px;
	left: -43px;
	
}
#all_pictures #navigation_arrow a#arrow_right{
	top:250px;
	right: -43px;
}



a#arrow_left.disabled{
	display: none;
}
a#arrow_right.disabled{
	display: none;
}



#all_pictures .all_images_content .items{
	position:absolute;
	width: 20000em;
}

#all_pictures .all_images_content .items div{
	float: left;
}
.apple_overlay .picture{
	width: 160px; 
	float: left;
	margin-top: 30px;
	z-index: 10; 
	display:inline;
	text-align: center;
	}
	
.apple_overlay img{display:block; margin:0 auto;}


div[class="apple_overlay"]{
    background-image: url(images/white.png); 
}


 
/* default close button positioned on upper right corner */ 
div.close { 
	position:absolute;
	background-image: url(images/close.png); 
	top: 300px;
	cursor:pointer; 
  height:35px; 
 	width:35px; 
	top: 10px;
	right: 10px;
	z-index: 20;
	clear:both;}
	
	
/* REEFERENCE PICTURES OVERLAY SETTINGS */
#all_reference_pictures #referece_display{
	height: 430px;
	width: 626px;
	overflow: hidden;
	position: absolute;
	left:55px;
	top: 34px;
}


.picture_frame{
	height: 438px;
	width: 646px;
	background: url(images/picture-frame.gif) no-repeat;
	overflow: hidden;
	position: absolute;
	left:45px;
	z-index: 99;
}

#all_reference_pictures{
	background: url('images/white-large.gif');
	height: 520px;
}
body > #all_reference_pictures{
	background: url('images/white-large.png');
}



#all_reference_pictures .scrollable 
{
	position:absolute;
	width: 640px;
	padding-top: 5px;
	border-top: #f1f0ec solid 1px;
	bottom: 10px;
	left: 45px;   
    }
#all_reference_pictures .items{
	position:absolute;
	width: 20000em;
	z-index: 999999;
}
#all_reference_pictures a{
	display: block;
	float: left;
	width: 120px;
	margin: 0 10px;
	text-align:center;
	display:inline;
}
#all_reference_pictures  .arrow_left_small {
	bottom:60px;
left:0;

}

#all_reference_pictures  .arrow_right_small {
	bottom:60px;
	right:-91px;

}

/* @Tell friend ----------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/


#tell_friend label
{
	display: block;
	margin-bottom: 4px;
}

#tellfriend_success, #tellfriend_error
{
	display: none;
}

#tell_friend .tell_friend_content{
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 255px;
}
#tell_friend.apple_overlay{
	background: url('images/white-small.gif');
	height: 300px;
	width:190px;        
    font-size:11px;
    padding: 48px; 
    padding-top: 40px;
	
}
body > #tell_friend.apple_overlay{
	background: url('images/white-small.png');
}



/*  @REFERENCES PAGE ------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
#references_all{
	position: absolute;
	right: 170px;
	top:2.3em;
}
.references #small_navigation{
	right: 70px;
	top: 3em;
}
.references a#arrow_right{
	right:-65px;
	top:186px;
}
.references a#arrow_left{
	left:-65px;
	top:186px;
}
.references a#arrow_right.disabled{
	display:none;
}

.references a#arrow_left.disabled{
	display: none;
	
}
.references .navi {
	top: 50px;
	right: 48px;
}
#reference_list {
	padding-top: 10px;
	margin-bottom: 50px;
	height: 470px;
	width:802px;
	overflow: hidden;
	position: relative;
	display: block;
}
#reference_list .items div{
	float: left;
}
#reference_list .reference{
	float: left;
	margin: 0 10px 10px 0;
}

#reference_list .last {
	margin: 0 0 20px 0;
}
#reference_list h4{
	font-size: 0.9em;
	padding: 5px 0 0 0px;
}



/*  @DESIGNER PAGE ------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
#profile {
	float:right;
	width: 450px;
	margin-top: 40px;
	position:relative;
}

#profile .medium_title  {
	margin-bottom: 5px;}

#profile .sub_title  {
	font-weight: normal;}

#designer_name {
	color: black;
	font-size: 2.5em;
}


.profile_table {
	width: 450px;
	margin-top: 20px;
	}


.profile_table td {
	padding: 0 0 5px 0;
}
.profile_table thead th{
	padding: 10px 0 5px 0;
	text-align: left;}	
	
.profile_table thead th h4{
	font-size: 1em;
	font-weight: bold;
}

.profile_table td.year{
	width: 60px;
}

#profile_pictures{
	margin-top: 40px;
	float: left;
	width: 300px;
}


#designed_products{
	width: 300px;
	margin-top:10px;
}

#designed_products h4{
font-weight: normal;

}
/*
#designed_products a {
	position: absolute;
	right: 0;
	top: 5px;
}
*/
#designed_products img{
	margin-right: 30px;
}

#profile .first {
	margin-top: 0;
	}

/*  @DESIGNERLIST PAGE ------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/

#designers{
	float: right;
	margin-top: -30px;
}

#designers	a{
	font-weight: normal;
	line-height: 1.1em;
	color: #a7a7a7;
	font-size: 0.9em;
	text-transform: uppercase;
	
}
#designers img {
	
 }

#designers h4 {
	text-align: left;
	font-size: 0.9em;
	color: #a7a7a7;
}
#designers td{
	padding: 40px 40px 0 0;
	width: 95px;
}

#designers_content_main{
	width: 230px;
	float: left;
	margin: 0 0px 20px 0;
	text-align: left;

}




/*  @NEWS PAGE ------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
#content_news{
	width: 570px;
	float:left;
	padding-right: 30px;
	border-right: 1px solid #f1f0ec;
}
#content_news h3{
	margin:5px 0px;
	color:black;
	letter-spacing: 0em;
	line-height:1.25em;
}

.news {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f0ec;
}

.news img
{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

#news_sidebar{
	padding-left: 10px;	
	width: 190px;
	float:right;
	margin-top:30px;
}
#news_sidebar ul{margin:0;}
	
#news_sidebar ul li span{color: red;}


/*  @DOWNLOAD PAGE ------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/

#content_download{
	/*
	width: 570px;
	float:left;
	padding-right: 30px;
	border-right: 1px solid #f1f0ec;*/
}
#content_download h3{
	margin:5px 0px;
	color:black;
	letter-spacing: 0em;
}

#content_download .column
{
	position: relative;
	float: left;
	margin-right: 40px;
	width: 362px;
}


.download_item {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f0ec;
	width: 362px;
}


/* @Showroom --------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/	

.showroom #content_main{
	width: 270px;
	float: left;
	margin: 0 0px 20px 0;
	text-align: left;
}

.showroom #content_secondary{
	width: 480px;
	float: right;
	margin: 0 0px 20px 0;
	text-align: left;
}
.showroom ul{
	margin: 0 0 10px 0;
}
.showroom li {
	line-height: 1.25em;
}




/* @Press room----------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/

div.pressImage {
  float: left;
  margin: 20px 40px 0 0;
  width: 360px;
}

div.pressImage img {
  float: left;
  margin-right: 20px;
}
div.pressImage h4 {
  color: #484848;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

div.pressImage p {
  margin-bottom: 20px;
}

div.pressImage a {
  display: block;
  margin-bottom: 10px;
}

div.pressImage span.fileSize {
  color: #838383;
}


/* @Contact Info----------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
#contact_info{
	width: 199px;
	height:390px;
	background: url(images/adress_box.png) no-repeat;
	padding: 35px 0 0 35px;
	position: relative;
	float: left;
	margin-left: -24px;
}
#contact_info ul{
	color: #464646;
	margin: 0;
	margin-bottom: 25px;

}
#contact_info ul li{
	line-height: 1.3em;}


#contact_info ul a{
	color:#464646; font-weight: normal; }

#contact_info h3{
	margin: 0;
	font-size: 1.1em;
	letter-spacing: 0em;
	color: black;
	font-weight: bold;
}


#contact_persons{
	width: 576px;
	float: right;
	margin-left: 15px;
	overflow: hidden;
}
.person {
	float: left;
	display: inline;
	margin: 16px 5px;
	font-size: 0.9em;
	width: 172px;
}
.person h3{
	font-size: 1em;
	margin:0;
	letter-spacing: 0;
	color: black;
	font-weight: bold;
}
.person ul {
	margin: 0;
}


/* @Resellers--------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
.resellers {
	background: url(images/map.gif) no-repeat top center;
}


.resellers div h3 {
margin: 0 0 20px 0;
font-size: 1.015em;
background: #ccc;
color: black;
font-weight: bold;
padding: 2px 0px 4px 5px;
}

.column1 {
width: 170px;
float: left;
margin-top: 50px;
}
.column2 {
width: 170px;
float: left;
margin-top: 50px;
margin-left: 41px;
}
.column3 {
width: 170px;
float: left;
margin-top: 50px;
margin-left: 41px;
}

.column4 {
width: 170px;
float: left;
margin-top: 50px;
margin-left: 41px;
}


.resellers div ul h4 {margin: 0;}





/* @Footer --------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------*/
#footer{
	position: relative;
	border-top: solid 8px #f1f0ec;
	border-bottom: solid 1px #f1f0ec;
	padding: 0 24px 0 24px;
	line-height: 1.7em;
	height: 120px;
	text-transform: uppercase;	
}
 .vcard{
	margin: 12px 0 0 22px;
	font-size: 1.1em;
	color: #464646;
	width: 420px;
	float:left;}

.vcard2{
 width: 350px;
 float: right;
 	color: #464646;
 
 font-size: 1.1em;
 margin-top: 49px;
}


.org{
	font-size: 1em;
	margin: 0 0 17px 0;
}

.adr {
	margin-top: 20px;
	display:block;
}
.vcard a, .vcard2 a{font-size: 0.9em;}

#footer_console{
	display:block;
	position: absolute;
	right: 60px;
	top: 8px;
	width: 190px;
	height: 20px;
	
}


.formError {
		position:absolute;
		top:300px; left:300px;
		padding-bottom:13px;
		display:block;
		z-index:99999;
	}
		#debugMode{
			background:#000;
			position:fixed;
			width:100%; height:200px;
			top:0; left:0;
			overflow:scroll;
			opacity:0.8;
			display:block;
			padding:10px;
			color:#fff;
			font-size:14px;
			z-index:99999999;
		}
	
		.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
		.formError .formErrorContent {
			width:100%; 
			background:#ee0101;
			color:#fff;
			width:150px;
			font-family:tahoma;
			font-size:11px;
			border:2px solid #ddd;
			box-shadow: 0px 0px 6px #000;
			-moz-box-shadow: 0px 0px 6px #000;
			-webkit-box-shadow: 0px 0px 6px #000;
			padding:4px 10px 4px 10px;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
		}
		.greenPopup .formErrorContent {background:#33be40;}
		
		.blackPopup .formErrorContent {background:#393939;color:#FFF;}
		
		.formError .formErrorArrow{
			position:absolute;
			bottom:0;left:20px;
			width:15px; height:15px;

			z-index:999999;
		}
		.formError .formErrorArrowBottom{top:0;margin:-6px;}
		
			.formError .formErrorArrow div{
				border-left:2px solid #ddd;
				border-right:2px solid #ddd;
				box-shadow: 0px 2px 3px #444;
				-moz-box-shadow: 0px 2px 3px #444;
				-webkit-box-shadow: 0px 2px 3px #444;
				font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
			}
				.formError .formErrorArrowBottom div{
					box-shadow: none;
					-moz-box-shadow: none;
					-webkit-box-shadow: none;
				}
				
			.greenPopup .formErrorArrow div{background:#33be40;}
			.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

			.formError .formErrorArrow .line10{width:15px;border:none;} 
			.formError .formErrorArrow .line9{width:13px;border:none;} 
			.formError .formErrorArrow .line8{width:11px;} 
			.formError .formErrorArrow .line7{width:9px;} 
			.formError .formErrorArrow .line6{width:7px;} 
			.formError .formErrorArrow .line5{width:5px;} 
			.formError .formErrorArrow .line4{width:3px;} 
			.formError .formErrorArrow .line3{width:1px;
				border-left:2px solid #ddd;
				border-right:2px solid #ddd;
				border-bottom:0px solid #ddd;} 
			.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
			.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}


