@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}
#container/* 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 these divs based on your final font sizing.
*/
  {
	width: 951px;
	margin: 0 auto;
	text-align: left;
} 

.twoColElsLt #sidebar1 {
	float: left;
	width: 4em; /* top and bottom padding create visual space within this div */
	padding-left: 4px;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

#footer {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}
.itemhead {
	font-size: 165%;
	font-weight: bold;
	color: #0054A6;
}
.itemsubhead {
	font-size: 85%;
	font-weight: bold;
	color: #0054A6;
}


a:link {
	text-decoration: none;
	color: #0054A6;
}
a:active {
	text-decoration: none;
}
.note {
	font-weight: bold;
	font-size: 150%;
	color: #0054A6;
	font-style: italic;
}
.returnhead {
	font-size: 125%;
	font-weight: bold;
	color: #0054A6;	
}
td.main {
	text-align: center;
}
.price {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	padding-right: 25px;
	padding-left: 25px;
}
.priceline {
	font-weight: bold;
	font-size: 115%;
}

#quote {
	width: 300px;
}
.space {
	padding-bottom: 15px;
}
a:visited {
	text-decoration: none;
}
    #tabs {
	float:right;
	font-size:93%;
	line-height:normal;
	margin: 0px;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("../images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
.side {
	list-style-type: none;
}
.sidehead {
	font-size: 125%;
	font-weight: bold;
	color: #FFFFFF;
}
.sideitem {
	font-size: 110%;
	font-weight: bold;
	color: #0054A6;
}
.producthead {
	font-size: 125%;
	font-weight: bold;
	color: #0054A6;
}
.mainlist {
	list-style-type: disc;
	list-style-image: url(../images/bullet.jpg);
	list-style-position: outside;
}
.list {
	list-style-type: disc;
}
#xmas {
	background-image: url(../images/bow.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: large;
	font-weight: bolder;
	color: #060;
	padding-top: 20px;
	padding-bottom: 20px;
}
.notelayout
{
	font-size: xx-small;
}
.notelayout2 {
	font-size: 12px;
	text-align: center;
	padding: 3px;
	width: 300px;
}

.coupon {
	font-size: 100%;
	font-weight: bold;
	color: #0054A6;
	
}
.picrt {
	width: 360px;
	text-align: center;
}

