@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Times New Roman", Times, serif;
	color: #736e6a;
}
body {
	background: #363636;
	margin: 0px;
}

a { outline: none; }

#wrap {
	margin: 20px auto 0 auto;
	width: 880px;
	height: auto;
}
#main {
	background: url(images/l-r_shadow.gif) repeat-y;
	margin: 0;
	padding: 0 15px;
	width: 850px;
	height: auto;
}
#top-shadow {
	background: url(images/top-shadow.gif);
	margin: 0;
	padding: 0;
	width:880px;
	height:15px;
}
#frame {
	/*background: url(images/pattern.gif) repeat;*/
	background: url(images/pattern5.jpg) repeat;
	margin: 0;
	padding: 0;
	width: 846px;
	height: auto;
	border: solid 2px #363636;
}
#bottom-shadow {
	margin: 0;
	padding: 0;
	width:880px;
	height:15px;
	float:left;
	background-image:url(images/bottom-shadow.gif);
}

/* LEFT collumn */

#left-collumn {
	margin: 0;
	padding: 0;
	width: 158px;
	height: auto;
	float: left;
}
#left-collumn ul{
	margin: 20px 60px 0 0;
	padding: 0;
	float: right;
	display: block;
	text-align: right;
}
#left-collumn li{
	font-size: 13px;
	letter-spacing: 0.05em;
	list-style: none;
	text-align: right;
}
#left-collumn li a{
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
	color: #736e6a;
	text-decoration:none;
	transition: color ease 0.2s;
	-moz-transition: color ease 0.2s;
	-webkit-transition: color ease 0.2s;
	-o-transition: color ease 0.2
}

#left-collumn li a:hover{
	color: #a5a5a5;
	text-decoration: none;
}

#left-collumn li.active a {
	color: #a5a5a5;
	border-bottom:1px solid #555555;
}


#left-collumn li.sublink, #left-collumn li.sublink a, #left-collumn li.sublink a:visited {
	font-size: 11px;
	letter-spacing: 0.03em;
	list-style: none;
	text-align: right;
	color: #adadad;
	margin: 0;
	transition: color ease 0.2s;
	-moz-transition: color ease 0.2s;
	-webkit-transition: color ease 0.2s;
	-o-transition: color ease 0.2
}

#left-collumn li.sublink a:hover {
 	color: #f7f7f7;
 }


.menu-icon {
	margin: -15px auto 0 auto;
	padding: 0;
	display:block;
}

/* CENTER collumn */

#center-collumn {
	margin: 0 auto;
	padding: 0;
	width: 530px;
	height: auto;
	min-height: 450px;
}
#header {
	margin: 0;
	padding: 0;
	width: 528px;
	height: 46px;
}
#header img{
	margin: 12px 10px 0 0;
	padding: 0;
}
#header p{
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-style: italic;
	letter-spacing: 0.05em;
}
.section-header{
	color:#a49563;
}
#footer {
	margin: 0;
	padding: 0;
	width: 528px;
	height: 46px;
}
#footer p.right{
	margin: 0;
	padding: 15px 0 0 0;
	font-size:12px;
	text-align:right;
	letter-spacing: 0.05em;
}
#footer p.left{
	margin: 0;
	padding: 15px 0 0 0;
	font-size:12px;
	float: left;
	letter-spacing: 0.05em;
}

/* HOMEPAGE LAYOUT */
#centerContainer {
	height:295px;
	padding:135px 90px 20px;
	width:385px;
}

#logo {
	display: block;
	padding-bottom: 5px;
}

#thumbs img {
	margin-right: 10px;
}

#tagline {
	color: #736e6a;
	font-size: 14px;
	padding-top: 10px;
	font-style: italic;
}

#news {
	width: 282px;
	margin-left: 555px;
	padding: 7px 14px;
	background-color: #3e3e3e;
	border-bottom: 1px solid #484848;
}

#news h1 {
	margin: 0;
	padding: 2px;
	color: #a49563;
	font-size: 14px;
	font-style: italic;
	width: 282px;
}
#news h2 {
	color:#989898;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:2px;
	width:282px;
}

#news p {
	margin: 0;
	padding: 2px;
	color: #989898;
	font-family:Arial;
	font-size:11px;
	width: 282px;
}

/* Gallery specific */
#paintings-holder {
	position: relative;
	margin: 0 auto 0 auto;
	border: solid 1px #363636;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: visible;
}
#arrow-left {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 158px;
	left: -12px;
	cursor: pointer;
	border: 0;
	z-index: 3;
	visibility: hidden;
}

#arrow-right {
	position: absolute;
	top: 158px;
	right: -12px;
	padding: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: 0;
	z-index: 2;
	visibility: hidden;
}

#loader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	/*background: #000000 url(images/Works/loading.gif) center center no-repeat; */
	display: block;
	height: 100%;
	width: 100%;
}

.galprev a {
	float: left;
	border: 0;
	width: 85px;
	height: 340px;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=60);
	opacity:.6;
	margin-top: 8px;
	transition: opacity ease 0.2s;
	-moz-transition: opacity ease 0.2s;
	-webkit-transition: opacity ease 0.2s;
	-o-transition: opacity ease 0.2
}
.galprev a:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=100);
	opacity:1;
}
#gtLandscapes {
	background: url(/images/Works/gallery-bigicon-landscapes.png) no-repeat;
}
#gtStillLife {
	background: url(/images/Works/gallery-bigicon-still-life.png) no-repeat;
}
#gtNudes {
	background: url(/images/Works/gallery-bigicon-nudes.png) no-repeat;
}
#gtAutomobiles {
	background: url(/images/Works/gallery-bigicon-automobiles.png) no-repeat;
}
#gtBoats {
	background: url(/images/Works/gallery-bigicon-boats.png) no-repeat;
}
#gtDrawings {
	background: url(/images/Works/gallery-bigicon-drawings.png) no-repeat;
}



