    body {
      margin : 0px;
      padding : 0px;
    }

    a:link, a:visited, a:active {
      font-size:        12px;
      font-family:      Verdana;
      color:            #c81400;
      text-decoration:  none;
      padding-left:     0px;
    }

    a:hover {
      font-size:        12px;
      font-family:      Verdana;
      color:            #c81400;
      text-decoration:  underline;
      padding-left:     0px;
    }

    p {
      margin : 0px;
      padding : 0px;
    }

    #container {
      margin : 5px auto;
      width : 800px;
    }

    #header_left {
      float : left;
      width : 190px;
      height : 125px;
      font-size : 12px;
      font-family : Verdana;
      color : #000000;
    }

    #header_right {
      float : right;
      width : 610px;
      height : 86px;
      font-size : 12px;
      font-family : Verdana;
      color : #000000;
    }

    #header_right img {
      border : 0;
      padding : 0 50px 7px 0;
    }

    #topnav {
      float : right;
      clear : right;
      width : 610px;
      height : 39px;
      background-color : #0a0890;
      background : url(images/navbg.gif) no-repeat top left;
    }

    #subnav {
      clear : both;
      height : 45px;
      padding: 13px 0px 0px 15px;
      background-color : #ffee40;
      background : url(images/subnav.gif) no-repeat top left;
    }
    
    #subnav img {
      border : 0;
    }

    #leftnav {
      float : left;
      width : 180px;
    }
    
    #leftnav img {
      border : 0;
    }

    #rightnav {
      float : right;
      width : 180px;
    }

    #content {
      padding-top : 0px;
      margin : 0px 190px 0px 190px;
      font-family : Verdana;
    	font-size : 12px;
      line-height : 130%;    	
    }
    
    #content_header {
      margin : 0px;
      background-color:#4f4f4f;
      padding: 5px;
      font-family:Verdana;
      font-size:12px;
      color:#ffffff;
    }

    #footer {
	clear : both;
	height : 50px;
	font-size : 12px;
	font-family : Verdana;
	margin-top: 12px;
	padding: 5px;
	background-color : #FFDF3D;
	background : url(images/footer.gif) no-repeat top left;
	text-align : center;
    }

    ul#navigation {
      padding : 0;
      margin : 0;
      list-style-type : none;
      float : left;
    }

    ul#navigation li {
      display : inline;
    }

    ul#navigation li a {
      float: left;
      width: 105px;
      color : #000000;
      font-size : 12px;
      font-family : Verdana;
      padding: 13px 0px 0px 15px;
      text-decoration: none;
      text-align : center;
    }
    ul#navigation li a:hover {
      color : #c81400;
      text-decoration : underline;
    }
    .search {
      float : left;
    }
    .product {
      float : left;
      padding: 0px 126px 0px 110px;
    }
    .language {
      float : left;
      padding: 0px;
    }
    
    ul.navbox {
      padding : 0;
      padding-bottom : 5px;
      margin : 0;
      margin-bottom : 10px;
      list-style-type : none;
      border-bottom : 1px solid #c51313;
      border-left : 1px solid #c51313;
      border-right : 1px solid #c51313;
      background : #f4f4f4;
    }

    .navbox {
	   font-family:Verdana;
	   font-size:12px;
     color:#4d4d4d;
    }
    
    ul.navbox2 {
      padding : 0;
      padding-bottom : 5px;
      margin : 0;
      margin-bottom : 10px;
      list-style-type : none;
      border-bottom : 1px solid #c51313;
      border-left : 1px solid #c51313;
      border-right : 1px solid #c51313;
      background : #f4f4f4;
    }

    .navbox2 li {
     padding: 5px;
	   font-family:Verdana;
	   font-size:12px;
    }
    
    .space {
      width: 168px;
      padding: 5px;
    }
    
    .space img {
      border : 0;
    }
    
    .space a:link, .space a:visited, .space a:active {
      font-size:        12px;
      font-family:      Verdana;
      color:            #c81400;
      text-decoration:  none;
      padding-left:     0px;
      border-bottom: 0;
      background-image: none;
      background-repeat: no-repeat;
      background-position: 0;
    }

    .space a:hover {
      font-size:        12px;
      font-family:      Verdana;
      color:            #c81400;
      text-decoration:  underline;
      padding-left:     0px;
    }
    
    .header {
      width: 168px;
      background-color:#c51313;
      padding: 5px;
      font-family:Verdana;
      font-size:12px;
      color:#ffffff;	
    }
    
    .subheader {
      width: 168px;
      padding: 5px;
      font-family:Verdana;
      font-size:10px;
      color:#c51312;
      border-bottom: dotted 1px #c2c2c2;
    }

    .navbox a:link, .navbox a:visited, .navbox a:active {
      display : block;
      width: 158px;
      padding: 5px 5px 5px 15px;
      color : #4d4d4d;
      font-size : 12px;
      font-family : Arial;
      text-decoration: none;
      border-bottom: dotted 1px #c2c2c2;
      background-image: url(images/arrow.gif);
      background-repeat: no-repeat;
      background-position: .4em .8em;
    }
    .navbox a:hover {
      display : block;
      width: 158px;
      padding: 5px 5px 5px 15px;
      color : #c81400;
      text-decoration : none;
      background : #ebebeb;
      background-image: url(images/arrow.gif);
      background-repeat: no-repeat;
      background-position: .4em .8em;
    }
