html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*

Clearfix

*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*

Site styles from here down

*/

body {
	font:									normal normal normal 12px/15px Arial, sans-serif;
	color:								#e6e6e6;
	background:						#312845 url(/i/layout/bg_gradient.gif) repeat-x scroll top left;
}

a {
	color:								#47c5a4;
	text-decoration:			none;
}

a:hover {
	text-decoration:			underline;
}

p {
	padding-bottom:				9px;
}

#content h1 {
	margin:								-20px 0 0 -7px;
	padding:							0	0	10px 0;
}

#container {
	background-color:			#312845;
	width:								890px;
	margin:								0 auto;
	position:							relative;
	padding:							0 0 30px 0;
}

#header {
	height:								140px;
	background:						transparent url(/i/layout/horizontal_strip.gif) no-repeat scroll 0 124px;
}

#logo {
	display:							block;
	position:							absolute;
	top:									90px;
	left:									29px;
}

#tagline {
	display:							block;
	position:							absolute;
	top:									30px;
	left:									29px;
}

#content {
	width:								620px;
	padding-top:					20px;
	float:								left;
	margin-left:					10px;
}

	#content.about_us {
		width:								485px;
	}
	
	#content.awards {
		width:								410px;
	}

	#content.contact_us {
		width:								410px;
	}

#left_col {
	float:								left;
	padding-left:					30px;
	padding-top:					20px;
	width:								200px;
}

#right_col {
	float:								right;
	padding-top:					20px;
	width:								170px;
}

#primary_nav {
	position:							absolute;
	top:									100px;
	right:								120px;
}

#rfs_navbar_link {
	display:							block;
	position:							absolute;
	top:									73px;
	right:								20px;
}

#primary_nav li {
	float:								left;
	padding-left:					15px;
}

#primary_nav li a {
	color:								#47c5a4;
	text-decoration:			none;
}

#primary_nav li.active a {
	color:								#fff;
}


.our_work_nav ul {
	padding-bottom:				45px;
}

.our_work_nav li {
	padding-bottom:				5px;
}

.our_work_nav li.active {
	margin-left:					-30px;
	padding-left:					30px;
	background:						transparent url(/i/layout/active_sidenav_wedge.gif) no-repeat scroll top left;
}

.our_work_nav li img {
	margin-left:					-1px;
}

.our_work_nav a {
	color:								#eae9ec;
	text-decoration:			none;
}

.our_work_nav li.active a {
	color:								#837e8f;
}

.our_work_nav a:hover {
	text-decoration:			underline;
}

.our_work_nav h3 {
	font-weight:					bold;
	color:								#aa69be;
	padding-bottom:				5px;
	line-height:					12px;
}

.our_work_nav h3 a {
	color:								#aa69be;
}

/*

*/

#portfolio_grid {
	margin-left:					-10px;
	width:								660px;
}

#portfolio_grid div {
	float:								left;
	width:								200px;
	height:								190px;
	margin:								0 20px 30px 0;
}

#portfolio_grid a {
	color:								#fff;
	text-decoration:			none;
	display:							block;
	padding:							10px;
	width:								180px;
	height:								170px;
}

#portfolio_grid a:hover {
	background-color:			#433b56;
}

#portfolio_grid img {
	display:							block;
	padding:							0 0 5px 0;
}

#portfolio_grid span {
	padding-right:				16px;
	background:						transparent url(/i/layout/wedge.gif) no-repeat scroll center right;
}

#portfolio_grid a:hover span {
	background:						transparent url(/i/layout/wedge-hover.gif) no-repeat scroll center right;
}

/*

*/

#breadcrumbs {
	width:								530px;
	height:								40px;
	margin:								0 auto;
	font-size:						11px;
}

#breadcrumbs li {
	display:							block;
	float:								left;
	padding-right:				20px;
	margin-top:						7px;
	background:						transparent url(/i/layout/breadcrumb_wedge.gif) no-repeat scroll center right;
}

#breadcrumbs li.active {
	background-image:			none;
}

#breadcrumbs li a {
	color:								#c1bfc7;
	text-decoration:			none;
}

#breadcrumbs li a:hover {
	text-decoration:			underline;
}

