BODY {
  margin: 0px;
  padding: 0px;
  font: 13px arial,helvetica,clean,sans-serif;
  background-image:url('images/background.gif');
  background-color: #770000;
  background-repeat: repeat-x;
  background-attachment:fixed;
}

TABLE#wrapper TD#left {
  background-image:url('images/shadow_left.png');
  background-repeat: repeat-y;
}

TABLE#wrapper TD#right {
  background-image:url('images/shadow_right.png');
  background-repeat: repeat-y;
}

TABLE#wrapper TD#content {
  background-color: #FFF;
}


.footerbar{ background-image:url('images/foot_bg.png');
 border-top: 1px solid #000000; }
.footerbar TD {
    font-family:verdana, helvetica, futura, sans-serif;
    font-size: 7pt;
    color: #AAAAAA;
}
.footerbar TD A {
    font-family:verdana, helvetica, futura, sans-serif;
    font-size: 7pt;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.footerbar TD A:hover {
    font-family:verdana, helvetica, futura, sans-serif;
    font-size: 7pt;
    color: #CC3333;
    text-decoration: none;
    font-weight: bold;
}

.footer{ font-family:verdana, helvetica, futura, sans-serif; font-size: 11px; color:#333399; }
a.footer{ font-family:verdana, helvetica, futura, sans-serif; font-size: 11px; color:#333399; }
a.footer:visited{ font-family:verdana, helvetica, futura, sans-serif; font-size: 11px; color:#cccccc; }
.footersm{ font-family:verdana, helvetica, futura, sans-serif; font-size: 9px; color:#333399; }
#holder {
	background-color: #000000;
	width: 620px;
	height: 300px;
	margin: 0px;
	position: relative;
}
#text-content {
	width: 318px;
	float: left;
	margin-right: 10px;
	padding: 10px;
	background-color: #f1f1f1;
	border: 1px solid #666666;
	height: 335px;
}
#gallery {
	height: 250px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
}
#gallery2 {
	height: 300px;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
}

BODY.inner {
  margin: 0px;
  padding: 0px;
  font: 13px arial,helvetica,clean,sans-serif;
  background-image:url('images/70p.png');
}

.header {
  background-image:url('images/hdr_bg.gif');
  background-repeat: repeat-x;
  background-attachment: scroll;
  height: 70px;
  padding: 0px;
  margin: 0px;
}
H1 { font-family: Georgia, san-serif; color: #AA0000; font-size: 18pt; margin: 0px 15px 3px 0px; padding-top: 0px; padding-bottom: 5px; font-weight: normal;
  line-height: 100%; }

H2 { font-family: Georgia, san-serif; color: #000000; font-size: 16pt; line-height: 125%; margin: 15px 0px 5px 0px; padding: 0px 0px 2px 0px; font-weight: normal; border-bottom: 1px solid #AAAAAA; }

.contentblock {
	background-image: url(images/70p.png);
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px;
}


.newbutton {
	color: #FFFFFF;
    background-color: #000;
	background-image: url(images/button_overlay.png);
    font-weight: bold;
    font-size: 8pt;
	border: 1px solid #222222;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    text-align: center;
    width: 150px;
    float: right;
	}
.newbutton:hover {
	color: #FFFFFF;
    background-color: #060;
	background-image: url(images/button_overlay.png);
    font-weight: bold;
    font-size: 8pt;
	border: 1px solid #004400;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    text-align: center;
    width: 150px;
    float: right;
	}

.logintxt{ font-family: Tahoma, Helvetica, Futura; font-size: 7pt;  color: #AAAAAA; text-decoration: none; }
td.options         { font-family: Tahoma, Helvetica, Futura, Sans-Serif; font-weight: bold;
                     font-size: 7pt;  padding: 0px 10px 0px 10px;
                     background: none; color: #888888; }

td.options A       { margin: 5px 0px 0px 0px; color: #666666; text-decoration: none; }
td.options A:hover { margin: 5px 0px 0px 0px; color: #660000; text-decoration: none; }

.navigation TD {
  background-image:url('images/nav_bg.gif');
  height: 25px;
  padding: 0px 10px 0px 10px;
  margin: 0px;
}

#data TH {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 8pt;
  padding: 3px 10px 3px 10px;
  background-image:url('images/button_overlay.png');
}

#data TD {
  color: #666666;
  font-size: 8pt;
  padding: 3px 10px 3px 10px;
  background-color: none;
  border-bottom: 1px dotted #AAAAAA;
}

#data TD A{
  color: #900;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
}

#data TD:hover A{
  color: #A00;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: underline;
}

#data TR:hover TD{
  cursor: pointer;
  cursor: hand;
  color: #000;
  font-size: 8pt;
  padding: 3px 10px 3px 10px;
  background-color: #EEE;
  border-bottom: 1px dotted #AAA;
}

.navigation TD.on {
  background-image:url('images/nav_bg_on.gif');
  height: 25px;
  padding: 0px 10px 0px 10px;
  margin: 0px;
}

.navigation A {
  font-family: arial,helvetica,clean,sans-serif;
  color: #FFFFFF;
  font-size: 9pt;
  font-weight: bold;
  padding: 0px 10px 0px 10px;
}
.navigation A:hover {
  font-family: arial,helvetica,clean,sans-serif;
  color: #FFFFFF;
  font-size: 9pt;
  font-weight: bold;
  padding: 0px 10px 0px 10px;
}
.fade {
  background-image:url('images/fade.png');
  background-repeat: repeat-x;
  height: 3px;
}


.subnavigation {
  background-image:url('images/subnav_bg.gif');
  font-family: arial,helvetica,clean,sans-serif;
  height: 16px;
  font-size: 8pt;
  color: #AAAAAA;
  padding: 0px 10px 0px 10px;
  margin: 0px;
  text-align=center
}
.subnavigation DIV {
  padding: 1px 0px 0px 0px;
}
.subnavigation DIV B {
  font-family: arial,helvetica,clean,sans-serif;
  color: #AAAAAA;
  font-size: 8pt;
  padding: 0px 0px 0px 10px;
}
.subnavigation DIV A {
  font-family: arial,helvetica,clean,sans-serif;
  color: #888888;
  font-size: 8pt;
  padding: 0px 10px 0px 10px;
}
.subnavigation DIV A:hover {
  font-family: arial,helvetica,clean,sans-serif;
  color: #AA0000;
  font-size: 8pt;
}

.subnavigation DIV A.on {
  font-family: arial,helvetica,clean,sans-serif;
  color: #AA0000;
  font-size: 8pt;
  padding: 0px 10px 0px 10px;
}


.content {
  background-repeat: repeat-x;
  background-attachment:fixed;
  margin: 0px;
}
.footer {
  border-top: 1px solid #444444;
}
.footer A {
  color: #AA0000;
  font-weight: bold;
  text-decoration: none;
}
.footer A:hover {
  color: #AA0000;
  border-bottom: 1px dotted #888888;
  font-weight: bold;
  text-decoration: none;
}



.content TABLE TR TD {
  background-image:url('images/copy_bg.png');
  border: 1px solid #333333;
}

.copy {
    padding: 10px;
}
TABLE.none  TR TD {
 border: none;
 background-color: transparent;
 background: none;
}


P, UL, TD{
  margin-top: 0px;
  margin-bottom: 9pt;
  font-size: 9pt;
  line-height: 125%;
}
A {
  color: 990000;
  font-weight: bold;
  text-decoration: none;
}
A:hover {
  color: 990000;
  font-weight: bold;
  text-decoration: none;
}

.descriptor {
  padding: 0px 10px 0px 0px;
  font-size: 7pt;
  font-family: Tahoma, Geneva, Futura;
  color: #888888;
}

.loginbox {
  width: 250px;
  border: 1px solid #AAAAAA;
  margin: 10px;
  background-color: #FFFFFF;
  padding: 10px;
}

.loginbox H2 {
  font-family: Tahoma, Helvetica, Futura, Sans-Serif;
  border-bottom: none;
  color: #990000;
  font-size: 10pt;
  font-weight: bolder;
  padding: 0px;
  margin: 0px;
}

.loginbox INPUT {
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  color: #000000;
  font-family: Tahoma, Helvetica, Futura, Sans-Serif;
  font-size: 10pt;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  background-image:url('images/formfield_bg.gif');
}

.loginbox INPUT.submit {
  border: 1px outset #000000;
  background-image:url('images/formbtn_bg.gif');
  color: #FFFFFF;
  font-family: Tahoma, Helvetica, Futura, Sans-Serif;
  font-size: 8pt;
  padding: 5px 10px 5px 10px;
}
.loginbox INPUT.submit:hover {
  border: 1px outset #990000;
  background-image:url('images/formbtn_bg_on.gif');
  color: #FFFFFF;
  font-family: Tahoma, Helvetica, Futura, Sans-Serif;
  font-size: 8pt;
  padding: 5px 10px 5px 10px;
}

.loginbox P {
  padding: 2px;
  margin: 0px;
}

.debug {
  margin: 20px;
  border: 1px solid #888;
  background-color: #EEE;
}

.debug H2 {
  color: #FFFFFF;
  background-image:url('images/formbtn_bg_on.gif');
  font-family: Tahoma, Helvetica, Futura, Sans-Serif;
  font-size: 9pt;
  padding: 5px 5px 5px 10px;
  margin: 0px;
}

.debug H3 {
  color: #888888;
  font-family: Tahoma, Helvetica, Futura, Sans-Serif;
  font-size: 8pt;
  margin: 5px;
}

.debug PRE {
  border: 1px solid #DDD;
  background-color: #FFF;
  padding: 10px;
  margin: 5px;
}

#contentbox TH {
  background-color: #000;
  background-image: url('/images/th_header.png');
  behavior: url("/iepngfix.htc");
  color: #FFFFFF;
  text-align: left;
  font-family: Arial, Geneva, Futura;
  font-size: 9pt;
}
#contentbox TD {
  background-color: #E6E6E6;
  background-image: url('/images/box_bg.png');
  background-repeat: repeat-x;
}

