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

	.MainMenuLogo{
		float:left;
		width:179px;
		height:75px;
		background:url(/images/OpenSailingHeaderLogo2.png);
	}
	
	.MainMenu{
		background:#E5000E;
		width:621px;
		height:24px;
		margin-top:15px;
		padding-top:3px;
		text-align:left;
	}
	
	.SubMenu{
		background:#E07273;
		height:17px;
		margin-top:5px;
		margin-bottom:11px;
		padding-top:2px;
		text-align:left;
	}

    a.MenuItem:link 
    {
      color: white ;
      background-color: transparent ;
      text-decoration: none ;
	  margin-left:18px;
	  margin-right:18px;
    }
    a.MenuItem:visited 
    {
      color: white ;
      background-color: transparent ;
      text-decoration: none ;
	  margin-left:18px;
	  margin-right:18px;

    }
    a.MenuItem:hover 
	{
	  color: black ;
	  background-color: transparent ;
	  text-decoration: none ;
	}
    
    a.MenuItemActive:link 
    {
      color: black ;
      background-color: transparent ;
      text-decoration: none ;
	  margin-left:18px;
	  margin-right:18px;
    }
    a.MenuItemActive:visited 
    {
      color: black ;
      background-color: transparent ;
      text-decoration: none ;
	  margin-left:18px;
	  margin-right:18px;
    }
    
    a.PageMenuItem:link 
    {
	  margin-left:12px;
	  margin-right:12px;
      color: gray ;
      background-color: transparent ;
      text-decoration: none ;
	  
    }
    a.PageMenuItem:visited 
    {
	  margin-left:12px;
	  margin-right:12px;
      color: gray ;
      background-color: transparent ;
      text-decoration: none ;
    }
    a.PageMenuItem:hover 
    {
	  color: black ;
	  background-color: transparent ;
	  text-decoration: none ;
    }
    

    .MainMenu 
    {
        font-family:Arial;
        font-size:14pt;
        font-style:italic;
        font-weight:bold;
        color:#FFFFFF;
    }
    .SubMenu
    {
        font-family:Arial;
        font-size:10pt;
        font-style:italic;
        font-weight:bold;
        color:#FFFFFF;
    }
    .PageMenu
    {
        font-family:Arial;
        font-size:10pt;
    }

/*********************/
/* Front Page Styles */
/*********************/

#Sidebar {
	float:right;
	width:250px;
}

#SidebarItem {
	margin-bottom:10px;
}

#SidebarHeader
{	
	background:#E2020C;
	
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;

	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;

	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
	-khtml-border-radius-bottomleft:0px;
	-khtml-border-radius-bottomright:0px;

	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	
	padding:4px;
}

#SidebarHeader h1{
	margin:0px;
	font-size:16px;
	text-align:center;
}

#SidebarBody{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;

	-khtml-border-radius-topleft:0px;
	-khtml-border-radius-topright:0px;
	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;

	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	
	padding:10px;
	
	background:#DDD;
}

#SidebarBody h2{
	margin:3px;
	font-size:14px;
	text-align:left;
}

#SidebarBody p{
	margin:3px;
	font-size:12px;
	text-align:justify;
}

#SidebarBody hr{
	color:#F33;
}
	
/******************/
/* Press Styles */
/******************/
	
    #PressClippings {
		width:500px;
	}
	
	#PressArticle {
		padding:10px;
		float:left;
		width:780px;
		text-align:center;
	}
	
	#PressArticleDate {
		float:left;
		width:125px;
		background:#D22;
		padding:10px;
		font-weight:bold;
		color:#FFF;
		
		-webkit-border-top-left-radius:10px;
		-webkit-border-top-right-radius:0px;
		-webkit-border-bottom-left-radius:10px;
		-webkit-border-bottom-right-radius:0px;

		-khtml-border-radius-topleft:10px;
		-khtml-border-radius-topright:0px;
		-khtml-border-radius-bottomleft:10px;
		-khtml-border-radius-bottomright:0px;

		-moz-border-radius-topleft:10px;
		-moz-border-radius-topright:0px;
		-moz-border-radius-bottomleft:10px;
		-moz-border-radius-bottomright:0px;
	}		
	
	#PressArticleBody {
		float:left;
		width:595px;
		background:#DDD;
		padding:10px;
		
		-webkit-border-top-left-radius:0px;
		-webkit-border-top-right-radius:10px;
		-webkit-border-bottom-left-radius:10px;
		-webkit-border-bottom-right-radius:10px;

		-khtml-border-radius-topleft:0px;
		-khtml-border-radius-topright:10px;
		-khtml-border-radius-bottomleft:10px;
		-khtml-border-radius-bottomright:10px;

		-moz-border-radius-topleft:0px;
		-moz-border-radius-topright:10px;
		-moz-border-radius-bottomleft:10px;
		-moz-border-radius-bottomright:10px;
	}
	
	#PressArticleImage {
		float:left;
		margin-top:8px;
		width:220px;
		text-align:center;
	}
	
	#PressArticleImage img{
		width:200px;
		border:none;
		}
	
	#PressArticleText {
		float:left;
		width:355px;
		padding:10px;
		font-style: italic;
		text-align: justify;
	}
	
