@charset "utf-8";
@import url("offer-box.css");
/* CSS Document */

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: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-attachment: fixed;
	background-image: url(../badcreditimages/reallybadcredit-graybg.png);
	background-repeat: repeat-x;
}
p {
	padding: 0px;
	margin: 0px;
	font-size: 85%;
}
#site_info {
	padding-left: 35px;
	padding-top: 1px;
	font-size: large;
	color: #FFFFFF;
	background-image: url(../badcreditimages/reallybadcreditloanstop.jpg);
}

#linkads {
	margin: 0px;
	padding: 0px;
}
#menu {
	padding-bottom: 5px;
	padding-left: 3px;
	background-color: #000000;
	width: 145px;
	margin: 0px;
	padding-top: 10px;
	border: thin outset #243843;
}
#content_header {
	background-image: url(../badcreditimages/really-bad-credit-offers-bottom.jpg);
	background-repeat: no-repeat;
}
#page_title {
	width: 455px;
	padding-top: 10px;
	margin-bottom: 10px;
}
#top_ads {
	text-align: center;
	height: 60px;
	margin-right: 10px;
	margin-left: 50px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	width: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#info_content {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	border: thin none #243843;
}
#middle_ad {
	text-align: center;
	margin-top: 1px;
	margin-bottom: 10px;
	height: 60px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FBFBFB;
	padding-top: 9px;
}
#lower_content {
	margin-right: 20px;
	margin-left: 20px;
	font-size: small;
	padding: 10px;
	background-color: #F4F3F5;
	border: thin outset #666666;
	margin-top: 5px;
	margin-bottom: 10px;
}
#article_ellipse {
	padding-left: 3px;
	background-color: #000000;
	padding-top: 15px;
	width: 145px;
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #C7CCCF;
	border-right-color: #243843;
	border-bottom-color: #243843;
	border-left-color: #243843;
	border-top-style: groove;
}
.twoColFixLtHdr #container {
	width: 755px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	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;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	height: 100px;
	width: 755px;
	background-color: #DDDDDD;
	background-image: url(../badcreditimages/really-bad-credit-offers-header.jpg);
} 
.black_bg {
	background-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-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 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../badcreditimages/reallybadcreditoffers-header_02.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #mainContent #content_header #page_title p {
	font-size: x-small;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
} 

.twoColFixLtHdr #container #sidebar1 #menu p {
	margin-bottom: 3px;
	color: #FFFFFF;
}
h4 {
	margin: 0px;
	padding: 0px;
	color: #AE9248;
	font-size: 85%;
}
.twoColFixLtHdr #container #sidebar1 #menu a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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;
}
#offer_box_image_125x125 {
	float: left;
	height: 125px;
	width: 125px;
	margin: 0px;
	padding: 0px;
}

.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;
}
.style1 {
	color: #666666;
	font-weight: bold;
	text-align: center;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
#off_box_features_h125 {
	height: 105px;
	padding: 10px;
	background-color: #CCCCCC;
}


h1 {
	font-size: 110%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}


h3 {
	padding: 0px;
	color: #000000;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
}
h2 a {
	color: #333333;
	font-size: 90%;
}
#info_content a:visited {
	color: #333333;
}

h2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#amazon-store {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FBFBFB;
}
#content-ad300x250 {
	height: 250px;
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#offer_box {
	margin-right: 20px;
	margin-left: 20px;
	border: thin inset #000000;
	background-color: #FBFBFB;
	margin-top: 10px;
	margin-bottom: 10px;
}
#offer_box_title {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #000000;
	color: #FFFFFF;
}
#offer_box_image {
	float: left;
	height: 100px;
	width: 140px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#offer_box_footer_text2 {
	float: left;
	height: 20px;
	width: 200px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColFixLtHdr #container #mainContent #offer_box #offer_box_title a {
	color: #FFFFFF;
}
#offer_box_footer_text3 {
	height: 20px;
}

#offer_box_footer_apply {
	height: 20px;
	width: 160px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #000000;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}
#offer_box_footer_text {
	height: 20px;
	border: thin outset #000000;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #offer_box #offer_box_footer #offer_box_footer_apply a {
	color: #FFFFFF;
}


#off_box_features {
	height: 90px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #D4DFDB;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_box_features li {
	font-size: 85%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_box_features ul {
	margin: 0px;
	padding: 0px;
}

