/* CSS Document */

body{
margin:0px 0px 10px 0px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#fff;
background:url(../images/bg_color.gif) repeat top left;
}
a{
font-family:Tahoma, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#fff;
}
a:hover{
text-decoration:underline;
color:#c90;
}
#body_wrapper{
margin:0 auto;
width:767px;
}
#main_wrapper{
width:767px;
border:2px solid #000;
}
#top_bar{
width:767px;
height:30px;
}
.header{
background:url(../images/Kornax_Header_new_03.jpg) no-repeat top center;
/*background:url(../images/Kornax_Header2.jpg) no-repeat top center;*/
height:216px;
color:#000;
font-size:18pt;
font-weight:bold;
}
.header a:hover{
text-decoration:none;
color:#c90;
}

/* Begin Navigation */
#nav{
background:url(../images/nav_bg.jpg) repeat-x;
height:37px;
text-decoration:none;
text-transform:uppercase;
letter-spacing:1px;
}
#nav table td{
height:37px;
text-align:center;
vertical-align:middle;
}
.endl{
background:url(../images/nav_endl.jpg) no-repeat;
width:10px;
}
.breaker{
background:url(../images/nav_spacer.jpg) no-repeat;
width:10px;
}
.endr{
background:url(../images/nav_endr.jpg) no-repeat;
width:10px;
}
#nav a{
font-family:"Myriad Pro", "Myriad Std", Myriad, Tahoma, Arial, Helvetica, sans-serif;
color:#222;
font-weight:bold;
}
#nav a:hover{
color:#800000;
}
/* End Navigation */

/* Begin Content */
#content_wrapper{
width:735px;
margin:10px 14px;
}
#leftcol{
float:left;
width:175px;
border:2px solid #c33;
background-color:#000;
margin-bottom:5px;
}
  /* Begin Left Navigation */
  #left_nav{
  width:165px;
  text-align:left;
  margin:5px auto;
  }
  #left_nav a{
  display:block;
  width:100%;
  height:20px;
  color:#ccc;
  text-decoration:none;
  border-bottom:1px dashed #c93;
  padding-top:5px;
  }
  #left_nav a:hover{
  color:#c90;
  text-decoration:none;
  }
  .left_nav_heading{
  width:100%;
  height:20px;
  border-bottom:1px dashed #c93;
  font-size:14px;
  font-weight:bold;
  }
  /* End Left Navigation */
  /* Begin Product Category Navigation */
  #prodcat_nav{
  width:165px;
  text-align:left;
  margin:5px auto;
  }
  #prodcat_nav a{
  display:block;
  font-size:8pt;
  width:100%;
  height:18px;
  color:#ccc;
  text-decoration:none;
  border-bottom:1px dashed #c93;
  padding-top:5px;
  }
  #prodcat_nav a:hover{
  color:#c90;
  text-decoration:none;
  }
  .prodcat_nav_heading{
  width:100%;
  height:20px;
  border-bottom:1px dashed #c93;
  font-size:14px;
  font-weight:bold;
  }
  /* End Left Navigation */
#centercol{
width:365px;
margin:auto;
}
#rightcol{
float:right;
width:175px;
}
#contentcol{
float:right;
width:550px;
}
#bottomcol{
float:right;
width:100%;
border:2px solid #c33;
background-color:#000;
height:52px;
text-align:right;
margin-right:-4px;
margin-bottom:10px;
}
#bottomcol img{
margin:9px 8px auto 0px;
vertical-align:middle;
}
/* End Content */

/* Begin Footer */
#footer{
text-align:left;
float:left;
margin:9px 0px auto 8px;
}
#footer a{
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:7pt;
color:#fff;
text-transform:uppercase;
}
#footer a:hover{
text-decoration:underline;
color:#c90;
}
/* End Footer */

/* Begin Category Page Display */
#category_display{
width:520px;
}
.catprod_img{
width:82px;
height:150px;
border:2px solid #c90;
}
#catprod_info dt{
font-weight:bold;
}
#catprod_info dd{
padding-bottom:5px;
}
/* End Category Page Display */