@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #021144;
	background-image: url(images/electronicsbg.jpg);
	background-repeat: repeat-x;
}
.riondesigns #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #021144;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.riondesigns #header {
	background: #FFFFFF url(images/headerbg.jpg) no-repeat right;
	padding: 15px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px;
}
.riondesigns #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.riondesigns #linkbar {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFFFFF url(images/menubarbg.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.riondesigns #linkbar a {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006;
	border-left-color: #999;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
}
.riondesigns #linkbar a:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003;
	border-right-color: #999;
	border-bottom-color: #CCCCCC;
	border-left-color: #006;
	color: #6699CC;
}
.riondesigns #mainContent {
	padding: 10px 30px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.riondesigns #mainContent h1 {
	color: #003366;
	font-size: 17px;
	line-height: normal;
}
.riondesigns #mainContent h2 {
	font-size: 13px;
	color: #003366;
}
.riondesigns #mainContent a {
	color: #234894;
}
.riondesigns #mainContent a:hover {
	color: #6699CC;
}
.riondesigns #mainContent li {
	padding-top: 10px;
}
.riondesigns #mainContent blockquote {
	margin-right: 300px;
	font-style: italic;
}
.riondesigns #sidebar_right1 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	background: #FFFFFF; /* top and bottom padding create visual space within this div */
	padding-left: 20px;
	padding-top: 10px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	padding-right: 20px;
	width: 220px;
}
.riondesigns #footer {
	padding: 0 10px;
	color: #333;
	text-align: center;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(images/footerbg.jpg);
}
.riondesigns #footer p {
	font-size: 10px;
}
.riondesigns #footer a {
	color: #234894;
}
.riondesigns #footer a:hover {
	color: #6699CC;
	text-decoration: none;	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.formboxes1 {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contacttable1 {
	border-left: 1px solid #CCCCCC;
	padding-left: 20px;
	margin-left: 20px;
}
/* Lightbox Styles */

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