.visitText {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 10px;
	color: #CCCCCC;
}
.bottomText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	color: #D6B173;
}
.TopWhiteLine {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}
.DarkBlueText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #003366;
}
.Black14ptText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}
.TopBotDkBlueDotted {
	border-top: 1px dotted #003366;
	border-bottom: 1px dotted #003366;
}
.Copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #D6B173;
}
.WhiteOutline {
	border: 1px solid #FFFFFF;
}
.BlueOutline {
	border: 1px solid #003366;
}
.Black12ptText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}

/*CCS Image Inlargment*/
.thumbnail{
position: relative;
z-index: 1;
}

.thumbnail:hover{
background-color: transparent;
z-index: 1;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-image: url(home_images/rugs_bkg.gif);
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail:hover img {display:none;}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: 0px; /*position where enlarged image should offset horizontally */

}
.thumbnail:hover span img {display:block;}
/* Navegation Hassan */

.glossymenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 160px; /*WIDTH OF MAIN MENU ITEMS*/
	border-right:1px solid white;
	font-size: 12px;z-index: 51;
	}
.glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 160px; /*WIDTH OF MAIN MENU ITEMS*/
	font-size: 12px;z-index: 51;
}
.glossymenu li{
position: relative;z-index: 51;
}

.glossymenu li a { background:#C88C23; z-index: 51; border-bottom:1px solid #FFFFFF;
               font-style: normal; font-variant: normal; font-weight: bold; 
               font-size: 11px; font-family: Verdana, Helvetica, sans-serif; 
               color: #000000; display: block; width: auto; text-decoration: 
               none; padding-left: 10px; padding-right: 0; padding-top: 5px; 
               padding-bottom: 5px; background-position: bottom }
	   
.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 172px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
border: 1px solid black;
display: none;z-index: 51;
}

.glossymenu li ul li{
float: left;z-index: 51;
}

.glossymenu li ul a{
width: 160px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
background-color:#EEC72B;z-index: 51;
}

/*
.glossymenu li a:visited, .glossymenu li a:active{

}*/

.glossymenu li a:hover {background:#3366ff;  }
.
/* Holly Hack for IE \*/
html .glossymenu li { float: left; height: 1%; }
html .glossymenu li a { height: 1%; }
#x { border:1px solid #FFF; }
table a { position : static; } 
/* End */




