@charset "UTF-8";
/* CSS Document */
.mynavbar {
	width: 650px;
	height: 23px;
	border: 0;
	padding: 0;
	background-color: #161F2A;
	clear: both;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	position: relative;
	float: left;
	z-index: 99;
}
a.navbartitle {
	display: block;
	float: left;
	color: white;
	background-color:  #161F2A;
	font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 23px; /* corresponds to 'top' value of .submenu below */
	text-align: center;
	text-decoration:none;
	z-index:99;
}
a.navbartitle:hover {
	background-color: #161F2A;
}
/* menu title widths */
#t1 {
	width: 85px;
	text-align: center;
}
#t2 {
	width: 105px;
}
#t3 {
	width: 122px;
}
#t4 {
	width: 135px;
}
#t5 {
	width: 105px;
}
#t6 {
	width: 80px;
}
#t7 {
	width: 85px;
}
/* We just specify a fixed width for each menu title. Then, down below we specify
    a fixed left position for the corresponding submenus (e.g. #products_submenu, etc.)
    Using these fixed values isn't as elegant as just letting the text of each 
    menu title determine the width of the menu titles and position of the submenus,
    but we found this hardwired approach resulted in fewer cross-browser/cross-OS 
    formatting glitches -- and it's pretty easy to adjust these title widths and the
    corresponding submenu 'left' positions below, just by eyeballing them whenever
    we need to change the navbar menu titles (which isn't often). */

.submenu {
	position:absolute;
	z-index: 2;
	top: 23px; /* corresponds to line-height of a.navbartitle above */
	padding: 0;
	margin: 0;
	width:90px; /* If adjust this, then adjust width of .submenu below a too */
	color: #557EA0;
	background-color:  #161F2A; /* box around entire sub-menu */
	font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	z-index:99;
}
/* Fix IE formatting quirks. */
* html .submenu { width: 148px; } /* IE needs narrower than width of .submenu above */
/* End */
#wrapper {
	width:900px;
	margin:0 auto;
	position:relative;
}
table {position:relative;}
/* position of each sub menu */
/* We just eyeball the position of each submenu here -- can move left or right as needed. 
   If you adjust menu title text, you might want to adjust these too. */
#home_submenu {  left: 0px; visibility: hidden;  }
#frescoes_submenu {
	left: 92px;
	visibility: hidden;
	z-index:99;
}
#giclee_prints_submenu {
	left: 197px;
	visibility: hidden;
}
#commissions_submenu {
	left: 300px;
	visibility: hidden;
}
#about_submenu {
	left: 418px;
	visibility: hidden;
}
#contact_submenu {
	left: 488px;
	visibility: hidden;
}
/* Note, each submenu is hidden when the page loads - then made visible when
    the mouse goes over the menu title. Using the 'visibility' property instead
    of using the 'display' property avoided a bug in some versions of Safari. 
    (The bug is pretty where esoteric: The browser ignored the 'hover' property 
    on 'li' objects inside an object whose display property was set to 'none' 
    when the page loaded...) Using the 'visibility' property instead of 'display'
    would normaly take up extra room on the page, but that's avoided here by putting
    the submenu on a second layer: see 'position: absolute' and 'z-index: 2'
    in .submenu definition, higher up this page. */

.submenu a
{
	display: block;
	color: #4A7BAB;
	background-color: #666633;
	width: 110px; /* This should be width of .submenu above minus right-side padding on next line */
	padding: 5px 0px 4px 20px;
	text-decoration: none;
	background-color: #161F2A;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	font-size: 10px;
	z-index:99;
}


ul { position: relative; display: block; z-index:99;}
li { position: relative; display: block; z-index:99;}

.submenubox { 
  margin: 0; padding: 0; border: 0; z-index:99;
}
.submenubox ul
{
  margin: 0; padding: 0; border: 0;
  list-style-type: none; z-index:99;
}

.submenubox ul li { 
  margin: 0; padding: 0; border: 0; z-index:99;
}

