.div {
	position: absolute;
	left: 18px;
	top: 232px;
	color: blue;
	display: none;
}
.shape {
	position: absolute;
	left: 20px;
	top: 225px;
	color: blue;
	display: none;
}

.storage {
	position: absolute;
	left: 22px;
	top: 226px;
	color: blue;
	display: none;
}

.lshape {
	position: absolute;
	left: 22px;
	top: 226px;
	color: blue;
	display: none;
}

.lobby{
	position: absolute;
	left: 18px;
	top: 229px;
	color: blue;
	display: none;
}
.book {
	position: absolute;
	left: 19px;
	top: 230px;
	color: blue;
	display: none;
}
.desk {
	position: absolute;
	left: 17px;
	top: 228px;
	color: blue;
	display: none;
}

.finish {
	position: absolute;
	left: 53px;
	top: 241px;
	color: blue;
	display: none;
}
.reception {
	position: absolute;
	left: 16px;
	top: 189px;
	color: blue;
	display: none;
}
.cube {
	position: absolute;
	left: 658px;
	top: 185px;
	color: blue;
	display: none;
}

.text-1 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
/********************** Top border *******************/
.white-border {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

/**************************** Top buttons ********************************/
.butns:link {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.butns:visited {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.butns:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.butns-td:link {
	background-color: #899769;
}
.butns-td:visited {
	background-color: #899769;
}
.butns-td:hover {
	background-color: #5A6446;
}
.butns-devider{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.des{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.description :link{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.description : hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}
.description : visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.desk-devider{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}	
/*************************************************** Top Menu *****************************************************/

#menu ul {
	list-style: none;
	margin:0px;
	padding:0px;
	display:block;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #8E9762;
}
/***************************************************header size pa1 *****************************************************/
#menu li {
	float: left;
	position: relative;
	margin:0px;
	list-style-type:none;
	display:block;
	visibility: inherit;
	background-color: #8E9762;
	padding:3px;
	left: 50px;
}
/*popup menu */
#menu li ul {
	position: absolute;
	display: block;
	margin-top:4px;
	margin-left:0px;
	left: 5px;
	top:20px;
	background-color: #8E9762;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}


/* third-level lists */
#menu li ul li {
	width:190px;
	vertical-align:middle;
	height:20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #666600;
	border-right-color: #666600;
	border-bottom-color: #666600;
	border-left-color: #666600;
	background: #899769;
	left: 1px;
}

/* Fix IE. Hide from IE Mac \*/
#menu ul li { float: left;}
#menu ul li a { height: 2px;  }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }		

/* Make-up syles */

/* Styles for Menu Items */
#menu ul li a:link {
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;	/*font-weight:700;*/
	font-weight: bold;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

/* ---------------------Main Menu Header---------------------------*/
#menu ul li a:visited {
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;	/*font-weight:700;*/
	font-weight: bold;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
/* Hover Styles */
#menu ul li a:hover {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
} 
/* ---------------------Main Menu Header---------------------------*/


/* Sub Menu Styles */
#menu ul, li ul {
    margin: 1px 4px 1px 1px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: #8E9762;
}/*#FDEFD0*/

#menu ul li ul li a:link {
	padding:2px 5px 2px 5px;
	text-decoration: none;
	font-size:13px;
	color:#FFFFFF;
} 
#menu ul li ul a:visited {
	padding:2px 5px 2px 5px;
	text-decoration: none;
	font-size:13px;
	color:#FFFFFF;
} 
/* Sub Menu Hover Styles */
#menu ul li ul li a:hover {
	font-size:13px;
	padding:2px 5px 2px 5px;
	color:#000000;
	text-decoration:none;
} 
.gray-boldtext {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #899769;
	text-decoration: none;
}
.gray-log,
.gray-log:link,
.gray-log:visited,
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #899769;
	text-decoration: none;
}
.gray-log:hover,
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #897080;
	text-decoration: none;
}

.aboutus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #7D5500;
	text-decoration: none;
}
.red-dot {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	line-height: 30px;
}


.homePageCategory {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	margin: 0px;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.error{
	font-size:10px;
	color:#FF0000;
	
}


a,
a:link,
a:visited,
a:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style:normal;
	color: #000000;
	font-size: 11px;
}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FF3333;
	font-size: 11px;
}

img{
	border: 0px none;
}

.member_img{
	border:#FFCC33 1px dotted;
}

.nav ul {
margin:0px 0px 0px 50px;
padding:0px;
list-style-type:none;
display:block;
}


.nav ul li a:link, .nav ul li a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
text-decoration:none;
padding:8px;
font-weight:700;
}

