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

/* Global Styles */

* {
	padding:0;
	margin:0;
	}

body {
	background-color: #ffffff;
	background-image: url(../images/bg.png)
	
/*	old bkgd color#a3a084*/
	}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000000;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: .7em;
}
input, textarea, select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"], input[type="url"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], input[type="number"], input[type="date"], input[type="time"], textarea {
	width: 12em;
	padding: 5px;
	margin: 10px 10px 10px 0;
	border-radius: 7px;
	background-color: #fdedec;
}

	
.searchgroup {
	position: relative;
	top: -51px;
    background-color: #164A9D;
	width: 100%;
	border-radius: 25px;
	-moz-border-radius: 25px; /* Firefox 3.6 and earlier */
	-moz-box-shadow: 10px 10px 5px #000;
	-webkit-box-shadow: 10px 10px 5px #000;
	box-shadow: 10px 10px 5px #000;
	float: left;
}
	
.title {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-decoration: none;
	margin-left: 11px;
	margin-top: 11px;
	font-size: 4em;
	font-weight: bolder;
	font-style: italic;
	color: #F2F705;
	text-shadow: 3px 3px #000000;
	float: left;
}
	
.searchLabel {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-decoration: none;
	font-size: 2em;
	font-weight: bolder;
	font-style: italic;
	background-color: #164A9D;
	color: #F2F705;
	margin-top: 7px;
	margin-right: 7px;
	margin-left: 17px;
	margin-bottom: 7px;
	text-shadow: 3px 3px #000000;
	float: left;
}
	
.findit {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	text-decoration: none;
	font-size: 2em;
	font-weight: bolder;
	font-style: italic;
	color: #F2F705;
	margin-top: 7px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 7px;
	text-shadow: 3px 3px #000000;
	float: right;
}	

#wrapper {
	background-color: #FFFFFF;
	border: 2px solid #000000;
	margin: 0 auto;
	width: 82em;
	border-radius: 25px;
	-moz-border-radius: 25px; /* Firefox 3.6 and earlier */
	font: bold 12px Verdana, Geneva, sans-serif;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 7em;
	float: right;
	right: 0px;
	-moz-box-shadow: 10px 10px 5px #000;
	-webkit-box-shadow: 10px 10px 5px #000;
	box-shadow: 10px 10px 5px #000;
}

#header {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.sitemenu {
	text-decoration: none;
	position: absolute;
	top: 150px;
	left: 80px;
	background: #F5F5F5;
	height: 25px;
	width: 350px;

}
.logo {
	float: left;
	width: 400px;
	position: relative;
	top: 10px;
	height: 225px;
	background-image: url(../images/bdi_logo400x100.png);
/*	old logo BestDealsLogo.png*/
	background-repeat: no-repeat;
	background-position: left;
}



#content {
	width: 952px;
	padding-right: 10px;
	padding-left: 10px;
}
.topBanner {
	float:left;
	border: 3px double #CCC;
}

.info{
	margin-top: -15px;	
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-right:8px;
}
.clearFloat {
	clear: both;
}
.clearFloatRight {
	clear: right;
}
.clearFloatLeft {
	clear: left;
}

div.mainContainer {
	position: absolute;
	top: 0px;
	width: 64em;
	left: 50%;
	margin-left: -480px;
}







.signup {
	float: left;
	color: black;
	align-content: center;
	justify-content: center;
	font-size: 1.5em;
	background: #fff;
	background-image: url(../images/bg.png);
	position: relative;
	top: 90px;
	left: 45px;
	width: 450px;
	height: 60px;
	border: 3px solid #000000;
	border-radius: 5px;
	-moz-border-radius: 5px;
Firefox 3.6 and earlier 
	padding: 7px;
	margin: 7px;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
	padding-left: 7px;
}
.starburst{
	background-image: url(../images/starburst200.png);
	background-repeat: no-repeat;
	position: relative;
	top: -10px;
	left: 85px;
	width: 200px;
	height: 150px;
	float: right;
	z-index: 1;
	text-align: left;
	padding-top: 30px;
	font-size: 1.5em;
	font-weight: 500;
	font-style: italic;
	padding-left: 40px;
}

starburst a:link {color: #F5060A; }
starburst a:visited {color: #F5060A; }



div.footer {
	margin-top: 10px;
	padding-top: 9px;
	line-height: 18px;
	margin-bottom: 150px;
	margin-left: 8px;
	margin-right: 15px;
	color: #000;
}
