@charset "utf-8";
/* 
Emil Kazaz CSS Styles
Author: SADAsystems.com
*/

/* Globals
-----------------------------*/
img, div { behavior: url(iepngfix.htc) }

* {
	font-family: 'Lucida Grande', Tahoma, sans-serif;
}

html, body {
	height: 100%;
}

body { 
	background:#000000;
	margin:0;
	padding:0;
}

a:link { color:#FFFFFF; text-decoration:none;}
a:hover { color:#eaeaea; text-decoration:none;}
a:active { color:#3F3F3F; text-decoration:none;}
a:visited { color:#eaeaea; text-decoration:none;}

#wrap {
	width:960px;
}

h1 {
	font-size:35px;
	margin:20px 0 0 0;
	padding:0;
}

h2 {
	font-size:35px;
	margin:20px 0 0 0;
	padding:0;
}

h3 {
	font-size:14px;
	margin:20px 0 0 0;
	padding:0;
	border-bottom:1px solid #930000;
}

h5 {
	font-size:12px;
	margin:0;
	padding:0;
}


/* Logo
-----------------------------*/
#logo {
	padding:20px 0 20px 120px;
}

/* Content 
-----------------------------*/

.article { 
	text-align:right; 
	float:right;
	font-size:10px;
	border: 1px solid #666;
	padding:10px;
	margin:10px;
}

.article a:link, .article a:visited { color:#FF0000; }
.article a:hover, .article a:active { color:#930000; }

/* White --------*/

#content {
	color:#FFF;
	float:left;
	padding-left:130px;
	z-index:1;
	width:660px;
}

#content h5 {
	font-size:20px;
	margin:5px 0 5px 0;
}

#content h6 {
	float:right;
	font-size:14px;
	margin-top:-26px;
	padding:0 20px 0 0;
}

#content p {
	font-size:12px;
	line-height:22px;
	letter-spacing:1px;
	padding:5px 10px 5px 10px;
	margin:0;
	text-align:justify;
}
.contrast {
	background:url(../img/trans_60.png) repeat;
}

/* Black --------*/

#content-blk {
	color:#000;
	float:left;
	padding-left:130px;
	z-index:1;
	width:660px;
}

#content-blk h5 {
	font-size:20px;
	margin:5px 0 5px 0;
}

#content-blk h6 {
	float:right;
	font-size:20px;
	margin:5px 25px 5px 0;
}

#content-blk p {
	font-size:12px;
	line-height:14px;
	clear:right;
	padding:10px 0 5px 0;
	margin:0;
}

#content-blk a:link, #content-blk a:visited { color:#000000; text-decoration:none;}
#content-blk a:hover, #content-blk a:active { color:#666; text-decoration:none;}



/* Other --------*/

#three_col {
	height:120px;
}

#col {
	float:left;
	margin:0px 10px 0 0;
	width:208px;
}

#col h4 {
	font-size:24px;
	margin:5px 0 5px 0;
}


#col p {
	width:150px;
	margin:0;
	padding:0;
	font-size:11px;
	line-height:12.5px;
}


.pull_quote { 
	width:200px;
	letter-spacing:normal;
	float:right;
}

/* right_col
-----------------------------*/
#right_col {
	width:135px;
	float:left;
	height:100%;
	margin:0 0 0 10px;
	color:#FFF;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size:12px;	
	display:block;
}

#right_col h4 {
	font-size:20px;
	margin:5px 0 5px 0;
}


/* Backgrounds
-----------------------------*/
#bg_about_emil { 
	background:url(../img/bg/bg_aboutemil.jpg) no-repeat bottom left #000;
	height:100%;
	background-attachment:fixed;
}