.nav ul li a:hover{
font-weight:bold;
padding:8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ab0202;
text-decoration:none;
}
.header {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 50px;
	margin-bottom: 3px;
	margin-left: 50px;
	color: #646F4D;
	border: 2px solid #999999;
	padding: 4px;
}
.heading{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
.login{
float:left;
margin:10px 0px 20px 10px !important;
margin:10px 0px 20px 8px;
width:270px;
color:#8E9762;
font-size:11px;
font-weight:bold;
}

.search{ float:left;
margin:10px 0px 20px 20px !important;
margin:10px 0px 20px 18px;
width:200px;
color:#c56c0d;
font-size:11px;
font-weight:bold;
}

.login h1{
color:#8E9762;
margin:0px;
padding:3px 5px 5px 50px ;
font-weight:bold;
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-seri;}

.welcome{
color:#c56c0d;
font-size:11px;
font-weight:bold;
}


input {
border:1px solid  #d59d21;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#785014;
}

select {
border:1px solid  #d59d21;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#785014;
}

textarea {
border:1px solid  #d59d21;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#003366;
}

box{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #003333;
}


.box {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:17px;
color:#ae790c;
}

.box p{
padding:3px 0px 3px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:17px;
color:#ae790c;
}

.box a:link, .box a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:17px;
color: #336666;
text-decoration:none;
font-weight:bold;
}


.box a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:bold;
line-height:17px;
color: #006633;
}

.box h1, 
.box h2,
.box h3 {
padding:4px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#006633;
text-align:left;}




.footer a:link, .footer a:visited {
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FCF1DC;
text-decoration:none;
}

.footer a:hover {
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
text-decoration:none;
}


.profile_list{
	border-bottom:dotted 2px #FFCC66;
}
.serving { 
	font-family:Times New Roman;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.product {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.copyright {	
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.botm:link {	
	font-family: Arial;
	font-size: 10px;
	color: #ED3C0C;
	text-decoration: underline;
}
.botm:visited {
	font-family: Arial;
	font-size: 10px;
	color: #ED3C0C;
	text-decoration: underline;
}
.botm:hover {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.term:link,.term:visited {	
	font-family: Arial;
	font-size: 10px;
	color: #006633;
	
}

.term:hover {
	font-family: Arial;
	font-size: 10px;
	color: #FFA264;
	
}
/****************** middle links ******************************/
.white-b-txt:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.white-b-txt:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.white-b-txt:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.yello-txt:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
.yello-txt:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}
.yello-txt:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFCF88;
	text-decoration: none;
}
.green-border {
	border: 1px solid #899769;
	background: #E2E6DB;
}
.white-b-text {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.green-botm-border {
	bottom-border: 1px solid #899769;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #899769;
}

.red-text {
	font-family: Verdana;
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;
	font-weight: normal;
}
.base-cub {
	font-family: Verdana;
	font-size: 10px;
	color: #FFCFC4;
	text-decoration: none;
	font-weight: normal;
}

.price {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.cont {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.price-2 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.contact {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.form-heading {
	color:#c56c0d;
	font-size:18px;
	font-weight:bold;
}

.desk-heading {
	color:#FFCC66;
	font-size:25px;
	font-weight:normal;
	font-family: Haettenschweiler;
}
.desk-unlink {
	color:#FFEBC1;
	font-size:20px;
	font-weight:normal;
	font-family: Haettenschweiler;
}

.desk-unliink {
	color:#FFEBC1;
	font-size:30px;
	font-weight:normal;
	font-family: Haettenschweiler;
}
.desk-unlnk {
	color:#FFFFFF;
	font-size:30px;
	font-weight:normal;
	font-family: Haettenschweiler;
}

.desk-unliiink {
	color:#FFFFFF;
	font-size:25px;
	font-weight:normal;
	font-family: Haettenschweiler;
}
.desk-888{
	color:#FFFFFF;
	font-size:23px;
	font-weight:normal;
	font-family: Haettenschweiler;
}
.desk-opacity {
	color:#FFCC66;
	font-size:20px;
	font-weight:bold;
	font-family: Haettenschweiler;
	text-transform: capitalize;
}
.desk-opacity-w {
	color:#FFFFFF;
	font-size:28px;
	font-weight:Normal;
	font-family: Century Gothic;
}

.thanku {
	color:#FFFFFF;
	font-size:20px;
	font-weight:Bold;
	font-family: Century Gothic;
}
.desk-cat:link{
color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	font-family: Haettenschweiler;
}
.desk-cat:visited{
color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	font-family: Haettenschweiler;
}
.desk-cat:hover{
color:#FFCC66;
	font-size:20px;
	font-weight:normal;
	font-family: Haettenschweiler;
}
.chair-imgs {
	border: 1px solid #999999;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF no-repeat;
}
.error {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}
.list {
	border: 1px solid #999999;
	font-family: Arial;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	background: #FFFFFF no-repeat;
}
.officedesk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#A62C09;
	text-decoration: none;
}
.sub-cat:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#A62C09;
	text-decoration: none;
}
.sub-cat:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #A62C09;
	text-decoration: none;
}
.sub-cat:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #F58C6D;
	text-decoration: none;
}
.sub-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.chair-imgs {
	background-repeat: no-repeat;
	border: 1px solid #999999;
}

.collection {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #330000;
	text-decoration: underline;
}
.collec {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #330000;
	}
	
	.colln {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	}
.collection-border {
	border: 1px solid #336600;
	background: #E2E6DB;
}
.butns123:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #9A6424;
	text-decoration: none;
}
.butns123:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #9A6424;
	text-decoration: none;
}
.butns123:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFBD5F;
	text-decoration: none;
}
