/*       General
======================= */
body {
	text-align:center;
	background:#f2ffe5 url(../images/bg.gif) repeat-x left top;
	color:#07360a;
	margin:0;
	padding:0;
	}
.left { float:left; }
.right { float:right; }
.clear { clear:both;}

/*       Links
======================= */
a {
	color:#CC0000;
    text-decoration:underline;
}
a:hover {
    color:#000;
}
a img {
	border:none;
}
a:active, a:focus {
	outline:0;
}

/*     Float containers fix 
=============================== */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/*       Text
======================= */
body, td, th, div, p, li, input, select, textarea {
	font: 13px Arial, Helvetica, sans-serif;
	color:#063104;
	}
	
h1, h2, h3, h4, p {
	margin-left:20px;
	margin-right:20px;
}
h1, h2, h3, h4 {
	color:#003200;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform: uppercase;	
}

h1{
	font-size:25px;
	padding-top:20px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	font-weight:bold;
	padding-bottom:5px;
	
}
h2 {
	font-size:20px;
	margin-top:1.2em;
	margin-bottom:.5em;
    border-bottom: 1px dashed #ccc;
}
h3 {
	font-size:16px;
	margin-top:1em;
	margin-bottom:0;
	font-weight:bold;
}
h4{
	font-size:14px;
	padding-top:20px;
	margin-bottom:10px;
	
	font-weight:bold;
	padding-bottom:5px;
	
}
h5{
	font-size:14px;
	padding-top:0px;
	margin-bottom:10px;
	margin-left:20px;
	font-weight:bold;
	padding-bottom:5px;
	
}


p{
	line-height:22px;
	padding-bottom:20px;
	font-weight:bold;
}
ul,
ol{
	padding:10px 30px 10px 0;
	margin:0 0 0 60px;
}
ul li,
ol li{
	padding: 0 0 9px 0px;
	}
li ul,
li ol{
	padding: 0 0 0 0;
	margin:0 0 0 25px;
}
li ul li,
li ol li {
	padding: 9px 0 0  0;
	}
#Header {
	height:110px;
	position:relative;
	text-align:left;
	width:779px;
	margin:0 auto;
}
#Header h1 {
	margin:0;
}
#Wrapper {
	text-align:left;
	width:779px;
	margin:0 auto;
	background-image: url(../images/bgp.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#TopLink {
	color:#FFF;
	position:absolute;
	right:20px;
	bottom:0px;
	font-size:16px;
	font-weight:bold;
	margin:0;
}
#TopLink a {
	color:#FFF;
	text-decoration:none;
	padding:0 5px;
}
#TopLink a:hover {
	color:#FFFF99;
}
#Page {
	width:759px;
	background:#FFF;
	margin-left:10px;
}

/*       Logo
======================= */
#Logo {
	width:310px;
	height:80px;
	margin:0;
	padding:0;
	position:absolute;
	left:30px;
	top:20px;
	border:none;
}
#Logo a {
	display:block;
	width:310px;
	height:80px;
	background-image: url(../images/comfort.gif);
	background-repeat: no-repeat;
}
#Logo strong{ display:none; }

#nav {
	background:#e3ffc6;
	height:42px;
	width:759px;
}
#Banner {

	height: 230px;
	width:759px;
}

#Content {
}
#LeftColumn {
	width:519px;
	float:left;
}
#Sidebar {
	width:240px;
	float:left;
}
.clear {
	clear:both;
}
#paraline {
	background:#ccc;
	height:2px;
}
#contantfull {
	width:759px;
	float:left;
}

#tempurleftimage {
	width:130px;
	height:110px;
	float:left;
}
#tempurLeftColumn {
	width:629px;
	float:left;
}

#tempurleftmidiumimage {
	width:300px;
	height:165px;
	float:left;
}
#tempurLeftmidiumColumn {
	width:450px;
	float:left;
	margin-top:0;
}

#armstrongleftmidiumimage {
	width:225px;
	height:135px;
	float:left;
	margin-left:25px;
}
.armstrongLeftColumn {
	width:500px;
	float:left;
	margin-top:0;
}

#leftsmallimage {
	width:425px;
	height:165px;
	float:left;
}
#LeftsmallColumn {
	width:325px;
	float:left;
	margin-top:0;
}

div.hr {
  height: 15px;
  background: #fff url(../images/hr1.jpg) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

#Footer {
	background:#000;
	height:80px;
}
#Footer p {
	color:#FFF;
	margin:0;
	line-height:25px;
}
#Footer a {
	color:#FFF;
	text-decoration:none;
}
#Footer a:hover {
	color:#FFFF99;
}
#Footer p.left {
	margin:20px 0 0 20px;
	display:inline;
}
#Footer p.right {
	margin:20px 20px 0 0;
	text-align:right;
	display:inline;
}