/******************/
/* Photo Styles */
/******************/
	
div.PhotoHorizontal {
	width:780px;
	height:420px;		
}

/* container for the scrollable items */
div.PhotoHorizontal div.PhotoItems {
	height:420px;	
	float:left;
	width:540px;
	padding-top:10px;
}


/* single item */
div.PhotoItems a, div.noitems a {
	display:block;
	width:540px;
	height:420px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.PhotoItems a {
	float:left;
	text-align: center;
	padding-left:120px;
	padding-right:120px;
}

div.double div.PhotoItems a {
	float:none;
	margin-bottom:10px;
	cursor:default;
}

div.PhotoItems a:hover, div.noitems a:hover {
	color:#999;	
}

div.PhotoItems a.active, div.noitems a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}
		
/* navigator */
div.PhotoNavi {
	position:relative;
	width:780px;
	height:106px;
}


/* items inside navigator */
div.PhotoNavi span {
	width:100px;
	height:100px;
	float:left;
	margin:3px;
	background:#f0f;     
	cursor:pointer;
	}

#PhotoGallery {
	width:780px;
	padding:10px;
	}

#PhotoHolder{
	margin-top:10px;
	margin-bottom:10px;
	width:760px;
	float:left;
	border:2px solid #000;
	}
	
#Photo{
	float:left;
	width:760px;
	}
	
#Photo img{
	width:760px;
	}
	
#PhotoFooter {
	float:left;
	width:760px;
	}
	
#PhotoNumber {
	height:30px;
	padding:5px;
	text-align:center;
	float:left;
	width:40px;
	font-size:20pt;
	background:#000;
	color:#444;
	}
	
	
#PhotoTitle {
	width:700px;
	height:30px;
	padding:5px;
	float:left;
	background:#000;
	color:#FFF;
	}

/****************/
/* Video Styles */
/****************/

	a.VideoPlayer {	
		margin-top:10px;
		display:block;
		background:url(Tools/flowplayer/images/splash.png) no-repeat;
		width:425px;
		height:298px;
		padding:0 126px 75px 127px;	
		text-align:center;
		color:#fff;
		text-decoration:none;
		cursor:pointer;
	}
	
	/* splash image */
	a.VideoPlayer img {
		margin-top:115px;
		border:0;	
	}
		
	
	#VideoPlaylist {
		height:80px;
		background:#f5fbfb url(Tools/flowplayer/images/h150.png) repeat-x;
		padding:10px;
		border:1px solid #ddd;
		width:652px;
	}
	
	#VideoPlaylist div.entries {
		height:80px;
		float:left;
	}
	
	#VideoPlaylist div.entries a {
		background:transparent url(Tools/flowplayer/images/entry.png) no-repeat scroll 0%;
		color:#666;
		float:left;
		font-family:"bitstream vera sans","lucida grande","verdana";
		font-size:11px;
		height:60px;
		margin-right:7px;
		padding:10px;
		text-decoration:none;
		width:117px;
	}
	
	#VideoPlaylist div.entries a:hover {
		background-position:-140px 0;
		color:#000;
	}
	
	#VideoPlaylist div.entries a.playing {
		background-position:-280px 0;		
		color:#000;
	}
	
	#VideoPlaylist div.entries a.paused {
		background-position:-420px 0;		
		color:#000;
	}
	
	#VideoPlaylist div.entries a.progress {
		opacity:0.8;
	}
	
	#VideoPlaylist div.entries em {	
		float:left;
		width:80px;
		margin-top:45px;
		text-align:center;
		color:white;
	}
	
	#VideoPlaylist a.nextPage, #VideoPlaylist a.prevPage {
		display:block;
		width:18px;
		height:18px;
		background:url(Tools/flowplayer/images/left.png) no-repeat;
		margin:30px 10px;
		cursor:pointer;
		float:left;
	}
	
	#VideoPlaylist a.nextPage:hover, #VideoPlaylist a.prevPage:hover {
		background-position:0px -18px;		
	}
	
	#VideoPlaylist a.nextPage {
		background-image:url(Tools/flowplayer/images/right.png);	
	}
	
/************************/
/* Miscellaneous Styles */
/************************/


    
    