@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Century Schoolbook";
  src: url(/asset/fonts/censcbk.ttf);
}

@font-face {
  font-family: "Eras Demi ITC";
  src: url(/asset/fonts/erasdemi.ttf);
}

@font-face {
  font-family: HelveticaNeue;
  src: url(/asset/fonts/HelveticaNeueHv.ttf);
}

@font-face {
  font-family: "Product Sans";
  src: url(/asset/fonts/ProductSansRegular.ttf);
}


{ margin: 0; padding: 0; }

html { 

}

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
#header {
	font-family: "Product Sans";
	width: 100%;
	clear: left;
	float: left;
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66FFFF;
	z-index: 999;
	position:relative;
}
#header_centre {
	margin-left:auto;
	margin-right:auto;
	max-width: 1000px;
	position: relative;
}
#header #header_logo {
	clear: left;
	float: left;
	width: 200px;
	margin-left: 10px;
	max-width: 400px;
}

#header #header_logo #header_logo_img {
	width: 100%;
	clear: left;
	float: left;
}
#header  #header_logo #tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: -40px;
	clear: left;
	float: left;
	margin-left: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-weight: bold;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);

#topmenu {
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	margin-top: 10px;
        margin-bottom: 10px;
	padding:0;
	clear: right;
	z-index: 6;
	
}

#topmenu a
{
	position:relative;
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:100;
	font-size:1em;
	line-height:1.2em;
	padding:0 15px;
	font-family: "Product Sans";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;	
	/*font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	/*font-family: Franklin-Gothic-Book;*/
}

#topmenu li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	
}

#topmenu li.current-menu-item
{
/*	background:#ddd */
}

#topmenu li:hover
{
	background:#f6f6f6
}

#topmenu ul
{
	list-style:none;
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
	border: 1px solid #CCCCCC;
}

#topmenu ul li
{
	float:none;
	width:150px;
	border: 1px #CCCCCC solid;
}

#topmenu ul a
{
	font-size: 0.8em;
	line-height: 1em;
	padding:10px 15px;
	font-family: "Product Sans";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;	
}

#topmenu ul ul
{
	top:0;
	left:100%
}

#topmenu li:hover > ul
{
	display:block
}


#logo_small_box {
	width: 10%;
	margin-top: 10px;
	clear: left;
	float: left;
}

#logo_small_box #logo_small_img {
	width: 100%;
}
.slicknav_menu {
	display:none;
	border-bottom: solid gray 1px;
}
#middle {
	width: 100%;
	clear: left;
	float: left;
	background-color: #FFFFFF;
	vertical-align: top;
	z-index: 6;
}

#middle_centre {
	margin-left:auto;
	margin-right:auto;
	max-width: 100%;
	position: relative;
	overflow:hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#middle_centre h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: 50px;
}
#middle_centre h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 50px;
}
#footer {
	width: 100%;
	clear: left;
	float: left;
	padding-bottom: 100px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #66FFFF;
}
#footer_centre {
	margin-left:auto;
	margin-right:auto;
	max-width: 1000px;
	position: relative;
}
#footer .linkgroup_container {
	clear: left;
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: 50px;
}
#footer .linkgroup {
	font-family: "Product Sans";
	float: left;
	width: 200px;
	margin-top: 20px;
	margin-right: 10px;
}

#footer .linkgroup .title {
	font-size: 1em;
	font-weight: bold;
}
#footer .linkgroup ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer .linkgroup li {
	font-size: 0.9em;
	margin: 0px;
	padding: 2px;
}

#endfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 90%;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: left;
	float: left;
}


@media screen and (min-width: 300px) {

#header {
	/*background-color: rgba(255, 255, 255, .95);*/
	background-color:#FFFFFF;
	text-align:	left;
}
#header #header_logo {
	width: 80%;
	margin-top: 10px;

}

#logo_small_box {
	width: 150px;
	margin-top: 10px;
}

#logo_small_box #logo_small_img {
	width: 100%;
}

	/* #menu is the original menu */
	
	#header_logo, #img_ims_iso, #img_ims_25th {
		display:none;
	}		
	#topmenu {
		display:none;
	}	
	.slicknav_menu {
		display:block;	
		/*box-shadow: 0px 10px 10px -10px black;*/
		border-bottom: 1px solid #66FFFF;
		
	}
	
}

@media screen and (min-width: 900px) {

#header #header_logo {
	width: 40%;
	margin-top: 10px;
}
#header {
/*	background-color: rgba(0, 255, 255, 0);*/
	background-color:#FFFFFF;	
	text-align:	left;
	border-bottom: 1px solid #66FFFF;	
}

#logo_small_box {
	width: 150px;
	margin-top: 10px;
}

#logo_small_box #logo_small_img {
	width: 100%;
}

	/* #menu is the original menu */
	
	#header_logo, #img_ims_iso, #img_ims_25th {
		display:block;
	}			
	#topmenu {
		display:block;
	}
	
	.slicknav_menu {
		display:none;

	}
}
