* {
				margin: 0;
				padding: 0;
			}
			html, body {
				height:100%;
			}
			body {
				background: url(Layout_IMG/carbon_bg.png);
							-webkit-text-size-adjust: none;			
			}                   
			#container {
				width:960px;
				margin:0 auto;
				color:#6f6f6f;
				border-right:1px solid #000;
				border-left:1px solid #000;
			}
			#header {
				width: 960px;
				background: #6f6f6f;
				height:192px;
				list-style-type:none
			}

			#counter {
				width: 960px;
				background-color: #6f6f6f;
				height:30px;
				text-align:center;
    
			}
			#lang {
				padding: 0 0 0 0px;
				min-height: 20px;
				width: 960px;
				text-align: right;
				background-color: #6f6f6f;
			}
			#price {
				padding: 0 0 0 8px;
				background-color: #6f6f6f;
				min-height: 200px;
				width:952px;
				text-align: left;
			}
			
      .menu2 {
        padding:0 0 0 20px; 
        margin:0; list-style:none; 
        height:35px; background:#fff url(Menu_IMG/button1.gif); 
        position:relative; 
        border:1px solid #000; 
        border-width:0 1px; 
        border-bottom:1px solid #444;
		list-style-type:none
      }
      .menu2 li {
        float:left;
		list-style-type:none
      }
      .menu2 li a {
        display:block; 
        float:left; 
        height:35px; 
        line-height:35px; 
        color:#aaa; 
        text-decoration:none; 
        font-size:11px; 
        font-family:arial, verdana, sans-serif; 
        font-weight:bold; 
        text-align:center;
        padding:0 0 0 8px; 
        cursor:pointer;
		list-style-type:none
      }
      .menu2 li a b {
        float:left; 
        display:block; 
        padding:0 16px 0 8px;
      }
	   .menu2 li.current a {
        color:#fff; 
        background:url(Menu_IMG/button3.gif);
      }
      .menu2 li.current a b {
        background:url(Menu_IMG/button3.gif) no-repeat right top;
      }
      .menu2 li a:hover {
        color:#fff; 
        background:#000 url(Menu_IMG/button4.gif);
      }
      .menu2 li a:hover b {
        background:url(Menu_IMG/button4.gif) no-repeat right top;
      }
      .menu2 li.current a:hover {
        color:#fff; 
        background:#000 url(Menu_IMG/button3.gif); 
        cursor:default;
      }
      .menu2 li.current a:hover b {
        background:url(Menu_IMG/button3.gif) no-repeat right top;
      }
      .shadow1 {
        height:20px;
        width:960px;
        }
      
			#content {
				padding: 0;
				min-height:500px;
				width:960px;
				text-align:center;
				background-color: #6f6f6f;
				list-style-type:none				
			}
			
			#content2 {
				padding: 0;
				min-height:500px;
				width:960px;
				text-align:left;
				background-color: #6f6f6f;
				list-style-type:none				
			}
			
			#content3 {
				padding: 0;
				width:960px;
				text-align:center;
				background-color: #6f6f6f;
				list-style-type:none				
			}
			
			#footer {
		    font-family:"Helvetica";
		    font-size:12px;
			text-align:center;
			padding-top:45px; 
			margin:0; 
			list-style:none; 
			height:50px; 
			background:url(Layout_IMG/footer2.png) repeat-x;
			position:relative;
      }