﻿html {
   height: 100%;
   margin-bottom: 1px;}

body {
   
   background: #17355e url('images/backbar.png') repeat-x;
   color: #000000;
   font: normal 76% Verdana, Arial, Helvetica, sans-serif;
   text-align: left;
   padding: 0;
   margin: 0 auto;}
   
#bgcorner {
   background: transparent url('images/corner.png') no-repeat scroll left top;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;}

img {
	border: none;
	text-align: center;
}
   
/*  This sets the link colors for the content area of the pages  */

a {
   color: #17355e;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

a:hover {
	color: #17355e;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}
   
/*  The items below set the properties for the fonts, sizes and
colors used for headings 1 through 6. */

h1 {
   color: #17355e;
   font: normal 28px Georgia, Georgia, serif;
   letter-spacing: 2px;
   margin: 0 0 .8em 0;}

h2 {
   background: #ffffff url('images/endcap.png') no-repeat; 
   color: #17355e;
   font: normal 22px Arial, Arial, sans-serif;
   letter-spacing: 2px;
   margin: .8em 0;
   padding-left: 30px;
   text-align: left;}

h3 {
   color: #17355e;
   font: bold 16px Georgia, Georgia, serif;
   letter-spacing: 3px;
   margin: .8em 0;
   text-transform: uppercase;
   text-align: left;}

h4 {
   background: #17355e url('images/buttonbg.jpg') repeat-x;
   color: #ffffff;
   font: bold 14px Arial, Arial, sans-serif;
   letter-spacing: 1px;
   line-height: 30px;
   margin: .8em 0;
   padding-left: 5px;
   text-transform: uppercase;
   text-align: left;}

h5 {
   color: #333333;
   font: bold 14px Georgia, Georgia, serif;
   margin: .8em 0;
   text-transform: uppercase;
   text-align: left;}

h6 {
   color: #17355e;
   background: transparent url('images/endcap.png') no-repeat; 
   padding: 5px 30px;
   margin: .8em 0 0 0;
   font: bold 12px Arial, Helvetica, sans-serif;}


hr {
   background-color: #17355e;
   color: #17355e;
   border: none;
   height: 1px;
   width: 100%;}

ul {
   padding: 0;
   margin: 0 0 20px 20px;
   list-style: square;}

#wrapper {
	position: relative;
	top: 20px;
	background-color: #ffffff;
	width: 960px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	margin: 0 auto;
}

#header {
   position: relative; /* Header position */
   height: 205px;
   width: 960px;}   
/* This sets the Dynamic Block Menu position, colors, list type definitions */   

#menu {
   position: absolute; 
   top: -5px;
   left: 5px;
   z-index: 3;
   width: 955px;
   height: 1%;}

#menu dl {
   float: left;
   width: 150px;
   margin: 0;
   padding: 0;}

#menu dt {
   line-height: 35px;
   color: #fff;
   text-align: center;
   font-weight: bold;
   margin: 0;
   padding: 0;}

#menu dd {
   background: #17355e;
   margin: 0; 
   padding: 0;
   display: none;
   border-bottom: 1px solid #333333;
   border-left: 1px solid #333333;
   border-right: 1px solid #333333;}

#menu ul {
   margin: 0; 
   padding: 0;}
   
#menu li {
   list-style-type: none;
   text-align: center;
   margin: 0; 
   padding: 0;}

#menu dt a {
   color: #333333;
   text-decoration: none;
   display: block;
   height: 100%;
   border: 0 none;
   margin: 0; padding: 0;}

#menu li a {
   color: #fff;
   text-decoration: none;
   display: block;
   height: 100%;
   border-bottom: 3px solid #17355e;
   margin: 0; padding: 0;}

#menu dt a:focus {
   background: none;}

#menu dt a:hover {
   background: none;}

#menu li a:focus {
   background: none;}

#menu li a:hover {
   background: none;}

#menu dd li a {
   font-weight: normal;}

#menu dd li a:hover {
   background-color: #333333;
   border-bottom: 3px solid #333333;}

/* This sets the position, text formatting and link colors for the sidebar-left */
   
#sidebar-left {
	width: 280px;
	float: left;
	text-align: left;
	line-height: 1.6em;
	font-size: 95%;
	padding: 5px 10px;}

#sidebar-left a {
   color: #333333;
   padding: 0;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

