/* CSS Document */

body {
text-align: center;
margin: 0;
font-family: arial, helvetica, sans-serif;
}

/* General link states */

a:link {
color: #D70000;
}
a:visited {
color: #810415;
}
a:hover {
color: #42B3B9;
}

/* Main container to center entire layout */

#container {
margin: 0 auto;
width: 744px;
border-left: 1px solid #2C1C03;
border-right: 1px solid #2C1C03;
}

/* Top logo and links */

#title {
padding: 10px;
height: 34px;
background-color: #FFFFFF;
background-image:  url(../img/header/title.gif);
background-repeat: no-repeat;
background-position: left top;
color: #2C1C03;
font-size: 10px;
font-weight: bold;
text-align: right;
border-top: 6px solid #2C1C03;
font-family: verdana, arial, helvetica, sans-serif;

}
#title a:link {
color: #2C1C03;
text-decoration: none;
}
#title a:visited {
color: #2C1C03;
text-decoration: none;
}
#title a:hover {
color: #42B3B9;
text-decoration: none;
}

/* To create the main image near the top of the page. */

#header {
background-color: #2C1C03;
background-image:  url(../img/header/header.jpg);
background-repeat: no-repeat;
background-position: center top;
height: 107px;
border-bottom: 2px solid #FFFFFF;
}

/* For the main navigation bar for the site. */

#nav {
font-family: verdana, arial, helvetica, sans-serif;
white-space: nowrap;
background-color: #2C1C03;
float: left;
color: #FFFFFF;
width: 100%;
list-style: none;
border-bottom: 3px solid #42B3B9;
}
#nav ul {
padding: 0;
margin: 0;
float: left;
}
#nav ul li {
display: inline;
}
#nav ul li a {
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
padding-bottom: 6px;
padding-top: 5px;
padding-left: 25px;
padding-right: 22px;
background-color: #2C1C03;
background:  url(../img/navbar/bt_dn.gif) no-repeat 15px 50%;
color: #FFFFFF;
text-decoration: none;
float: left;
border-right-color: #FFFFFF;
border-right-style: solid;
border-right-width: 1px;
}
#nav ul li a:hover {
color: #42B3B9;
background:  url(../img/navbar/bt_ov.gif) no-repeat 15px 50%;
}

/* ID used to place the url text beside the menu items */

#designurl {
font-size: 10px;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 2px;
float: right;
color: #E4E0DB;
padding-bottom: 5px;
padding-top: 5px;
padding-right: 10px;
}

/* Contains all the main body of text on the page, including the h2 elements. */

#main_contents {
margin-top: 0;
margin-bottom: 0;
width: 714px;
padding: 15px;
background-color: #FFFFFF;
text-align: left;
border-bottom: 3px solid #42B3B9;
}

/* This is the Tan hack for the IE box model problem */

* html main_contents { 
width: 744px;
w\idth: 714px; 
}

#main_contents p {
font-size: 11px;
color: #000000;
line-height: 1.8em;
}
#main_contents ul {
list-style: none;

}
#main_contents ul li {
background:  url(../img/extras/t_bullet.gif) no-repeat 0px 50%;
padding-left: 14px;
font-size: 11px;
color: #000000;
padding-bottom: 12px;
}

#main_contents ul li ul li {
background:  url(../img/extras/t_bullet.gif) no-repeat 0px 50%;
background-position: top;
padding-left: 14px;
font-size: 11px;
color: #000000;
padding-bottom: 10px;
}
/* Used to float image and center caption */

div.float {
float: right;
margin-left: 8px;
margin-top: 8px;
text-align: center;
line-height: 1.3em;
font-family: arial, helvetica, sans-serif;
font-size: 9px;
}

div.float img {
border: 1px solid #777777; 
}

.logolink a {
text-decoration: none;
}

h1 {
font-size: 14px;
text-transform: uppercase;
color: #2C1C03;
font-weight: bold;
border-bottom: 1px dashed #999999;
padding-top: 4px;
padding-bottom: 3px;
}
h2 {
font-size: 15px;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
border-bottom: 1px dashed #999999;
padding-top: 4px;
padding-bottom: 3px;
}
h3 {
}
h4 {
font-size: 14px;
color: #2C1C03;
background-color: #FFFFFF;
border-bottom: 1px dashed #999999;
padding-top: 8px;
padding-bottom: 3px;
padding-left: 15px;
line-height: 22px;
background:  url(../img/extras/t_arrow.gif) no-repeat 0 50%;
}
h5 {
font-size: 12px;
font-variant: small-caps;
color: #2C1C03;
font-weight: bold;
padding-top: 8px;
padding-bottom: 3px;
padding-left: 15px;
background:  url(../img/extras/t_arrow.gif) no-repeat 0 50%;
}
h6 {
font-size: 12px;
font-variant: small-caps;
color: #2C1C03;
font-weight: bold;
margin-top: 15px;
margin-bottom: 30px;
vertical-align: midddle;
}

