/* --------------------------------------------------
file: standard.css
website: www.theporthouse.ie
version: 1.0
created: 16/04/09
author: Oriana Pagano
contact: http://www.visrez.com
---------------------------------------------------*/

/* ----------------------- COMMON CLASSES --------------------------- */

.navigation, .alt {position:absolute;top:-6000px;left:-6000px}
.hidden, hr {display:none}
p,ul,li,form,fieldset,table,td,th,h1,h2,h3,h4,h5{margin:0;padding:0}
ul{list-style-type:none}
a {color:#691B07;}
a:hover {text-decoration:none}

/* Clearing floats without extra markup  */
.clearfix { display: inline-block; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* ----------------------- STRUCTURE --------------------------- */
html {font-size:62.5%}

body {
background-color:#a6987a;
margin:0; padding:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em
}

#wrapper {
width:960px;
margin:30px auto;
}

/* ----------------------- HEADER/BANNER --------------------------- */

#header {
background: url(img/bg_top.jpg) 0 0 no-repeat;
position:relative;
height:200px;
}

#logo {
width:344px;height:133px;
position:absolute;
background:url(img/logo.png) no-repeat scroll;
top:30px;
left:50px;
}

	#logo #home {
	width:344px;height:133px;
	display:block;
	}

#pageTitle {
position:absolute;
width:520px;height:130px;
top:-9px;
left:380px;
padding-top:70px;
}

	#pageTitle h2{
	padding:0 0 0 150px;
	color:#000; 
	font-size:3em; 
	font-weight:bold;
	font-style:italic;}
	
	#pageTitle p {
	font-size:1.8em;
	font-style:italic;
	padding:0 0 30px 120px;
	}

#banner { height:244px;

}

/* ----------------------- CONTENT --------------------------- */
	
#content{
background: url(img/bg.jpg) left bottom no-repeat;
font-size:1.8em;
padding:20px 25px 35px 35px;
}

	#content p{font-size:0.9em;}
	
/* ----------------------- MENU --------------------------- */
ul.menu {
padding:0;
margin:0 0 5px 0;
}
	.menu li {
	 list-style-type:none;
	width:145px;
	height:101px;
	display:block;
	float:left;
	margin:0px 42px 0 0;
	background:url(img/menu-item.png) no-repeat scroll top left;
	
	}	
	.menu li a {
	padding:0;margin:40px 5px 0 0; display:block; text-align:center;
	text-decoration:none;color:#000; font-style:italic; font-weight:bold
	}
	.menu a:hover {color:#691B07}
	.menu a.active {color:#691B07}

	.menu li.last { margin-right:0;} 

/* ----------------------- FOOTER --------------------------- */

#footer{
padding:20px 0;
margin:0;
color:#282425;
font-size:1.1em;
text-align:center;
clear:both
}
	

	

/* ----------------------- OTHER --------------------------- */
.location_page_content
{
    min-height:370px;
    height:auto !important;
    height:370px;
}
#map
{
    width: 400px;
    height: 350px;
    float: right;
    margin: 10px;
    border: 1px solid #444;
}
#enquiry
{
    float: right;
}