#innertable TD {
  background-image: none;
  background-color: transparent;
}

#artbox TH {
  background-color: #770000;
  background-image: url('/images/th_header.png');
  behavior: url("/iepngfix.htc");
  text-align: left;
  color: #FFFFFF;
  font-family: Arial, Geneva, Futura;
  font-size: 9pt;
}

#artbox TD {
  background-color: #000;
}

UL#news { list-style-type: none; padding-left: 0px; margin-left: 0px; margin-top: 5px;}
UL#news LI {  font-weight: normal; line-height: 120%; font-size: 10px; background: url(/images/arrow.gif) no-repeat .0em .8em transparent; color: #666666; padding: 5px 0px 5px 13px; margin-bottom: 5px; }
UL#news LI A { font-size: 9pt; text-decoration: none; font-weight: bold; color: #444444; }
UL#news LI A:hover { font-size: 9pt; text-decoration: none; font-weight: bold; color: #770000; }

UL#products { list-style-type: none; padding-left: 0px; margin-left: 0px; margin-top: 0px;}
UL#products LI {  font-weight: normal; line-height: 120%; font-size: 10px; background: url(/images/arrow.gif) no-repeat .0em .5em transparent; color: #666666; padding: 2px 0px 2px 13px; margin-bottom: 0px; }
UL#products LI A { font-size: 9pt; text-decoration: none; font-weight: bold; color: #444444; }
UL#products LI A:hover { font-size: 9pt; text-decoration: none; font-weight: bold; color: #770000; }

