/* CSS Document */


BODY {
  text-align: center;
  margin: 0px;
  padding: 0px;
  background: #fff url(../assets/gradback.jpg) repeat-y 50%;
}
  
BODY,P,TABLE,TD,TR {   
  font-size: 12px;
  color: #000000;
  font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
}

A:link, A:visited, A:active, A:hover {
	text-decoration: none;
}
A:link  {
	color: #990000;	
}
A:visited { 
  color: #0000FF;
}
A:active {
  color: #0000FF;
}
A:hover { 
  color: #FF0000;
}
A.next_video:link, A.next_video:visited, A.next_video:active {
	color: #FFFFFF;	
}
A.next_video:hover { 
  color: #ffff00;
}
#video_header {
	font-weight: bold;
	color: #fff;
}
#swfvideo_header {
	font-weight: bold;
	color: #fff;
}
#navbar

{
  
	position:absolute;
	margin: 0 auto;
	left:67px;
	top:75px;
	width:279px;
	height:300px;
	z-index:7;
}


ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #fff;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #fff;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
}

li {
	float: left;
	position: relative;
	
	text-align: left;
	cursor: default;
	background: transparent;
	
}

li#destinations {
	width: 121px;
}

li#about {
	width: 140px;

}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(../assets/navback.jpg) repeat-y;
	
	padding: 10px 5px 5px 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

#header {
    position: relative;
    margin: 0 auto;
    width: 728px;
	height: 517px;
	background: #fff url(../assets/maingradient.jpg) repeat-x;
	background-position: 0px 101px;
}

#header2 {
    position: relative;
    margin: 0 auto;
    width: 728px;
	height: 90px;
	background: #fff url(../assets/maingradient.jpg) repeat-x;
	background-position: 0px 101px;
}


#mainvideo {
    position: absolute;
    left: 5px;
	top:0px;
	width:384px;
	height:335px;
	border:0px solid #000000;
	margin:0px;
	z-index:7;
	
}

#headcontent {
    position: absolute;
	text-align: left;
    width:338px;
	height:325px;
	left: 380px;
}

#headerbanner 
{
    position: absolute;
    width:728px;
	height:90px;
	left: 0px;
	top: 427px;
}

#wrapper {
    width: 728px;
	margin: 0 auto;
	background: #999;
}

#container {
	width: 100%;
    text-align: left;
	float: left;
	margin-right: -263px;
}
#content {
	background: #fff url(../assets/subgradient.jpg) repeat-x;
	width: 465px;
	background-position: 0px 19px;
	margin-top: -1px;
	margin-right: 262px;
}
#sidebar {
	width: 263px;
	float: right;
}
#footer {
    text-align: left;
	color: #fff;
	line-height: 20px;
    margin: 0 auto;
    width: 728px;
	height: 20px;
	background: #870000;
}



#header h2 {
	margin-top: 0;
	margin-bottom: 1.25em;
}
td,ul,ol,li {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 11px;
	line-height: 1.2em;
}


FORM {
  display: inline;
  margin-bottom: 0;
}


.hide {
	display: none;
}

img {
  display: block;
  border: 0;	
}

.inline { 
	display: inline;
	}


blockquote {
   font-size:9pt; border:1px solid #E6E6E6;
   margin:0px 20px; padding:0px 10px
}
blockquote .small {
   background:#E6E6E6;
   margin-left:-10px; padding:1px 2px
}
blockquote hr {
   visibility:hidden;
   height:1px
}
blockquote br {
   font-size:1px
}

#subheading {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	
}

h1, h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
}




h1 {
    color: #000;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.25em;
}

h2 {
    color: #000;
	font-size: 14px;
	font-weight: bold;
	
}
h3 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	
}

h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	
}
p,h1,h2,h3,h4 {
     margin: 5px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
table.tablemenu, td.tdmenu { /* using a list for menu */
margin:0;
padding:0;
}

table.tablemenu {
background: transparent url(../assets/nav_bar.jpg) top left no-repeat; /* general background for the menu */
height: 34px;
width: 728px;
}
li {
display: inline; /* correction for IE5 et IE5.5 */
}

li a { /* buttons dimensions and definition */
display: block;  /* block for <a> to give it its dimensions */
}

li a:hover, li a.menu1_active {
color: #43271B;
background: transparent url(../assets/nav_bar_link.jpg) top left no-repeat;
}
li a.menu2_active {
color: #43271B;
background: transparent url(../assets/nav_bar_link.jpg) top left no-repeat;
background-position: -102px 0%;
}
li a.menu3_active {
color: #43271B;
background: transparent url(../assets/nav_bar_link.jpg) top left no-repeat;
background-position: -198px 0%;
}
li a.menu4_active {
color: #43271B;
background: transparent url(../assets/nav_bar_link.jpg) top left no-repeat;
background-position: -282px 0%;
}
a#menu1:hover, a.menu1_active {
background-position: 0% 0%; /* move of background for each button */
}

a#menu2:hover, a.menu2_active {
background-position: -102px 0%;
}

a#menu3:hover, a.menu3_active {
background-position: -198px 0%;
}

a#menu4:hover, a.menu4_active {
background-position: -282px 0%;
}

#thumbnails_bar {
background : url(../assets/blank_bar.jpg) no-repeat; 
text-align:left;
padding-left:15px;
padding-top:10px;
height:34px;
width:713px;
color:#FFFFFF;
font-weight:bold;
font-size:11px;
letter-spacing:-0.2mm ;
font-family:Verdana;
margin:0px;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