#bg_scul { 
	background:url(../img/bg/bg_scul.jpg) no-repeat bottom left #000;
	height:100%;
	background-attachment:fixed;
}
#bg_scul2 { 
	background:url(../img/bg/bg_scul2.jpg) no-repeat bottom left #000;
	height:100%;
	background-attachment:fixed;
}
#bg_scul3 { 
	background:url(../img/bg/bg_scul3.jpg) no-repeat bottom left #000;
	height:100%;
	background-attachment:fixed;
}
#bg_scul4 { 
	background:url(../img/bg/bg_scul4.jpg) no-repeat bottom left #000;
	height:100%;
	background-attachment:fixed;
}








#bg_mm { 
	background:url(../img/bg/bg_mm.jpg) no-repeat bottom left #000;
	height:100%;
	background-attachment:fixed;
}
#bg_mm2 { 
	background:url(../img/bg/bg_mm2.jpg) no-repeat bottom left #000;
	height:100%;
	background-attachment:fixed;
}
#bg_mm3 { 
	background:url(../img/bg/bg_mm3.jpg) no-repeat bottom left #000;
	height:100%;
	background-attachment:fixed;
}



#bg_oil { 
	background:url(../img/bg/bg_oil1.jpg) no-repeat bottom left #000;
	height:100%;
	background-attachment:fixed;
}
#bg_oil2 { 
	background:url(../img/bg/bg_oil2.jpg) no-repeat bottom left #000;
	height:100%;
	background-attachment:fixed;
}
#bg_oil3 { 
	background:url(../img/bg/bg_oil3.jpg) no-repeat bottom left #000;
	height:100%;
	background-attachment:fixed;
}
#bg_oil4 { 
	background:url(../img/bg/bg_oil4.jpg) no-repeat bottom left #000;
	height:100%;
	background-attachment:fixed;
}




#bg_about { 
	background:url(../img/bg/bg_about.jpg) no-repeat bottom left #FFF;
	height:100%;
	background-attachment:fixed;
}



/* borders
-----------------------------*/
.three_px {
	border:solid 3px #FFFFFF;
	margin-bottom:20px;
}

/* For the Gallery Images 
-----------------------------*/
#gallery_img {
	float:left;
	width:135px;
	height:230px;
	padding:0 15px 0 15px;
}

#gallery_img p {
	text-align:center;
	padding:10px 0 10px 0;
	font-size:10px;
	line-height:normal;
}

.gall_img {
	border: solid 4px #FFF;
	display:block;
	width:126px;
}

a.gall_img:hover {
	border: solid 4px #873333;
	display:block;
	width:126px;
}

a.gall_img:visited {
	border: solid 4px #873333;
	display:block;
	width:126px;
}

a.gall_img:active {
	border: solid 4px #666;
	display:block;
	width:126px;
}



/* For Multiple Angle Gallery Images 
-----------------------------*/


#gall_mult {
	float:left;
	width:126px;
	padding-right:35px;
	padding-bottom:35px;
}

#multiple_gall {
	border-bottom:1px solid #eaeaea;
	margin-bottom:20px;
	clear:both;
	text-align:right;
}

#multiple_gall h7 {
	font-size:30px;
	margin:0;
	padding:0;
	clear:both;
}



/* Footer
-----------------------------*/
#footer {
	padding:200px 10px 10px 10px;
	clear:both;
}

#footer p {
	text-align:left;
	color:#FFFFFF;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size:11px;
	padding:68px 0 0 170px;
}
.logo {
	margin-left:-10px;
}

.sada_logo { float:right; margin-top:-24px;}

#footer a:link, #footer a:visited {}


/* black --------*/

#footer-blk {
	padding:200px 10px 10px 10px;
	clear:both;
}

#footer-blk p {
	text-align:left;
	color:#000;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size:11px;
	padding:68px 0 0 170px;
}

#footer-blk a:link, #footer-blk a:visited { color:#000; }
#footer-blk a:hover, #footer-blk a:active { color:#666; }

