@charset "UTF-8";
/* CSS Document */


body{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#background{
	position:absolute;
	top:135px;
	height:40px;
	width:100%;
	z-index:1;
	background-image:url(images/mback.png);
	background-repeat:repeat-x;
}

#container{
	width:711px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	position:relative;
	text-align:left;
}

#header{
	height:135px;
	position:absolute;
	top:0px;
	width:711px;
	vertical-align:middle;
}

#header a{
	border:0px;
}

#nav{
	width:711px;
	height:40px;
	position:absolute;
	top:135px;
	z-index:10;
}

#nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#nav ul li{
	line-height:40px;
	display:inline;
	float:left;
	position:relative;
}

#nav ul li a{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(images/mback.png);
	background-repeat:repeat-x;
}

#nav ul li a:hover{
	background-image:url(images/hback.png);
	background-repeat:repeat-x;
}

#nav ul li.current{
	background-image:url(images/hback.png);
	background-repeat:repeat-x;
}

#content{
	position:absolute;
	float:left;
	width:711px;
	top:175px;
}

.content{
	width:360px;
	height:auto;
	min-height:450px;
	float:left;
	display:inline;
}

.table{
	width:600px;
	top:25px;
	height:auto;
	float:left;
	display:inline;
}

.content p.red{
	font-weight:bold;
	font-size:medium;
	color:#F00;
}

.sidebar{
	width:139px;
	position:absolute;
	top:0px;
	float:right;
	text-align:center;
	background-color:#000;
	color:#FFF;
	right:32px;
	padding-top:10px;
	padding-bottom:10px;
}

.sidebar span{
	font-size:large;
}

.sidebar2{
	width:250px;
	height:auto;
	display:inline;
	position:absolute;
	top:70px;
	float:right;
	text-align:justify;
	right:32px;
	font-weight:0;
	font-size:11px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}

.sidebar2.red{
	color:#F00;
	font-weight:100;
	font-size:12px;
}

.footer{
	float:left;
	margin-bottom:10px;
	margin-top:10px;
}

.pricing{
	border:1px;
	border-bottom-color:#000;
	margin:0px;
	padding:0px;
	color:#000;
	background-color:#FFF;
}

table{
	text-align:center;
}

tr.gray{
	background-color:#CCC;
}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 1000; 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: #666; }
#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; }

	
	
	
	
