@charset "utf-8";
body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size:14px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	color: #457eb9;
	text-decoration: none;
}

a:hover {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	color: #FF0000;
	text-decoration: underline;
}

.oneColFixCtrHdr #container {
	width: 1000px;  /* 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: 0px solid #000000;
}
.oneColFixCtrHdr #header {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	color: #457eb9;
	background: #FFFFFF; 
	padding: 0 0 0 0;  /* 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. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	margin-left: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #dealTitle{
	color:#FF0000;
	font-size:24px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 20px;
}
.oneColFixCtrHdr #dealMore{
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	color:#0653A5;
}
.oneColFixCtrHdr #dealMerchant{
	margin-top:10px;
	text-align:left;
	font-weight:bold;
	color:#000000;
}
.oneColFixCtrHdr #dealFinePrint{
	margin-top:10px;
	text-align:left;
	font-weight:bold;
	color:#000000;
}
.oneColFixCtrHdr #dealText{
	text-align:justify;
}
.oneColFixCtrHdr #dealPrice{
	margin-left:35px;
	font-size:48px;
	text-align:left;
	font-weight:bold;
	color:#FF0000;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0753a2;
	color:#FFFFFF;
	font-size:12px;
	font-variant:small-caps;
}
.oneColFixCtrHdr #footer p {
	color:#000;
	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 */
}

#footer a {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	color:#909090;
	font-size:12px;
	font-variant:small-caps;
}

.oneColFixCtrHdr #footer_menu {
	color:#FFFFFF;
	font-size:12px;
	font-variant:small-caps;
}

.oneColFixCtrHdr #section_title {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
}

.oneColFixCtrHdr #section_text {
	color:#000000;
	font-size:12px;
	text-align:justify;
	padding-left:2px;
	padding-right:2px;
}

.oneColFixCtrHdr #section_link {
	color:#FF0000;
	font-size:12px;
	text-align:right;
}

.oneColFixCtrHdr #login_box_title {
	color:#EEEEEE;
	font-size:36px;
	font-weight:bold;
}

.oneColFixCtrHdr #login_box {
	color:#EEEEEE;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.oneColFixCtrHdr #checkout_box {
	border:dashed;
	border-width:this;
	border-color:#0753a2;
	background-color:#FFFFFF;
	color:#000080;
	font-size:12px;
	text-align:right;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.voucher #voucher_number{
	margin-top:10px;
	font-size:28px;
	text-align:center;
	font-weight:bold;
	color:#000000;
}
.voucher #voucher_title{
	margin-top:10px;
	margin-bottom:0px;
	font-size:18px;
	text-align:left;
	font-weight:bold;
	color:#000000;
}
.voucher #voucher_heading{
	margin-top:5px;
	text-align:left;
	font-weight:bold;
	color:#000000;
}
.voucher #small_print{
	margin-top:0px;
	font-size:10px;
	text-align:justify;
	color:#000000;
}
.voucher #deal_support{
	margin-top:5px;
	font-size:12px;
	text-align:center;
	color:#000000;
	background-color:#CCC;
}




