@charset "utf-8";
/* CSS Document */
body
{
 margin:0;
 padding:0;
 font-size:14px;
 font-family:Arial, Helvetica, sans-serif;
}
#header_container
{
position:relative;
min-width:1000px;
background-color:#EAEEED;
}
p{
text-align:justify;
color:#333;
font-size:14px;
}
#main_container
{ position:relative;
background-color:#EEE;
min-width:1000px;
}
.main_container_2
{ position:relative;
background-color:#eaefed;
min-width:1000px;
}
.main_2
{
width:90%;
min-width:1000px;
margin:auto;
position:relative;
}
#attraction_container
{ position:relative;
background-color:#eaefed;
min-width:1000px;
}
#main
{
width:90%;
min-width:1000px;
margin:auto;
position:relative;
}
h1,h2,h3,h4,h5,h6
{
padding:0;
margin:0;
color:#007f81;
font-family: 'Slabo 27px', serif;
}
h1{
text-decoration:underline;
}
#header
{
position:relative;
min-width:1000px;
width:90%;
margin:auto;
}
#ymrAttraction
{
 position:relative;
 width:90%;
 margin:auto;
 min-width:1000px;
}
#nav_container
{
 position:relative;
 min-width:1000px;
  background-color:#333f4f;
 }
 #nav
 {
 position:relative;
 width:90%;min-width:1000px;
 margin:auto;
 line-height:40px;
 font-size:12px;
 }
 #nav a
 {
  color:#FFFFFF;
  text-decoration:none;
  font-weight:bold;
 }
 .menuitem
 {
 position:relative;
 padding:0 20px;
  color:#FFFFFF;
  font-weight:bold;
  cursor:pointer;
 }
 .menuitem:hover
 {
  background-color:#777;
 }
 
 #footer_container
 {
   position:relative;
   min-width:1000px;
   background-color:#333f4f;
 }
 #footer
 {
  width:90%;min-width:1000px;
  position:relative;
  margin:auto;
 }
 #footer p
 {
 color:#FFFFFF;
 font-size:16px;
 font-family:"Times New Roman", Times, serif;
 }
 #background-image{
position:absolute;
width:100%;
height:100%;
min-width:980px;
left:0;
top:0;
background-size:100% 100%;
min-height:300px;
}
#background-image2{
position:absolute;
width:100%;
height:100%;
min-width:980px;
left:0;
top:0;
background-size:100% 100%;
min-height:300px;
}

 #footer a
 {
 text-decoration:none;
 color:#CCCCCC;
 }
 #footer a:hover
 {
 text-decoration:underline;
 color:#666;
 }
 
 #bottom_nav_container
{
 position:relative;
  background-color:#394556;
  box-shadow:0 0 2px #394556;
  min-width:1000px;
 }
 #bottom_nav
 {
 position:relative;
 width:90%;min-width:1000px;
 margin:auto;
 line-height:30px;

 }
 #bottom_nav a
 {
  color:#606c7c;
  text-decoration:none;
  font-weight:bold;
 }
#bottom_nav a:hover
 {
  color:#fff;
  text-decoration: underline;
  font-weight:bold;
 }
 #copyright_container
 {
 position:relative;
  background-color:#1A2531;
  min-width:1000px;
 }
 #copyright
 {
  position:relative;
 width:90%;min-width:1000px;
 text-align:center;
 margin:auto;
 color:#FFF;
 line-height:30px;
 }
 #copyright
 {
  position:relative;
 width:90%;min-width:1000px;
 text-align:center;
 margin:auto;
 color:#FFF;
 line-height:30px;
 }
.draw_images{
box-shadow:0 0 2px #333;
}
.draw_images:hover{
box-shadow:0 0 5px #000;
}

.dropdown
{
position:absolute;
left:0;
text-align:left;
top:40px;
min-width:220px;
background:#333;
display:none;
box-shadow:0px 2px 3px #333;
}
.dropdownmenuitem
{
line-height:30px;
padding-left:15px;
font-size:11px;
}
.dropdown a
{
color:#FFFFFF;
font-weight:400;
}
.menuitem a
{
	color:#FFFFFF;
}
.dropdownmenuitem:hover
{
background-color:#007f81;
}
#home_products img{
box-shadow:0px 0px 2px #666;
}
#home_products img:hover{
box-shadow:0px 0px 10px #000;
}
#home_products a{
text-decoration:none;
font-size:18px;color:#333;
font-weight:bold;
line-height:40px;
}
#home_products a:link{
}
#home_products a:visited{
}
#home_products a:hover{
color:#007f81;
text-decoration:underline;
}
#home_products a:active{
}
#leftmenu{
position:relative;
}
#leftmenu a{
text-decoration:none;
color:#555;
font-weight:bold;
}
#leftmenu a:link{
}
#leftmenu a:visited{
}
#leftmenu a:hover{
}
#leftmenu a:active{
}
.left_menuitem{
position:relative;
line-height:35px;
background-color:#CCC;
text-indent:20px;
border-radius:5px;
}
.left_menuitem:hover{
background-color:#ffb770;
color:#FFF;
}
#content_right{
font-size:12px;
color:#CCC;
font-weight:bold;
}
#content_right p{
font-size:12px;
color:#555;
font-weight:bold;
}
#content_inner ul{
font-style:italic;
font-weight:bold;
color:#333;
}