@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px; /* 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;
	background-color: #3399FF;
}
h1 {
	font-size: 18px;
	text-transform:capitalize;
	margin: 20px 10px 20px 0px;
	color: #3399FF;
}
h2 {
	font-size: 16px;
	text-transform:capitalize;
	margin: 20px 10px 20px 0px;
}
h3 {
	font-size: 14px;
	text-transform:capitalize;
	margin: 20px 10px 20px 0px;
}
h4 {
	font-size: 12px;
	text-transform:capitalize;
	margin: 20px 10px 20px 0px;
}
img {
	border: 0px;
	text-decoration: none;
}
.thrColFixHdr #container {
	width: 1020px;  /* 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 #efefef;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	padding: 0px;  /* 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. */
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* padding keeps the content of the div away from the edges */
	margin: 10px 10px 10px 0px;
	font-size: 12px;
	background-color: #ffffff;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* padding keeps the content of the div away from the edges */
	margin: 10px 10px 10px 10px;
	font-size: 12px;
	background-color: #ffffff;
}
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 90px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* padding keeps the content of the div away from the edges */
	margin: 10px 0px 10px 0px;
	font-size: 12px;
	background-color: #ffffff;
}
.thrColFixHdr #mainContent {
	margin: 10px 340px 0px 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 40px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer {
	padding: 0px;
	background-color: #CCCCCC;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px;
	font-size: 10px;
}
.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;
}



.thrColFixHdr #header #headertop {
	background-color: #666666;
	color: #CCCCCC;
	font-size: 12px;
	padding: 5px 5px 5px 20px;
}
.thrColFixHdr #header #logo {
	height: 60px;
	padding: 5px 10px 5px 20px;
	background-color: #0099FF;
}
.thrColFixHdr #header #findastore {
	background-color: #CCCCCC;
	height: 30px;
	padding-top: 5px;
}
.thrColFixHdr #header #findastore select {
	font-size: 16px;
}
.thrColFixHdr #header #byletter {

}
.letterbtn {
	float: left;
	width: 33px;
	height: 37px;
	margin: 1px;
	background-image: url(../images/button.jpg);
	padding-top: 3px;
	text-align: center;
	}
.letterbtn a:link {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 20px;
}
.letterbtn a:hover {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 20px;
}
.letterbtn a:visited {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 20px;
}
.letterbtn2 {
	float: left;
	width: 33px;
	height: 37px;
	margin: 1px;
	background-image: url(../images/button.jpg);
	padding-top: 3px;
	text-align: center;
}
.letterbtn2 a:link {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 20px;
}
.letterbtn2 a:hover {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 20px;
}
.letterbtn2 a:visited {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 20px;
}

#findtxt {
	float: left;
	margin: 5px 30px 5px 200px;
	font-weight: bold;
}
#findform {
	float: left;
}

.clearfloat {
	clear: both;
}
.thrColFixHdr #header #logo #thelogo {
	float: left;
	width: 500px;
}
.thrColFixHdr #header #logo #headerfeatured {
	float: left;
	width: 460px;
	border: 1px dashed #ffffff;
	color: #ffffff;
	padding: 2px 2px 2px 2px;
}
.thrColFixHdr #header #logo #headerfeatured #featured {
	float: right;
	margin: 0px 0px 10px 10px;
	color: #ffffff;
	font-size: 10px;
	font-style: italic;
}
.imgfeatured {
	width: 88px; 
	height: 31px;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 0px;
	text-decoration: none;
}
.imgfeatured2 {
	width: 88px; 
	height: 31px;
	border: 1px solid #000000;;
	text-decoration: none;
	background-color: #FFFFFF;
}
.featuredlink a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
.featuredlink a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
.featuredlink a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
.featuredlink2 a:link {
	text-decoration: none;
}
.featuredlink2 a:visited {
	text-decoration: none;
}
.featuredlink2 a:hover {
	text-decoration: underline;
}
.offer {
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid;
	padding: 0px 0px 5px 0px;
	border-bottom-color: #CCCCCC;
}
.offer a:link {
	text-decoration: none;
}
.offer a:visited {
	text-decoration: none;
}
.offer a:hover {
	text-decoration: underline;
}
.smallitalic {
	font-size: 10px;
	font-style: italic;
}
#categories {

}
#categories ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
}
#categories li {
	margin-bottom: 5px;
}
#categories a:link {
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
}
#categories a:visited {
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
}
#categories a:hover {
	color: #000000;
	text-decoration: underline;
	text-transform: capitalize;
}
#newstores {

}
#newstores ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
}
#newstores li {
	margin-bottom: 5px;
}
#newstores a:link {
	text-decoration: none;
	text-transform: capitalize;
}
#newstores a:visited {
	text-decoration: none;
	text-transform: capitalize;
}
#newstores a:hover {
	text-decoration: underline;
	text-transform: capitalize;
}
.ulnoformat {
	padding: 0px; 
	margin: 0px;
	list-style-type: none;
}
.twocol {
	float:left;
	width: 45%;
	font-size: 12px;
	margin-bottom: 10px;
}
.merchantlogo {
	float:left;
	margin-right: 20px;
	margin-bottom: 80px;
}
#selectedoffer {
	border: 1px solid;
	border-color: #cccccc;
	padding: 0px 10px 10px 10px;
}
.moreoffers {
	border: 1px solid;
	border-color: #cccccc;
	padding: 0px 10px 10px 10px;
	margin: 2px 0px 2px 0px;
}
.linktocat {
	border: 1px dashed;
	padding: 10px;
	text-transform: capitalize;
	margin: 10px 0px 10px 0px;
	background-color: #CCEBFF;
	border-color: #0099FF;
}
.feature {
	border: 1px solid;
	border-color: #0099FF;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 2px 0px 2px 0px;
	background-color: #DDF1FF;
}

#byletter {

}