/******************/
/* MENU STYLES    */
/******************/

	.OS_MainMenuLogo{
		float:left;
		width:179px;
		height:75px;
		background:url(/images/OpenSailingHeaderLogo2.png);
	}
	
	.OS_MainMenu{
        font:14pt/1.25 Arial;
        color:#FFFFFF;
		background:#E5000E;
		width:621px;
		height:24px;
		margin-top:15px;
		padding-top:3px;
		text-align:left;
	}
	
	.OS_SubMenu{
        font:10pt/1.25 Arial;
        color:#FFFFFF;
		background:#E07273;
		width:621px;
		height:17px;
		margin-top:5px;
		margin-bottom:11px;
		padding-top:2px;
		text-align:left;
	}
	
    .OS_PageMenu
    {
        font-family:Arial;
        font-size:10pt;
    }
	
	.OS_MainPage{
		width:800px;
		margin:auto;
	}
	
	.OS_MainContents{
		background:#FFF;
		padding:10px;
	}


	a.OS_MenuItem 
    {
      color: white ;
      background-color: transparent ;
      text-decoration: none ;
	  margin-right:15px;
  	  margin-left:15px;
  	  font-weight: bold;
  	  font-style:italic;
    }
    
    a.OS_MenuItem:hover 
	{
	  color: black ;
	}
    
    a.OS_MenuItemActive 
    {
      color: black ;
      background-color: transparent ;
      text-decoration: none ;
      margin-left:18px;
	  margin-right:18px;
	  font-weight: bold;
  	  font-style:italic;
    }
        
    a.OS_PageMenuItem:link 
    {
	  margin-left:12px;
	  margin-right:12px;
      color: gray ;
      background-color: transparent ;
      text-decoration: none ;
	  
    }
    a.OS_PageMenuItem:visited 
    {
	  margin-left:12px;
	  margin-right:12px;
      color: gray ;
      background-color: transparent ;
      text-decoration: none ;
    }
    a.OS_PageMenuItem:hover 
    {
	  color: black ;
	  background-color: transparent ;
	  text-decoration: none ;
    }
    
    hr.OS_PageMenuDivide
    {
	    color:#AAA;
	    background-color:#AAA;
	    border:none;
	    height:2px;
    }
    
    body
    {
        font-family:Arial;
        background: #000 url(Boats/Open650/images/CarbonFibre.jpg);
        background-attachment: fixed;
    }