/* -----------------------------------*/
/* --------->>> GLOBAL <<<------------*/
/* -----------------------------------*/
html{
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#383835;
	font-size: 11px;
}

body{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #3a3a3a;
	background-image:url(/images/layout/bg-stripes.gif);
	background-repeat:repeat-x;
	text-align: center;
}


/* -----------------------------------*/
/* --------->>> HEADER <<<------------*/
/* -----------------------------------*/



/* -----------------------------------*/
/* ------->>> PAGE LAYOUT <<<---------*/
/* -----------------------------------*/

#wrapper{
	position: relative;
	min-height: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 770px;
	background-image: url(/images/layout/body-bg.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
}
#holder{
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 82px;
	position: relative;
}

#header{
	margin: 0;
	padding: 0;
	height: 101px;
	background-image:url(/images/layout/header.png);
	background-repeat: no-repeat;
}

#leftColumn{
	width: 163px;
	position: absolute;
	left: 0;
	top: auto;
	background-image:url(/images/layout/left-column-bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 560px;
}
#rightColumn{
	margin-left: 163px;
}
#bodyCopy{
	padding: 20px;
}
#sideColumnInfo{
	padding: 10px;
	font-size: 10px;
	margin-top: 45px;
}
.screenShot{
	padding: 10px;
	float: left;
}
.screenShot img{
	border: 1px solid #3a3a3a;
}

hr{
   border: 1px solid #ccc;
   display: block;
   height: 1px;
   overflow: hidden;
   padding: 0;
}
/* -----------------------------------*/
/* --------->>> HEADINGS <<<----------*/
/* -----------------------------------*/
h1{
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 14px;
	color:#99cc00;
}
h2{
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 14px;
	color:#55584d;
	font-weight: bold;

}
/* -----------------------------------*/
/* ------->>> TEXT STYLES <<<---------*/
/* -----------------------------------*/
a:link, a:visited{
	color:#009bd3;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.smallLink{
	font-size: 10px;
}
a[href^="http:"] {
	background: url(/images/layout/external-link.gif) no-repeat right top;
	padding-right: 10px;
}
/* -----------------------------------*/
/* -------->>> NAVIGATION <<<---------*/
/* -----------------------------------*/
ul#nav{
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-left: 5px;
	list-style: none;
}
ul#nav li{
	width: 153px;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
ul#nav li a{
	display: block;
	height: 25px;
	width: 143px;
	color:#5e5e5e;
	text-decoration:none;
	font-size: 11px;
	background-image:url(/images/layout/nav-bg.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	padding-left: 10px;
}
ul#nav li a:hover{
	font-weight: bold;
	background-position: right;
}
/*second level*/

ul#nav li ul{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 5px;
}

ul#nav li ul li{
	width: 133px;
	height: 20px;
	padding-left: 10px;
	margin-bottom: 2px;
	
}
ul#nav li ul li a{
	color:#009bd3;
	background: none;
	line-height: 20px;
	font-size: 10px;
	letter-spacing: 0px;
}

/*----- active states -------- */

#home ul#nav li.home > a,
#software ul#nav li.software > a, 
#comeagain ul#nav li.comeagain > a, 
#timegateSoftware ul#nav li.timegateSoftware > a, 
#timegateServices ul#nav li.timegateServices > a, 
#about ul#nav li.about > a, 
#training ul#nav li.training > a, 
#support ul#nav li.support > a{
	font-weight: bold;
	cursor: default;
	background-position: right;
}

/* -----------------------------------*/
/* ---------->>> FORMS <<<------------*/
/* -----------------------------------*/

fieldset{
	border: none;
	width: 70%;
}
label{
	display: block;
}
input.medText{
	width: 85%;	
}


/* -----------------------------------*/
/* --------->>> COMMENTS <<<----------*/
/* -----------------------------------*/



/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/
#footer{
	position: relative;
	text-align: left;
	margin-top: -82px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 770px;
	height: 82px;
	background-image:url(/images/layout/footer-bg.gif);
	background-repeat: no-repeat;
	background-color:#3a3a3a;
}
#footer p{
	padding: 0;
	margin: 0;
	padding-top: 40px;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 9px;
	line-height: 12px;
	color: #a4a4a4;
}

/* -----------------------------------*/
/* --------->>> LIGHTBOX <<<----------*/
/* -----------------------------------*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
