﻿/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Basic Style Sheet
version: 1.0
author: Go Clean Credit
email: info@GoCleanCredit.com
website: http://www.gocleancredit.com/
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
GENERAL >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

* {
	margin: 0;
	padding: 0;
	border: none;
}
html body {
	height: 100%;
}

body {
	background: #dde5e7 url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/bkg.jpg') repeat-x left top;
	font: 12px "Arial", Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
}

/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix { 
	height: 1%;
}

h1 {
	font-size: 20px;
	margin: 0 0 10px 0;
	color: #97a8ac;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}

p {
	margin: 10px 0;
}

a:link, a:visited {
    color: #651411;
	text-decoration: none;
}
a:hover, a:active {
    color: #ff0000;
	text-decoration: none;
}

.float_right {
	float: right;
	display: block;
}
.float_left {
	float: left;
	display: block;
}

.container1 {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	clear: both;
}
.container2 {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	clear: both;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
HEADER >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#header_container {
	width: 800px;
	height: 130px;
	float: left;
}
#logo {
	width: 279px;
	height: 64px;
	float: left; 
	margin: 14px 10px 0 10px;
}
#contact_btn {
	width: 87px;
	height: 39px;
	float: right; 
	margin: 55px 0 0 0;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
NAVIGATION >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#menu_box {
	width: 800px;
	height: 34px;
	float: left;
	clear: both;
	display: inline;
	overflow: hidden;
}
#left_menu {
	width: 10px;
	height: 34px;
	background: url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/bkg_menu_left.jpg') no-repeat left top;
	text-align: left;
	float: left;
}
#right_menu {
	width: 87px;
	height: 34px;
	background: url('btn_contact.jpg') no-repeat left top;
	text-align: left;
	float: left;
}

#nav {
	width: 703px;
	height: 34px;
	background: url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/bkg_menu.jpg') repeat-x left top;
	float: left;
	list-style: none;
}
#nav li a {
	float: left;
	list-style: none;
}
#nav ul {
	list-style: none;
	margin: 0 auto;
}
#nav li {
	text-align: center;
	float: left;
}
#nav li a {
	font: bold 12px "Arial", Verdana, Trebuchet MS, Helvetica, sans-serif;
	color: #065364;
	text-decoration: none;
	text-align: center;
	padding: 10px 10px 11px 10px;
	float: left;
	display: block;
}
#nav li a:hover {
	background: url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/bkg_menu_hover.jpg') repeat-x left top;
	color: #ffecce;
	text-decoration: none;
	padding: 10px 10px 11px 10px;
	float: left;
	display: block;
}
#nav-activ, #nav-activ, #nav-activ {
	background: url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/bkg_menu_hover.jpg') repeat-x left top;
	color: #ffecce;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0 11px 0;
	display: block;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
BANNER >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#corner_left {
	width: 50px;
	height: 160px;
	background: url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/bkg_corner_left.jpg') no-repeat left bottom;
	float: left;
}
#corner_right {
	width: 50px;
	height: 160px;
	background: url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/bkg_corner_right.jpg') no-repeat left bottom;
	float: left;
}
#banner_bkg {
	width: 800px;
	height: 160px;
	background: #161a1b url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/bkg_banner.jpg') repeat-x left bottom;
	float: left;
}
#banner {
	width: 630px;
	height: 140px;
	/*background: #161a1b url('images/banner.jpg') no-repeat top left;*/
	margin: 10px;
	float: left;
	display: inline;
}
#banner_getincontact_btn {
	margin: 109px 0 0 10px;
	float: left;
}
#bbb {
	margin: 10px 0;
	float: left;
}
#top10 {
	float: left;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
BAND >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#band_bkg {
	width: 880px;
	height: 130px;
	background: #020202 url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/bkg_band.jpg') repeat-x left bottom;
	color: #dde5e7;
	padding: 10px;
	float: left;
	border-bottom: 2px solid #67b31f;
}
#band_box1 {
	width: 200px;
	height: 130px;
	background: url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/band_corner1.jpg') no-repeat right top;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	float: left;
	border-right: 2px solid #3d4243;
	display: inline;

}
#band_box2 {
	width: 200px;
	height: 130px;
	background: url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/band_corner2.jpg') no-repeat right top;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	float: left;
	border-right: 2px solid #3d4243;
	display: inline;
}
#band_box3 {
	width: 426px;
	height: 130px;
	background: url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/band_corner2.jpg') no-repeat right top;
	padding: 0 10px 0 0;
	float: left;
	display: inline;
}
#band_box3 a:link, #band_box3 a:visited {
    color: #00d6ff;
	text-decoration: none;
}
#band_box3 a:hover, #band_box3 a:active {
    color: #00d6ff;
	text-decoration: underline;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
CONTENT >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#content_container {
	width: 800px;
	background-color: #ffffff;
	color: #555555;
	text-align: left;
	margin: 0 auto;
	clear: both;
}
#content_container a:link, #content_container a:visited {
    color: #ff4f06;
	text-decoration: none;
}
#content_container a:hover, #content_container a:active {
    color: #ff4f06;
	text-decoration: underline;
}
#content_container ul {
	width: 160px;
	list-style: none;
	float: left;
	margin: 10px;
	overflow: hidden;
	display: inline;
}

#content_container li {
	width: 160px;
	background: url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/icon_arrow.jpg') no-repeat left 50%;
	list-style: none;
	padding: 0 0 0 10px;
	overflow: hidden;
	display: inline;
	float: left;
}

#content_container_left {
	width: 360px;
	background: url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/content_sep.jpg') repeat-y right top;
	float: left;
	padding: 20px;
}
#content_container_right {
	width: 360px;
	float: left;
	padding: 20px;
}

#ccontent_container_left {
	width: 190px;
	float: left;
	padding: 20px;
}
#ccontent_container_right {
	width: 530px;
	background: url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/content_sep.jpg') repeat-y left top;
	float: left;
	padding: 20px;
}

#faq ul {
	width: 100%;
	list-style: none;
	float: left;
	margin: 10px;
	overflow: hidden;
	display: inline;
}

#faq li {
	width: 100%;
	background: url('file://gocleancredit/webmaster/WWW/wp-content/themes/gocleancredit/images/icon_arrow.jpg') no-repeat left 50%;
	list-style: none;
	padding: 0 0 0 10px;
	overflow: hidden;
	display: inline;
	float: left;
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
FOOTER >>> 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#footer_container {
	width: 800px;
	color: #555555;
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 0;
	clear: both;
	overflow: hidden;
}
#footer_container a:link, #footer_container a:visited {
    color: #667574;
	text-decoration: none;
}
#footer_container a:hover, #footer_container a:active {
    color: #667574;
	text-decoration: underline;
}










