@charset "utf-8";
/* CSS Document */
body {
	color:#74644c;
	background:#FFFFFF;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
div.main {
	width: 760px;
	height: auto;
	padding: 20px;
	border: red solid 0px;
	border-bottom: #6a7979 solid 1px;
	}

div.header {
	width: 760px;
	height: 80px;
	}
div.logo {
	width: 79px;
	height: 80px;
	float: left;
	}
div.menu {
	width: 666px;
	height: 39px;
	padding:0;
	margin: 0;
	float: right;
	}
div.homepage {
	padding-top: 10px;
	margin: 0;
	}

div.submenu {
	width: 666px;
	height: 41;
	padding:0;
	margin: 0;
	float: right;
	}
table.display {
	 width: 760px;
	 height: 420px;
	 padding: 20px 0 0 0;
	 }	

table.content {
	 width: 760px;
	 height: 500px;
	 padding-top: 20px;
	 font-size: 13px;
	 text-align: left;
	 }	
table.content tr td p {
	padding: 0px 20px 5px 20px;
	line-height: 24px;
	}
table.content tr td p.testimonials {
	padding: 0px 20px 10px 20px;
	line-height: 20px;
	}		
img.bottom {
	padding: 0 0 20px 0;
	}
div.thubnails{
	width: 260px;
	padding: 20px;
	border: solid red 1px;
	}

div.large_image{
	width: 388px;
	height: 460px;
	}

div.rug_info{
	width: 92px;
	padding: 20px;
	}
div.subtext {
	width:760px;
	font:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#74644c;
	display: block;
	}
div.footer {
	font-size: 10px;
	}
a:link, a:visited  {
	text-decoration: none;
	color: #9b483f;}
a:active, a:hover {
	text-decoration: none;
	color: #7f1105;}
div.hr {
	border-top: #6a7979 solid 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.label {
	width: auto;
	/*background-color:#c4cda3;
	border-bottom:#c4cda3 1px solid;*/
	color:#74644c;
	padding: 1px 2px 1px 0;
	margin: 5px 0 2px 0;
	font-weight: bold;
	display: inline;}
	