/* css Zen Garden submission 037 - 'pret-a-porter' by Minz Meyer - www.minzweb.de */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All other graphics copyright 2003, Minz Meyer */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */


/* Well, though I know that web is not print, I wanted to try a visual concept that I designed for a printed brochure and
see what happens when brought to screen. According to the printed object, which is heavily landscape format, I had to
try the horizontal scrolling. (-- Didn't reinvent the wheel, Mike Pick already did this with his "What lies Beneath" design.)
All in all I wanted to give it a look of a modern lifestyle and fashion magazine.
The Photograph was shot by Thomas Moeller */


body {
	width: 801px; /*2048*/
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #fff;
/*	background-image:  url("../img/bg_body.jpg");*/
	background-position: right;
	background-repeat: repeat-y;
	font: 11px/1.5 Arial, Verdana, sans-serif;
	
}

/* Different behaviour of the lady. Just a compromise for IE */

div#extraDiv2 {
	background-image:  url("../img/smac/1.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 594px;
	width: 205px;
}

/* And now the cool stuff, hiding from IE with child-selectors */

body#css-zen-garden>div#extraDiv2 {
	background-image:  url("../img/smac/1.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 594px;
	width: 205px;
	z-index: 2;
} 

/* Using Geckos capability of PNG transparency to create the smooth scrolling border,
when the screen is scrolled and the content vanishes to the left */

body#css-zen-garden>div#extraDiv3 {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	background-image:  url("../img/bg_white.png");
	width: 225px;
}

/* The Header, using the "old":)) FIR-method */

div#pageHeader {
	position: relative;
	left: 215px;
	width: 585px;
	top: 0;
}

div#pageHeader h1 {
	width: 585px;
	height: 100px;
	margin: 0 0 0;
	background-image:  url("../img/smac.jpg");
}

div#pageHeader h1 span {
	display: none;
}

/*div#pageHeader h2 {*/
/*	width: 428px;*/
/*	height: 27px;*/
	/*background-image:  url("../img/thebeautyofcssdesign.jpg");*/
/*	background-position: right;*/
/*	background-repeat: no-repeat;*/
/*	margin-top: 0px;*/
/*}*/

div#pageHeader h2 span {
	display: none;
}

div#quickSummary {
	position: absolute;
	width: 583px;
	left: 215px;
	top: 119px;
	letter-spacing: 0.1em;
	color: #000000;
	background-color: transparent;
}

/* Have the summary displayed in a single line */

div#quickSummary p.p2, div#quickSummary p.p1 {
	display: inline;
	margin: 0;
}

div#extraDiv1 { /*adding a border */
	position: absolute;
	left: 215px; 
	top: 117px;
	height: 1px;
	width: 585px;
	background-color: #A5A3B5;
	color: inherit;
}


/* The main content. All positioned absolutely
-----------------------------------------------
 The text-links */

a:link, a:visited {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff0000;

	text-decoration: underline;
}

/* The Preamble */

div#preamble {
	position: absolute;
	left: 375px;
	top: 160px;
	width: 200px;
	text-align: justify;
	height: 560px;
}

div#preamble h3 {
	width: 200px;
	height: 25px;
	background-image:  url("../img/theroad.jpg");
	margin: 0 0 0.5em;
}

div#preamble h3 span {
	display: none;
}

div#preamble p {
	margin: 0 0.5em 0.5em;
}

/* Supporting Text
--------------------------------------*/

div#explanation {
	position: absolute;
	left: 625px;
	top: 160px;
	width: 200px;
	text-align: justify;
}

div#explanation h3 {
	width: 200px;
	height: 25px;
	background-image:  url("../img/sowhatisthisabout.jpg");
	margin: 0 0 0.5em;
}

div#explanation h3 span {
	display: none;
}

div#explanation p {
	margin: 0 0.5em 0.5em;
}

div#participation {
	position: absolute;
	left: 875px;
	top: 160px;
	width: 200px;
	text-align: justify;
}

