/* s: hack float */
.clear:after {content:"."; display:block; height:0; font-size:0; clear:both; visibility:hidden;}
.clear {min-height:1px;}
* html .clear {height:1px;}
/* e: hack float */

/* s: basic */
* {margin:0; padding:0; border:none; line-height: 100%;}
html, body {
/*  height: 100%; min-height: 100%; */
}

table {border-collapse: collapse;}
a, label {cursor: pointer;}
a:focus, input, select, textarea {
	-moz-outline:none; /* no border (ff) */
	outline:none;
}
textarea {overflow: auto;}
/*ul {list-style:none;}*/
/* e: basic */

.justify {text-align:justify !important;}
.center {text-align:center !important;}
.right {text-align:right !important;}
.left {text-align:left !important;}
.vtop {vertical-align:top !important;}


.relative {position:relative !important;}
.absolute {position:absolute !important;}

.clearboth {clear:both !important;}
.floatleft {float:left !important;}
.floatright {float:right !important;}
.floatnone {float:none !important;}
.inline {display:inline;}

.fbold {font-weight:bold !important;}
.fnormal {font-weight:normal !important;}
.fs0 {font-size:0px !important;}

.noContent {
	padding:50px 0px;
	text-align:center;
	font-family:verdana;
	font-size:12px;
	/*font-weight:bold;*/
	color:#333333;	
}

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

html {background:url(../gfx/bg_body.gif) left top repeat;}
body {
	background:url(../gfx/bg_flash.jpg) center top no-repeat;
	min-width:980px; 
	width:auto !important; 
}


#sSite {
	border:0px solid black;
	margin:0px auto;
	padding:0px;
	width:980px; 
	position:relative;
}


#topFlash {
	border:0px solid black;
	width:980px; height:695px;
	position:relative; z-index:1;
}


#topLayer {
	border:0px solid black;
	background:url(../gfx/bg_toplayer.jpg) center top no-repeat;
	width:483px; height:519px;
	position:absolute; top:50px; left:17px; z-index:2;
	/*display:none;*/ 
}


#topLayerClose {
	border:0px solid black;
	width:80px; height:14px;
	position:absolute; top:4px; right:6px; z-index:1;
	cursor:pointer;
	background:url(../gfx/x.gif) repeat;
}


#topLayerTitle {
	border:0px solid black;
	width:182px; height:37px;
	position:absolute; top:22px; left:25px; z-index:2;
}
#topLayerTitle h2 {
	width:182px; height:37px;
	font-size:18px;
	font-family:georgia;
	color:#675135;
	text-indent:-3000px;
}
#topLayerTitle .item1 {background:url(../gfx/title_home.png) 0px 0px no-repeat;}
#topLayerTitle .item2 {background:url(../gfx/title_biography.png) 0px 0px no-repeat;}
#topLayerTitle .item3 {background:url(../gfx/title_gallery.png) 0px 0px no-repeat;}
#topLayerTitle .item4 {background:url(../gfx/title_contact.png) 0px 0px no-repeat;}


#topLayerContent {
	border:0px solid black;
	width:454px; height:428px;
	padding:0px 0px 0px 0px;
	position:absolute; top:78px; left:23px; z-index:3;
	overflow:auto;
}

#sContent {
	border:0px solid black;
	width:430px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
#sContent .padding {padding:4px 0px 4px 4px;}

.ajaxloader {
	width:32px; height:32px;
	background:url(../gfx/loader2.gif);
}






















/*****************************************************************************************/
/* s: multiCont */


.multiCont {display:inline;}
.multiCont, .multiCont p, .multiCont ol, .multiCont ul, .multiCont li, .multiCont div,
.multiCont h1, .multiCont h2, .multiCont h3, .multiCont h4, .multiCont h5, .multiCont h6
{
	font-family:georgia, tahoma, arial;
	color:#654e32;
	line-height:normal;
	font-size:14px;
	font-style:italic;
	/*text-align:justify;*/
}

.multiCont h1, .multiCont h2, .multiCont h3, .multiCont h4, .multiCont h5, .multiCont h6 {margin:0px 0px 10px 0px; clear:both;} 
.multiCont h1, .multiCont h1 * {font-size:20px;} 
.multiCont h2, .multiCont h2 * {font-size:18px;} 
.multiCont h3, .multiCont h3 * {font-size:16px;} 
.multiCont h4, .multiCont h4 * {font-size:14px;} 
.multiCont h5, .multiCont h5 * {font-size:12px;}
.multiCont h6, .multiCont h6 * {font-size:10px;}