UL#newslisting { list-style-type: none; padding-left: 0px; margin-left: 0px; margin-top: 5px;}
UL#newslisting LI {  font-weight: normal; line-height: 120%; font-size: 9pt; background: url(/images/arrow.gif) no-repeat .0em 1.2em transparent; color: #666666; padding: 10px 0px 10px 13px; border-bottom: 1px dotted #AAA; }
UL#newslisting LI A {  line-height: 120%; font-size: 12pt; text-decoration: none; font-family: 'Trebuchet MS', Helvetica, Futura, serif; color: #000; }
UL#newslisting LI A:hover { font-size: 12pt; text-decoration: none; font-family: 'Trebuchet MS', Helvetica, Futura, serif; color: #700; }


H3 {
    font-size: 14pt;
    margin: 10px 0px 5px 0px;
    padding: 0px 0px 2px 0px;
    border-bottom: 1px solid #AAA;
    font-family: Georgia, san-serif;
    color: #AA0000;
    font-weight: normal;
}

.anylinkcss{
    position:absolute;
    visibility: hidden;
    z-index: 100;
    width: 250px;
    background: url('/images/dropnav.png');
    padding: 5px;
    border: 1px solid #000000;
    margin-top: 0px;

    font-size: 9pt;
    text-decoration: none;
    font-family: 'Trebuchet MS', Helvetica, Futura, serif;
    color: #DDDDDD;
}
.anylinkcss div {
  font-weight: bold;
  font-variant: small-caps;
    font-size: 10pt;
    padding-left: 2px;
  border-bottom: 1px dotted #AAA;
}