div#participation h3 {
	width: 200px;
	height: 25px;
	background-image:  url("../img/participation.jpg");
	margin: 0 0 0.5em;
}

div#participation h3 span {
	display: none;
}

div#participation p {
	margin: 0 0.5em 0.5em;
}

div#benefits {
	position: absolute;
	left: 1125px;
	top: 160px;
	width: 200px;
	text-align: justify;
}

div#benefits h3 {
	width: 200px;
	height: 25px;
	background-image:  url("../img/benefits.jpg");
	margin: 0 0 0.5em;
}

div#benefits h3 span {
	display: none;
}

div#benefits p {
	margin: 0 0.5em 0.5em;
}

div#requirements {
	position: absolute;
	left: 215px;
	top: 181px;
	width: 450px;
	text-align: justify;
	height: 560px;
}

div#requirements h3 {
	width: 450px;
/*	height: 25px;*/
/*	background-image:  url("../img/requirements.jpg");*/
	margin: 0 0 0.5em;
}

div#requirements h3 span {
	display: none;
}

div#requirements p {
	margin: 0 0.5em 0.5em;
}

/* The Navigation
---------------------------------------*/

 div#linkList {
	position: absolute;
	left: 675px;
	top: 181px;
	width: 125px;
	background-color: transparent;
	color: inherit;
	background-repeat: repeat-y;
		border-top: 1px solid #ff0000; 
	text-transform: lowercase;
	height: 298px;
}


div#linkList div#lselect li a:link, div#linkList div#lselect li a:visited {
	display: block;
	margin-left: -10px;
	padding-left: 10px;
	color: #000000;
	background-color: transparent;
	border-top: 1px solid #ff0000;
	/*background-image:  url("../img/linklistlink.jpg");*/
	background-repeat: no-repeat;
}

div#linkList li a:link, div#linkList div#lselect li a.c:link, div#linkList li a:visited, div#linkList div#lselect li a.c:visited {
	display: inline;
	background-image: none;
	color: #000000;
	background-color: transparent;
	border-top: 1px solid #ff0000;
	padding-left: 0;
	margin-left: 0;
	border: none;
}


div#linkList ul {
	list-style: none;
	margin: 0 0 0 25px;
	padding-left: 0;
}

div#linkList li {
	padding-left: 13px;
		border-top: 1px solid #ff0000; 
}



div#lselect h3 {
	float:left;
	margin-top: 0;
	width: 25px;
	height: 120px;
	border-top: 1px solid #ff0000;
	background-image:  url("../img/selectadesign.gif");
	background-repeat: no-repeat;
}

div#lselect h3 span {
	display: none;
}

div#larchives {
	clear:left;
	margin-top: 0;
	border-top: 1px solid #ff0000; 
}

div#larchives h3 {
	float:left;
	margin-top: 0;
	width: 25px;
	height: 150px;
		border-top: 1px solid #ff0000;
	background-image:  url("../img/archives.gif");
	background-repeat: no-repeat;
}

div#larchives h3 span {
	display: none;
}

div#lresources {
	clear:left;
	margin-top: 0;
	border-top: 1px solid #ff0000; 
}

div#lresources h3 {
	float:left;
	margin-top: 0;
	width: 25px;
	height: 150px;
	border-top: 1px solid #ff0000;
	background-image:  url("../img/ressources.gif");
	background-repeat: no-repeat;
}

div#lresources h3 span {
	display: none;
}

/* ...and the footer
--------------------------------------*/
div#footer {
	position: absolute;
	left: 620px;
	top: 0px;
	width: 180px;
	height: 17px;
	text-align: center;
	word-spacing: 0.1em;
	overflow: hidden;
}

div#footer a:link, div#footer a:visited {
	color: #ff0000;
	background-color: transparent;
}



/* and extra artwork */

div#extraDiv4 {
	position: absolute;
	left: 215px;
	top: 750px;
	width: 450px;
	height: 26px;
	color: inherit;
	background-color: #D9D6E7;
/*	background-image:  url("../img/transition.jpg");*/
	background-repeat: no-repeat;
}