.submenubox ul li a:link { }
.submenubox ul li a:visited { }
.submenubox ul li a:hover
{
	color: #FFBE26; /* text color for submenu items */
	background-color: #161F2A;
}
.style1 {
	color: #F1A551;
	font-size: 12px;
}
.style3 {
	color: #181F2A;
	font-size: 12px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11.5px;
	color: #FFFFFF;
	color: #CCC;
}
a {
	font-size: 10px;
	color: #FFF;
}
a:visited {
	color: #567CA0;
	text-decoration: none;
}
a:hover {
	color: #D28F48;
	text-decoration: none;
}
a:active {
	color: #4A7DAA;
	text-decoration: none;
}
body {
	background-color: #181F2A;
}
.style5 {font-size: 10px}
.style4 {font-size: 10px}
h1 {
	font-size: 10px;
	color: #467CAB;
}
a:link {
	text-decoration: none;
	color: #487BA8;
}
#search {
	float: right;
	margin:10px 0 0 0;
	position:relative;
}
#Table_01 tr {
	margin-top: 30px;
	position:relative;
}
.sansserif {
	font-family:Verdana, Geneva, sans-serif;
}
.contact {
	color:#4680AB;
}
#video {
	width: 411px; float:left; margin-right:0px;}
#about {
	width:360px;
	float:right;
	text-align:justify;
	margin-bottom:25px;
	line-height:140%;
}
#colright p {line-height:140%;}
#about2 {
	/*width:400px;
	float:right;*/
	text-align:justify;
}
#about2 p {
	width:430px;
	margin: 0 40px 0 0px;
}
#eclecticright {
	width:300px;
	float:right;
	text-align:justify;
	margin: 20px 120px 25px 0px;
	line-height:160%;
	width:350px;
	color:#CCC;
}
#eclecticleft {
	width:300px;
	float:left;
	margin: 20px 0 25px 10px;
	/*border:1px solid green;*/
}
#eclecticleft p, #eclecticleft img, #eclecticleft a {margin:0; float:left; clear:both; text-align:center;}
.eclecticthumb {width:  80px; text-align:center;float:left; clear:both;}
#eclecticleft {margin-left:10px; text-align:center;}
#eclecticleft p {text-align:center;}
#eclecticleft p, #eclecticleft a, #eclecticleft img {text-align:center;}
.eclectic-cell {margin: 0 0 0 10px; width: 290px;height: 95px;/*border: 1px solid red;*/}
p.eclectic-cell, img.eclectic-cell, .eclectic-cell img, .eclectic-cell a, .eclectic-cell p {text-align:center;}
/*start gallery scroll page stylesheet*/
#mainCenter {	width: 780px; height:950px; height:750px; position:relative; float:left;}
#titleframe {	width: 100%;	/*height: 92px;*/	background-color: #161F2A;}
#TopFrame {	width: 100%;	height: 100%;border: 0px;}
#BottomFrame {	overflow: auto;
width: 100%;	height: 100%;	border: 0px;}
#titleframe a 			{ color:#487BA8; text-decoration: none; font-weight:bold;}
#titleframe a:hover		{ color:#FFBE26; text-decoration: none; }
/* title frame */.titleContent { padding: 6px 0 6px 6px; }
.banner a
{	font-size: 12px;	font-family: Trebuchet MS, verdana, arial;	color: #333;}
.banner .title a{	font-size:1.2em;	font-weight:bold;}
.banner .info{	font-size:0.9em;}
.banner .email{	font-weight:bold;}
/* index frame */
.indexContent {	width:95%;	border-bottom:1px dotted #333333;	padding-top:6px;	padding-bottom:6px;
}
.indexInfo {	font-size: 12px;	font-family: Trebuchet MS, verdana, arial;	padding: 0 0 0 6px;}
.indexInfo .filename {	color: #000;}
.indexInfo .date {	color: #666;}
#copyright {
	width:780px;
	position:relative;
	margin: 0 auto;
	float:left;
	clear:both;
}

/* file info */
#content {	width:100%;	font-size:11px;	font-family:Trebuchet MS, verdana, arial;	color: #333333;	border-bottom:1px dotted #333333;	padding:8px;}
#content .header{	font-size:9px;	font-weight:bold;	color: #999;}
#contentLast {	width:95%;	font-size:11px;	font-family:Trebuchet MS, verdana, arial;	color: #333333;	padding-top:6px;}
#contentLast .header{	font-size:9px;	font-weight:bold;	color: #999;}
caption {font-size:48px;}
#printinfo {
	width:450px;
	margin-left: 165px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
	text-align:justify;
}
#printinfo_vive {
	width:450px;
	margin-left: 30px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
	text-align:center;
}
	
