@charset "utf-8";
/* CSS Stylesheets for Index, Gallery, About, Contact - zsuzsimorrison.com */

/* Universal selector - Zero margins and padding on all elements. */
* {
	margin:0;
	padding:0;
}
/* End zero margins - set all elements from now. */

/* BODY SETTINGS */
body
	{
	background-color:#FFF;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	line-height:10px;
	letter-spacing:-1px;
	color:#000000;
	text-align:left;
	width:100%;
	height:100%;
}

/* PRELOAD IMAGES */
#Pre {
      display:none;
}

/* HEADER */
#header {
	background-color:transparent;
	position:fixed;
	width:100%;
	height:100px;
	background-image:url(images-content/image-header.jpg);
	background-position:left;
	background-repeat:no-repeat;
	z-index:12;
}

/* NAVIGATION */
#navigation {
	background-color:transparent;
	position:fixed;
	width:250px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	line-height:10px;
	letter-spacing:-1px;
	color:#FFF;
	text-align:left;
	top:80px;
	left:104px;
	z-index:90;
}

/* RIGHT PANEL */
#rightPanelIndex {
	background-color:transparent;
	position:absolute;
	width:400px;
	height:100%;
    background-image:url(images-content/image-right-panel.png);
	background-position:top right;
	background-repeat:repeat;
	background-attachment:fixed;
	top:0;
	right:0;
	z-index:70;
}

/* RIGHT PANEL GALLERY */
#rightPanelGallery {
	background-color:transparent;
	position:absolute;
	width:400px;
	height:4800px;
    background-image:url(images-content/image-right-panel.png);
	background-position:top right;
	background-repeat:repeat;
	background-attachment:fixed;
	top:0;
	right:0;
	z-index:70;
}

/* RIGHT PANEL GALLERY THUMBS */
#rightPanelGalleryThumbs {
	background-color:transparent;
	position:absolute;
	width:350px;
	height:4700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	line-height:10px;
	letter-spacing:-1px;
	color:#000;
	text-align:left;
	top:40px;
	left:50%;
	margin-left:-175px;
	z-index:71;
}

/* RIGHT PANEL ABOUT */
#rightPanelAbout {
	background-color:transparent;
	position:absolute;
	width:400px;
	height:1900px;
    background-image:url(images-content/image-right-panel.png);
	background-position:top right;
	background-repeat:repeat;
	background-attachment:fixed;
	top:0;
	right:0;
	z-index:70;
}

/* RIGHT PANEL ABOUT TEXT */
#rightPanelAboutText {
	background-color:transparent;
	position:absolute;
	width:340px;
	height:1820px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	line-height:12px;
	letter-spacing:0;
	color:#000;
	text-align:left;
	top:60px;
	left:50%;
	margin-left:-175px;
	z-index:71;
}
/* RIGHT PANEL CONTACT */
#rightPanelContact {
	background-color:transparent;
	position:absolute;
	width:400px;
	height:100%;
	background-image:url(images-content/image-right-panel.png);
	background-position:top right;
	background-repeat:repeat;
	background-attachment:fixed;
	top:0;
	right:0;
	z-index:70;
}

/* RIGHT PANEL CONTACT TEXT */
#rightPanelContactText {
	background-color:transparent;
	position:absolute;
	width:340px;
	height:500px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	line-height:12px;
	letter-spacing:0;
	color:#000;
	text-align:left;
	top:60px;
	left:50%;
	margin-left:-175px;
	z-index:71;
}

/* BACKGROUND */
#backgroundImages {
	background-color:#FFF;
	position:fixed;
	width:70%;
	height:100%;
    overflow:hidden;
	z-index:1;
}
.slideshow { 
    height:100%; 
    width:100%;
    margin:auto;
    display:block;
}

/* LOOP VIDEO */
#loopVideo {
	background-color:transparent;
	position:absolute;
	width:350px;
	height:262px;
	top:150px;
	right:25px;
	overflow:hidden;
	z-index:71;
}
.hoola { 
    height:100%; 
    width:100%;
    margin:auto;
    display:block;
}

/* REGULAR LINKS */
a:link,a:active,a:visited,a:hover {
	color:#FFF;
	text-decoration:none;	
}



















