/*
Theme Name: iReach
Theme URI: http://www.agiletech.ie
Description: Official WordPress theme for iReach.
Version: 1.0
Author: ferre
Author URI: http://www.agiletech.ie
Tags: fixed width, blue and green colours
*/

/* General */

html,body {
	height: 100%;
}
body {
	margin: 0;
	background: #43788e url(images/main_bg.png) repeat-x top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #333;
}
.wrapper {
	width: 947px;
	margin: auto;
}
a img {
	border: none;
}
.alignright {
	float: right;
	}

.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* Styles */

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0;
}
.gcr_top {
	background: url(images/graybox_c1g.png) no-repeat;
	width: 100%;
	height: 38px;
	margin-bottom: -30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	zoom: 1;
}
.gcr_top_inner {
	margin: 0 11px;
	_margin: 0 10px;
	height: 38px;
	background: url(images/graybox_top_bg.png) repeat-x top;
	position: relative;
	z-index: 2;	
}
.gcr_top_inner div {
	background: url(images/graybox_c2g.png) no-repeat;
	width: 11px;
	height: 38px;
	position: absolute;
	right: 0;
	margin-right: -11px;
	_margin-right: -10px;
}
.graybox_content {
	background: #fff;
	padding: 0 10px;
}
.graybox_content_inner {
	z-index: 3;
	position: relative;
	width: 100%;
}
.gcr_bottom {
	background: url(images/graybox_c3.png) no-repeat;
	height: 11px;
	width: 100%;
	font-size: 0px;
}
.gcr_bottom_inner {
	background: #fff;
	margin: 0 11px;
	height: 11px;
	position: relative;
}
.gcr_bottom_inner div {
	margin: 0 11px;
	height: 11px;
	width: 11px;
	position: absolute;
	right: 0;
	margin-right: -11px;
	_margin-right: -11px;
	background: url(images/graybox_c4.png) no-repeat;
}
.graybox_content .jqmClose {
	float: right;
}
h1 {
	color: #026993;
	font-size: 18pt;
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 0;
}
h2 {
	color: #026993;
	font-size: 16pt;
	font-weight: normal;
	margin: 15px 0 5px 0;
	padding: 0;
}
h2.graybox_head, #dialog .header {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16pt;
	font-weight: normal;
	color: #555;
}
p {
	line-height: 14pt;
	margin: 5px 0;
	padding: 0;
}
h2.graybox_head .rssicon {
	float: right;
}

/* Graybox2 */

.gcr2_top {
	background: url(images/graybox_c1.png) no-repeat;
	width: 100%;
	height: 46px;
	position: relative;
	z-index: 1;
}
.gcr2_top_inner {
	margin: 0 10px;
	height: 46px;
	background: url(images/graybox2_top_bg.png) repeat-x top;
	position: relative;
	z-index: 2;	
}
.gcr2_top_inner div {
	background: url(images/graybox_c2.png) no-repeat;
	width: 11px;
	height: 46px;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -11px;
}

.gcr2_top h1 {
	margin: 0 0 0 5px;
	padding: 0;
	font-weight: normal;
	font-size: 12pt;
	color: #7a7a7a;
	padding-top: 16px;
	.padding-top: 14px;
}
.gcr2_top h1 a:link, .gcr2_top h1 a:visited, .gcr2_top h1 a:active {
	color: #7a7a7a;
}
.gcr2_top h1 a:hover {
	color: #3c92b5;
}
.graybox2_content {
	background: #fff;
	padding: 5px 15px 5px 15px;
	_display: inline-block;
}
.separator {
	background: url(images/separator.gif) repeat-y;
	width: 1px;
	height: 100%;
	font-size: 0px;
	line-height: 0px;
}
a:link, a:active {
	color: #4b8300;
	text-decoration: underline;
}
a:visited {
	color: #788468;
	text-decoration: underline;
}
a:hover {
	color: #3c92b5;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clients_anim {
	width:170px;
	height: 70px;
	margin: auto;
	top: 15px;
}
#dialog .graybox_content_inner img {
	display: none;
}

/* Header */

