
a[href]:after {
    content: none;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 40px; 
  font-size: 16px;
	color: black;
	/*max-width: 900px;*/
}


#container {
	width: 90%; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	/*margin: 0 auto;*/ /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	/*border: 1px solid #000000; */
   /* outline: 1px solid #000000;*/
    border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	max-width: 1000px;
}

#header p {
	margin:0;
}

#footer p{
	margin:0;
}

#mainContent {
    margin-bottom: 2em;
}
#cart {
	background-image:url("images/web_graphics/ShopCartIconB.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	/*width: 50px;*/
	height: 50px;
	/*margin-left: 80px;*/
	padding-top: 10px;
	color: black;
	font-size: 1.5em;
	font-weight: bold;
}

#nav ul{
	font-size:0.85em;
}

#nav ul ul {
    font-size:100%;
}
#footer {
 /* position: absolute;
  bottom: 0;*/
  /*width: 90%;*/
 /* max-width: 900px;*/
  /* Set the fixed height of the footer here */
  /*height: 50px;*/
  /*height: 4em;*/
  background-image:url(images/web_graphics/metallic5.jpg);
}

div.img-ilus {
	background: url('images/web_graphics/shadow.gif') no-repeat bottom right;
	margin: 10px 5px;
	padding: 0;
	position: relative;
	background-image: url(./images/web_graphics/shadow.gif);
}

div.img-ilus img {
background-color: #fff;
border: 1px solid #a9a9a9;
margin: -5px 5px 5px -5px;
padding: 4px;
position: relative;
vertical-align: bottom;
}

#pscroller1{
width: 202px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: white;
}

.scrollerMargin {
	margin-top: 10px;
}

#pscroller1 p {
	margin-top:0;
}

.center {
	text-align: center;
}
.redText, .red {
	color: red;
}
.smallText {
	font-size: 0.8em;
}
#message p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	padding-right: 20px;
	padding-left: 20px;
	font-style: italic;
	font-size: 20px;
	color: blue;
}

#message span {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	padding-right: 20px;
	padding-left: 20px;
	font-style: italic;
	font-size: 20px;
	color: blue;
}

#logos img {
	margin-left: 20px;
	margin-right: 20px;
}

#logos p {
	margin-left: 20px;
	font-style: italic;
}
#logos_line2 {
     margin-left: 95px;
}

#logos_line2 img {
	margin-left:28px;
	margin-right:28px;
	margin-bottom: 10px;
}

.vertAlignCenter {
	vertical-align: middle;
}

.black {
			color: black;
}

.largeText {
	font-size: 2em;
}

.topMargin {
	margin-top:10px;
}

.emphContent {
	font-size: 1.125em;
}

.emphText {
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
}
.sideText {
	color: #800040;
}

.manualSideText {
	font-size: .6em;
	color: #800040;
}

.headText {
    font-size: 2em;
    font-style: italic;
}

.5pxPadding {
    padding: 5px;
}

.tableText {
    font-size: 0.8em;
    padding: 5px;
}

.Attention {
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
}

@media print {
    
    /** { margin: 0 !important; padding: 0 !important; }*/
    #controls, .footer, .footerarea{ display: none; }
    html, body {
      /*changing width to 100% causes huge overflow and wrap*/
      height:100%; 
      /*overflow: hidden;*/
      background: #FFF; 
      /*font-size: 9.5pt;*/
    }
    #container {
        margin:5px;
        border: 1px solid black;
    }
    #footer {
        font-size: 0.75em;
        /*height: 50px;*/
        height: 3em;
        margin-bottom: 5px;
    }
    /*#footer p{
        margin: 0;
        padding: 0;
    }*/
    #header img {
        margin: 5px;
    }
    #mainContent p {
        padding-left: 5px;
        padding-right: 5px;
    }
    a[href]:after {
        content: none;
    }
    /*img {
        width: auto;
        height: auto;
        max-width: 50px;
        max-height: 50px;
    }
    #containter {
        max-width: 200px;
        min-width: 900px;
    }*/
}