/* Anton's Fine Art Studio */

html {
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #828282;
	scrollbar-dark-shadow-color: #3d3d3d;
	scrollbar-track-color: #3d3d3d;
	scrollbar-face-color: #828282;
	scrollbar-shadow-color: #3d3d3d;
	scrollbar-highlight-color: #828282;
	scrollbar-3d-light-color: #828282;
}
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
p {
	text-indent: 1em;
}
img.art { 
	border: 0;
	margin: 0px;
	padding: 8px; 
	background: #fff; 
}
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #828282;  /* Link color should be same as content background color */
}
a:link.contactlink, a:visited.contactlink {
	color: #000;
}
a:hover.contactlink {
	color: #fff;
}
a:link.largelink, a:visited.largelink {
	font-size: 200%;
	color: #fff;
}
.menu {
	font-size: 115%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3d3d3d; /* Should be same color as header background color */
	margin: 0px;
	padding: 0px;
	word-spacing: 4px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.menu ul li a {
	color: #828282;
	margin: 0px;
	padding: 6px;
	text-decoration: none;
	background-color: #3d3d3d; /* Should be same color as header background color */
}
.menu ul li a:visited {
	background-color: #3d3d3d; /* Should be same color as header background color */
	text-decoration: none;
}
#currentmenu {
	color: #000;
	background-color: #828282; /* Should be same color as content background color */
}
.menu ul li a:hover, .menu ul li .current {
	color: #000;
	margin: 0px;
	padding: 6px;
	background-color: #828282; /* Should be same color as content background color */
	text-decoration: none;

}
.header, .footer {
	background-color: #3d3d3d; /* Header background color */
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.header {
	indent: 5px;
	color: #996633;
	font-size: 300%;
}
.footer {
	font-size: 70%;
	color: #828282;
}
.tableborder {
	background-color: #000;
}
.tablecontent {
	background-color: #828282; /* Content background color */
}
#welcome {
	margin:6px;
	padding: 6px;
	color: #000;
	font-size: 250%;
}
.title {
	color: #000;
	padding: 2px;
	font-size: 200%;
}
.info {
	background-color: #3d3d3d;
	border:thin;
	border-color:#000;
	padding: 1px;
}
.textcontent {
	padding: 1em;
	font-size: 105%;
	text-indent: 1em;
	line-height: 175%;
}
.pom {
	color: #000;
	font-size: 155%;
	padding: 0.5em;
}
.custombutton {
	padding: 1px;
	margin: 0;
	border: none;
	background: none;
	cursor: pointer;
}
* html .custombutton {
	cursor: hand;
} /* alternate cursor style for ie */

/* CSS Summary:
Colors scheme used here
Border is #000 black
Header and footer are the same color #3d3d3d a dark grey
Content area color is #828282 a lighter dark grey
Link colors are the same as the content area color #828282 a lighter dark grey
Page text is set to #000 black
Title text color is set to #996633 a orange-ish color
*/


.infomenu {
	margin-left: 20%;
	font-size: 115%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3d3d3d; /* Should be same color as header background color */
	margin: 6px;
	padding: 0px;
	word-spacing: 4px;
	text-align: center;
}
.infomenu ul {
	margin-left: 20%;
	margin: 6px;
	padding: 0px;
	text-align: center;
}
.infomenu ul li {
	margin-left: 20%;
	margin: 6px;
	padding: 0px;
	display: inline;
	text-align: center;
}
.infomenu ul li a {
	margin-left: 20%;
	color: #828282;
	margin: 6px;
	padding: 6px;
	text-decoration: none;
	background-color: #3d3d3d; /* Should be same color as header background color */
	text-align: center;
}
.infomenu ul li a:visited {
	background-color: #3d3d3d; /* Should be same color as header background color */
	margin-left: 20%;
	text-decoration: none;
	text-align: center;
}
#infocurrentmenu {
	margin-left: 20%;
	color: #000;
	background-color: #828282; /* Should be same color as content background color */
}
.infomenu ul li a:hover, .menu ul li .infocurrent {
	color: #000;
	margin: 0px;
	padding: 6px;
	background-color: #828282; /* Should be same color as content background color */
	text-decoration: none;
	margin-left: 20%;
	text-align: center;
}

.largeimgtext, a.largeimgtext:link, a.largeimgtext:visited, a.largeimgtext:hover, a.largeimgtext:active  {
        font-size:110%;
        color: #FF6600; 
        font-weight: none;
        position:absolute; 
        width:200px;        
        z-index:1;
        left: 0;
        top: 0;   
        }
