﻿body {
	margin: 2px 36px 0px 36px;
	padding: .4em;
	border: 0;
	text-align: center;
	font: .7em/1.5em Verdana, Arial, Helvetica, "Tahoma sans-serif";
	background-image: url('images/background.jpg');
	background-repeat: repeat;

}

h1 {
	color: #000066;
	margin: 6px;
	font: 1.7em Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	padding: 1px;
	font: 1.2em/1.5em Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 1px;
	line-height: 20px;
}
p {
	text-align: left;
}
.bullets {
	list-style-type: disc;
	text-indent: 0px;
	font-size: x-small;
	padding-left: 15px;
}

.horizontal_reduce {
	padding: 8px;
	width: 85%;
	text-align: center;
}

.headerstock {
	border-style: none;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF url('stock/images/header_stock.jpg') no-repeat;
	width: 1000px;
	height: 108px;
}

.gr_bottom {
	background-image: url('images/gr_bottom.gif');
	height: 16px;
	background-color: #C0C0C0;
}
.framed {
	padding: 5px;
}

#wrapper
{
	width: 1000px;
	margin: 0 auto;
	float: none;
	background-repeat: repeat;
}

.header {
	border-style: none;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF url('images/header_1000.jpg') no-repeat;
	width: 1000px;
	height: 108px;
}

.searchbox {
	color: #4190DF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

.boxgrad {
	border-style: none;
	margin: 0px;
	padding: 11px 12px 0px 12px;
	background-image: url('images/box_grad.jpg');
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: top;
	font-size: 1em;
	width: 1000px;
	background-color: #FFFFFF;
}
.h_art_border {
	border-width: 1px 5px 5px 1px;
	padding: 20px;
	border-color: #999999;
	
}
.center {
	border-style: none;
	text-align: center;
}
a:hover {
	text-decoration: none;
}
img {
	border-width: 0;
}
.left {
	text-align: left;
	}

.standard {
	border-collapse : collapse;
	width: 1000px;
	text-align: left;
	background-color: #FFFFFF;
}
.white {
	color: #FFFFFF;
}
.sidemenu 
{
	width: 215px;
	text-align: center;
	padding-left: 15px;
	vertical-align: top;
}
.printcolumn {
	width: 545px;
	vertical-align: top;
}
.artcolumn {
	width: 800px;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.hcolumn {
	width: 240px;
	vertical-align: top;
}


.decals {
	list-style-type: disc;
	margin-left: 70px;
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

li {
	text-align: left;
	list-style-type: none;
}


.dots {
	list-style-type: disc;
	padding-left: 10px;
}
/*- Menu Tabs H--------------------------- */

    #tabsH {
	float: left;
	width: 100%;
	background: #000;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	}
    #tabsH ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

        #tabsH #current a {
                background-position:0% -42px;
        }
        #tabsH #current a span {
                background-position:100% -42px;
        }
-->


