/*** Fix HTML Default Styles ***/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: normal;
}

img {
	border: 0;
}


/*** Index ***/

body {
	background: #9A9DA2 url("media/background.jpg") repeat-x;
	font: 0.7em "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 667px;
}

.shadow_right, .shadow_left {
	position: absolute;
	top: 0;
	width: 9px;
	height: 100%;
}

.shadow_right {
	right: -9px;
	background: url("media/shadows/right.png");
}

.shadow_bottom_right, .shadow_bottom, .shadow_bottom_left {
	position: absolute;
	bottom: -9px;
	height: 9px;
}

.shadow_bottom_right {
	right: -9px;
	width: 9px;
	background: url("media/shadows/bottom_right.png");
}

.shadow_bottom {
	left: 0;
	width: 100%;
	background: url("media/shadows/bottom.png");
}

.shadow_bottom_left {
	left: -9px;
	width: 9px;
	background: url("media/shadows/bottom_left.png");
}

.shadow_left {
	left: -9px;
	background: url("media/shadows/left.png");
}

#top {
	height: 19px;
	background: url("media/top.png");
}

#header {
	height: 135px;
	background: url("media/header.jpg");
}


#separator {
	height: 10px;
	background: url("media/separator.png");
}

#menu {
	height: 30px;
	background: url("media/menu/background.png");
	vertical-align: middle;
	text-align: center;
}

#menu .separator {
	background: url("media/menu/separator.jpg");
	padding: 4px 3px 3px 0;
}


#olive {
	position: absolute;
	top: 530px;
	left: -25px;
}

#footer {
	height: 18px;
	background: url("media/footer.png");
	line-height: 19px;
	text-align: center;
	font-size: 0.8em;
	color: #ffffff;
}


#footer :hover {
	color: black;
}


/*** Home ***/

#headline1 {
	height: 40px;
	background: url("media/headline1.png");
}

#headline2 {
	height: 40px;
	background: url("media/headline2.png");
}

#headline3 {
	height: 40px;
	background: url("media/headlineConsult.png");
}

#headline4 {
	height: 40px;
	background: url("media/headlineSecurity.png");
}

#headline5 {
	height: 40px;
	background: url("media/headlineNetworking.png");
}

#headline6 {
	height: 40px;
	background: url("media/headlineManaged.png");
}


#headline7 {
	height: 40px;
	background: url("media/headlineSupport.png");
}

#headline8 {
	height: 40px;
	background: url("media/headlineContact.png");
}


.content {
	padding: 10px 10px 10px 24px;
	line-height: 16px;
	color: #333;
	overflow: auto;
}

.content img {
	float: right;
	margin-left: 10px;
}

.content .highlighted {
	font-weight: bold;
}

#content1 {
	background: white ;
}

#content2 {
	background: #ffffff ;
}




/*** Popups ***/

#coupon {
	position: absolute;
	top: 188px;
	left: 317px;
	display: none;
	width: 115px;
	height: 45px;
	background: white url("images/popup-bg.png") repeat-x;
	padding: 8px;
}

#code, #email,#lostcode_email {
	margin-bottom: 8px;
	width: 100%;
}

#code_ok, #email_ok, #name_ok {
	margin-left: 5px;
}

.button {
	cursor: pointer;
}

#invalid {
	position: relative;
	top: 3px;
	display: none;
}

#buttons {
	float: right;
}

#elist {
	position: absolute;
	top: 188px;
	right: 16px;
	display: none;
	width: 120px;
	height: 45px;
	background: white url("images/popup-bg.png") repeat-x;
	padding: 8px;
}


/*** Release Notes ***/

h1 {
	margin: 5px 0 5px 20px;
	font-size: x-large;
	color: #3966b1;
}

.version {
	margin: 0 0 2px 20px;
	font-weight: bold;
	color: white;
}

li {
	margin-left: 40px;
	color: white;
}


/*** TOC ***/

#terms {
	margin: 0 20px;
}

#terms p {
	margin: 10px 0;
	color: black;
}

#terms #copyright {
	text-align: center;
	font-weight: bold;
	color: #3967AF;
}

/*** 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/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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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 */
	}	
	