.multiCont p {margin:0px 0px 10px 0px; line-height:140%;}
.multiCont a {text-decoration:underline; color:#654e32;}
.multiCont a:hover {text-decoration:underline; color:#654e32;}
.multiCont ul, .multiCont ol {margin:5px 0px 5px 25px; line-height:140%;}
/*.multiCont ul {list-style-image: url(../gfx/li.gif);}*/
.multiCont li {line-height:140%;}
.multiCont img {border:1px solid white; padding:2px; background:#dfd7c8; margin:5px 10px 5px 0px; float:left;}
/* e: multiCont */

/* s: multiCont_header */
.multiCont_header {
	border:0px solid black;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size:20px;
	font-family:georgia, tahoma, arial;
	font-weight:normal;
	color:#654e32;
	font-style:italic;	
}
/* e: multiCont_header */



/* s: multiCont_photo */
.multiCont_photo {/*display:inline; padding:0px 5px 5px 0px;*//*float:left; margin:0px 10px 10px 0px;*/}
.multiCont_photo img {border:1px solid white; padding:2px; background:#dfd7c8; margin:5px 10px 5px 0px; float:left;}
/* e: multiCont_photo */

/* s: multiCont_gallery */
.multiCont_gallery {float:left; border:0px solid black; padding-bottom:10px;}
.multiCont_gallery img {border:1px solid white; padding:2px; background:#dfd7c8;}
.multiCont_gallery ul {float:left; list-style:none;}
.multiCont_gallery li {float:left; margin:0px 5px 5px 0px;}
.multiCont_gallery h2 {
	font-size:18px; 
	font-family:georgia, tahoma, arial; 
	font-weight:normal;
	color:#654e32;
	font-style:italic;	
	padding:0px;
	margin:10px 0px; 
}
/* e: multiCont_gallery */

/* s: multiCont_downloadFile */
.multiCont_downloadFile {
	clear:both;
	font-size:11px; font-family:georgia, tahoma, arial;
	margin-bottom:5px; 
	padding-bottom:1px;
}
.multiCont_downloadFile .download {
	margin:5px 0px 5px 0px; 
	display:none;
} 
.multiCont_downloadFile .fileName {
	display:inline;
}
.multiCont_downloadFile .fileName a {
	font-size:13px; font-family:georgia, tahoma, arial; font-weight:bold; color:#654e32; text-decoration:underline;
	font-style:italic;
	line-height:12px;
	padding:0px 5px 0px 0px;
}
.multiCont_downloadFile .fileName a:hover {text-decoration:none; color:#654e32;} 
.multiCont_downloadFile .fileSize {
	display:inline;
	font-size:10px; font-family:tahoma, arial; color:#654e32;
}
.multiCont_downloadFile .fileDesc {margin:5px 0px 5px 0px; line-height:120%;}
.multiCont_downloadFile .fileDesc p {line-height:120%;} 
.multiCont_downloadFile .fileDesc, .multiCont_downloadFile .fileDesc * {
	font-size:12px; font-family:georgia, tahoma, arial; color:#654e32; font-style:italic;
}
/* e: multiCont_downloadFile */



/* s: ContactForm */
#ContactForm {
	margin:5px 0px 25px 0px; 
	display:block; 
}
#ContactForm div.msg {
	border-left:4px solid red; 
	font-size:12px; 
	font-family:georgia, tahoma, arial; 
	font-weight:normal;
	color:red;
	font-style:italic;	
	margin:10px 0px 10px 0px; 
	padding-left:10px;
}
#ContactForm div.msg * {line-height:130%; list-style:none;}
#ContactForm h3 {
	font-size:12px; 
	font-family:georgia, tahoma, arial; 
	font-weight:normal;
	color:#654e32;
	font-style:italic;	
	margin-bottom:3px;
	padding-left:5px;
}
#ContactForm input.text, #ContactForm textarea.text {
	font-size:12px; 
	font-family:tahoma; 
	color:black; 
	display:block; 
	width:100%; 
	border-left:1px solid #a17a4f;
	border-top:1px solid #a17a4f;
	margin-bottom:8px; 
	padding:2px;
}
#ContactForm textarea.text {height:100px;}
#ContactForm input.submit, #ContactForm input.reset {
	font-size:12px; 
	font-family:georgia, tahoma, arial; 
	font-weight:bold;
	font-style:italic;	
	color:white;
	padding:0px 6px 0px 6px; 
	width:80px; 
	height:25px; 
	cursor:pointer;
	background:#a17a4f; 
}  
/* e: ContactForm */


