#header{
    display: none;
}

div#header1{
    /*background-image: url(Images/bannersmall.gif);
    background-size: 100% auto;
    background-position: center;
    border: 1px solid chartreuse;*/
    width: 660.8px;
    height: 107px;
}

#myFooter{
    display: none; 
}

footer {
	display: none !important;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	
	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: #000000;
	
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

/* Lightbox css*/
#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(overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Images/overlay.png", sizingMethod="scale");
	}

/*end Lightbox CSS*/

#terms{
  height:100px;
  width:600px;
  overflow-y:scroll;
  display:block;
  border: 1px solid black;
  background-color:#FFFFFF;
  text-align:left;
}
.oneColElsCtrHdr #container {
	width: 47.2em;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 0px none #FFFFFF;
	background-color: #D8E9EC;
}
.oneColElsCtrHdr #flashvid {
}
.oneColElsCtrHdr #leftspacer {
	float: left;
	width: 300px;
}
#descriptionpane {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	background-color: #B1C3D9;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #7B97E0;
	padding-left: 10px;
}
#accountinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #B1C3D9;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #7B97E0;
	padding-left: 7px;
}

#billinginfo a:link{
}

#billinginfo a:hover{
	color:#000FFF;	
}

#billinginfo a:visited{
}

#billinginfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #B1C3D9;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #7B97E0;
	padding-left: 7px;
}
#shippinginfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #B1C3D9;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #7B97E0;
}
#agreement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #B1C3D9;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #7B97E0;
	padding-left: 7px;
}
#passinfo {
	float: right;
}
.oneColElsCtrHdr #header1 {
	background-color: #DDDDDD;
	background-image: url(Images/bannersmall.gif);
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.oneColElsCtrHdr #header1 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header1 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 */
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #d8e9ec;
}
.oneColElsCtrHdr #footer1 {
	text-align: center;
	height: 50px;
	background-color: #DDDDDD;
	background-image: url(Images/bluebarfooter.gif);
	color: #FFFF00;
} 
.oneColElsCtrHdr #bottomcenter {
	float: left;
	width: 315px;
	text-align: center;
	padding-top: 25px;
}
.oneColElsCtrHdr #footer1 p {
	margin: 0; /* zeroing the margins of the first element in the footer1 will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColElsCtrHdr #navbar {
	height: 26px;
	width: auto;
	background-image: url(Images/bluebar.gif);
	background-repeat: repeat-x;
}
/*changes background of main bar*/
#MenuBar1 li a{
	background-color: transparent;
	color: white;
	font-weight:bold;
}
/*changes background image and color of main bar*/
#Menubar1 li{
	background-image: url(Images/bluebar.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#MenuBar1 a:hover #MenuBar1 a:focus{
	background-image: url(Images/whitebar.gif);
	background-repeat: repeat-x;
	color: #000000;
}
#MenuBar1 a.MenuBarItem {
	color: #FFFFFF;
}
/*Changes Style of Main Bar on Hover*/
#MenuBar1 a.MenuBarItemHover, #MenuBar1 a.MenuBarItemSubmenuHover {
/* 	background-image: url(Images/whitebar.gif);
    background-repeat: repeat-x;*/
	color: #00FFFF;
}
/*changes styles of submenu items*/
#MenuBar1 ul li a{
	background-color:#CCCCCC;
	color: black;
	font-size: 10px;
	font-variant: small-caps;
	width: 11.6em;
	font-weight: bold;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
/*changes styles of submenu items on hover*/
#MenuBar1 ul li a:hover{
	background-color:#FFFFFF;
	color: #000000;
	font-size: 10px;
	font-variant: small-caps;
	width: 11.6em;
	font-weight: bold;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#MenuBar1 ul li ul li a{
	background-color:#FFCEB7;
}
.oneColElsCtrHdr #image1 {
	float: left;
	height: 122px;
	width: 100px;
	background-color: #FFFFFF;
}
.oneColElsCtrHdr #breaker {
	clear: both;
}
.oneColElsCtrHdr #image2 {
	float: left;
	height: 122px;
	width: 100px;
	background-color: #FFFFFF;
}
.oneColElsCtrHdr #image4 {
	float: right;
	height: 122px;
	width: 100px;
	background-color: #FFFFFF;
}
.oneColElsCtrHdr #image3 {
	float: right;
	height: 122px;
	width: 100px;
	background-color: #FFFFFF;
}

.style6 {
	font-size: 12px;
	font-weight: bold;
}
.style9 {
	font-size: 9px;
	color: #FFFFFF;
}
.style10 {
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #00FFFF;
}
.style15 {font-size: x-large}

.style17 {font-family: "Courier New", Courier, monospace}
.style26 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#cardback {
}
.style36 {
	font-size: 14px;
	font-weight: bold;
}
.style37 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #00C;
}
.style39 {
	font-size: 16px;
	color: #000000;
}
.style40 {
	color: #00C;
	font-weight: bold;
}
.style43 {font-size: 14px}
.style44 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style46 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00C;
	font-weight: bold;
}
.style47 {font-size: 16px}
.style48 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}