/* navigation properties */
.links {
	float: left;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 18px;
	
}
.linksLine {
    background-image: url(../images/vertLine.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 3px;
	height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#innerCoat p {
   color: #4d4d4d;
}
/* under navigation */
.titleWords {
	margin: 20px 0px 0px 40px;
	padding: 0px;
}
div.featuresHome {
	float: left;
	height: 300px;
	width: 430px;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}
div.featuresBox {
    background-image: url(../images/featuresBox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 131px;
	width: 131px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}
p.featureTxt {
	font-size: 12px;
	margin: 8px 8px 8px 8px;
	padding: 0px;
}
div.flashHome {
    float: right;
	margin: 0px 40px 0px 10px;
	padding: 0px;
}
div.homeUnder {
	height: 190px;
	width: 850px;
	/* overflow: auto; */ 
	clear: left;
	float: left;
	margin: 20px 40px 0px 40px;
	padding: 0px;
}
p.homeUnderTxt {
	font-size: 14px;
	margin: 8px 8px 28px 8px;
	padding: 0px;
}
p.homeUnderTxtL {
	font-size: 16px;
	margin: 8px 8px 28px 8px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/approve_tick.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.aboutUnder {
	height: 440px;
	width: 850px;
	overflow: auto;
	clear: left;
	float: left;
	margin: 40px 0px 0px 40px;
	padding: 0px;
}
p.imageMiddle {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
#mattressUnder {
	height: 440px;
	width: 850px;
	float: left;
	margin: 40px 0px 0px 80px;
	padding: 0px;
}
#contactUnder {
	height: 440px;
	width: 850px;
	overflow: auto;
	clear: left;
	float: left;
	margin: 40px 0px 0px 40px;
	padding: 0px;
}
#contactUnder fieldset {
	width: 340px;
	float: left;
	margin: 0px 12px 0px 6px;
	padding: 0px;
}
#termsUnder {
	height: 440px;
	width: 850px;
	overflow: auto;
	clear: left;
	float: left;
	margin: 40px 0px 0px 40px;
	padding: 0px;
}
#termsUnder fieldset {
	width: 200px;
	float: left;
	margin: 0px 12px 0px 6px;
	padding: 0px;
}
/* for single line paragraph  */
p.pList {
    margin: 0px 40px 16px 200px;
    padding: 0px;
}
#pList {
    margin: 0px 40px 16px 200px;
    padding: 0px;
}
p.links a:link { color: #519BFF; text-decoration: none;
}
p.links a:visited { color: #519BFF; text-decoration: none;
}
p.links a:hover { color: #AED27A; text-decoration: none;
}
p.links a:active { color: #519BFF; text-decoration: none;
}



p.pList a:link { color: #2E5251; text-decoration: none;
}
p.pList a:visited { color: #2E5251; text-decoration: none;
}
p.pList a:hover { color: #2E5251; text-decoration: underline;
}
p.pList a:active { color: #2E5251; text-decoration: underline;
}

a.intxt:link { color: #519BFF; text-decoration: none;
}
a.intxt:visited { color: #519BFF; text-decoration: none;
}
a.intxt:hover { color: #AED27A; text-decoration: none;
}
a.intxt:active { color: #519BFF; text-decoration: none;
}


a.neutral:link { color: #4d4d4d; text-decoration: none;
}
a.neutral:visited { color: #4d4d4d; text-decoration: none;
}
a.neutral:hover { color: #000; text-decoration: none;
}
a.neutral:active { color: #4d4d4d; text-decoration: none;
}
/* footer properties */
.footerEm {
    font-family: Arial;
	float: left;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	font-size: 10px;
}
.footerWi {
    font-family: Arial;
	font-size: 10px;
	float: right;
	margin: 0px 40px 0px 0px;
	padding: 0px;
}
p.footerEm a:link { color: #999; text-decoration: none;
}
p.footerEm a:visited { color: #999; text-decoration: none;
}
p.footerEm a:hover { color: #000; text-decoration: none;
}
p.footerEm a:active { color: #999; text-decoration: none;
}

p.footerWi a:link { color: #999; text-decoration: none;
}
p.footerWi a:visited { color: #999; text-decoration: none;
}
p.footerWi a:hover { color: #000; text-decoration: none;
}
p.footerWi a:active { color: #999; text-decoration: none;
}

/* form properties */
#rightSide div.leftRightSide {
	width: 400px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#rightSide div.rightRightSide {
	width: 400px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.cFormTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
	color: #666666;
	text-align: left;
}
/* spans */
.size16 {
	font-size: 16px;
}
.blockTitle {
    color: #FFF;
	font-weight: 600;
    background-color: #AED279;
	padding: 2px 2px 2px 2px;
}
.b {
	font-weight: 600;
}
.green {
    color: #7EA14B;
	font-size: 16px;
	font-weight: 600;
    background-color: #cccccc;
	padding: 2px 2px 2px 2px;
}
.red {
    color: #FF0000;
	font-size: 16px;
	font-weight: 600;
    background-color: #cccccc;
	padding: 2px 2px 2px 2px;
}
.t16 {
	font-size: 16px;
}




