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


/* IE HACKS */
* {margin: 0;}

html,body{margin:10px; padding:0px;}
body{font: 76% arial,sans-serif; background-color: #fbfcfd; text-align:center;} /* Text Align Left need to be here? */
p{margin:10px 0px 0px 10px;}
h1{margin:0 10px 10px; text-align: left; color: #0554ab; font-weight:bold; letter-spacing: -2pt; word-spacing: 2pt;}
h2{margin:0 10px 10px; text-align: left; color: #0554ab; font-weight:bold; letter-spacing: -1pt; }
h3{margin:0 10px 10px; text-align: left; color: #0554ab; font-weight:bold;}
a{text-decoration:none; color:#0554AB; font-weight:bold;}
a:hover{color:#000000; font-weight: bold;}
a:visited {color:#6C9BCE; font-weight: bold;}

/* Whole Page */
div#container{width:700px;margin:0 auto; text-align:left;}

/* Logo Area */
div#header {}

/* Top Contact Part */
div#topnav {background-color:#0554ab; color: #FFFFFF; text-align:right;}
div#topnav a {color: #FFFFFF;}

/* Main Content */
div#content {float:right; width:480px; background-color:#FFFFFF; display: inline;}
div#content p{line-height:1.3;}
* div#content ul{padding:20px 0px 20px 50px; list-style-type:square; height: 1%;}
html>div#content ul{padding:10px; list-style-type:square; height: 1%;}
div#content li{margin-bottom: 0px;}
.blacktext  { color:#000000;}
.redtext  { color: #F00;}

/* LIGHT BLUE Left Links */
div#navigation{background-color:#f1f4fa;} /* LIGHT BLUE */
div#navigation{float:left; width:200px; display: inline;}
/* div#navigation ul{margin:15px 0; padding:10px; list-style-type:none; text-align:left;}
div#navigation li{margin-bottom:5px; text-align:left;}
*/
/* Left IMAGE Logo Links  */
div#extra{background-color:#f1f4fa; font-size:85%;}
div#extra{float:left; width:200px; display: inline; clear: left;}

/* Footer Bar */
div#footer{background-color: #0554AB;color: #FFFFFF; font-size:85%; text-align:center;}
div#footer p{margin:0;padding:5px 10px;}
div#footer {clear:both;width:100%;}
div#footer a { color:#E9EFF7;}

/* HORIZONTAL RULEEEZZZZZ */

hr { text-align: center; width: 80%; height: 2px; color: #e18c0d; border: none; clear:both;} /* For Internet Explorer */
html>body hr { margin: 0 auto; width: 80%; height: 2px; background-color: #e18c0d; border: none; clear:both;} /* For Gecko-based browsers */
html>body hr { margin-right: 0 auto; width: 80%; height: 2px; background-color: #e18c0d; border: 0px solid #e18c0d; clear:both;} /* For Opera and Gecko-based browsers */

/* POSISTIONING ELEMENTS */

.imgfltright {float: right; margin: 0px 0px 10px 10px;padding: 0px;}
.imgfltleft {float: left; margin: 0px 10px 10px 0px;padding: 0px;}
.imgpad {padding: 15px 15px 0px 15px;}

/* LIGHTBOX IMAGE PREVIEWIER */

#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: #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; }

/* END OF LIGHTBOX*/ 

/* Side Navigation Rollovers */
table.menu a {
width:150px;
border:1px solid #333333;
display: block;
margin-left:8px;
} 

div.menu a {
color: #333333;
background: #ffffff;
text-decoration:none;
font-size:13px;
font-weight: bold;
line-height:20px;
font-family: Tahoma, Verdana, sans-serif;
padding: 2px 5px;
}

div.menu a:link {
color: #FFFFFF;
background: #0554AB;
}

div.menu a:active {
color: #FFFFFF;
background: #A5C1E1;
}

div.menu a:visited {
color: #CCCCCC;
background: #0554AB;
}

div.menu a:hover {
color: #000000;
background: #AEC4EF;
border:1px solid #000000;
}

/* div.menu {
position:absolute;
top:0;
left:0;
}
*/

.deliverysidebar {
width:150px;
border:1px solid #333333;
display: block;
margin-left:10px;
padding: 2px 5px;
background:#900;
color:#FFF;
}