@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: #3b3b3b;
	line-height:1.55em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #efefef;
	background-image: url(../images/sky.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.merchant_list {
	background-color: #EAEAEA;
	padding: 8px;
	font-size: small;
	width: 100%;
}

.bodytext p {
	font-size:0.875em;
}
            /* media query equivalent of max-width: 600px; */
            @media screen and (min-width: 600px) {
                ol {
                    width: 600px;
                }
            }


.tagline {
	color: #97C900;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	line-height: normal;
}



.merchantheader {
	margin-left: -10px;
	margin-bottom: 20px;

}
.sidebarheader {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-left: -10px;
	padding-left: 14px;
	background-repeat: no-repeat;
	padding-top: 1px;
	background-color: #97C900;
	padding-bottom: 14px;
	margin-bottom: 14px;
	text-transform: capitalize;
}
.merchantlogo {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	margin-top: 14px;
	width: 192px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #FB9700;
	margin-bottom: 6px;
	background-color: #FFF;
	height: 108px;
	padding-top: 4px;
}

.twoColFixLtHdr #maincontainer #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .infoblock .frame2 .frame1 p img {
	margin: 0px;
	padding: 0px;
	
}

.twoColFixLtHdr  #header  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	height: 110px;
} 
.featuredbar {
	background-image: url(../images/bkgnd_featurebar.png);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 14px;
	margin-bottom: 10px;
	background-color: #353535;
	background-position: center top;
	color: #FB9700;
}
.featuredbar2 {
	background-image: url(../images/bkgnd_featurebar.png);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 14px;
	margin-bottom: 10px;
	background-color: #353535;
	background-position: center top;
	color: #FB9700;
	clear: none;
	position: relative;
}

.twoColFixLtHdr #maincontainer #mainContent .featuredbar h3 {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color: #FB9700;
}
h3 {
	font-size: 200%;
	color: #97C900;
	margin-bottom: 0px;
	line-height: 88%;
}
.description {
	margin-top: -10px;
}
h4 {
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.sidenote {
	font-size:0.75em;
}

<style type="text/css">
body {
	font-size:16px;
}
.twoColFixLtHdr  #maincontainer {
	width: 800px;
	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-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	padding-bottom: 10px;
	height: 100%;
} 
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
} 
#mainContent_fullwidth {
	background-color: #333333;
	padding: 14px;
}
.fade {
	background-image: url(../images/fade.png);
	height: 182px;
	width: 540px;
	position: absolute;
	float: left;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	z-index: 1000;
}
.logo {
	height: 88px;
	width: 275px;
	position: absolute;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	top: -5px;
}
.twoColFixLtHdr #container #header h1 {
	color: #FFFFFF;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #272727;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 140%;
	float: left;
	height: 100%;
	width: 190px;
}
.login {
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: right;
	font-weight: bold;
	color: #272727;
	font-size: small;
	line-height: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	margin-top: 18px;
	padding-right: 8px;
}
.twoColFixLtHdr #maincontainer #header .login #form2 {
	margin-top: -10px;
}
.twoColFixLtHdr #maincontainer #header .login h5 {
	font-size: x-large;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: -14px;
	margin-top: 0px;
	color: #FFF;
}
.twoColFixLtHdr #maincontainer #header .login p {
	line-height: normal;
}


.topbar {
	background-image: url(../images/bkgnd_topbar.png);
	text-align: left;
	height: 30px;
	font-size: small;
	padding-top: 2px;
	position: relative;
	
}
.topbartext {
	width: 400px;
	position: absolute;
	left: 0px;
	top: 2px;
	color: #999;
}
.topbar-right {
	position: absolute;
	right: 0px;
	top: 4px;
	text-align: right;
	margin-right: 16px;
}
.twoColFixLtHdr .topbar .topbarcontainer .topbartext em {
	font-style: normal;
	color: #FB9700;
}

.twoColFixLtHdr .topbar a {
}


