@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

@font-face {
    font-family: 'OpenSansBold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'OpenSansRegular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'OpenSansSemiboldRegular';
    src: url('opensans-semibold-webfont.eot');
    src: url('opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-semibold-webfont.woff') format('woff'),
         url('opensans-semibold-webfont.ttf') format('truetype'),
         url('opensans-semibold-webfont.svg#OpenSansSemiboldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img, object, embed, video {
	max-width: 100%;
	margin: 20px 0 0 0;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

body {
	background: url(../img/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'OpenSansRegular', sans-serif;
	font-size: 14px;
	}

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0 auto;
	width: 100%;
	display: block;
}


#header div.rectangle {
	width: 311px;
	height: 68px;
	background:#fff url(../img/logo.jpg) no-repeat center center;
	float:none;
	-moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	margin:10px auto;
	
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#footer p {
	margin:20% auto;
	text-align:center;
	color:white;
}

#main_visual {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#title {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#title img {
	position:relative;
	
}

#menu_holder {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top:20px;	
	width: 100%;
	display: block;
}

.menu {
  list-style-type:none;
  white-space:nowrap;
 
  }
  
.menu b{
	 font-weight:400;
	 text-transform:uppercase;
	}
  
 
 .menu a {
  position:relative;
  display:block; 
  text-decoration:none; 
  float:left; 
  width:5%;
  color:white;
  font-size:9px;
 
  }
  
  
.menu a:hover {
  
  color:black;
 -moz-transition:ease .445s;
 -webkit-transition:ease .445s;
 -o-transition:ease .445s;
 
  }



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#header div.rectangle {
	width: 311px;
	height: 68px;
	background:#fff url(../img/logo.jpg) no-repeat center center;
	float:right;
	-moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	margin:10px auto;
	
}

#main_visual {
	
}

#title {
	
}

#menu_holder {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top:20px;	
	width: 100%;
	display: block;
}

.menu {
  list-style-type:none;
  white-space:nowrap;
  position:relative;
  }
  
.menu b{
	 font-weight:400;
	
	}
  
 
 .menu a {
  position:relative;
  display:block; 
  text-decoration:none; 
  float:left; 
  width:5%;
  color:white;
  font-size:9px;
 
  }
  
  
.menu a:hover {
  
  color:black;
 -moz-transition:ease .445s;
 -webkit-transition:ease .445s;
 -o-transition:ease .445s;
 
  }
  
  .menu a span {
  display:block; 
  color:#fff;
  text-align:center; 
  padding:4px 5px 0px 5px; 
  cursor:pointer;
  }
  
.menu a span {
  width:100%; 
  cursor:hand; 
  width:10%;
  }
  
.menu a b {
  display:block; 
  border-top:1px solid #fff;
  padding-top:20px;
  font-weight:400;
  }
  
.menu a:hover {
 
  }
.menu a:hover span {
  color:#fff; 
 
  }
.menu a:hover em {
  display:block; 
  overflow:visible; 
  width: 40px;
  height: 40px; 
  background:url(../img/circle.png)no-repeat;
  position:absolute; 
  top:-20px;
  left:30%; 
/*  margin-left:10px;*/
}



#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 600px) {
.gridContainer {
	width: 99.9%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#header div.rectangle {
	width: 311px;
	height: 68px;
	background:#fff url(../img/logo.jpg) no-repeat center center;
	float:right;
	-moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	margin:10px auto;
	
}

#main_visual {
	width: 38.7755%;
	float: left;
	display: inline;
	margin-left: 22.4489%;
	
}

#title {
	width: 28.5714%;
	float: right;
	margin-top: -19%;
	margin-right: 18%;
	
}

#menu_holder {
	width:100%;
	float: right;
	clear: both;
	/*margin-left: 71.4285%;*/
	margin-top: 3%;
	
	
}
	
.menu {
  list-style-type:none;
  white-space:nowrap;
  position:relative;
  }
  
.menu li {
  
 
  }
.menu a {
	position: relative;
	display: block;
	text-decoration: none;
	float: left;
	width: 20%;
	font-size: 10px;
  }
  

.menu a span {
  display:block; 
  color:#fff;
  text-align:center; 
  padding:4px 5px 0px 5px; 
  cursor:pointer;
  }
  
.menu a span {
  width:100%; 
  cursor:hand; 
  
  }
  
.menu a b {
  display:block; 
  border-top:1px solid #fff;
  padding-top:20px;
  font-weight:400;
  }
  
.menu a:hover {
 
  }
.menu a:hover span {
  color:#fff; 
 
  }
.menu a:hover em {
  display:block; 
  overflow:visible; 
  width: 40px;
  height: 40px; 
  background:url(../img/circle.png)no-repeat;
  position:absolute; 
  top:-20px;
  left:42%; 
/*  margin-left:10px;*/
}


#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#footer p {
	margin:10% auto;
	text-align:right;
	color:white;
}



}
