/* CSS Document */
/* PAGE STYLE */
body {
	background-color: #FFFFCC;
	background-image: url(graphics/00000001/dropbg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#wrap {
      width:530px;
}
#rule {
      height:1px;
      background-color:#000000;
      width:100%;
      margin:6px 0px 12px 0px;
}
h2 {
      font-size:16px;
      font-weight:bold;
      margin:0px;
      padding:0px;
}
	
/* MAIN PAGE AREA */	
#mainwrap {
      float:left;
}
#main {
      width:530px;
      margin-bottom:19px;
      overflow:hidden;
}
div#header {
      background:#991A1E;
      padding:6px 30px 4px;
      margin:0;
      vertical-align:middle;
}
a#mainheadertitle {
      padding:0px;
      font-family:'Verdana', sans-serif;
      font-size:15pt;
      font-weight:333;
      line-height:28pt;
      color:#FFFFFF; 
      margin:0px;
      text-align:left;
      vertical-align:middle;
      text-decoration:none;
}
a#mainheadertitle:hover {
      text-decoration:underline;
}
td#mainheaderlogo {
      padding:5px;
}
img#mainlogo {
      padding-right:5px;
}
div#mainsubheader {
      background:#E3E3C1;
      padding:10px 30px;
      height:34px;
      vertical-align:middle;
}
table#contentsubheader {
      width:100%;
}
td#subheaderlinks {
      text-align:right;
}
span.subheadertitle {
      font-size:12pt;
      font-weight:bold;
}
div#contenterror {
      background:#EFEFCC;
      padding:14px 30px 14px 30px;      
}
span.currentpage {
      font-weight:bold;
}

span.error {
      font-weight:bold;
}
	

/* PRODUCTS WIDGETS */
div.productwidget {
      padding:0px;
      padding-bottom:16px;
}
div.productwidget .price {
      font-weight:bold;
}
table.sidebarproducts {
      font-family:'Verdana', sans-serif;
      font-size:9pt; 
      width:200px;
}
table.sidebarproducts td {
      padding:5px;
}
table.sidebarproducts td.image {
      vertical-align:top;
      width:75px;
}
table.sidebarproducts td.text {
      vertical-align:middle;
      width:115px;
}
table.sidebarproducts span.listtitle {
      font-weight:bold;
}
div.privacylink {
      padding: 2px 5px;
      font-size:7pt;
      text-align:center;
}

/* FOOTER */
div#footer {
      width:530px;
      margin-bottom:28px;
      color:#991A1E;
      border-top:1px solid #991A1E; 
}
div#footer p {
      padding:5px;
      margin:0;
}

div#featuredProducts {
      background:#EFEFCC;
      padding:14px 30px 14px 30px;
}
div#featuredProducts .price {
      font-weight:bold;
}
table.products {
      width:470px;
      font-family:'Verdana', sans-serif;
      font-size:9pt; 
}
table.products td {
	  width:33%;
      padding:5px;
}
table.products tr.pagination {
	  text-align:center;
}
table.products tr.imagerow td {
	  vertical-align:bottom;
}
table.products tr.textrow td {
	  vertical-align:top;
      padding-bottom:20px;
}

