/* Reset css
=================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h1, h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

html { 
  min-height: 100%; 
	margin-bottom: 1px; 
}
body {
	font-size: 75%;			/* This sets the default font size to be equivalent to 12px (100/16 x 12)  */
	font-family: Georgia, Palatino, Times New Roman;
	color: #c8bbb7;
	background: #30120e;
	line-height: 150%;
}

/* blocktext */
h1, h2, h3, h4, h5, p, ul { 
	margin: 0;
	padding : 5px 0; 
}

h1 {
	font-size: 200%;
	color: #ffffff;
}

h2 {
	font-size: 160%;
	color: #ffffff;
}
h3 {
	font-size: 130%;
	color: #ffffff;
}

/* a */
a, a:visited { 
	color : #91786e; 
	text-decoration : none;
} 
a:hover { 
	color : #ffffff; 
	text-decoration : underline;
} 

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

hr {
  border: 0;
  width: 100%; 
  margin-left: 0;
  margin-right: 0;
  color: #634032;
	background-color: #634032;
	height: 1px;
}

ul {
	padding: 5px 0;
	list-style: disc;
	padding-left: 25px;
}
ul li {
	padding: 2px 0;
}

ol {
	padding: 5px 0;
	list-style-position: outside;
	padding-left: 16px;
}

span.image-info {
	font-size: 90%;
	color: #997977;
}

/* Main blocks
=================================*/
#wrapper {
	width: 760px;
	margin: 0 auto;
	background: #481e0e;
}


#header {
	width: 760px;
	height: 260px;
	background: #551f1c;
	position: relative;
}
#header h1 {
	font-size: 2.2em;
	line-height: 1;
	font-weight: normal;
	padding: 0;
}
#header h1 a {
	display: block;
	width: 510px;
	height: 260px;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}
body#home div#header h1 a {
	background: url("../images/primrose_cottage_homepage.jpg") no-repeat 0 0;
}
body#about div#header h1 a {
	background: url("../images/primrose_cottage_about_tarifs.jpg") no-repeat 0 0;
}
body#location div#header h1 a {
	background: url("../images/primrose_cottage_location.jpg") no-repeat 0 0;
}
body#testimonials div#header h1 a {
	background: url("../images/primrose_cottage_testimonials.jpg") no-repeat 0 0;
}





#header p {
	text-indent: -10000px;
	padding: 0;
}
#header div.quote {
	position: relative;
	left: 510px;
	top: 0;
	height: 136px;
	width: 230px;
	background: #551F1C;
	color: #ffffff;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	font-size: 135%;
	font-style: italic;
}
#header div.quote span {
	color: #997977;
	font-size: 60%;
	font-style: normal;
	line-height: 2px !important;
}
#header div.quote span.bot {
	position:relative;
	top: -4px;
}

#header div.bg {
	position: relative;
	left: 510px;
	top: -4px;
	height: 32px;
	width: 250px;
	background: #300e0c;
	font-size: 150%;
	padding: 14px
}






div.full-col {
	width: 720px;
	padding-left: 20px;
	padding-right: 20px;
}
div.left-col {
	float: left;
	width: 470px;
	padding-left: 20px;
	padding-right: 20px;
}

div.right-col {
	float: right;
	width: 250px;	
}


div.right-col {
	padding-top: 5px;	
}
div.right-col img.small {
	margin-right: 5px;	
}
div.right-col img {
	margin-bottom: 2px;	
}



div#map {
	width: 470px;
	height: 470px;
}


/* menu
=================================*/
div#menu-cont {
	position: relative;
	width: 750px;
	background: #290d06;
	margin: 0;
	padding: 0;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
}

ul.menu {
	width: 760px;
	display: inline;
	font-weight: normal;
	font-size: 100%;
	padding: 0;
} 
ul.menu li {
	list-style: none;
	display: inline;
	padding: 0 10px;
}
ul.menu li a {
	color: #997977;
	text-decoration: none;
	padding: 0;
}
ul.menu li a:hover {
	color: #ffffff;
	text-decoration: underline;
}



body#home ul.menu li a.home,
body#about ul.menu li a.about,
body#location ul.menu li a.location,
body#testimonials ul.menu li a.testimonials {
	color: #ffffff;
	text-decoration: underline;
}





/* Footer
================================*/
div.footer {
	padding: 10px 20px;
	background: #290d06;
	height: 130px;
}
div.footer p {
	padding: 2px 0;
}
div.footer p.phone {
	font-size: 270%;
	padding-bottom:5px;
}
div.footer div {
	position: relative;
	top: -125px;
	left: 580px;
}




