﻿/* Generic Content*/
.SearchText {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #B0803A;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #724F15;
	text-decoration: none;
	cursor: pointer;
}
.SearchText:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #f9cf75;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #724F15;
	text-decoration: none;
	cursor: pointer;
}
.glossymenu li a{
	float: left;
	display: block;
	color: #C2932D;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 16px;
/*Padding to accomodate left tab image. Do not change*/	height: 43px;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
}
.sideglossymenu li a {
	background-position: left bottom;
	margin: 2px 0px 0px 0px;
	background: #724F15 url('../../App_Themes/HomeTheme/images/glossyback2.jpg') repeat-x left
bottom;
	font: bold 15px "Times New Roman", Times, serif;
	color: #3D282A;
	display: block;
	width: auto;
	padding: 3px 0 3px 5px;
	text-decoration: none;
	text-align: center;
}

/* Specific Content*/

#HomeHome {
	position: absolute;
	left: 220px;
	top: 115px;
	width: 400px;
	height: 59px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 60px;
	font-weight: normal;
	color: #a59b8a;
	direction:rtl;
}
#Furniture {
	position: absolute;
	height: 50px;
	left: 470px;
	top: 325px;
	width: 126px;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #9fa69c;
	direction:rtl;
}
#Bath {
	position: absolute;
	height: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #979795;
	left: 35px;
	top: 440px;
	width: 242px;
	direction:rtl;
}
#Kitchen {
	position: absolute;
	height: 50px;
	left: 490px;
	top: 725px;
	font-family: 'Times New Roman', Times, serif;
	color: #8e8c9f;
	font-size: 45px;
	width: 82px;
	direction:rtl;
}
#Outdoor {
	position: absolute;
	height: 50px;
	left: 20px;
	top: 925px;
	width: 345px;
	font-family: 'Times New Roman', Times, serif;
	color: #938580;
	font-size: 45px;
	font-weight: normal;
	direction:rtl;
}
#FurnitureHeader
{
    position: absolute;
    height: 50px;
    left: 480px;
    top: 100px;
    width: 126px;
    font-family: "Times New Roman", Times, serif;
    font-size: 65px;
    color: #9fa69c;
    direction: rtl;
}
#BathHeader
{
    position: absolute;
    height: 50px;
    font-family: "Times New Roman", Times, serif;
    font-size: 65px;
    color: #979795;
    left: 15px;
    top: 20px;
    width: 342px;
    direction: rtl;
}
#KitchenHeader
{
    position: absolute;
    height: 50px;
    left: 540px;
    top: 110px;
    font-family: 'Times New Roman', Times, serif;
    color: #8e8c9f;
    font-size: 65px;
    width: 82px;
    direction: rtl;
}
#OutdoorHeader
{
    position: absolute;
    height: 50px;
    left: 10px;
    top: 130px;
    width: 380px;
    font-family: 'Times New Roman', Times, serif;
    color: #938580;
    font-size: 55px;
    font-weight: normal;
    direction: rtl;
}