/* Forms and Fields
-----------------------------*/
#good_form { padding:0px; clear:both; }
#good_form input, #good_form textarea, #good_form select { background-color:#FFF; border:1px #fff solid; margin:5px; }
#good_form fieldset {width:680px; display:block; border:1px solid #970000; padding:5px; margin-bottom:20px; line-height:1.5em;}
#good_form legend {font-weight:bold; border:1px solid #970000; margin-bottom:5px; padding:3px 10px 3px 10px; width:254px; background:#000;}
#good_form label {clear:left; display:block; float:left; width:250px; text-align:right; padding-right:10px; padding-top:5px; color:#fff; margin-bottom:0.5em;}
#good_form input {border:1px solid #970000; background:url(../img/field_bg.gif) repeat-x top #FFF; padding-left:1px; margin-bottom:0.6em;}
#good_form textarea {width:330px; height:15em; border:1px solid #970000; padding:0.5em; overflow:auto; background:url(../img/field_bg.gif) repeat-x top #FFF;}
#good_form option {background:#fff; color:#000;}
#good_form optgroup {background:#abb; color:#000;}
#good_form optgroup option {background:#9aa; color:#fff;}
#good_form #buttons { margin-left:260px; }
#good_form #button1, #good_form #button2 {color:#c00; padding-right:0.5em; cursor:pointer; width:100px; font-size:11px;}
#good_form #button1:hover, #good_form #button2:hover { color:#000;}

/* Restyling the Feed
-----------------------------*/
div.feedburnerFeedBlock {
	padding:10px;
	font-size:12px;
}

.feedburnerFeedBlock a:link, .feedburnerFeedBlock a:visited {
	color:#FFFFFF;
}
.feedburnerFeedBlock a:hover, .feedburnerFeedBlock a:active {
	color:#9E9696;
}

p.date {
	color:#FF0000;
	text-align:right;
	padding:0;
	margin:0;
}

div.feedburnerFeedBlock ul {
	margin:0;
	padding:0;
	list-style-type: none
}
div.feedburnerFeedBlock ul li span.headline {
	font-size:20px;
	margin-bottom:20px;
	color:#FFF;
}

div.feedburnerFeedBlock ul li {
	border-top:1px solid #970000;
	margin-bottom:20px;
}

#creditfooter { display:none; }


/* For the Menu
-----------------------------
#wrap_menu { width:110px; position:absolute; top:0; }


.menu {font-family: arial, sans-serif; width:100px; margin-left:0px; font-size:11px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#FFF; width:110px; height:30px; line-height:29px; font-size:11px; padding-left:10px; }
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}


.menu ul li:hover a {color:#eaeaea; background:#930000;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:120px; width:565px; background:transparent; z-index:100;}
.menu ul li:hover ul li {float:left; z-index:100;}
.menu ul li:hover ul li a {display:block; background:transparent url(../img/opaque.png); color:#000; width:110px; float:left; z-index:100;}
.menu ul li:hover ul li a:hover {background:#dfc184; color:#000; z-index:100;}


.menu-blk {font-family: arial, sans-serif; width:100px; margin-left:0px; font-size:11px;}
.menu-blk ul li a, .menu-blk ul li a:visited {display:block; text-decoration:none; color:#000; width:110px; height:30px; line-height:29px; font-size:11px; padding-left:10px; }
.menu-blk ul {padding:0; margin:0;list-style-type: none;}
.menu-blk ul li {float:left; position:relative;}
.menu-blk ul li ul {display: none;}


.menu-blk ul li:hover a {color:#eaeaea; background:#930000;}
.menu-blk ul li:hover ul {display:block; position:absolute; top:0; left:120px; width:565px; background:transparent; z-index:100;}
.menu-blk ul li:hover ul li {float:left; z-index:100;}
.menu-blk ul li:hover ul li a {display:block; background:transparent url(../img/opaque-blk.png); color:#FFF; width:110px; float:left; z-index:100;}
.menu-blk ul li:hover ul li a:hover {background:#dfc184; color:#000; z-index:100;}
*/