#sidebar-left a:hover {
   color: #202020;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}
   
#sidebar-left ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#sidebar-left li {
   display: block;
   margin: 0;}

#sidebar-left li a {
   color: #333333;
   font-weight: normal;
   padding: 0 ;
   text-decoration: none;}

#sidebar-left li a:hover {
   color: #202020;
   font-weight: normal;
   padding: 0;
   text-decoration: underline;}
	
/* This sets the position, text formatting and link colors for the sidebar-right */
   
#sidebar-right {
	width: 260px;
	float: right;
	text-align: left;
	line-height: 1.6em;
	font-size: 95%;
	padding: 5px 20px;}

#sidebar-right a {
   color: #333333;
   padding: 0 5px;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

#sidebar-right a:hover {
   color: #202020;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}
   
.textbox {/* -- used for the text box that sits inside of the sidebar area --*/
   background-color: #808080;
   color: #000000;
   padding: 5px;
   margin: 6px 0;
   border: 1px #807b70 solid;}
   
.textbox h4 {
   margin-top: 0;}

#sidebar ul {
  list-style: square;  
  list-style-image: none;}

/* This sets the position and text formatting for where the main content of your web will appear. */

#content1 {
	width: 340px;
	float: left;
	text-align: left;
	line-height: 1.6em;
	padding: 5px 10px;}

#content2col {
   width: 655px;
   float: right;
   line-height: 1.6em;
   padding: 5px 5px 5px 0;}

#contentwide {
   width: 940px;
   line-height: 1.6em;
   padding: 0 10px 5px 10px;}
   
#moviecontainer {
	position:absolute;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 5;
	width: 290px;
	height: 194px;}
   
.blocktable {
  padding: 0;
  margin-top: 20px;
  border-collapse: collapse;
  font-size: 100%;
  width: 100%;}

.blockcontent {/* -- sets the table cell properties for the three-column table --*/
   padding: 0 10px;
   font-size: 90%;
   text-align: left;
   vertical-align: top;
   width: 33%;}

.blockcontent h4 {
   margin-top: 0;
   text-align: center;}

.blockcontent h3 {
   margin-top: 0;
   text-align: center;}

.blockcontent2 {/* -- sets the table cell properties for the two-column table --*/
   padding: 0 10px;
   font-size: 90%;
   text-align: left;
   vertical-align: top;
   width: 50%;}

.blockcontent2 h4 {
   margin-top: 0;
   text-align: center;}
   
.blockcontent2 h3 {
   margin-top: 0;
   text-align: center;}
   
/* This sets the position, text formatting and link colors for the 3 column footer */
   
#footer {
   clear: both;
   height: 60px;
   color: #202020;
   background-color: #808080;
   text-align: center;
   letter-spacing: 2px;
   font-size: 85%;
   line-height: 2em;
   padding: 10px;}

#footer p {
   padding: 0;
   margin: 0;}

#footer a {
   color: #17355e;
   padding: 0 5px;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

#footer a:hover {
   color: #202020;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}
   
#footer ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#footer li {
   display: inline;
   margin: 0;}

#footer li a {
   color: #17355e;
   font-weight: normal;
   padding: 0;
   text-decoration: none;}

#footer li a:hover {
   color: #202020;
   font-weight: normal;
   padding: 0;
   text-decoration: underline;}
 
/* This sets the position, text formatting and link colors for the 2 column footer */
   
  
.clear {
   clear: both;}
   
/* This centers text and images */
.center {
   text-align: center;}
   
	
/* This sets the position, text formatting and link colors for the product table */

.table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 90%;}

.catalog {
	padding: 8px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 25%;}
	
.color1 td{color:#FFF}
.color1 td{color:#690}

   
/* This sets the position and borders for images */

.imageleft {
   margin: 0 10px 0 0;
   float: left;
   border: 3px double #c0c0c0;}

.imageright {
   margin: 0 0 0 10px;
   float: right;
   border: 3px double #c0c0c0;}
   
/* This sets the position without borders for images */

.imageleft-noborder {
   margin: 0 10px 0 0;
   float: left;}

.imageright-noborder {
   margin: 0 0 0 10px;
   float: right;}

/*This sets the code for the lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
.Yellow {
	color: #FF0;
}
.larger2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
}
.larger14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.larger18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;

     color: red;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }