/* STANDARD STYLES ******************************************************************************************** */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#897a5b;
	background-image:url(i/bgline.gif);
	background-position:center;
	background-repeat:repeat-y;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* color: #97867B; */
	color: #8D7B70;
}
td.topnav { text-align: right;}
td.contentbox{
padding-bottom: 16px;
padding-top: 16px;
padding-right: 13px;
padding-left: 12px;
font-size:11px;
text-align: left;
}
.toptable {
background-color: #f5f5ea;
border-top:1px solid #8D8757;
}
a {color:#564114; text-decoration: none; }
a:link {color:#564114;}
a:visited {color:#564114;}
a:hover { color:#570000; text-decoration:underline;}

a.altlink {color:#ffffff; text-decoration:none;}
a.altlink:link {color:#ffffff;}
a.altlink:visited {color:#ffffff;}
a.altlink:hover {color:#cccccc; text-decoration:underline;}

.title {font-weight: bold; font-size: 11px; }

.imageborder {border: 1px solid #8A8454;}

/* PHP STYLES ******************************************************************************************** */

.error {font-weight: bold; color:#FF0000;}
.success {font-weight: bold; color:#00CC00;}

/* ADMIN STYLES ******************************************************************************************** */

td.adminnav{
padding-bottom: 15px;
padding-top: 15px;
padding-right: 10px;
padding-left: 10px;
font-size:11px;
}

/* GALLERY STYLES ******************************************************************************************** */

.catimage {
float: left;
margin-right: 15px;
border: 1px solid #8A8454;
}
.clearline {
clear: both;
padding-top: 14px;
padding-bottom: 14px;
}
.sectiontitle {
clear: both;
padding-bottom: 14px;
}
.clearlinehalf {
clear: both;
padding-top: 7px;
padding-bottom: 7px;
}

/* GALLERY SUBSECTION STYLES ******************************************************************************************** */

.clearlinepadded {
clear: both;
padding-top: 14px;
padding-bottom: 14px;
padding-right: 13px;
padding-left: 12px;
}
.textpadded {
padding-right: 13px;
padding-left: 12px;
}
td.thumblistbox{
padding-bottom: 16px;
padding-top: 16px;
font-size:11px;
text-align: left;
}
#thumblist {list-style-type: none;}
#thumblist li {
float: left;
margin-right: 15px;
margin-bottom: 15px;
text-align: center;
width: 80px;
}
#thumblist img {
display: block;
border: 1px solid #8A8454;
}
.clear {
clear: both;
}

/* THE ART STYLES ******************************************************************************************** */

td.productionbox{
padding-right: 13px;
padding-left: 12px;
font-size:11px;
}

.artnavtitle {
padding: 0px 40px;
}

/* THE PORTFOLIO STYLES ******************************************************************************************** */

.padtop10 {padding-top: 10px;}

/* FORM STYLES ******************************************************************************************** */

.required {font-weight: bold;}
form {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  width: 500px;
}

form fieldset {
  clear: both;
  font-size: 100%;
  padding: 0px 7px;
  margin: 0px 0px 0px 0px;
  border: none;
}

form fieldset legend {
  font-size: 100%;
  font-weight: normal;
  font-variant: small-caps;
  color: #97867B;
  margin: 0px;
  padding: 0px 0px 7px 0px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0px 0px 7px 0px;
}

form div.required fieldset legend {
  font-weight: bold;
}

label {
  font-size: 100%;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 354px;
  height: expression('1%');
  margin: 0px;
  padding: 0px;
}

form div fieldset {
  clear: none;
  margin: 0px 0px 0px 142px;
  padding: 0px 5px;
  width: 197px;
}

form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0px 0px 5px 0px;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0px;
  margin: 0px 0px 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0px 0px 5px 0px;
  width: 170px;
}

form div input, form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0px 0px 0px 0px;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
  padding: 0px;
  margin: 0px 0px 0px 10px;
}

form div.submit {
  width: 214px;
  padding: 0px;
  text-align: center;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: center;
  width: auto;
  padding: 0px;
  margin: 0px 0px 0px 142px;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  width: auto;
  padding: 0px 6px;
  margin: 0px;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: none;
  margin: 0px 0px 0px 0px;
}

form div small {
  display: block;
  margin: 0px 0px 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  font-weight: normal; 
  height: expression('1%');
}

/* FIXES ******************************************************************************************** */

.fixr169 { 
text-align: right;
margin-left: 1px;
}

/* SECTION HEADER IMAGES ******************************************************************************************** */

body#theart td.sectionimage { background: url(i/headers/art.jpg) no-repeat center;}
body#thecompany td.sectionimage { background: url(i/headers/company.jpg) no-repeat center;}
body#thegallery td.sectionimage { background: url(i/headers/gallery.jpg) no-repeat center;}
body#theportfolio td.sectionimage { background: url(i/headers/portfolio.jpg) no-repeat center;}
body#theteam td.sectionimage { background: url(i/headers/team.jpg) no-repeat center;}
body#privacy td.sectionimage { background: url(i/headers/privacy.jpg) no-repeat center;}
body#joinmail td.sectionimage { background: url(i/headers/joinmail.jpg) no-repeat center;}
body#contactus td.sectionimage { background: url(i/headers/contact.jpg) no-repeat center;}
body#sitemap td.sectionimage { background: url(i/headers/sitemap.jpg) no-repeat center;}