/* CSS Document */
<!--
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.keywords {
	font-size: 12px;
	color: #333333
}

.head_td {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	padding: 0px 0px 20px 200px; /* top rt bot left */
}

h1 {
	font-size: 14px;
} 
.nav_img {
	padding-left: 12px;
	padding-right: 12px;
}
.nav_td {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
a.nav {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-top: ;
}
a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 50px;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
}
a.nav:hover {
	color: #000000;
	text-decoration: none;
	padding-top: 15px;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
}

.td_left {
	background-image: url(images/body_left.jpg)
}
.td_nav {
	vertical-align: top;
	border-right: 2px solid #ECECEC; /*width style color */
}
.welcome {
	padding-left: 6px;
}
.td_2 {
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: top;
	border-right: 2px solid #ECECEC; /*width style color */
}
.td_3 {
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: top;
}
.td_4 {
	background-image: url(../images/body_gold.jpg)
}
.td_rt {
	background-image: url(../images/body_rt.jpg)
}

a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #A48833;
}
a:active {
	color: #003366;
}

.footer_area {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}

a.footer {
	font-size: 11px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}
a.footer:link {
	text-decoration: none;
	color: #000000;
}
a.footer:visited {
	text-decoration: none;
	color: #000000;
}
a.footer:hover {
	text-decoration: underline;
	color: #A48833;
}
a.footer:active {
	text-decoration: none;
	color: #000000;
}

.mat_tp_td1 {
	background-image:  url("images/tempur-pedic_img1.jpg");
	background-repeat: no-repeat;
	height: 403;
	vertical-align: top;
}
.mat_tp_td2 {
	background-image:  url("images/tempur-pedic_img2.jpg");
	background-repeat: no-repeat;
	height: 403;
	vertical-align: top;
}
.mat_tp_par {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 60px 5px 0px 5px; /* top rt bot left */
}
.mat_kd_td1 {
	vertical-align: top;
}
.mat_kd_td2 {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.imgbrdr {
	border: 2px solid #BEA469; /* width style color */
}

/*  for form */
.req {font-size: 12px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}

.formcontent {font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.form_tbl {
	background-color: #EEE7D7;
	border: 2px solid #C0A369;
}
.errmsg {padding-left: 50px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #FFFF99;
}
.formmsg {padding-left: 50px;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
-->