/* For the Lightbox
-----------------------------*/
/* Overlay  */
#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 998;
}

/* Container  */
#shadowbox_container {
  position: fixed;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center; /* centers in quirks and IE */
}

/* Shadowbox  */
#shadowbox {
  display: none;
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  text-align: left; /* reset left alignment */
  color: #888;
}

/* Title  */
/*
HTML snapshot:
<div id="shadowbox_title">
  <div id="shadowbox_title_inner">Title Here</div>
</div>
*/
#shadowbox_title {
  height: 90px;
  padding: 0;
  overflow: hidden;
  display:none;
}
#shadowbox_title_inner {
  height: 90px;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  padding: 10px 0 4px 10px;
  background-color: #fff;
}

/* Body  */
/*
HTML snapsnot:
<div id="shadowbox_body">
  <div id="shadowbox_body_inner">
    <img src="my_image.jpg" id="shadowbox_content" height="350" width="580">
  </div>
  <div id="shadowbox_loading">
    <div id="shadowbox_loading_img"></div>
    <span><a href="javascript:Shadowbox.close();">Cancel</a></span>
  </div>
</div>
*/
#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 10px solid #000;
  background-color: #000;
}
#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px; /* overflow:hidden will clip this */
  width: 100%;
  background-color: #000;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
}
#shadowbox_content.html { /* make html content scrollable */
  height: 100%;
  width: 100%;
  overflow: auto;
}

/* Toolbar  */
/*
HTML snapshot:
<div id="shadowbox_toolbar">
  <div id="shadowbox_toolbar_inner">
    <div id="shadowbox_nav_close">
      <a href="javascript:Shadowbox.close();"><span class="shortcut">C</span>lose</a>
    </div>
    <div id="shadowbox_nav_next">
      <a href="javascript:Shadowbox.next();"><span class="shortcut">N</span>ext</a>
    </div>
    <div id="shadowbox_nav_previous">
      <a href="javascript:Shadowbox.previous();"><span class="shortcut">P</span>revious</a>
    </div>
    <div id="shadowbox_counter">
      <a href="javascript:Shadowbox.change(0);">1</a>
      <a href="javascript:Shadowbox.change(1);" class="shadowbox_counter_current">2</a>
      <a href="javascript:Shadowbox.change(2);">3</a>
    </div>
  </div>
</div>
*/
#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 26px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 26px;
  background-color: #000;
  color:#FFF;
}
#shadowbox_toolbar_inner div {
  padding-top: 6px;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
#shadowbox_toolbar_inner div span.shortcut {
  text-decoration: underline;
  font-weight: bold;
  color:#fff;
}
#shadowbox_toolbar_inner div a {
  text-decoration: none;
  color: #888;
}
#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
  float: right;
  padding-right: 10px;
}
#shadowbox_counter {
  float: left;
  padding-left: 10px;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: bold;
}

/* Messages  */
div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}




/* The New Multi Level Menu
-----------------------------*/
#menu_flyout {
	padding:10px 0 0 0;
}

#flyout a:link, #flyout a:visited {
	color:#FFF;

}
#flyout a:active, #flyout a:hover {
	color:#FFF;
}

#flyout {font-size:11px; padding:0; margin:0; list-style:none; width:120px; height:660px; position:absolute;}
#flyout ul {padding:0; margin:0; list-style:none;}
#flyout li {display:block; width:120px; padding-left:10px;}

#flyout li a {display:block; width:120px; height:30px; text-decoration:none;}
#flyout li a h5 { padding-top:8px; font-weight:normal; font-size:11px; }

#flyout table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
#flyout li {float:left; margin-bottom:1px; color:#FFF;}
#flyout li ul {visibility:hidden; background:transparent url(../img/opaque-blk.png); position:absolute; top:0; left:120px; width:480px; height:87px; border-left:4px solid #930000; padding:4px 0 0 0; }
#flyout li ul li {display:block; display:inline; width:120px; height:22px; border:0; margin:0 10px; background:transparent;}
#flyout li ul li a {text-indent:0; background:transparent; display:block; width:140px; height:22px; line-height:21px; color:#000; border-bottom:1px solid #555; text-decoration:none;}

