@charset "UTF-8";
/* CSS Document */

body {
	font: 12px Arial;
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	background-color:#000000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	height:100%;
}

img, a:link, a:visited, a:hover, a:active {
  border: 0px;
}

#mainContent {
  position: relative;
}

.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#000;
	background-repeat:no-repeat;
	
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the 's height */
	
}
.oneColFixCtr #mainContent {
	
	
	padding-left: 77px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:1000px;
}

#footer, #push {
	height: 142px; /* .push must be the same height as . */
}


	
	
		
#backHeader{
margin-top:99px;
color:#FFFFFF;
}

#backContent{
margin-top:85px;
font: 12px arial;

}

#backContent p{
line-height:16px;
}

/*column layout */
#backColLeft {
	float:left;
	width:358px;
	/*background:#FF9933;*/
	}

#backColRight{
	width:358px;
	margin-left:440px;
	padding-top:55px;
	/*background:#FF9933;*/
	}
	
.pageTitle{
margin-bottom:29px;
}

#hellpacific-image-gotaro, #hellpacific-image-jack {
  padding-left: 120px;
}

#hellpacific-image-gotaro {
  padding-top: 40px;
}
	

/* end */	

#menu {
width: 100%;
float: left;
margin-top:0px;
font: 14px arial;
position: relative;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
padding-right:30px;
}

#menu a, #menu h2 {
font: 14px arial;
display: block;
border-width:0px;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color:#fff;
text-transform: capitalize;
}

#menu a {
color: #fff;
background: #000;
text-decoration: none;
font-size: 14px;
}

#embassyMenu {
  position: absolute;
  top: 0px;
  left: 740px;
}

#embassyMenu ul {
background:#000000;
}

#embassyMenu h2 a {
width:125px;
background:#000;
color:#c00;
font: 14px arial;
font-weight: bold;
}

#embassyMenu h2 a:hover {
background:#000;}

#menu a:hover {
color: #d4be88;
background:#000;}

#menu li {position: relative;clear:both;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;
width:auto;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;
width:150px;
margin-top:-5px;}

div#menu ul li ul{
padding-top:10px;
padding-bottom:10px;
background-color:#000;
}

div#menu ul li ul li a{
	width:150px;
}


#backContent h2{
font: 12px Arial;
font-weight:bold;
}

#backContent a {
color: #d4be88;
}

#backContent img{
border:0px;
}

#embassy-logo {
  display: block;
  width: 41px;
  height: 50px;
  position: absolute;
  top: 25px;
  left: 845px;
}

#embassy-logo img {
  border-width: 0px;
  display: block;
}


.galleryImage{
margin: 0 19px 19px 0;
}

#footer {
  text-align: center;
  font-size: 0.9em;
}

#footer a {
  color: #fff;
}

#liff {
    float: left;
    width: 150px;
    height: 83px;
    margin-left: 70px;
    margin-right: 102px;
}

#footer-text {
    float: left;
    text-align: center;
}