#printinfo h3 {
	color:#F93;
}
#printpages_top {font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
}
#printpages_top a {font-size:14px;color:#6CF;
}
#printpages_top a:hover {color:#FC3;}
#printpages_top td {font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;}
	
	#printpages_bottom {font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
}
#printpages_bottom a {font-size:14px;color:#6CF;
}
#printpages_bottom a:hover {color:#FC3;}
#printpages_bottom td {font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;}
#checkout a {font-size:14px;color:#6CF;
}
#checkout :hover {color:#FFC;}
#commission {
	width:440px;
	margin-left: 175px;
	text-align:justify;
	color:#CCC;
}
#description {
	width:480px;
	margin-left: 155px;
	text-align:justify;
}
#description-monkey {
	width:450px;
	margin-left: 295px;
	text-align:justify;
}
#commission-monkey {
	width:430px;
	margin-left: 305px;
	text-align:justify;
}
#commission-monkey span {font-weight:bold; text-align:center;}
#description-empyreal {
	width:450px;
	margin-left: 290px;
	text-align:justify;
}
#commission-empyreal {
	width:430px;
	margin-left: 300px;
	text-align:justify;
}
#description-biosphere {
	width:450px;
	margin-left: 295px;
	text-align:justify;
}
#description #commission {margin-left:20px;
}
#commission span {font-weight:bold; text-align:center;}

a#t1:hover, a#t7:hover {color:#FFB217;} 
a#t2:hover, a#t3:hover, a#t4:hover, a#t5:hover, a#t6:hover {color:#487BA8;}
a#t4:hover {color:#FFB217;}
a#t5:hover {color:#FFB217;}
a#t6:hover {color:#FFB217;}

a#t2:hover, a#t3:hover
{
  cursor: default;
}

#texturepage {width: 780px; text-align:center;margin: 30px 0 0 0;}
#texturetext {width: 780px;}
#texturetext h3 {color:#f4b244; text-align:center;margin:10px 0 0 0px;position:relative;clear:both;}
#texturetext p {padding: 0px 180px;}
#thumbleft {width: 150px; margin: 10px 40px 10px 140px;float:left;}
#thumbright {width: 300px; margin: 10px 140px 20px 0;float:right;}
#texturedpic {width:780px;}
.style9 {color:#999;}
#facebook {float: right; width: 21px; height: 21px;margin:0;margin-bottom: 0px;margin-top: -40px;margin-right:35px;}
#facebook2 {float: right; width: 21px; height: 21px;margin:0;}
#ContactForm {text-align: left;}
form {color:#FC6;color:}
.formbkg {background-color:#F6F6F6;}
p.thanks {font-size:18px; color:#EAAC31; margin: 60px 0 90px 0px;text-align:center;}
#flashimg {width: 475px; height: 475px;background-image:url(images/index/ZaraDropShdw-still-img.jpg); background-repeat: no-repeat;}
#slideshow {width: 500px;}
#homeleft {width:290px; float:left;/*height:800px;*/margin:0;margin-top: 0px;}
#homeleft p {/*letter-spacing: .1px;*/line-height: 150%;color:#CCC;font-size: 12px;}
#homeright {width:400px; float:right;height:700px;margin:0;margin-top:20px;}
.red {color:#C00;}
.width200px {width: 200px;}
.scrolltouch {overflow: scroll !important;-webkit-overflow-scrolling:touch !important;"}
.marginright150px {margin-right:150px;}
.marginleft30px {margin-left:30px;}
.margintop30px {margin-top:30px;}
.margintop0px {margin-top:0}
.marginleft10px {margin-left: 10px;}
.paddingtop30px {padding-top:30px;}
.textcenter {text-align:center;}
.clearboth {clear:both;}
