/* CSS Document */
*:focus{outline:none}
*{
	padding:0;
	margin:0;
}
body {
	background:#FFFFFF url(../images/bg_main.jpg) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#65899d;
}
#wrapper{
	width:920px;
	margin:0 auto 0 auto;
}
#header{
	height:105px;
}
#topmenu{
	margin:30px 0 0 0;
}
#header ul{ float:right; margin:-25px 5px 0 0}
#header ul li{
	font-size:10px;
}
#header ul li a{
color:#65899d;/*comment out if used the active function of the class*/
text-decoration:none;
}
#header ul li a:hover{ color:#FFFFFF}
#header li{ display:inline; padding: 0 10px; border-left:solid 1px #65899d}
#header .noborder{ border-left:none;}
#left{float:left; width:233px;}
.arrowlistmenu{
	z-index:100;
	width: 233px; /*width of accordion menu*/
	margin:-5px 0 0 0;
	background:#FFFFFF;
}
#right{
margin:0 0 0 248px;
}
#right_content_top_sub{
	float:left;
	background:url(../images/roundedBox_hdr2.png) no-repeat center;
	margin:-2px 0 0 5px;
	height:358px;
	width:652px;
	font-size:12px;
}

#rightmenu{ margin:0 0 0 7px}
#right_l img{ float:left; width:12px; height:35px}
#right_r img{ height:35px; width:12px;}
#right_content_top_l{ width:400px; height:330px; float:left; margin:15px 0 0 8px;}
#right_content_top_r{ width:210px; float:left;margin:10px 0 0 15px;padding:10px 0 0 0; font-size:10px; }
#right_content_top_r p{font-size:11px; font-weight:600; }
#right_content_middle{
float:left;
font-size:12px;
padding:2px 0 0 0;
margin:0 0 40px 0;
/*background:url(../images/roundedBox_hdr.png) no-repeat center;*/
height:auto;
width:665px;
}
#boxRounded_top{background:url(../images/boxRounded_top.png) no-repeat top; height: 11px;}
#boxRounded_bottom{background:url(../images/boxRounded_bottom.png) no-repeat top; height: 15px}
#boxRounded_center{background:url(../images/boxRounded_center.png) repeat-y center; height:auto; padding:0 0 10px 0;}
#boxRounded_center_content{margin:20px 0 10px 0}
#right_content_middle h1{ font-size:14px;
padding:10px 10px 10px 10px;
color:#385f72}
#d{ padding:20px 0; height:auto}
#right_content_middle p{ padding:10px; color:#8f8f8d; font-size:11px}
#readmore{ padding:10px}
#right_content_bottom{ height:150px; margin:20px 0 0 -10px}
#p_item{margin:0 15px 0 0; padding:15px 0 0 0; font-weight:bold; color:#8f8f8d; width:auto; text-align:right}
#item_details{margin:0 0 0px 230px; width:370px;}
#item_img{float:left; clear:both; margin:0 10px 0 20px; padding:0 0 0 0; height:138px;}
#banner1{float:left; padding:10px 20px 10px 20px;background:url(../images/roundedBox.png) no-repeat center; width:280px}
#banner2{ float:right;padding:10px 20px 10px 20px;background:url(../images/roundedBox.png) no-repeat center;width:280px}
#right #rightmenu ul li{
	line-height:2.4em;
	font-size:10px;
	height:35px;
	background:url(../images/menu_02.jpg) repeat-x;
	list-style:none;
	float:left;
	padding:5px 0 5px 0;
}
#right ul li a{
	line-height:1.6em;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
	padding:5px 21px 5px 21px;
}
#right ul li a:hover{
	background:url(../images/menu_03.jpg) repeat-x;
	color:#FFFFFF;
	padding:11px 21px 12px;
}
#right ul li a:hover{color:#FFFFFF;}

