@charset "UTF-8";

/* Typography
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
   
html { font-size:100.01%; }

@font-face {
	font-family: ChaparralProReg;
	src: url(../fonts/ChaparralPro-Regular.otf) format("opentype");
}

@font-face {
	font-family: ChaparralPro;
	src: url(../fonts/ChaparralPro-Bold.otf) format("opentype");
}

body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family:ChaparralProReg, Georgia, "Times New Roman", Times, serif;
  background-image:url(../images/background.jpg);
  background-position:center top;
}

a img {
	border:none;
}

/* "Helvetica Neue", Arial, Helvetica, sans-serif;
*/

#container {
	width: 1000px;
	margin-top: 20px;
	margin-bottom:20px;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
	background-image:url(../images/mainBackground.jpg);
	position: relative;
}

#logo {
	width:234px;
	height:76px;
	padding: 0px;
	float: left;
	margin: 0px;
	left: 54px;
	top: 54px;
	position: absolute;
}

#nav {
	width:568px;
	height:20px;
	margin:0px;
	padding:0px;
	float:left;
	position: absolute;
	left: 356px;
	top: 114px;
}

#contactDetails {
	float:left;
	clear:both;
	padding:0px;
	text-align: center;
	position: absolute;
	width: 1000px;
	margin: 0px;
	bottom: 60px;
}

#contactDetails p {
	font-size:1.2em;
	font-weight:bold;
	line-height: 1.25;
	margin-bottom: 0px;
	letter-spacing: 0.5em;
}

#tagline {
	width:1000px;
	margin:0px;
	padding:0px;
	float:left;
	clear:both;
	position:absolute;
	bottom: 20px;
	text-align: center;
}

#tagline p {
	font-size:1.5em;
	font-weight:bold;
	line-height: 1.25;
	margin-bottom: 0px;
	letter-spacing: 0.2em;
}
