/* Layout Stylesheet */ 

body {
 margin: 0; 
 background: #e6e6fa;
 text-align: center;
 } 
 
#frame {
 width: 756px;
 margin-right: auto; margin-left: auto;
 text-align: left;
/* overflow: hidden;*/
}

#logo {
 width: 756px; height: 71px;
 background: url(../image/Banner1.jpg) -2px 0;
 border-width: 2px;
 border-color: #888;
 border-style: solid;
 border-top-style: none;
 border-bottom-style: dotted;
 display: block;
}

#bar-top {
 width: 100%;
 color: #333333;
 border: 2px solid #888888;
 border-top-style: none;
 padding: 8px 0 5px 0;
 margin-top: -5px;
}


#bar-middle {
/* width: 100%;*/
 width: 100%;
 top: 50px;
 color: #333333;
}

#bar-bottom {
 width:  100%;
 height: 20px;
 position:relative; 
 color: #333333;
 }

#content { 
 width: 100%;
 background: #ffffff;
 color: #333333;
 overflow: hidden;
 border: 2px solid #888;
 border-top-style: none;
 }
  
#c-block {
 position:relative;
 width: 100%;
 /*z-index:1;*/
 background:#ffffff;
 color: #99CCFF;
 overflow: hidden;
 margin-top: 10px;
 }

.colored-box { height: 120px; }

#first-col{
 width:	300px;
 background:#eeffff;
 color: #333333;
 border: 2px dashed #cccccc;
 margin: 10px;
 padding: 10px;
 clear:both;
 }

#news-box
{
  width: 300px;
  margin: 10px;
  border: 2px dashed #cccccc;
  background: #ffddff;
  padding: 10px;
}

#second-col{
 /* margin:0 300px 0 300px;*/
 left: 450px ;
 width: 270px ;
 height: 160px; 
 top: 0px;
 position:absolute;
 background: #ffeeff;
 /*background:#99CCFF;*/
 color: #333333;
 /*z-index:5;*/
 border: 2px dashed #aaaaaa;
 /*border-right-width: 2px;*/
 border-right-color: #999999;
 margin:0 10px 0 10px;
 }
 

/*#third-col{
 left: 480px ;
 width: 180px ;
 height: 120px ;
 position:absolute;
 top:0px;
 right:0;
 /*z-index:2;
 background: #6699CC;
 color: #333333;
  border: solid #ffffff;
 border-width:1px;

 }*/

#products-c-block {
 height: 55px; 
 position:relative;
 width:100%;

 /*z-index:1;*/
 background:#ffffff;
 color: #99CCFF;
 overflow: hidden;
 /*margin:0 15% 0 15%;*/
 }


#products-second-col{
 /* margin:0 300px 0 300px;*/
 left: 300px ;
 width: 180px ;
 height: 55px ;
 top: 0px;
 position:absolute;
 background: #CCFF99;
 /*background:#99CCFF;*/
 color: #333333;
 /*z-index:5;*/
 border: solid #ffffff;
 border-width:0px;
 }
 
 #products-first-col{
 position:absolute;
 top:0px;
 left:0;
 width:300px;
 height: 55px ;
 /*z-index:3;*/
 background:#CCFF99;
 color: #333333;
 border: solid #ffffff;
 border-width:0px;
 }

#products-third-col{
 left: 480px ;
 width: 180px ;
 height: 55px ;
 position:absolute;
 top:0px;
 right:0;
 /*z-index:2;*/
 background: #CCFF99;
 color: #333333;
  border: solid #ffffff;
 border-width:0px;

 }
