/* www.agiletech.ie */

/* General */

* {
	font-size: 100.01%;
}
html {
	height: 100%;
}

body {
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg_lightblue.png) repeat-x top;
}
#wrapper {
	width: 990px;
	margin: auto;
}
a img {
	border: 0;
}
a:focus {
	outline: none;
}

/* Styles */

body {
	font-size: 1em;
	_font-size: 0.85em;
	font-family: Arial, sans-serif;
	color: #191919;
	line-height: 1.4;
}
h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	text-indent: 0;
}
h1,h2,h3,h4 { margin-bottom: 0.4em; }
h1 {
	font-size: 200%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
a:link {
	color: #105585;
	text-decoration: underline;
}
a:hover {
	color: #ce000f;
}
#home_addnav {
	position: absolute;
	right: 0;
	top: 35px;
}
#home_addnav a.icon_home { background: url(../images/icons_addnav.gif) no-repeat 0px 0px }
#home_addnav a.selected.icon_home { background-position: 0px -16px }
#home_addnav a.icon_contact { background: url(../images/icons_addnav.gif) no-repeat -16px 0px }
/*#home_addnav a.icon_contact.selected { background-position: -16px -16px }*/
#home_addnav a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-left: 15px;
}
#home_addnav a.selected {
	cursor: default;
}
#home_addnav a.icon_home:hover { background-position: 0px -16px; }
#home_addnav a.icon_contact:hover { background-position: -16px -16px; }
#home_rotation a:link,
#home_rotation a:visited,
#nav li a:link,
#nav li a:visited {
	color: #105585;
}
#nav li a:hover,
#home_rotation a:hover {
	color: #ce000f;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
#footer_wrap {
	padding-top: 15px;
}
#footer h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 140%;
	font-family: Georgia, serif;
	color: #000;
}
#footer p {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#footer a {
	display: block;
	float: left;
	margin-right: 97px;
}
#footer #sun { margin-top: 20px; }
#footer #avnet, #footer #salesforce { margin-top: 31px; }
#footer #irishdev { margin-top: 0px; }
#footer #eset { margin-top: 24px;margin-right: 0; }
#footer #hosting365 { margin-top: 48px; }
#footer #agiletech { margin-top: 30px; }
#footer #provident { margin-top: 41px; }
#footer #vodafone { margin-top: 24px;margin-right: 0; }

#footer_credits { 
	padding: 2em 0 2em 0;
	_padding: 1.5em 0 2em 0;
	font-size: 80%;
	clear: both;
	color: #555;
	line-height: 1;
}
#footer #copyright {
	float: left;
}
#footer #agile_credit {
	float: right;
}
#footer #agile_credit img {
	position: absolute;
	left: -14px;
	_left: 4px;
	top: -2px;
}


#footer #agile_credit a {
	float: none;
	margin-right: 0;
	margin-left: 18px;
	display: inline;
	position: relative;
}

/* Opera sucks more than IE6 lol */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
#footer #agile_credit a {
	display: inline-block;
}
}