@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ECDECD;
	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;
}
#container  {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	padding: 35px 0px 0px;
} 
#header  {
	background: url(../images/top-bar.jpg) repeat-x;
	padding: 0 10px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 127px;
} 
#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 */
}
#headercont {
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	background-image: url(../images/jgflooring-logo.png);
	background-repeat: no-repeat;
	padding-top: 59px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 285px;
	background-position: 0px 30px;
	position: relative;
	margin-top: 0px;
}
#headercont ul li {
	float: left;
	display: block;
	color: #FFF;
	height: 43px;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#headercont ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#headercont ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AFBD21;
	text-decoration: none;
}
#headercont ul li p   {
	color: #AFBD21;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#headercont ul {
	list-style-type: none;
}
#mainContent  {
	margin: 0 266px 0 0;
	padding-top: 0;
	padding-left: 0px;
	position: relative;
} 
#mainContent .servicedivs {
	height: 244px;
	width: 224px;
	float: left;
	margin-right: 7px;
}
#mainContent .servicedivs a {
	background-image: url(../images/mainselection-bg.jpg);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	height: 229px;
	padding-left: 15px;
	padding-top: 15px;
}
#mainContent .servicedivs a:hover {
	background-image: url(../images/mainselection-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -244px;
}
#mainContent .servicedivs p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C75F27;
}
#mainContent .servicedivs h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #392315;
	margin: 0px;
	padding: 0px;
}
#contact-details {
	position: absolute;
	height: 32px;
	width: 447px;
	left: 504px;
	top: 23px;
}
#contact-details h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #AFBD21;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#contact-details h1 .bold {
	font-weight: bold;
	color: #FFF;
}
#sidebar1 #testimonials {
	background-image: url(../images/testmonials.jpg);
	height: 500px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: -35px 0px 15px;
	margin-top: 0px;
}
#sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #392315;
	margin: 0px;
	padding: 0px 0px 10px;
}
#sidebar1 .leaf {
	margin-right: 7px;
}
#sidebar1 h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C75F27;
	margin: 0px;
	padding: 0px 0px 10px;
}
#sidebar1 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
}
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(../images/bot-bar.jpg) repeat-x;
	height: 118px;
} 
#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;
}
.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;
}
#footercont {
	margin-bottom: 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	background-image: url(../images/slogan.png);
	background-repeat: no-repeat;
	background-position: 0px 24px;
}
#footercont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px;
	color: #FFF;
}
#footercont p a {
	color: #FFF;
	text-decoration: none;
}
#footercont h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #AFBC21;
	font-weight: normal;
}
#footercont h4 a {
	color: #AFBC21;
	text-decoration: none;
}
#hourservice {
	position: absolute;
	width: 247px;
	left: 704px;
	top: 13px;
}
#hourservice p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
#innercont {
	margin: 0 275px 0 0;
	padding-top: 0;
	padding-left: 0px;
}
#innercont h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #392315;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 21px;
	font-weight: bold;
}
#innercont h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #392315;
}
#innercont h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C7632D;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
#innercont h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C7632D;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
}
#innercont h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #392315;
	margin: 0px;
	padding: 0px;
	font-size: 21px;
	font-weight: bold;
}
#innercont p a {
	color: #ACB826;
	text-decoration: none;
}
#innercont p a:hover {
	text-decoration: underline;
}
#innercont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	padding-right: 30px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#innercont .planks {
	padding-right: 15px;
	padding-bottom: 25px;
}
#innercont .portfolio {
	margin-right: 10px;
	margin-left: 10px;
	height: 153px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1C9B6;
	padding-bottom: 15px;
}
#innercont .portfolio .portimg {
	float: left;
	padding-right: 15px;
}
#innercont form {
	padding-left: 10px;
}
#innercont #cont-form {
	float: right;
	width: 300px;
}
#cont-form form p {
	line-height: 24px;
}
#innercont .resources {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C9C0B4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#twitter {
	position: absolute;
	width: 112px;
	left: 674px;
	top: 10px;
	height: 108px;
}
