html, body {
	font-family: Arial, sans-serif;
/*	font-size: 100%;*/
	background-color: white;
	margin: 0px;
	padding: 0px;
    border: 0px;
	background-image: url(images/body_bg2.jpg);
}
#header {
      width: 100%;
      margin: 0px;
      padding: 0px;
      top: 2px;
      left: 2px;
      width: 800px;
      height: 180px;
      background: silver url(images/header3.jpg) no-repeat;
      border-bottom: 2px solid black;
}
.container {
      background: #DEDEDC;
      padding: 0;
      margin: 0 auto;
      width: 800px;
      border: 2px solid black;
}
#main {
      border: 1px none black;
      margin: 5px 20px 40px 215px;
      padding-left: 10px;
      font: 1em Arial, sans-serif;
}
#main p, #main ul, #main li {
      font: .9em Arial, sans-serif;
  	  line-height: 1.4em;
}
#main h1 {
      font: bold 2em Times, serif;
      color: #910003;
      margin-bottom: 8px;
}
#main h2 {
      font: bold 1.25em Times, serif;
      color: #910003;
      margin-bottom: 4px;
}
#main a {
      color: black;
}
#main ul {
      margin-top: 0px;
}
#main a:hover {
      background: #910003;
      color: white;
      text-decoration: none;
}
#main li{
      font: 1em Arial, sans-serif;
      list-style-type: disc;
}
#leftColumn {
	float: left;
	width: 180px;
    padding-top: 20px;
	padding-left: 10px;
    padding-right: 10px;
    background: black;
}
#leftColumn p  {
      font: .75em Arial, sans-serif;
  	  line-height: 1.3em;
}
#leftColumn h2  {
      font: bold 1.3em Times, serif;
      color: #910003;
      margin-bottom: 4px;
}
.specialprice   {
    color: red;
    font-weight: bold;
    font-style: italic;
    font-size: 28px;
    background: yellow;
}

img.photo1 {
      float: right;
      margin-left: 10px;
      margin-top: 10px;
}

img.photo2 {
      float: left;
      border: none;
      margin-top: 10px;
      margin-right: 10px;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/* side navigation */
ul#sideNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
}

#sideNav a {
	text-decoration: none;
	color: black;
	font-size: .75em;
    line-height: 1.0em;
	border: 1px solid black;
	border-bottom: none;
	display: block;
	padding: 8px 10px 8px 10px;
	background: #CCCAC6;
}

#sideNav a:hover {
	font-weight: bold;
    color: white;
	background: black;
}

ul#sideNav_top {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
}

#sideNav_top a {
	text-decoration: none;
	color: white;
	font-size: .75em;
    line-height: 1.1em;
	border: 1px solid black;
	border-bottom: none;
	display: block;
	padding: 7px 10px 7px 10px;
	background: #910003;
}

#sideNav_top a:hover {
	font-weight: bold;
	background: #910003;
}
/* IE Fixes */

/* remove annoying gaps */
#sideNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #sideNav a {
	height: 1px;
}





/* footer */
#footer {
	background: url(images/bgfooter.jpg) repeat-x;
	color: white;
	font: normal .65em "Lucida Sans Unicode",sans-serif;
	line-height: 35px;
	text-align: center;
}
#footer a {
    color: white;
}
#footer a:hover {
    color: yellow;
    font-weight: bold;
}


