/**
 * CSS Stylesheet for Aladdin Temp-Rite website
 */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,sans-serif;
	font-size: 13px;
	background-color: #C2C9CF;
	}

/******* link tag styles *******/
a {
	font-weight: bold;
	color: #3333CC;
	text-decoration: none;
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3333CC;
	}
	
a.btn {
	background-color:#DEDEDE; 
	border:1px solid #666666; 
	padding:3px;
	}
	
a.btn:hover {
	background-color: #3333CC;
}

img{
	outline:none;
}
	
/************** header tag styles **************/

h1 {
	font-size: 24px;
	color: #000000;
	margin-top: 20px;
	}

h2 {
	font-size: 20px;
	color: #000000;
	}
	
h3 {
	font-size: 14px;
	color: #000000;
	margin: 4px 0px;
	}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}

h6 {
	font-size: 9px; 
	font-weight: bold; 
	margin-top: 0; 
	margin-bottom: 0;
	}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

/********* form styles *********/

form {
	margin: 0;
	padding: 0;
}
				
input{
font-family: Arial,sans-serif;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	width: 880px; 
	height: auto; 
	margin: 0px auto; 
	padding: 0px;
	background: #FFFFFF;
	border:solid 1px #000000;
	}

#masthd {
	width: 880px;
	height: 100px;
	margin: 0px; 
	padding: 0px;
	background-image:url(../../images/masthd_bg.jpg)
	}

#logo {
	width: 255px; 
	height: 100px; 
	top: 0; 
	left: 0; 
	margin: 0px 0px 0px 10px;
	float: left;
	}
	
#topnav {
	width: 611px; 
	height: 20px;
	margin: 8px 0px 0px 0px;
	float: left;
	text-align: right;
	}

#topnav a {
	padding: 2px 6px;
	color: #FFFFFF;
	}
	
#topnav a:hover {
	color: #000000;
	background-color: #FFFFFF;
	}

#search {	
	width: 611px; 
	height: 40px;
	margin: 4px 0;
	float: left;
	text-align: right;
}

#globalnav {
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px;
	background-image:url(../../images/globalnav_bg.jpg);
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	}
	
#globalnav a {
	margin: 0px;
	padding: 8px 6px;
	font-size: 12px;
	color: #000000;
	border-right:solid 1px #000000;
	}

#globalnav a:hover {
	background-color:#000000;
	color: #FFFFFF;
	}
	
#content {
	width: 840px;
	padding: 10px 20px;
	background: #FFFFFF;
	}
	
#contentleft {
	width: 640px;
	height: auto;
	margin-right: 20px;
	background: #FFFFFF;
	float: left;
	}
	
#hm_boxes {
	width: 840px;
	height: auto;
	padding: 0px;
	margin: 10px 0px 30px 0px;
	background: #FFFFFF;
	}

#hm_col1 {
	width: 480px;
	margin: 0px 48px 0px 0px;
	float: left;
	}

#hm_col2 {
	width: 312px;
	margin: 0px;
	float: left;
	}
	
#contentnopagenav_col1 {
	width: 400px;
	margin: 0px 20px;
	float: left;
	}

#contentnopagenav_col2 {
	width: 400px;
	float: left;
	}

#clearfloats {
	clear: both;
}

#breadcrumbs {
	width: 840px;
	height: 20px;
	}

#pagenav {
	width: 170px;
	padding: 5px;
	background-color:#EDEDED;
	margin-top: 30px;
	float: left;
	}

#pagenav a {
	display: block;
	margin: 0px 8px 4px 8px;
	font-size: 12px;
	}

#pagenav ul {
	margin: 8px 0px 24px 0px;
	padding: 0px 0px 0px 20px;
	list-style: disc;
	}

#internationalrep {
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	background: #000099;
}

#footer {
	width: 880px;
	height: 70px;
	margin: 0px 0px 10px 0px;
	background: #FFFFFF;
	border-top: solid 1px #CCCCCC;
	font-size: 12px;
	clear: both;
	}

#footernav {
	width: 615px;
	margin: 10px 0px 10px 20px;
	float: left;
	}

#footerlogo {
	width: 181px;
	margin: 40px 0px 10px 0px;
	float: left;
	text-align: right;
	vertical-align:middle;
	}


/***********************************************/
/* Lightbox                                    */
/***********************************************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #000; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }