html, body {
	margin: 0;
	padding: 0;
	background: #333;
}

body {
	font: 14px/23px "Trebuchet MS", Helvetica, sans-serif;
	color: #2b4749;
}

h2 {
	font-size: 20px;
	color: #2b4749;
	padding-bottom: 15px;
	clear: both;
}

h4 {
	font-size: 15px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
  clear: both;
}

/*** MAIN SEPARATIONS
**************************************************/

#main-wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#branding {
  width: 960px;
	height: 161px;
	overflow: hidden;
	clear: both;
}

#content-wrapper {
	border-right: 5px solid #14926c;
	border-left: 5px solid #14926c;
	background: #eee url(../i/content-bg.jpg) no-repeat bottom center;
	padding: 10px 20px 20px 10px;
	overflow: hidden;
	clear: both;
	width: 920px;
}

#footer {
	height: 207px;
	overflow: hidden;
	background: url(../i/footer-bg.jpg) no-repeat 0 0;
	padding: 25px 40px 0;
	color: #fff;
	font-size: 18px;
	clear: both;
	width: 880px;
}

/*** BRANDING
**************************************************/

#branding h1 {
	position: absolute;
	font-size: 0px;
	color: #333;
}

#branding a img {
	border: 0;
}


/*** CONTENT
**************************************************/
#content {
	width: 612px; /*652px*/
	padding: 20px;
	background-color: #f8f8f8;
	float: left;
}

#content a {
	color: #14926c;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

ul#contentlist {
	list-style-type: disc;
	padding-left: 25px;
	padding-bottom: 25px;
}

ul#contentlist li {
	line-height: 150%;
}

img.rispens-example {
	border: 5px solid #14926c;
	margin: 0 0 10px 10px;
}

#content p {
	margin-bottom: 20px
}

strong {
	font-weight: bolder
}
#content-images {
	position: relative;
	width: 550px;
	text-align: center;
	margin: 0 auto 0 auto;
	clear: both;
}
.content-product-paragraph {
	width: 100%;
	height: 120px;
}
.privacy-fence-images {
	width: 100%;
	height: auto;
	display: block;
}
.picket-info {
	width: 50%
}

/*** SIDEBAR
**************************************************/

#sidebar {
	float: right;
	width: 250px;
}

#sidebar h4 {
	margin-bottom: 6px;
}

#sidebar blockquote {
	font-size: 14px;
	margin: 0 10px;
}

#sidebar cite {
	font-size: 10px;
	float: right;
	color: #778889;
}

/*** SIDEBAR - NAVIGATION
**************************************************/

#navigation {
	padding: 25px 0 10px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	margin: 0 0 12px;
	padding: 0;
}

#navigation ul li li a {
	font-size: 14px; /*27px*/
	height: 18px;
	padding: 0 20px 0 0;
	background: none;
	border: 0;
}

#navigation ul li a {
	color: #14926c;
	text-decoration: none;
	font-size: 20px;
	display: block;
	font-weight: bold;
	width: 228px; /*250px*/
	height: 25px; /*31px*/
	border: 1px solid #14926c;
	text-align: right;
	padding: 4px 20px 0 0;
	background-color: #fff;
}

#navigation ul li a:hover, #navigation ul li a.current {
	background-color: #14926c;
	color: #fff;
}


/*** FOOTER
**************************************************/

#footer address {
	font-style: normal;
}

address .company-name {
	font-size: 22px;
}

#footer .comp-add, #footer .owners, #footer .short-about, #footer .footer-img {
	float: left;
	margin-right: 20px;
	line-height: 30px;
}

#footer .comp-add {
	width: 200px;
}

#footer .owners {
	width: 65px;
	margin-top: 8px;
}

#footer .short-about {
	width: 330px;
}

#footer .short-about a {
	color: #f1f1f1;
}

#footer .footer-img {
	margin: 0;
	border: 1px solid #fff;
	line-height: 0;
}

#footer .copyright {
	width: 100%;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	clear: both;
	padding-top: 13px;
}
#footer .copyright a {
	color: #fff;
	text-decoration: none;
}

