html, body{ 
	margin:0; 
	padding:0; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #fff;
} 

html {
	background: #333333 url(http://smartsireland.com/templates/smarts_ireland/images/header_bg.jpg) repeat-x;
}

body {
	background: transparent url(http://smartsireland.com/templates/smarts_ireland/images/logo_gradient.jpg) no-repeat top;
}

#logo{ 
	float:left;
}

ul {
	margin: 55px 0 0;
}

ul li {
	list-style: none;
}

#location {
	width: 403px;
	height: 38px;
	background: url(../images/navigation.jpg) no-repeat;
	position: relative;
}
	#location li {
		position: absolute;
		top: 0;
		text-indent: -9999px;
}
	#location li, #location a {
		height: 38px;
		display: block;
}
	#england {
		left: 0;
		width: 104px;
}
		#england a:hover {
			background: transparent url(../images/navigation.jpg) 0 -38px no-repeat;
}
	#ireland {
		left: 150px;
		width: 88px;
}
		#ireland a:hover {
			background: transparent url(../images/navigation.jpg) -150px -38px no-repeat;
}
	#scotland {
		left: 281px;
		width: 120px;
}
		#scotland a:hover {
			background: transparent url(../images/navigation.jpg) -281px -38px no-repeat;	
}

#pagewidth { 
	width:955px; 
	text-align:left;  
	margin: 0 auto;  
} 
 
#header {
	position:relative; 
	height:139px; 
	width:100%;
} 
 
#maincol {
	float: left; 
	display:inline; 
	position: relative; 
	margin-top: 41px;
	width:100%;
}
	#maincol img {
		position:  absolute;
		top: 90px;
		left: 398px;
}
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

h1 {
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 48px;
	text-align: left;
	width: 100%;
	line-height:0.1em;
}

h2 {
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 35px;
	text-align: left;
	width: 100%;
	line-height:1.3em;
	color: #999;
}

a:link, a:visited {
	color:#999;
	font-size: 35px;
}

img { 
	border: 0; 
}