#breadcrumbs li.active a:hover {
	text-decoration:			none;
	cursor:								default;
}

/*

*/

.project {
	width:								550px;
	margin:								0 auto;
	background:						transparent url(/i/layout/content_area_shaded_bg.gif) repeat-x scroll top left;
}

.project img {
	display:							block;
	padding:							10px;
}

.project h1 {
	font-weight:					bold;
	font-size:						16px;
	line-height:					18px;
	padding-bottom:				5px;
}

.project div {
	padding:							10px;
}

.project div div {
	padding:							0;
}

.project a {
	font-size:						11px;
	color:								#47c5a4;
	text-decoration:			none;
}

.project a:hover {
	text-decoration:			underline;
}



/*

*/

.award_winner  {
	padding:							10px 0 20px 0;
	
}

.award_winner h2 {
	margin:								0 -2px 5px -3px ;
	padding-left:					3px;
	padding-bottom:				9px;
	background-image:			url(/i/layout/awards_divider_line.gif);
	background-repeat:		no-repeat;
	background-position:	bottom left;
}

.award_winner h2 a {
	color:								#fff;
	text-decoration:			none;
	background:						transparent url(/i/layout/wedge.gif) no-repeat scroll center right;
	padding-right:				12px;
}

#we_won {
	display:							block;
	margin:								20px 0 0 10px;
}


/*

*/

#award_graphic {
	width:								140px;
	float:								right;
	padding-top:					10px;
}

#award_info {
	width:								410px;
	padding-top:					20px;
}

/*

*/

a.back {
	font-size:						11px;
	color:								#47c5a4;
	text-decoration:			none;
}

a.back:hover {
	text-decoration:			underline;
}

/*

*/

#addresses #dublin,
#addresses #cork {
	width:								49%;
	float:								left;
}

#addresses h2 {
	font-weight:					bold;
	font-size:						15px;
	line-height:					18px;
	padding-bottom:				5px;
}

.contacts h3 {
	font-weight:					bold;
}

.contacts h2 {
	color:								#aa69be;
/*	font-weight:					bold;*/
	padding-top:					25px;
	background:						transparent url(/i/layout/contacts_divider.gif) no-repeat scroll 0 10px;
}

.contacts p {
	padding-bottom:				0;
}

#location_map_dublin,
#location_map_cork {
	display:							none;
}


/*

*/

#home_flash {
	height:								600px;
	width:								890px;
}


/*

*/

.narrow_text_area {
	width:								410px;
}

#recipe_for_success_nav {
	float:								right;
	width:								150px;
	margin-right:					50px;
}

#recipe_for_success_nav li a {
	display:							block;
	padding:							10px 25px 10px 10px;
	height:								80px;
	background:						transparent url(/i/recipe_for_success/arrow.gif) no-repeat scroll top left;
	color:								#fff;
}

#recipe_for_success_nav li a:hover {
	text-decoration:			none;
}

#content.recipe_for_success_sub_page {
	width:								410px;
}

/*


*/

#talking_heads {
	width:								260px;
}

#talking_heads a {
	display:							block;
	text-indent:					-10000em;
}

#talking_heads a:hover {
	cursor:								default;
	background-position:	-260px 0;
}

#talking_heads .rory {
	height:								99px;
	background-image:			url(/i/recipe_for_success/talking_heads/rory.gif);
}

#talking_heads .justin {
	height:								82px;
	background-image:			url(/i/recipe_for_success/talking_heads/justin.gif);
}

#talking_heads .patrice {
	height:								95px;
	background-image:			url(/i/recipe_for_success/talking_heads/patrice.gif);
}

#talking_heads .rob {
	height:								114px;
	background-image:			url(/i/recipe_for_success/talking_heads/rob.gif);
}

#talking_heads .deirdre {
	height:								77px;
	background-image:			url(/i/recipe_for_success/talking_heads/deirdre.gif);
}

#talking_heads .aisling {
	height:								111px;
	background-image:			url(/i/recipe_for_success/talking_heads/aisling.gif);
}

#talking_heads .claire {
	height:								85px;
	background-image:			url(/i/recipe_for_success/talking_heads/claire.gif);
}