/*
#flyout li b {visibility:hidden; display:block; width:360px; height:120px; position:absolute; top:0; left:120px; background:#234; opacity:0.8; filter:alpha(opacity=80);}
*/
* html #flyout li a:hover {position:relative; white-space:normal; display:block;}
* html #flyout li a:hover ul li a:hover { color:#000; background:#930000; margin-left:2px; }

#flyout li:hover {position:relative; background:#930000; color:#FFF;}

#flyout li:hover ul li a:hover {background:#930000; color:#FFF;}

#flyout li:hover ul,
#flyout li a:hover ul {
visibility:visible;
}

#fly_sect { font-weight:bold; }

/* Decorative Elements
-----------------------------*/

/* Round Corners / BLACK --------*/
#container { clear:both; }
.rtop, .rbottom{display:block;}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px; background-color:#000; filter:alpha(opacity=20); -moz-opacity:.60; opacity:.60; }
.r2{margin: 0 3px; background-color:#000; filter:alpha(opacity=20); -moz-opacity:.60; opacity:.60;  }
.r3{margin: 0 2px; background-color:#000; filter:alpha(opacity=20); -moz-opacity:.60; opacity:.60; }
.r4{margin: 0 1px; height: 2px; background-color:#000; filter:alpha(opacity=20); -moz-opacity:.60; opacity:.60; }


/* About Us Formating --------*/
.float_r { float:right; padding:0 0 0 15px; }
.float_l { float:left; padding:0 15px 0 0; }
.caption-l { float:left; padding:10px 15px 0 0; font-size:10px; color:#eaeaea; text-align:center; }
.caption-r { float:right; padding:10px 0 0 15px; font-size:10px; color:#eaeaea; text-align:center; }
.small_font { font-size:11px; letter-spacing:normal; }


/* Awards Formating --------*/
#prev_exhibitions { width:335px; font-size:10px; float:right }
#prev_exhibitions p { font-size:10px; line-height:normal; }

#prev_awards { width:300px; padding-right:10px; font-size:10px; float:left; }
#prev_awards p { font-size:10px; line-height:normal; }


/* Available Formating --------*/
.available { background:#930000; color:#FFF; padding:5px; clear:both; border-bottom:1px solid #fff; margin-bottom:10px; }



/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu { margin-top: 10px; height: 100px; font-size: 11px; font-family: verdana; float:left; position:absolute; }
.menu ul { margin: 0px; padding: 0px; position: relative; z-index: 500; list-style-type: none; width: 120px; }
.menu li { float: left; }
.menu li > ul > li { background-color: #000000; position:absolute; }
.menu li.sub { background-color: #000000; }
.menu table { position: absolute; border-collapse: collapse; top: 0px; left: 0pt; z-index: 100; font-size: 1em; margin-top: -1px; }
.menu a, .menu a:visited { display: block; text-decoration: none; height: 2em; line-height: 2em; width: 11em; color: #ffffff; padding-left: 1em; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; }
.menu b { float: right; margin-right: 5px; }
* html .menu a, * html .menu a:visited { width: 140px; }
* html .menu a:hover { border-color: #990000; color: #ffffff; background-color: #990000; position: relative; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { border-color: #990000; color: #ffffff; background-color: #990000; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover > a { border-color: #990000; color: #ffffff; background-color: #990000; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li ul { padding: 2em; visibility: hidden; position: absolute; top: -2em; left: 10em; background-color: transparent; }
.menu li:hover > ul { visibility: visible; }
.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }

.contactInfo
{
	width: 100%;
	text-align: center;
	padding: 20px 0px;
}

