/********************************************************************************************

- GENERAL
- STRUCTURE
- NAVIGATION
- CONTENT & FORM
- FOOTER
- LIGHTBOX

********************************************************************************************/


/****************************************  GENERAL  ****************************************/

/*@font-face { 
	font-family: Mido;
    src: url(http://www.meetingpuzzle.com/font/0606Mido.otf); 
}*/

/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */

html, body, ul {
	border:0;
	margin:0;
	padding:0;
}

body {
	font:0.8em Arial, Helvetica, "Nimbus Sans L Regular", sans-serif;
	color:#632F00;
	background:#FFFFF1 url(images/bg_content.gif) repeat-x;
	line-height:1.55em;
}

img { border:none; }

h1 {
	margin:0 0 30px 0;
	padding:0
}

a {outline:none}

a:link {color:#FF8E12; text-decoration:none;}
a:active {color:#FF8E12; text-decoration:underline;}
a:visited {color:#FF8E12; text-decoration:none;}
a:hover {color:#FF8E12; text-decoration:underline;}

.clear {clear:both;}


/****************************************  STRUCTURE  ****************************************/

#wrapper {
	width:1080px;
	margin:0 auto;
	min-height:100%;
	height:auto;
}

*html #wrapper{height:100%;}

#header {
	margin:0 0 50px 0
}

#language {
	float:right;
	margin-top:14px
}

#steps{
	width:910px !important;
	width:930px;
}

#steps_left{
	float:left;
	width:680px;
	background: #F2EDD8;
	padding: 12px 5px 5px 12px;
	margin-bottom:40px;
	height: 220px;
}

#steps_right{
	float:right;
	width:206px !important;
	width:226px;
	background: #F2EDD8;
	padding: 42px 5px 5px 2px;
	height: 190px;
	vertical-align:middle;
}

#bookmarks {
	/*position:absolute;*/
	/*top: 435px;
	left: 1000px;*/
	/*margin-top: 10px;*/
	/*margin-left:110px;*/
	width:280px;
}

#bookmarks ul li {
	width: 16px;
	height: 16px;
	list-style-type:none;
	display:inline;
	/*border: #E7DCC2 4px solid;*/
	padding-left: 5px;
	/*margin-right: 4px !important;*/
}

#bookmarks img{
	border: #E7DCC2 4px solid;
}

#bookmarks ul li.noborder {
	background-color:transparent;
	border-bottom: #FFFFF1 10px solid;
}

#sonderaktion {
	padding: 10px;
	border: #E7DCC2 10px solid;
}


#openme {
	background:url(images/bg_languages.gif) no-repeat;
	width:140px;
	height:91px
}

#logo {
	height:123px;
	text-align:center;
	width:429px;
	float:left;
	margin:23px 0 0 325px !important;
	margin:23px 0 0 162px;
}

#penguin {height:283px;}

#navigation {
	background:url(images/navi_top.gif) left no-repeat;
	height:40px;
	margin:0 auto;
	width:660px;
}

#content {
	width:955px;
	margin:0 auto;
	position:relative
}

#columns {
	float:left
}

#fullscreen{
	padding-top:70px
}

#swissmade {background:url(images/logo_swissmade.gif) center bottom no-repeat; height:128px; margin-top:40px}

#footer {
	background:#632F00 url(images/bg_footer.gif) top center no-repeat;
	color:#BE9B78;
	height:40px;
}

#footerwrapper {
	width:955px;
	margin:0 auto;
}

#footerleft {
	background:url(images/navi_footer.gif) left no-repeat;
	float:left;
}

#footermiddle {
	float:left;
	margin:10px 0 0 100px;
}

#footerright {
	background:url(images/navi_footer.gif) left no-repeat;
	float:right;
	text-align:right;
}

/****************************************  NAVIGATION  ****************************************/

#language ul, #openme ul {
	list-style:none;
}

#language li a {
	background:url(images/bg_pulldown.gif) no-repeat;
	color:#fff;
	display:block;
	font:bold 0.9em Arial, Helvetica, "Nimbus Sans L Regular", sans-serif;
	text-decoration:none;
	width:130px;
	height:20px;
	padding:3px 0 0 10px;
}

#openme li a {
	background:none;
	color:#632F00;
	font:normal 0.9em Arial, Helvetica, "Nimbus Sans L Regular", sans-serif;
	width:130px;
	height:20px;
	padding:3px 0 0 10px;
}

#openme li a:hover, #openme li a.active {
	font-weight:bold
}

#navigation ul, #footer ul {
	list-style:none;
	padding-left:1px
}

#navigation li {
	background:url(images/navi_top.gif) right no-repeat;
	font:1.4em Arial, Helvetica, sans-serif;
	float:left;
}

#navigation li a {
	display:block;
	color:#A65A13;	
	text-align:center;
	text-decoration:none;
	padding:8px 20px 10px 20px;
}

#navigation li a:hover {
	background:#FAF8E4 url(images/navi_top.gif) right no-repeat;
	color:#632F00;
	padding:8px 20px 10px 20px;
}

#navigation .currentpage, #navigation a.activeparent {
	background:#FAF8E4 url(images/navi_top.gif) right no-repeat;
	display:block;
	color:#632F00;
	text-align:center;
	text-decoration:none;
	padding:8px 20px 10px 20px;
}

/****************************************  CONTENT  ****************************************/

#columns .row {
	width:264px;
	float:left;
	margin-right:54px;
}

#columns .row2 {
	width:582px;
	float:left;
	margin-right:54px;
}

