/* @import "table.css"; */

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

* {
margin:0;
padding:0;
list-style:none;
vertical-align:baseline;
}

@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('webfonts/MyriadPro-Bold/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),  
	   url('webfonts/MyriadPro-Bold/MyriadPro-Bold.otf') format('opentype'),
	   url('webfonts/MyriadPro-Bold/MyriadPro-Bold.woff') format('woff'), 
	   url('webfonts/MyriadPro-Bold/MyriadPro-Bold.ttf') format('truetype'), 
	   url('webfonts/MyriadPro-Bold/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Condensed';
  src: url('webfonts/Roboto-Condensed/Roboto-Condensed.eot?#iefix') format('embedded-opentype'),  
  	   url('webfonts/Roboto-Condensed/Roboto-Condensed.woff') format('woff'), 
	   url('webfonts/Roboto-Condensed/Roboto-Condensed.ttf')  format('truetype'), 
	   url('webfonts/Roboto-Condensed/Roboto-Condensed.svg#Roboto-Condensed') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('webfonts/Roboto-Light/Roboto-Light.eot?#iefix') format('embedded-opentype'),  
  	   url('webfonts/Roboto-Light/Roboto-Light.woff') format('woff'), 
	   url('webfonts/Roboto-Light/Roboto-Light.ttf')  format('truetype'), 
	   url('webfonts/Roboto-Light/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('Roboto-Regular.eot?#iefix') format('embedded-opentype'),  
  	   url('Roboto-Regular.woff') format('woff'), 
	   url('Roboto-Regular.ttf')  format('truetype'), 
	   url('Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('webfonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('webfonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  	   url('webfonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), 
	   url('webfonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), 
	   url('webfonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), 
	   url('webfonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*@import 'webfonts/font-awesome/css/font-awesome.css'; */
/* CSS for jquery.fancyform.js */
/*custom mixins */
/*end custom mixins */
/* Control Holder */

body {
	background-color:#FFF;
	background-image:url(../imgz/bg_lines.png);
    background-size: cover;
}

#construction {
	position:absolute;
	float:left;
	width:420px;
	height:210px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	/*color:#E72716;*/
	color:#03953f;
	text-align:center;
	top:50%;
	left:50%;
	margin:-170px 0 0 -208px;
}