@import 'layout.css';

body, html{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0;
	padding: 0;
	
}

p,a,img,h1,h2,h3,ul,li{
	outline:none;
	margin:0;
	padding:0;
	border:none;
}
p{
	margin: 6px 0 32px;
	color:#585049;
	line-height:200%;
}
span.big-letter{
	 color:#ad9176;
	 font-size:28px;
}
h1.h1_logo{
	height: 177px;
	width: 210px;
	text-indent:-9000px;
	float:left;
	margin-top:12px;
}
h1.header_quote{
	float:right;
	font-size:20px;
	color:#fff;
	font-weight:normal;
	margin-top:48px;
}
a#book-now{
	float:right;
	text-indent:-9000px;
	height:48px;
	width:147px;
	display:block;
	margin: -50px 50px 0 0;
}
#header #menu ul{
	list-style: none;
	margin: 50px 0 0 20px;
	float:right;
}
#submenu ul{
	list-style: none;
	margin-top: 16px;
	float:right;
}
#header ul li{
	display:inline;
}
#header #menu ul li a{
	color: #cfcdcc;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	float:left;
	margin-left:32px;
}
#submenu ul li a{
	color: #cfcdcc;
	font-size:14px;
	text-decoration:none;
	float:left;
	margin-left:32px;
}
#header ul li a:hover, #header ul li a.selected{
	color:#fff;
}
#footer{
	text-align:center;
}

/** BACKGROUNDS **/
body, html{ background: url('/sites/eichardts.co.nz/themes/default/images/bg.jpg') repeat center top; }
#wrapper{ background: url('/sites/eichardts.co.nz/themes/default/images/bg-top.jpg') repeat-x center top; }
#content{ background: url('/sites/eichardts.co.nz/themes/default/images/content-bg.png') no-repeat;}
h1.h1_logo{ background: url('/sites/eichardts.co.nz/themes/default/images/logo.png') no-repeat;}
a#book-now{ background: url('/sites/eichardts.co.nz/themes/default/images/booknow-button.png') no-repeat;}