* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;	
}

.clearfix:after {
  content: "";
  clear:both;
  display:table;
}

/** end **/

body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;	
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #333;
}

a {
	font-size: 14px;
	color: #0B669D;
}

.mess{
	color:#063b5c;	
}

#wrapper{
	width:100%;
	background: #fff;
	margin:30px auto;
	}
	
.center{
	width:100%;
	max-width:1000px;
	margin:0 auto;	
}	 

ul{
	list-style: none;
	}
a {
	text-decoration: none;
	}
#clear{
	clear:both;
	}
	
/* font-family: 'Ubuntu', sans-serif; */

/* ---- HEADER --- */

.header-cont {
  width:100%;
  position:relative;
  background: #3C3C3C;
  top:0px;  
  box-shadow: 5px 5px 15px #888888;  
}


.header {
	height:150px;		
	with:100%;
	max-width: 1000px;
	margin:0px auto;
}

/* ----  logo / text ---- */

#logo{
	float:left;	
	margin-top:30px;
	padding: 0px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 36px;
	color:#CFCFCF;
	}
.motext{	
	padding:0px;
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	color:#CFCFCF;
	}
	
#menu {
	width:100%;		
	max-width:1000px;
	background-color: #ebebeb;	
}

nav {	
	width:100%;	
	padding:0;		
	}
	
nav ul {
	display: inline-block;
	width: 100%;	
	text-align:center;	
	}

nav ul li {	
    text-align: center;	
	color: #6d6c69;	
	display:inline;	
	padding-left: 10px;	
	float:right;
}

nav ul a {    
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;	
	letter-spacing: 0.08em;
	padding: 1em 0.5em 3em;	
	color:#bd811a;		
	text-decoration:none;
}

nav ul li a:hover  {
	color: #959491;
	animation: warning 1.5s infinite ease-in;
}

/* -------------------- ------  INTRO  -------- ------------------ */

#intro{
	color:#333;	
	width:100%;	
	margin:0px auto;	
	}
#intro .center{	
	margin:0px auto;
	}
	
#introtx{			
	font-size: 14px;
	margin: 0px 10px 0px 0px;	
	}

#introtx p{
	color:#333;
	padding: 0px 10px 5px 10px;
	line-height: 20px;
	text-align:center;	
	}

