@charset "utf-8";
/* CSS Document */
* { margin:0px; padding:0px; }
body { font-family:Arial, Helvetica, sans-serif }
h5{ font-size:14px;}

.welcome { font-size:14px; color:#3476d6; text-align:center; }
select{ font-size:11px; color:#999}
.greyt { font-size:14px; color:#666; text-align:left; }
.border { border-bottom:solid 1px #cdcdcd; border-left:solid 1px #cdcdcd; border-top:solid 1px #cdcdcd; border-right:solid 1px #cdcdcd; background: #EEE }
.previousbtn a{ background:url(../images/productdetails/arrowleft.jpg) no-repeat left center; display:block; font-size:14px; font-weight:bold; color:#00F; text-decoration:none; padding-left:20px; line-height:25px;}
.previousbtn a:hover{  color:#F00;}
.nextbtn a{ background:url(../images/productdetails/arrowright.jpg) no-repeat right center; font-size:14px; font-weight:bold; color:#00F; text-decoration:none; padding-right:20px; line-height:25px; display:block}
.nextbtn a:hover{ color:#F00;}
.previousnextText{  font-size:16px; font-weight:bold; text-align:center;}
.carname { font-size:17px; font-weight:bold; color:#300; text-transform:uppercase; line-height:25px;}
.smalltext{ font-size:12px; text-align:left; text-transform:none;}
.rightcolbg{ background:url(../images/productdetails/car/bodytop.jpg) no-repeat center top; height:100px;}
.heading{ font-size:18px; font-weight:bold; color:#039; padding-bottom:7px;}
.txt{ font-size:13px; color:#000; margin-left:2px;}
.line{ background:url(../images/productdetails/line.jpg) repeat-x left center;}
.bodybg{ background:url(../images/productdetails/car/bodybottom.jpg) no-repeat center bottom; width:700px;}
.extrabtn { background:url(../images/productdetails/car/btnbg2.jpg) no-repeat center center; height:24px; width:99px;}
.extrabtn a{ font-size:12px; color:#FFF; text-align:center; line-height:35px; text-decoration:none;}
.extrabtn a:hover{ color:#000;}
.dealer{ font-size:16px; font-weight:bold;}
.footer { font-size:13px; color:#999; text-decoration:none; padding-left:45px;}
.footer a { font-size:13px; color:#999; text-decoration:none;
}
.footer a:hover {color:#000;}


/* Furniture CSS */
.bodybgF{ background:url(../images/productdetails/furniture/bodybottom.jpg) no-repeat center bottom; width:700px;}
.rightcolbgF{ background:url(../images/productdetails/furniture/bodytop.jpg) no-repeat center top; height:100px;}
.furniturename { font-size:17px; font-weight:bold; color:#c23e1f;line-height:25px; text-transform:none;}
.headingFurniture{ font-size:18px; font-weight:bold; color:#8a1623; padding-bottom:7px; margin-left:2px;}
.extrabtnF { background:url(../images/productdetails/furniture/btnbg2.jpg) no-repeat center center; height:24px; width:99px;}
.extrabtnF a{ font-size:12px; color:#FFF; text-align:center; line-height:35px; text-decoration:none;}
.smalltextF{ font-size:12px; text-align:left; text-transform:none;}
.extrabtnF a:hover{ color:#000;}

/* Dental CSS */
.bodybgD{ background:url(../images/productdetails/dental/bodybottom.jpg) no-repeat center bottom; width:699px;}
.rightcolbgD{ background:url(../images/productdetails/dental/bodytop.jpg) no-repeat center top; height:100px;}
.dentalname { font-size:17px; font-weight:bold; color:#c23e1f;line-height:25px; text-transform:none;}
.headingDental{ font-size:18px; font-weight:bold; color:#cda945; padding-bottom:7px;margin-left:2px;}
.extrabtnD { background:url(../images/productdetails/dental/btnbg2.jpg) no-repeat center center; height:24px; width:99px;}
.extrabtnD a{ font-size:12px; color:#FFF; text-align:center; line-height:35px; text-decoration:none;}
.smalltextD{ font-size:12px; text-align:left; text-transform:none;}
.extrabtnD a:hover{ color:#000;}
.footerbefore{ background:url(../images/productdetails/dental/footerbg.jpg) repeat-x center top}

/* real estate CSS */
.bodybgRE{ background:url(../images/productdetails/realestate/bodybottom.jpg) no-repeat center bottom; width:700px;}
.rightcolbgRE{ background:url(../images/productdetails/realestate/bodytop.jpg) no-repeat center top; height:100px;}
.headingREstate{ font-size:18px; font-weight:bold; color:#13a324; padding-bottom:7px;margin-left:2px;}
.extrabtnRE { background:url(../images/productdetails/realestate/btnbg2.jpg) no-repeat center center; height:24px; width:99px;}
.extrabtnRE a{ font-size:12px; color:#FFF; text-align:center; line-height:35px; text-decoration:none;}
.extrabtnRE a:hover{ color:#000;}
.listinglead{ font-size:12px; font-weight:bold; color:#13a324; padding:5px}



/* 1st Menu Drop down Menu */

.jqueryslidemenu {
	font: bold 12px Verdana;
	width: 100%;
}
.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;
	padding-top:0;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	color:#000;
	text-decoration: none;
	
}
* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
	color:#FFF;
}
.jqueryslidemenu ul li a:hover {
	color:#000;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border-top: solid 2px #FFF;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	display: list-item;
	padding-left:5px;
	width:90px;
	text-align:left;
	background-color:#09C;
	padding-top:9px;

}
.jqueryslidemenuz ul li ul li a:hover { /*sub menus hover style*/
	color:#CCC;
}


/* 2nd  code */


/*Top level menu link items style*/
.jqueryslidemenue {
	position:absolute;
	width:139px;
}
.jqueryslidemenue ul li {
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	list-style:none;
}
.jqueryslidemenue ul li a {
	color:#fff;
	text-decoration: none;
}
* html .jqueryslidemenue ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.jqueryslidemenue ul li a:link, .jqueryslidemenub ul li a:visited {
	color:#FFF;
}
.jqueryslidemenue ul li a:hover {
	color:#000;
}
/*1st sub level menu*/
.jqueryslidemenue ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin-top:-5px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenue ul li ul li {
	display: list-item;
	padding-left:10px;
	width:120px;
	text-align:left;
	padding-top:9px;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	
}
.jqueryslidemenuze ul li ul li a:hover { /*sub menus hover style*/
	color:#ffffff;
}

