@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-color:#e6e6e6;
	font-size:18px;
	color:#555555;
	
}
h1{	color:#252535;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:32px;
}
h2{	font-size:24px;
}
h3{	font-size:22px;
		color:#333333;
}
a{ text-decoration:none;
	color:#224BB9;
}
a:hover { 
	color:#4499EE;
}
.redText { 
	color:#AA3333;
}
.savingText { 
	color:#336666;
}
.normal{
	font-weight:normal;
	color:#555555;
}
.boldText{
	font-weight:bold;
}

.smallText{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.stepContent{
	padding-right:20px;
}
#mainPageArea{
	background-color:#ffffff;
	}

.mainLeftCol{
	background-repeat:repeat-y;
	background-image:url(/images/site_27.jpg)
}
.mainRightCol{
	background-repeat:repeat-y;
	background-image:url(/images/site_30.jpg)
}
.blackMenuBar{
	background-repeat:repeat-x;
	background-image:url(/images/site_14.gif);
}
.redMenuBar{
	background-repeat:repeat-y;	
	background-image:url(/images/site_24.gif);
}	
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}	
#couponOverlay{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:3000px;
	text-align:center;
	vertical-align:middle;
	background-color:#FFFFFF;
}
#couponContents{
	margin-top:140px;
	border-color:#AAAAAA;
	border-style:dashed;
	border-width:2px;
	padding:10px;
}
.customButton{
	padding:3px;
	border-style:solid;
	border-width:2px;
	border-top-color:#0087ef;
	border-left-color:#0087ef;
	border-bottom-color:#00576f;
	border-right-color:#00576f;
	background-color:#0067af;
	color:#FFFFFF;	
	cursor:pointer;
}
.customButton :hover{
	background-color:#0087cf;
	color:#FFFF99;	
	cursor:pointer;
}
.customButtonHover{
	padding:3px;
	border-style:solid;
	border-width:2px;
	border-top-color:#0087ef;
	border-left-color:#0087ef;
	border-bottom-color:#00576f;
	border-right-color:#00576f;
	background-color:#0087cf;
	color:#FFFF99;	
	cursor:pointer;
}
#categoryBlock A
{ 	cursor:pointer;
}
#categoryBlock P
{	
	padding:0px;
	margin:0px;
}