#header {
	height: 107px;
}
#header #logo {
	float: left;
	display: block;
}
#header #nav {
	float: left;
	background: url(images/header_bg.png) no-repeat top left;
	height: 62px;
	padding: 45px 0 0 0;
	width: 729px;
}
#header #nav ul#inner_nav_ul {
	height: 41px;
	margin: 0 0 0 36px;
	padding: 0;
	list-style-type: none;
	float: right;
	position: relative;
	z-index: 4;
}
#header #nav ul#inner_nav_ul li {
	float: left;
	padding: 0;
	margin: 0;
	height: 100%;
	position: relative;
	z-index: 1;
	background: url(images/nav_bg.png) repeat-x;
}
#header #nav ul#inner_nav_ul li a {
	display: block;
	float: left;
	height: 100%;
	line-height: 41px;
	padding: 0 22px;
	border-right: 1px solid #638898;
}
#header #nav ul#inner_nav_ul li a:link, #header #nav ul#inner_nav_ul li a:visited, #header #nav ul#inner_nav_ul li a:active {
	color: #fff;
	text-decoration: none;
	font-size: 11pt;
}
#header #nav ul#inner_nav_ul li.current_page_item {
	background: url(images/nav_bg_sel.png) repeat-x;
}
#header #nav ul#inner_nav_ul li.current_page_item a {
	cursor: default;
}
#header #nav ul#inner_nav_ul li.current_page_item li a {
	cursor: pointer;
}
#header #nav ul#inner_nav_ul li.nav_hover {
	background: url(images/nav_bg_hover.png) repeat-x;
}
#header #nav ul#inner_nav_ul li#nav_left, #header #nav ul#inner_nav_ul li#nav_right {
	background: url(images/nav_corners.png) no-repeat left top;
	width: 10px;
	padding: 0;
	position: relative;
	z-index: 3;
	margin: 0 -10px 0 0;
}
#header #nav ul#inner_nav_ul li#nav_right {
	background: url(images/nav_corners.png) no-repeat right top;
	left: -10px;
}
#header #nav ul#inner_nav_ul li li.current_page_item {
	_background: url(images/submenu_bg.gif) repeat-y;
}
#header #nav ul#inner_nav_ul li li.current_page_item a:link, #header #nav ul#inner_nav_ul li li.current_page_item a:visited, #header #nav ul#inner_nav_ul li li.current_page_item a:active {
	background: url(images/nav_bg_sel.png) repeat-x;
	cursor: default;
	color: #fff;	
}

/* submenu */

#header #nav ul#inner_nav_ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 35px;
	z-index: 10;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 173px;
	z-index: 5;
}
#header #nav ul#inner_nav_ul ul li {
	margin: 0;
	padding: 0 1px;
	width: 171px;
	background: url(images/submenu_bg.png) repeat-y;
	_background: url(images/submenu_bg.gif) repeat-y;
}
#header #nav ul#inner_nav_ul ul li a {
	padding: 0 0 0 10px;
	line-height: 24px;
	border: none;
	float: none;
	color: #000;
}
#header #nav ul#inner_nav_ul ul li a:link, #header #nav ul#inner_nav_ul ul li a:visited, #header #nav ul#inner_nav_ul ul li a:active {
	color: #213d49;
	text-decoration: none;
}
#header #nav ul#inner_nav_ul ul li a:hover {
	background: url(images/nav_bg_hover.png) repeat-x;
	color: #fff;
}
#header #nav ul#inner_nav_ul ul li.submenu_top {
	background: url(images/submenu_top.png) no-repeat;
	height: 20px;
	line-height: 0px;
	font-size: 0px;
}
#header #nav ul#inner_nav_ul ul li.submenu_bottom {
	background: url(images/submenu_bottom.png) no-repeat;
	height: 14px;
	line-height: 0px;
	font-size: 0px;	
}

/* Content */

#contentbox {
	clear: both;
}

/* Footer */

#footer {
	color: #97adb6;
	background: url(images/footer_bg.png) no-repeat;
	width: 862px;
	padding: 14px 0 5px 85px;
	height: 27px;
	font-size: 12px;
	margin: 15px 0 0 0;
}
#footer #agiletech {
	display: block;
	float: right;
	height: 100%;
	width: 168px;
}