#offer_box_footer {
	background-color: #E9E4E0;
}
.twoColFixLtHdr #container #mainContent #offer_box #offer_box_title a {
	color: #FFFFFF;
}
#offer_box {
	margin-right: 20px;
	margin-left: 20px;
	background-color: #FBFBFB;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #C6D5FF;
	border-right-color: #C6D5FF;
	border-bottom-color: #C6D5FF;
	border-left-color: #C6D5FF;
}
#offer_box_title {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FBFBFD;
	background-color: #000000;
	color: #FFFFFF;
	border-top-color: #FBFBFD;
	border-right-color: #FBFBFD;
	border-left-color: #FBFBFD;
	border-left-width: thin;
	border-left-style: solid;
	border-top-width: thin;
	border-top-style: solid;
}

#offer_box_image {
	width: 140px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	float: left;
	height: 110px;
	background-color: #D4DFDB;
}


#off_box_features {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #D4DFDB;
	height: 100px;
}

#offer_box_footer {
	background-color: #E9E4E0;
	font-size: 70%;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #C6D5FF;
	border-right-color: #C6D5FF;
	border-bottom-color: #C6D5FF;
	border-left-color: #C6D5FF;
}

#offer_box_footer_apply {
	width: 150px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: outset;
	border-top-color: #C6D5FF;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	height: 34px;
	font-size: small;
}
#offer_box_footer_apply p {
	font-size: 115%;
	margin-top: 7px;
}


#offer_box_footer_text2 {
	float: left;
	width: 90px;
	height: 17px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#offer_box_footer_text3 {
	float: left;
	height: 17px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	width: 90px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#offer_box_footer_text4 {
	height: 17px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: outset;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#offer_box_footer_text {
	height: 17px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#offer_box_footer_text_btm {
	height: 17px;
	text-align: center;
	border: thin none #000000;
}

#offer_box_footer2 {
	background-color: #E9E4E0;
	height: 17px;
}


.twoColFixLtHdr #container #mainContent #offer_box #offer_box_footer #offer_box_footer_apply a {
	color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_box_features li {
	font-size: 70%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_box_features ul {
	margin: 0px;
	padding: 0px;
}
.font-85pct {
	font-size: 85%;
}
.twoColFixLtHdr #container #footer a {
	color: #000000;
}
.twoColFixLtHdr #container #mainContent #offer_box #offer_box_image a {
	color: #000000;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_box_features_h125 ul {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_box_features_h125 li {
	font-size: 85%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
}
#off_boxbanner_features {
	height: 70px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #D4DFDB;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_boxbanner_features_h125 ul {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_boxbanner_features li {
	font-size: 85%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #offer_box #off_boxbanner_features ul {
	margin: 0px;
	padding: 0px;
}
.next_page {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E9E4E0;
	color: #000000;
	border: medium outset #000000;
	margin-right: 20px;
	margin-left: 380px;
}
.next_page a {
	color: #000000;
}
.prev_page {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #E9E4E0;
	color: #000000;
	border: medium outset #000000;
	margin-right: 380px;
	margin-left: 20px;
}
.prev_page a {
	color: #000000;
}

.menu_header {
	background-color: #C7CCCF;
	color: #000000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-size: small;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.index_item_icon2 {
	float: left;
	margin-right: 30px;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-bottom: 40px;
}
#index_item {
	width: 85%;
	margin-left: 45px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	margin-top: 20px;
}
.color_bar {
	text-align: center;
	height: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #93A4B4;
	border: thin outset #CCCCCC;
	margin-bottom: 10px;
}
.topoffer_title {
	margin-bottom: 5px;
	padding-top: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-variant: small-caps;
	color: #E5DB08;
}
.topoffer_name {
	margin-top: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	color: #F2EAE7;
}
.topoffer_box {
	margin-bottom: 20px;
	background-color: #000000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.smalltxt {
	font-size: x-small;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-top: 2px;
	margin-bottom: 3px;
	font-family: "Times New Roman", Times, serif;
}


.style4 {
	color: #AE150D
}
.menu_header2 {
	background-color: #C7CCCF;
	color: #000000;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #C7CCCF;
	border-right-color: #C7CCCF;
	border-bottom-color: #C7CCCF;
	border-left-color: #C7CCCF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-size: small;
	margin-right: 0px;
	margin-left: 0px;
	border-top-style: none;
	margin-bottom: 5px;
	margin-top: 5px;
}
#info_content  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