.twoColFixLtHdr #maincontainer #sidebar1 ul {
	list-style-type: square;
	text-indent: 0px;
}
.twoColFixLtHdr #maincontainer #sidebar1 li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -20px;
	text-indent: 0px;
	list-style-type: disc;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	font-size: 90%;
	line-height: 120%;
}
.subhead {
	width: 300px;
	font-size: 80%;
	color: #97C900;
	line-height: normal;
	float: right;
	margin-top: -28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.twoColFixLtHdr #maincontainer #sidebar1 a {
	color: #FB9700;
}
.formbutton {
	font-weight: bolder;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #FB9700;
	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: #edecec;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #edecec;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}

.formbutton:hover {
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #353535;
	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: #edecec;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #edecec;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	height: 100px;
	width: 100%;
	background-image: url(../images/bkgnd-gray.png);
	background-color: #2F2E2E;
	margin-top: 14px;
	position: absolute;
	bottom: 0px;
}
#footer div {
	background-image: url(../images/logo-directvalues.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #333333;
} 
.twoColFixLtHdr #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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.slidewrapper {
	height: 240px;
	background-color: #666666;
}
.twoColFixLtHdr #head-container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #header {
}
.logoblock {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 74px;
	width: 142px;
	margin-right: 12px;
	padding: 4px;
	float: left;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-left: 14px;
	margin-bottom: 5px;
}
.logoblock:hover {
	height: 74px;
	width: 142px;
	margin-right: 12px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	background-color: #FFFFFF;
	margin-left: 14px;
	margin-bottom: 5px;
	border: 4px solid #FB9700;
}
.tauborn {
	background-image: url(../images/tauborn.png);
	background-repeat: no-repeat;
	height: 102px;
	width: 90px;
}

.twoColFixLtHdr #maincontainer #header .navigation ul {
	font-size: 50%;
	font-weight: normal;
	padding: 10px;
}
.twoColFixLtHdr #maincontainer #header .navigation li   {
	cursor: hand;
	float: left;
	list-style-type: none;
	background-image: url(../images/bkgnd_featurebar.png);
	font-size: 200%;
	font-weight: bold;
	color: #FB9700;
	height: 30px;
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
	border: 1px none #999999;
}
.twoColFixLtHdr #maincontainer #header .navigation li:hover {
	cursor: hand;
	float: left;
	list-style-type: none;
	background-image: none;
	font-size: 200%;
	font-weight: bold;
	color: #333333;
	height: 30px;
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
	border: 1px none #999999;
	background-color: #97C900;
}
.twoColFixLtHdr #maincontainer #header .navigation a {
	text-decoration: none;
	color: #FB9700;
}.twoColFixLtHdr #maincontainer #header .navigation a:hover {
	text-decoration: none;
	color: #383838;
}
.navigation {
	font-weight: normal;
	background-repeat: no-repeat;
	position: absolute;
	right: 7px;
	top: 27px;
	padding: 0px;
	width: 376px;
}
.twoColFixLtHdr #maincontainer #sidebar1 li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -20px;
	text-indent: 0px;
	list-style-type: disc;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	font-size: 90%;
	line-height: 120%;
}
.twoColFixLtHdr #maincontainer #mainContent #signupform {
	background-color: #FB9700;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 100%;
	background-repeat: no-repeat;
	margin: 8px;
}
.formfield {
	height: 30px;
	font-size: 125%;
	color: #666666;
}
.twoColFixLtHdr .topbar a {
	color: #CCC;
	text-decoration: none;
}
.twoColFixLtHdr #maincontainer #sidebar1 .sidebarheader h3 {
	line-height: normal;
}
.infoblock {
	width: 490px;
	margin-right: 14px;
	float: left;
	margin-top: 10px;
	background-color: #efefef;
	margin-left: 14px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-repeat: no-repeat;
}
.frame1 {
	padding: 8px;
	border: 1px solid #999;
	background-color: #FFF;
}
.frame2 {
	padding: 10px;
	border: 1px none #333;
	background-color: #cecece;
}
.twoColFixLtHdr #maincontainer #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .coupon table tr td .merchantlogo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
sidebaraddress {
	font-weight: normal;
	color: #FFF;
	text-align: center;
	font-size: small;
}
.twoColFixLtHdr #maincontainer #sidebar1 .sidebarheader font {
	font-size: medium;
	line-height: normal;
}
.searchresults {
	font-size: small;
	width: 97%;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}
.twoColFixLtHdr #maincontainer #sidebar1 #form1 h3 {
	margin-bottom: 0px;
}
.twoColFixLtHdr #maincontainer #sidebar1 #form1 h3 p {
	font-size: xx-small;
}

.twoColFixLtHdr #maincontainer #sidebar1 #form1 h3 #Search {
	margin-top: 8px;
}

.twoColFixLtHdr #maincontainer #header .fb-send {
	width: 250px;
	float: right;
	padding-top: 6px;
	color: #FFF;
}
.topbarcontainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	
	}
.tabcontainer {
	position: relative;
	margin: 0px;
}
.merchantlogo_form {
	background-repeat: no-repeat;
	background-position: center center;
	width: 350px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