.anylinkcss UL#subnav {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 5px;}
.anylinkcss UL#subnav LI {
    font-weight: normal;
    line-height: 120%;
    font-size: 9pt;
    background: url(/images/arrow2.gif) no-repeat .0em .5em transparent;
    color: #FFFFFF;
    padding: 3px 0px 3px 13px;
}
.anylinkcss UL#subnav LI A {
    font-size: 9pt;
    text-decoration: none;
    font-family: 'Trebuchet MS', Helvetica, Futura, serif;
    color: #FFF;
    }
.anylinkcss UL#subnav LI A:hover {
    font-size: 9pt;
    text-decoration: none;
    font-family: 'Trebuchet MS', Helvetica, Futura, serif;
    color: #CCC;
    }

UL { list-style-type: none; padding-left: 0px; margin-left: 15px; margin-top: 5px;}
UL LI {
    background: url(/images/arrow.gif) no-repeat .0em .5em transparent;
    padding: 3px 0px 3px 13px;
}

ul.resources { list-style-type: none; padding-left: 0px; margin-left: 0px; margin-top: 5px;}
ul.resources li.link {
	color: #000000;
    margin: 0px;
    background: url(/images/jumplink_off.png) no-repeat .0em .0em transparent;
    background-position: top;
    font-weight: bold;
    font-size: 12pt;
    padding: 18px 10px 15px 30px;
    text-decoration: none;
	}
ul.resources li.link:hover {
	color: #770000;
    margin: 0px;
    background: url(/images/jumplink_on.png) no-repeat .0em .0em transparent;
    background-position: top;
    font-weight: bold;
    font-size: 12pt;
    padding: 18px 10px 15px 30px;
    text-decoration: none;
	}
ul.resources li.link A {
	color: #000000;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
	}
ul.resources li.link:hover A {
	color: #770000;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
	}

BLOCKQUOTE {
  font-size: 9pt;
  color: #222;
  background: url(/images/quote.png) no-repeat 0.0em 0.0em transparent;
  padding: 10px 10px 10px 45px; margin: 0px;
}

BLOCKQUOTE I{
  font-size: 10pt;
  color: #444;
  font-weight: bold;
  line-height: 125%;
}

BLOCKQUOTE DIV{
  padding: 10px 0px 0px 25px;
  line-height: 125%;
}

H1 SMALL {
  color: #000000;
  font-size: 9pt;
}
UL.cookie {
  margin: 0px;
}
UL.cookie LI         {
                        font-family: Tahoma, Geneva, Futura;
                        font-size: 8pt;
                        display: inline;
                        list-style-type: none;
                        list-style: none;
                        background: none;
                        font-weight: normal;
                        padding: 0px 5px 0px 2px;
                     }
UL.cookie LI A       { color: #888888;
                        font-weight: normal; }
UL.cookie LI A:hover { color: #770000; text-decoration: underline;
                        font-weight: normal; }

.contentslide {
  margin: 0px; padding: 0px;
}


.contentslide .contentdiv{ display: none; }

.pagebar {
  height: 25px;
  padding: 0px 5px 0px 5px;
  margin: 4px 0px;
  text-align: center;
}


.pagination a{
text-decoration: none;
font-size: 7pt;
font-weight: bold;
font-family: Tahoma, Geneva, Futura;
color: #AAAAAA;
padding: 3px 5px 3px 5px;
border: 1px solid #CCCCCC;
background-color: #EEEEEE;
}

.pagination a:hover, .pagination a.selected{
text-decoration: none;
font-size: 7pt;
font-weight: bold;
font-family: Tahoma, Geneva, Futura;
color: #AA3333;
padding: 3px 5px 3px 5px;
border: 1px solid #AA3333;
background-color: #FFFFFF;
}
