/* Layout Stylesheet */ 
html { margin:0; padding:0; }

body{
 margin:0px auto; 
 padding: 0px auto; 
 text-align: center;
 border:0px solid #fff;
 background-image: url(../Images/detail/BottomBg.jpg);
 background-position: bottom;
 background-repeat: repeat-x;
 background-attachment:fixed;
 }
 
#TopPos{
 background-image: url(../Images/detail/topBg.jpg);
 background-position: top;
 background-repeat: repeat-x;
 background-attachment:fixed;
}
	 
#hdr{
 height: 81px;
 text-align: left;
 border: solid #333333;
 border-width: 1px 1px 0px 1px;		     /*   Top  Right  Bottom  Left   */
 background-color: #000;
 background-image: url(../Images/header/bar.gif);
 background-repeat: repeat-y; 
 }
 
 #logo{
 width: 70px;
 margin: 0px;
 padding: 14px 0px 0px 0px; 
 text-align: center;
 }
 
 #logoCont{
 width: 245px;
 margin-right:: 0px;
 float: right;
 padding: 0px 0px 0px 0px; 
 _padding: 15px 0px 0px 0px;
 text-align: left;
 }

#Slogan{
 width: 460px;
 margin-right:: 300px;
 float: right;
 padding: 0px; 
 text-align: center;
 } 
    
#Empty-col{
 border: solid 	#313131;
 vertical-align: top;
 border-width: 0px 1px 0px 1px;
 background: #ffffff;
 color: #333333;
 height: 68px;
 _height: 43px;
 }	
	 
#lh-col{
 border: solid 	#313131;
 border-width: 0px 1px 0px 1px;
 background-color: #fff;
 background-position: bottom;
 color: #333333;
 }

#rh-col{
 width: 0px;
 background: #c0c0c0;
 color: #333333;
 margin: 0;
 padding: 0;
 border: 0;
 }
 
 .Footfm {
 height: 16px;
 font-size: 12px;
 font-family:Arial, Helvetica, sans-serif;
 color:#FF3300; 
 border: 1px solid #333333;
 background: #000 url(../Images/header/bar.gif) repeat-y; 
 width: 777px;
}

.Ffm_l {
 color:#DA1C12;
 vertical-align: top;
 text-align:left; 	
 margin-left: 80px;
 _margin-left: 80px;
} 

.Ffm_r {
 color:#FFF;
 float: right;
 vertical-align: top;
 text-align: right;
 margin-right: 80px;
 _margin-right: 40px;
} 