/*.navheader ul li{ display:none}
.navheader ul li:hover{
	background-image:none;
	background:#345a6d;
	display:block;
	color:#FFFFFF;
}
*/
#right ul li ul li a{ text-indent:20px; color:#65899d; font-size:10px; font-weight:bold}
#right ul li ul li:hover{ background-image:none;background:#345a6d; text-indent:20px}
#right #boxRounded_center ul li{ background-image:none; padding:0; }
.btn{width:70px; background:url(../images/readMoreBG.png); border:none; color:#FFFFFF; font-size:10px; cursor:pointer}
#right #item_details #d ul{padding:0 0 0 10px; list-style-position:inside }
#right #item_details #d ul li{/* display:list-item; float:none; */ padding:0 0 0 0; list-style-position:inside; }
#right #item_details #d ul li:hover{ color:#65899d}
/*#right #p_item select #item option{ font-size:9px}*/
#footer{
clear:both;
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
	font-size:10px;
	text-align:right;
	margin:10px  10px 30px 0;
}
/*starts menu accordion  */
.menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 10px Arial;
	font-weight:bolder;
	color: #65899d;
	background:#eee url(../images/bulletArrow.png) no-repeat left;
	text-transform: uppercase;
	font-weight:bold;
	text-align:left;
	padding: 5px 0 5px 10px; /*header text is indented 10px*/
	cursor: pointer;
}



.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	padding:5px 0 5px 10px;
}

.arrowlistmenu ul{
 /*CSS for UL of each sub menu*/
	margin:3px 0;
	width:14.5em;
	background:#FFFFFF;
	list-style-type: none;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu li{
	margin:0 15px 0 15px;
	background:#FFFFFF;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a{
	text-transform:uppercase;
	width:180px;
	color: #65899d;
	background:#fff url(../images/bulletArrow2.png) left center no-repeat ;
	 /*custom bullet list image*/
	display: block;
	padding: 0 0 0;
	margin:5px 0 5px;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight:normal;
	font-size: 10px;
	text-align:left;
}

.arrowlistmenu ul li a:visited{
	color: #65899d;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFF;
	background-color: #65899d;
}
.arrowlistmenu h3{
	font-weight:bold;
	font-size:11px;
	background:#eee url(../images/bulletArrow2_a.jpg) left center no-repeat;
	margin:2px 3px 2px 3px;
	text-indent:10px
}
.arrowlistmenu h3:hover{
	background-color:#65899d;
	background:#65899d url(../images/bulletArrow2.png) no-repeat left; color:#FFFFFF}
.arrowlistmenu h3 a{
	width:200px;
	font-weight:bold;
	font-size:12px;
	background:#eee url(../images/bulletArrow.png) left center no-repeat;
	margin:2px 3px 2px 3px;
	padding:5px 120px 5px 10px;
	text-decoration:none;
}
.arrowlistmenu h3 a:hover{
	background-color:#65899d;
	background:#65899d url(../images/bulletArrow.png) no-repeat left; color:#FFFFFF;
}
/*#contactus_active a{/*background:url(../images/menu_03.jpg) repeat-x; color:#FFFFFF }
#home a{color:#65899d;}
#contactus a{color:#65899d;}*/
/*#rightmenu #newfurnitures_active a{background:url(../images/menu_03.jpg) repeat-x; color:#FFFFFF; padding:10px 21px 12px 21px;}*/

#thumb li{
margin:0 5px 0 7px; border:solid 3px #0099FF;background:#FFFFFF; height:100px;
}
#thumb li img{ padding:2px 2px 0 2px}
label.error           { font-weight:normal;color:red;text-align:left;width:140px; padding-left:25px;
                        background: transparent url(/images/cancel.png) no-repeat scroll left; }
span.error           { font-weight:normal;color:red;text-align:left;width:140px; padding-left:25px;
                        background: transparent url(/images/cancel.png) no-repeat scroll left; }
#message a{
font-family:Arial, Helvetica, sans-serif;
color:#8f8f8d;
text-decoration:none;
}
#message a:hover{
text-decoration:underline;
color:#FFFFFF;
}
.l_cont{
	/*background:url(../images/centerPanelImg.png) repeat-y ;*/border-left:solid 1px #d7d7d7; border-right:solid 1px #d7d7d7;
}
.l_borderbottom{
	background:url(../images/bottomPanelImg.png) no-repeat top; height:10px; behavior:url(css/iepngfix.htc);
}
#topkeywords{
text-align:center;
}
#topkeywords a{
color:#65899d;
font-size:11px;
text-decoration:none;
}
#topkeywords a:hover{
text-decoration:underline;
}