html, body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:11px;
  background:url(../images/banner_bg.gif);
  background-repeat:repeat-x;
  margin:0px;
  height: 100%; 
  min-height: 100%;
  height:auto !important;
  background-color:#D2D2D2;

}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	vertical-align:top;
	padding:2px;

	
}


/* Header/Banner */
#header {
    display: table;
}
#header_row  {
	display: table-row;
    }
#header_left {
    display: table-cell;
	width:175px;
 	text-align:center;
  	float: left; /*For IE 7 lack of compliance*/
    }
#header_right{
    display: table-cell;
	text-align:center;
	

    }
	
#header_middle {
    display: table-cell;
	width:650px;
	text-align:center;
	float: left; /*For IE 7 lack of compliance*/
  }

/* top navigation */

#navigation {
    display: table;
}
#navigation_row {
    display: table_row;
	background-color:#333333;
	width: 950px;
	
}

#navigation_left {
    display: table-cell;
	text-align:center;
	width:175px;
  }
#navigation_right {
    display: table-cell;
	text-align:center;
	vertical-align:middle;

  }
#navigation_middle {
    display: table-cell;
	width:650px;
	text-align:center;
  }
  
#navigation_right a, 
navigation_right a:link, 
navigation_right a:active,
navigation_right a:visited {
	
	text-decoration:none;
	color:#FFF;
	font-size:10px;
	
}
#navigation_right a:hover{

	color:#CCC;
	text-decoration:none;
	
}

/* main body */
#main {
    display: table;
	height: 100%; 
	min-height: 100%;
	width:100%;
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	
}
#main_row {
    display: table_row;
	height: 100%; 
	min-height: 100%;
	
}

#main_left {
    
	background-color:#990000;
	width:175px;
	vertical-align:top;
	float: left; /*For IE 7 lack of compliance*/
	height: 100%; 
	min-height: 100%;
	
  }
*html # main{
  height:100%;
  min-height: 100%;
  }
#main_right {
    display: table-cell;
	text-align:center;
	background-color:#FFFFFF;
	float: left; /*For IE 7 lack of compliance*/
	

  }
#main_middle {
    display: table-cell;
	width:650px;
	width:650px !important; /*moz width*/
	text-align:left;
	background-color:#FFFFFF;
	padding:20px;
	color:#333333;
	float: left; /*For IE 7 lack of compliance*/
	
	
  }
#main_middle a, 
main_middle a:link, 
main_middle a:active,
main_middle a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#990000;
	
}
#main_middle a:hover{
	font-weight:bold;
	color:#660000;
	text-decoration:underline;
	
}
 
 /* items- productslist*/
#itemnum td { 
	padding:5px;
	font-size:11px;
	vertical-align:middle;
  }
#itemnum a, 
itemnum a:link, 
itemnum a:active,
itemnum a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#990000;
	
}
#itemnum a:hover{
	font-weight:bold;
	color:#660000;
	text-decoration:underline;
	
}
 
hr {
color: #990000;
background-color: #990000;
height: 1px;
border:0px;
margin-bottom:10px;
margin-top:5px;

 }
  
  /* left column */
  
#main_left a, 
main_left a:link, 
main_left a:active,
main_left a:visited {

	border-bottom:1px solid #FFF;
	font-size:11px;
	color:#FFF;
	font-weight:none;
	text-decoration:none;
	padding:5px;
	width:165px;
	float:left;
	vertical-align:middle;
}
#main_left a:hover{

	border-bottom:1px solid #FFF;
	color:#FFF;
	font-weight:none;
	text-decoration:none;
	padding:5px;
	width:165px;
	float:left;
	vertical-align:middle;
	background-color:#330000;
}

/* middle column */

#main_middle_heading
{
font-size:16px;
font-weight:bold;
color:#990000;

}

#main_middle_content
{
width:600px;
vertical-align:top;

}
#IE6{
background-color:#CCCCCC;
padding:5px;
font-weight:bold;
}
/* Footer*/ 
#footer {
    display: table;
	width:100%;
	text-align:center;
	font-size:10px;
	color:#666666;
	background-color:#d2d2d2;
	padding-top:5px;
	height:50px;
	position:absolute;
	
}
#footer_row {
    display: table_row;
	width:99%;
}
#footer_left {
    display: table-cell;
	width:175px;
  }
#footer_middle {
    display: table-cell;
	text-align:center;
	width:100%;
	float:left;
	

  }
  
  #footer_middle a, 
footer_middle a:link, 
footer_middle a:active,
footer_middle a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#666666;
	
}
#footer_middle a:hover{
	font-weight:bold;
	color:#999999;
	
}
#footer_right {
    display: table-cell;

  }