/* RIGHT collumn */

#right-collumn {
	margin: 46px 0 0 0;
	padding: 0;
	width: 158px;
	height: auto;
	float: right;
}
#right-collumn p{
	margin: 0;
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
}

/* GALLERIES MENU */


#menu-gallery-icon {
	float: right;
	margin: 0;
	padding: 0;
	width:18px;
	height:25px;
	top: -15px;
	position: absolute;
	right: 80px;
	z-index: 3;
	visibility:hidden;
}

#imgctr {
visibility: hidden;
}

#galleries-menu-wrap {
	margin: 0;
	padding: 0;
	width:880px;
	height:99px;
	position: relative;
}

#galleries-menu-wrap a.td {
	font-size: 11px;
	text-decoration: none;
	position: absolute;
	top: 5px;
	left: 20px;
	color:#5a5552;
	font-family:Arial, Helvetica, sans-serif;
	z-index: 11;
	transition: color ease 0.2s;
	-moz-transition: color ease 0.2s;
	-webkit-transition: color ease 0.2s;
	-o-transition: color ease 0.2
}

#galleries-menu-wrap a.td:hover {
	color: #a5a5a5;
}

#bottom-shadow-galleries {
	margin: 0;
	padding: 0;
	width:880px;
	height:15px;
	position:absolute;
	left: 0;
	top: 0px;
	z-index: 2;
}

#galleries-menu {
	margin: 0;
	padding: 0;
	width:865px;
	height:99px;
	position:absolute;
	top: 0px;
	right: 15px;
	z-index: 1;
}


#galleries-menu ul{
	margin: 0;
	padding: 0;
	float:right;
	background: #3e3e3e;
	border-bottom: solid 1px #484848;
}
#galleries-menu li{
	list-style: none;
	float:left;
}
#galleries-menu li a {
	width:80px;
	height:99px;
	margin: 0;
	padding: 0 15px;
	display:block;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=20);
	opacity:.2;
	transition: opacity ease 0.2s;
	-moz-transition: opacity ease 0.2s;
	-webkit-transition: opacity ease 0.2s;
	-o-transition: opacity ease 0.2
}

#galleries-menu li a.active {
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=100);
	opacity:1;
}


#galleries-menu li a:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=60);
	opacity:.6;
}

#galleries-menu li img{
	margin: 20px 0 0 0;
	border: none;
}
#galleries-menu li img{
	margin: 20px 0 0 0;
	border: none;
	
	}
	
/* CONTENT */
#content-border {
	width: 514px;
	height: auto;
	margin: 0;
	padding: 7px;
	border: solid 1px #363636;
}
#content-holder {
	width: 474px;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	background-color: #363636;
	background-image:url(images/l-r-inner-shadow.gif);
	background-repeat:repeat-y;
}
#content-holder p{
	margin: 0 0 10px 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #c2c2c1;
}
#content-holder img{
	margin: 0 10px 10px 0;
	border: solid 1px #606060;
	float:left;
}
#top-inner-shadow {
	width: 514px;
	height: 10px;
	margin: 0;
	padding: 0;
	background-color: #363636;
	background-image:url(images/top-inner-shadow.gif);
	background-repeat:no-repeat;
}
#bottom-inner-shadow {
	width: 514px;
	height: 10px;
	margin: 0;
	padding: 0;
	background-color: #363636;
	background-image:url(images/bottom-inner-shadow.gif);
	background-repeat:no-repeat;
}

#content-holder p.intxtimg {
color:#F5F5F5;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9px;
font-style:italic;
line-height:13px;
padding:10px 0;
text-align:center;
}

#content-holder p.intxtimg img {
margin:0 10px 2px 0;
}

#content-holder a, #content-holder a:visited {
	color: #C2C2C1;
	text-decoration:underline;
	transition: color ease 0.2s;
	-moz-transition: color ease 0.2s;
	-webkit-transition: color ease 0.2s;
	-o-transition: color ease 0.2
}

#content-holder a:hover {
	color: #ffffff;
	text-decoration:underline;
}

#content-holder td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0.05em;
	color: #c2c2c1;
	padding: 3px;
	vertical-align:top;
}

#content-holder td p {
padding: 0;
margin: 0 0 8px 0;
line-height: 14px;
}


#content-holder td.yr {
	color:#A49563;
	font-weight:bold;
	width: 35px;
}

/* Technique - Drawings */
#content-holder div.imgfloat {
	float: left;
	font-style:italic;
	line-height:12px;
	font-size: 10px;
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

#content-holder div.imgfloat img {
	margin-bottom: 2px;
}

/* CONTACTS PAGE */
#contacts {
	background:#3E3E3E none repeat scroll 0 0;
	border:1px solid #484848;
	margin-bottom:25px;
	padding:15px 15px 0px 25px;
}

#contacts p {
	float:left;
	font-size:12px;
	line-height:20px;
	width:221px;
}

#contacts p.name {
	color: #A49563;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	width: auto;
	float: none;
}


#contacts p span.param {
	color: #A49563;
	font-weight: bold;
	margin-bottom: 5px;
}