#columns .row3 {
	width:380px;
	float:left;
	margin-right:54px;
}

#columns .row4 {
	width:446px;
	float:left;
}

#columns .rowstop {
	width:264px;
	float:left;
}

#columns .rowstop_signup {
	width:284px;
	float:left;
}

#columns .screenshot {
	float:left;
	line-height:1.3em;
	text-align:center;
}

#columns .screenshot img {margin-bottom:10px}

#content ul {
	list-style:none;
}

#content li {
	line-height:1.5em;
}

#content li.one {background:url(images/point1.gif) no-repeat; display:block; padding:4px 0 20px 40px; width:244px}
#content li.two {background:url(images/point2.gif) no-repeat; display:block; padding:4px 0 20px 40px; width:244px}
#content li.three {background:url(images/point3.gif) no-repeat; display:block; padding:4px 0 20px 40px; width:244px}
#content li.four {background:url(images/point4.gif) no-repeat; display:block; padding:4px 0 20px 40px; width:244px}
#content li.five {background:url(images/point5.gif) no-repeat; display:block; padding:4px 0 20px 40px; width:244px}
#content li.six {background:url(images/point6.gif) no-repeat; display:block; padding:4px 0 20px 40px; width:244px}
#content li.seven {background:url(images/point7.gif) no-repeat; display:block; padding:4px 0 20px 40px; width:244px}

#columns .screenshot.one {width:160px; padding:30px 10px 0 0}
#columns .screenshot.two {width:170px; padding:10px 20px 0 0}
#columns .screenshot.three {width:180px; padding:0 20px 0 0}
#columns .screenshot.four {width:170px; padding:10px 15px 0 0}
#columns .screenshot.five {width:150px; padding:30px 0 0 0}


#advertise ul {
	list-style:none;
}
#advertise li {
	line-height:1.5em;
}
#advertise li.one {background:url(images/point1.gif) no-repeat; display:block; padding:4px 0 20px 40px; width:300px}
#advertise li.two {background:url(images/point2.gif) no-repeat; display:block; padding:4px 0 20px 40px; width:300px}



.large {font-size:1.4em}

td, th {
	background: #F2EDD8;
	border: #FFFFF1 1px solid;
	border-bottom: none;
	font-weight: normal;
	padding: 10px;
	text-align: center;
}

th.blank {background:none; width:370px; }
/*th.blank {background:none; width:250px; }*/
th.description { text-align:left; width:370px; }
/*th.description { text-align:left; width:250px; }*/

span.highlight {
	background-color: #ffffaa;
}


/****************************************  FORM  ****************************************/

form p {
	background:#F6F1D8;
	clear:left;
	margin:0 0 2px 0;
	padding:3px 18px 8px;
	overflow:hidden;
}

legend {
	font-weight:bold;
	color:#666;
}

label, .label {
	display:block;
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0;
}

label.inline {
	display:inline;
	font-weight:bold;
}

input, textarea, select {
	width:220px;
	margin:0px;
	padding:4px;
	border:#632F00 solid 1px;
	background:#fff;
	color:#A65A13;
	font:0.9em Arial, Helvetica, "Nimbus Sans L Regular", sans-serif;
}

select {width:226px;}
textarea {height:160px;}

.radio {
	width:14px;
	background:#F6F1D8;
	border:none;
	margin:0;
}

.left {display:block; float:left; margin-right:50px;}

.hint {
	display:block;
	font-size:0.8em;
}

.button {
	height:33px;
	font:bold 11px Verdana;
	color:#666;
	border:none;
	cursor:pointer;
}

.signupnow {
	background:url(images/button_signupnow.gif) no-repeat;
	width:170px;
}

.send {
	background:url(images/button_sendmessage.gif) no-repeat;
	width:170px;
}

.senden {
	background:url(images/button_senden.gif) no-repeat;
	width:170px;
}

.envoyer {
	background:url(images/button_envoyer.gif) no-repeat;
	width:170px;
}

.error {
	background:#FDF5F5;
	border:1px solid #F01C26;
}

.red {
	color:#F01C26;
}

/****************************************  FOOTER  ****************************************/

#footermiddle a:link {color:#fff; text-decoration:none;}
#footermiddle a:active {color:#96632E; text-decoration:underline;}
#footermiddle a:visited {color:#fff; text-deccoration:none;}
#footermiddle a:hover {color:#96632E; text-decoration:underline;}

#footerleft li {
	background:url(images/navi_footer.gif) right no-repeat;
	font:1em Arial, Helvetica, sans-serif;
	float:left;
}

#footerleft li a {
	display:block;
	color:#BE9B78;	
	text-align:center;
	text-decoration:none;
	padding:8px 20px 10px 20px;
}

#footerleft li a:hover {
	background:url(images/navi_footer.gif) right no-repeat;
	color:#fff;
	text-decoration:none;
}

#footerright li {
	background:url(images/navi_footer.gif) right no-repeat;
	font:1em Arial, Helvetica, sans-serif;
	float:left;
}

#footerright li a {
	display:block;
	color:#BE9B78;
	font-size:0.8em;
	text-align:left;
	text-decoration:none;
	padding:5px 20px 7px 20px;
}

#footerright li a:hover {
	background:url(images/navi_footer.gif) right no-repeat;
	color:#fff;
	text-decoration:none;
}


/****************************************  LIGHTBOX  ****************************************/


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited { background: url(images/prev.gif) left 10% no-repeat; }
#nextLink, #nextLink:visited { background: url(images/next.gif) right 10% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #632F00; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}