/* Styling for Page Titles on Client Auction List page */

#maintitle {
font-family: Impact, Arial, sans-serif;
text-transform: uppercase;
font-size: 24px;
font-weight: bold;
color: #2C1C03;
text-align: center;
padding-top: 25px;
padding-bottom: 20px;
}

.smalltitletxt {
font-family: arial, helvetica, sans-serif;
font-variant: normal;
font-size: 11px;
color: #2C1C03;
font-weight: 900;
}

.clientname {
font-family: arial, helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color: #2C1C03;
text-align: center;
}

.locationname {
font-family: arial, helvetica, sans-serif;
font-size: 13px;
font-weight: 900;
color: #2C1C03;
letter-spacing: 0px;
}

#underline {
margin-top: 10px;
margin-bottom: 15px;
border-top: 8px solid #2C1C03;
border-bottom: 3px solid #42B3B9;
}

.serifbold {
font-family: arial, helvetica, sans-serif;
font-size: 1.3em;
font-style: italic;
}

.addred {
color: #D70000;
}

#infotable table {
border: 0;
}

.label {
font-family: arial, helvetica, sans-serif;
font-size: 0.75em;
text-transform: none;
font-weight: bold;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 20px;
vertical-align: top;
}

.text {
font-family: arial, helvetica, sans-serif;
font-size: 0.8em;
text-transform: uppercase;
font-weight: bold;
padding: 10px;
vertical-align: top;
}

#info {
font-size: 1em;
font-variant: small-caps;
color: #2C1C03;
border: 3px solid #2C1C03;
font-weight: bold;
padding: 8px;
}

ol li{
list-style-type: decimal;
font-size: 0.71em;
color: #000000;
line-height: 1.8em;
padding-bottom: 16px;
}

/* Formatting for Auction Listing Table */

#auctionlistings table {
border-collapse: collapse;
margin-top: 20px;
margin-bottom: 20px;
}
#auctionlistings td {
padding: 12px;
border-bottom: 1px solid #999999;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
line-height: 1.5em;
vertical-align: top;
}
#auctionlistings th {
padding-right: 12px;
padding-left: 12px;
padding-bottom: 6px;
border-bottom: 6px solid #D70000;
font-family: arial, helvetica, sans-serif;
color: #2C1C03;
font-weight: bold;
font-size: 14px;
vertical-align: bottom;
}

#date {
text-align: center;
}

.commentbox {
font-weight: bold;
color: #2C1C03;
border: 2px dotted #2C1C03;
padding: 4px;
font-size: 12px;
}

/* Formatting for links to client auction pages */

.client a:link {
color: #D70000;
font-weight: bold;
}
.client a:visited {
color: #810415;
font-weight: bold;
}
.client a:hover {
color: #42B3B9;
font-weight: bold;
}

/* Auction items table */

.newclientname {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
color: #2C1C03;
background-color: #42B3B9;
text-align: center;
}

#listings table {
width: 714px;
margin-top: 30px;
margin-bottom: 30px;
padding: 12px;
table-layout: fixed; 
border-collapse: collapse;
}

#listings td {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
line-height: 1.4em;
padding: 8px;
border: 1px solid #333333;
vertical-align: top;
}

.listingcategory {
font-family: arial, helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
background-color: #2C1C03;
text-transform: uppercase;
font-size: 13PX;
text-align: center;
}

.colone {
width: 230px;
}
.coltwo {
width: 230px;
}
.colthree {
width: 230px;
}

.viewimagetxt {
font-weight: normal;
font-size: 11px;
}

/* Styles for the footer at the bottom of the page */

#footer {
line-height: 1.8em;
color: #FFFFFF;
font-size: 10px;
background-color: #2C1C03;
margin-bottom: 0px;
padding-top: 1px;
padding-bottom: 1px;
}

#footer a:link {
color: #FFFFFF;
text-decoration: none;
}

#footer a:visited {
color: #A8A8A7;
text-decoration: none;
}

#footer a:hover {
color: #42B3B9;
text-decoration: none;
}

.eyekreate {
font-size: 0.65em;
letter-spacing: 1px;
font-weight: bold;
font-variant: small-caps;
margin-top: 35px;
margin-bottom: 20px;
padding-top: 10px;
border-top: 2px solid #42B3B9;
text-align: center;
}
