@charset "UTF-8";
body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	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: #666;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bg_body.gif) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a {
	color: #666;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000;
	text-decoration: underline;
}

p {
	font-size: .9em;
	color: #FFF;
	line-height: 21px;
	
}

h1 {
	font-size: 1.4em;
	color: #FFF !important;
	margin: 0 0 5px 0 !important;
	padding: 0;
	font-weight:100;
}

h3 {
	color: #FFF !important;
	font-size: 1.2em;
	line-height: 50px;
	margin: 0;
	padding: 0;
}

h4 {
	color: #333 !important;
	font-size: 1em;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

#contentInside h1 {
	font-size: 1.4em;
	color: #666 !important;
	margin: 0 0 15px 0 !important;
	padding: 0;
	font-weight:100;
}

#contentInside h3 {
	color: #666 !important;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#contentInside h4 {
	color: #666 !important;
	font-size: 1em;
	font-weight: 600;
	margin: 0;
	padding: 0;
}


.clearFlt {
	clear: both;
}

#header {
	height: 85px;
	background: #FFF;
}

#logo {
	float: left;
	position: relative;
	top: 15px;
	background: url(../images/bg-logo.gif) no-repeat;
	repeat: no-repeat;
	width: 310px;
	height: 51px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-logo.gif);
}

#logo h1 {
	display: none;
	margin: 0;
	padding: 0;
}

#share {
	position: relative;
	top: 60px;
	width: 135px;
	float: left;
}

#menu {
	width: 354px;
	height: 85px;
	float: left;
	text-align: left;
}

#menuList {
	
}

#menu ul {
	position: relative;
	top: 59px;
	left: 0;
}

#menu ul li {
	display: inline;
	padding: 0 8px 0 0;
	font-size: .9em;
}

#leftSide {
	float: left;
	width: 443px;
}

#content {
	width: 442px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF; 
	background: url(../images/bg-home-copy.gif) repeat-y;
}

#contentInside {
	background: url(../images/bg-inside-top.gif) no-repeat;
	padding: 45px;
}

#contentInside p,h1,h2,h3 {
	color: #676565;
}

#contentInside p {
	margin: 0 0 15px 0;
}

#contentTop {
	height: 24px;
	background: url(../images/bg-contentTop.gif) no-repeat;
	text-align: right;
}

#contentCopy {
	height: 189px;
	padding: 15px 35px 15px 35px;
	background-image: url(../images/bg-contentCopy.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#contentBottom {
	background: #d85927;
	height: 50px;
	text-align: center;
}

#contentImg {
	width: 442px;
	text-align: right;
	float: left;
	background: #FFF;
}

#fucking-float-already {
	float: right;
}

#rightSide {
	float: left;
	width: 357px;
	background: #FFF;
}

#rightSideImg {
	width: 357px;
	background: #FFF;
}

#rightSideMiddle {
	width: 357px;
	float: right;
}

#middle {
	background: url(../images/bg-home-middle.gif) repeat-y;
	clear: both;
}

.clear-float {
	clear: both;
	line-height: 1px;
}

#righty-tighty {

	background: url(../images/bg-rightMiddle.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.floated {
	float: left;
}

#bullets {
	width: 270px;
	margin: 27px 0 0 35px;
}

#bullets ul {
	padding: 0 0 0 15px;
}

#bullets ul li{
	font-size: .9em;
	margin: 0 0 6px 0;
}


ul {
	margin: 0;
	padding: 0;
	color: #676565;
}

ul li {
	color: #676565;
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 1em;
	font-weight: 100;
}

.bold {
	font-weight: 600;
}

.boldOrange {
	font-weight: 600;
	color: #d18c3b;
	float: left;
	position: relative;
	margin: 1px 0 0 -25px;
	font-size: .9em;
}

#arrowTop {
	clear: both;
	width: 800px;
	background: url(../images/bg-inside-arrow2.gif) no-repeat;
	height: 21px;
}

#footer {
	clear: both;
	width: 800px;
	height: 177px;
	background: url(../images/bg-footer.gif) no-repeat;
}

#contact {
	width: 200px;
	position: relative;
	left: 30px;
	top: 30px;
	float: left;
}

#contact h2 {
	font-size: 1.2em;
	color: #d85927;
	padding: 0 0 4px 0;
}

#contact p {
	font-size: .8em;
	line-height: 18px;
}

#testimonial {
	width: 480px;
	float: left;
	position: relative;
	left: 65px;
	top: 38px;
}

#testimonial p {
	color: #676565;
	font-size: .8em;
	line-height: 15px;
}

#testimonial img {
	float: left;
	padding: 5px 15px 0 0;
	border: none;
}

.border {
	border-bottom: solid 1px #d18c3b;
	padding: 0;
	margin: 0 0 15px 0;
}

.borderPad {
	padding: 0 0 10px 0;
}

#faq {
	margin: 0 0 0 25px;
}

.imgRight {
	float: right;
	padding: 0 0 15px 15px;
}

