/* CSS file for the Jagtech / www.jagtech.ie website */
/* (c) by Dave J Fox | http://www.davejfox.com */

/* xhtml tag definitions */

* { 
  margin: 0;
  padding: 0;
}

div.cb {
	clear: both;
}

.access {
	display: none;
}

body, html {
	background: url(gfx/bg.gif) repeat-x #fcfdfe;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

/*--wrapper--*/

div#wrapper {
	margin: 0 auto;
	width: 920px;
	height: auto;
	padding: 0 0 30px 0;
}

h1 a {
	display: block;
	height: 102px;
	width: 321px;
	background: url(gfx/jagtech-logo.gif) no-repeat;
	text-indent: -9999px;
}

ul#menu {
	display: block;
	height: 40px;
	width: 920px;
	background: url(gfx/menu.gif);
	margin: 0;
}

ul#menu li {
	float: left;
	list-style: none;
}

li#mmhome {
	margin: 0 0 0 355px;
}

li#mmhome a, li#mmsyph a, li#mmgeo a, li#mmsol a, li#mmbio a, li#mmnews a, li#mmcontact a {
	display: block;
	height: 26px;
	text-indent: -9999px;
}

li#mmhome a {
	width: 61px;
	background: url(gfx/menu.gif) 565px 80px;
}

li#mmhome a:hover {
	background: url(gfx/menu.gif) 565px 40px;
}

li#mmsyph a {
	width: 83px;
	background: url(gfx/menu.gif) 504px 80px;
}

li#mmsyph a:hover {
	background: url(gfx/menu.gif) 504px 40px;
}

li#mmgeo a {
	width: 100px;
	background: url(gfx/menu.gif) 421px 80px;
}

li#mmgeo a:hover {
	background: url(gfx/menu.gif) 421px 40px;
}

li#mmsol a {
	width: 56px;
	background: url(gfx/menu.gif) 321px 80px;
}

li#mmsol a:hover {
	background: url(gfx/menu.gif) 321px 40px;
}

li#mmbio a {
	width: 75px;
	background: url(gfx/menu.gif) 265px 80px;
}

li#mmbio a:hover {
	background: url(gfx/menu.gif) 265px 40px;
}

li#mmnews a {
	width: 55px;
	background: url(gfx/menu.gif) 190px 80px;
}

li#mmnews a:hover {
	background: url(gfx/menu.gif) 190px 40px;
}

li#mmcontact a {
	width: 93px;
	background: url(gfx/menu.gif) 135px 80px;
}

li#mmcontact a:hover {
	background: url(gfx/menu.gif) 135px 40px;
}

div#bodyarea {
	display: block;
	height: auto;
	width: 840px;
	padding: 20px 40px 20px 40px;
	background: url(gfx/body-bg.png) repeat-y;
}

h2#sustain {
	display: block;
	height: 200px;
	width: 840px;
	background: url(gfx/sustainable-energy.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

/*--left--*/

div#left {
	display: block;
	width: 470px;
	height: auto;
	float: left;
	padding: 0 31px 0 0;
	background: url(gfx/centre-line.gif) right repeat-y;
	margin: 50px 0 0 0;
}

h2 {
	color: #006c67;
	font-size: 1.3em;
	margin: 0 0 0 0;
}

h2.second {
	margin: 40px 0 0 0;
}

h2 span {
	color: #919195;
	font-size: 0.6em;
	font-weight: lighter;
	font-style: italic;
}

h3 {
	color: #006c67;
	font-size: 1.0em;
	margin: 40px 0 -20px 0;
}

p {
	margin: 40px 0 0 0;
	text-align: justify;
}

ul, ol {
	margin: 30px 0 0 20px;
}

p, li {
	color: #808080;
	font-size: 0.8em;
	line-height: 150%;
}

p.nojust {
	text-align: left;
}

p a, div#left li a {
	color: #84b137;
	text-decoration: none;
	padding: 1px;
	border-bottom: 1px solid;
}

p a:hover, div#left li a:hover {
	background: #84b137;
	color: #FFFFFF;
	padding: 1px;
}

p span {
	color: #FF0000;
}

em.note {
	font-size: 0.75em;
}

img.spacer {
	margin: 20px 0 0 0;
}

img.fr {
	float: right;
}

img.rc {
	padding: 0 0 40px 0;
}

p.workexample {
	display: block;
	width: 140px;
	height: 120px;
	padding: 2px;
	background: #84b137;
	color: #fff;
	float: left;
	margin: 40px 12px 0 0;
}

p.workexample span {
	margin: 0 0 0 5px;
	color: #fff;
}

hr {
	border: 1px solid transparent;
	background: #84b137;
	margin: 10px 0 10px 0;
}

/* form */

form {
  padding: 15px;
  border-top: 2px #006c67 solid;
  border-bottom: 2px #006c67 solid;
  width: 447px;
  margin: 30px 0 0 0;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

input, select, textarea {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  padding: 1px 2px 1px 2px;
  width: 100%;
  margin: 0 0 10px 0;
  background: #CCCCCC;
  border: 1px #bababa solid;
}

label {
  font-weight: bold;
  font-size: 0.8em;
  color: #006c67;
}

textarea {
  font-size: 0.8em;
  height: 100px;
  width: 100%;
}

input#send {
  width: 100px;
  font-weight: bold;
  font-size: 0.8em;
  border: none;
}

input#send:hover {
  background: #e13b3f;
}

/*--right--*/

div#right {
	display: block;
	width: 310px;
	height: auto;
	float: right;
	margin: 50px 0 0 0;
}

div#right h3 {
	color: #006c67;
	font-size: 1.3em;
	margin: 0 0 0 0;
}

div#right h4 {
	color: #006c67;
	font-size: 1.0em;
	margin: 40px 0 -30px 0;
}

div#right img {
	margin: 40px 0 0 0;
}

div#right p.viewprojects a {
	display: block;
	height: 38px;
	width: 189px;
	background: url(gfx/view-projects.gif) no-repeat;
	text-indent: -9999px;
	border-bottom: none;
}

/*--footer--*/

div#footwrap {
	display: block;
	height: 229px;
	width: auto;
	background: url(gfx/footer-bg.gif) repeat-x;
	margin: -40px 0 0 0;
}

div#bodyend {
	display: block;
	height: 129px;
	width: 840px;
	background: url(gfx/footer.gif) no-repeat;
	margin: 0 auto;
	padding: 100px 40px 0 40px;
}

div#footwrap h6 {
	color: #d1e3f3;
}

div#footwrap p {
	color: #fff;
	margin: 15px 0 0 0;
	font-size: 0.7em;
}

div#footwrap a {
	color: #d1e3f3;
	text-decoration: none;
}

div#footwrap a:hover {
	color: #808080;
	background: #d1e3f3;
}

div#footwrap p.design {
	color: #fff;
	margin: 0 0 0 0;
	float: right;
	margin: -100px 0 0 0;
}

/*--gallery--*/

div.gallery {
	margin: 30px 0 20px 0;
}

img.galleryimage {
	border: 2px solid #006c67;
	margin: 0;
}

p.note {
	margin: -4px 0 0 0;
	padding: 0;
	display: block;
	width: 460px;
	height: 15px;
	background: #006c67;
	color: #fff;
	padding: 3px 0 5px 10px;
}

/* jQuery lightBox plugin - Gallery style */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
