body {
	color: #000000;
	background-color: #E1C588;
	font-family: "Times New Roman", Times, serif;
}

textarea{
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}

.deep_red{
	color: #FFFFFF;
	background-color: #B72F0D;
}
.title_bar{
	color: #FFFFFF;
	background-color: #B72F0D;
	background-image: url(images2/sh_title_bg2.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
.white{
	background-color: #FFFFFF;
}
.navbar{
	background-color: #D6AC4B;
	
}
a{
	color: #FFFFFF;
	text-decoration: underline;
	
}
a:link    {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: italic;
}    /* unvisited links */
a:visited { 
	color: #FFFFFF;
	text-decoration: underline;
	font-style: italic;
}     /* visited links   */
a:hover   { 
	color: #FFFFFF; 
	text-decoration: underline;
	
}   /* user hovers     */
a:active  {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: italic;
}   /* active links    */

a.bold_link{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B8702E;
}
.header_p{
	font-weight: bold;
	font-style: italic;
}
.rug_title {
	font-weight: normal;
	color: #000000;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-variant: small-caps;
}
.rug_title_large{
	font-weight: bold;
	color: #000000;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-variant: normal;
	font-style: italic;
}

.rug_subtitle{
	font-weight: bold;
	color: #000000;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-variant: normal;
	font-style: italic;
}

.even_row{
	background-color: #DBBE82;
}
.click_on_picture_text{
	color: #666666;
	font-style: italic;
}
a.red_link{
	color: #ffffff;
}

.retail_price{
	text-decoration: line-through;
}

.our_price{
	color: #ff0000;
	font-weight:bold;
}

#rug_category_description{
	border-bottom:thin #FFFFFF solid;
	margin-bottom:10px;
	width:60%;
}

.testimonial{
	padding-left:100px;
	width:500px;
}

.testimonial_submitted_by{
	font-style:italic;
	padding-left:100px;
}