@charset "utf-8";
/* CSS Document */

/*------------------------------------------------body_area--------------------*/
#body_area{
	/*width:1004px;*/
	width:1204px;
	/*height:820px;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #dcd66e;
	text-decoration: none;
	float: none;
	padding-top: 52px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#innerbody_area{
	width:1004px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #dcd66e;
	text-decoration: none;
	float: none;
	padding-top: 52px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}.left {
	margin: 0px;
	float: left;
	/*height: 820px;*/
	width: 153px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	overflow:hidden;
}
.left_menu_area {
	margin: 0px;
	padding: 0px;
	float: right;
	/*height: 320px;*/
	width: 153px;
}
.left_menutop {
	background-image: url(images/menu_top.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 1px;
	width: 153px;
}
.left_menu {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #386060;
	text-decoration: none;
	background-image: url(images/menu_active.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 20px;
	width: 138px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.left_menu:HOVER {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #da2a2a;
	text-decoration: none;
	background-image: url(images/menu_hover.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 20px;
	width: 138px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#innercontent
			{
			font-family: Arial;
			font-size: 11px;
			font-weight: normal;
			text-transform: none;
			color: #9ca27e;
			text-decoration: none;
			margin: 0px;
			float: left;
			width: 700px;
			padding:0 0 10px 0;
			text-align:justify;
			}	
/*----------------------------------------------------------------contactpage----------------------------------------------------------------------------------------*/		

.borderbox          {
	border-collapse: collapse;
	border: 1px solid blue;
	border-color: rgb(102,102,102); 
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
				   }
			   

.dhtmlgoodies_question {	/* Styling question */
	/* Start layout CSS */
	color:#3B3B3B;
	font-size:0.9em;
	background-color:#FFFFCC;
	width:190px;
	margin-bottom:2px;
	margin-top:5px;
	padding-top:5px;
	padding-left:2px;
	/*	background-image:url('images/bg_answer.gif'); */
	background-repeat:no-repeat;
	background-position:top right;
	height:20px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer {	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #35332F;
	background-color:#E2EBED;
	width:50%;
	padding-left:2px;
	padding-bottom:2px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content {	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;
	position:relative;
}

/*for showing thumbnails */

.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:  rgb(255,255,153);
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: 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: 0;
left: -810px; /*position where enlarged image should offset horizontally */

}




.rating_bar {
  width: 55px;
  background: url(./images/star_x_grey.gif) 0 0 repeat-x;
}

.rating_bar div {
  height: 12px;
  background: url(./images/star_x_orange.gif) 0 0 repeat-x;
}

/*FORM Display */

fieldset
{
	border: 1px solid #666666;
	/*width: 35em;*/
	width: 65em;
	padding: 1em;
	background:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

fieldset_wide
{
	border: 1px solid #781351;
	width: 80%;
	padding: 1em;
	background:#FFFFFF;
	margin-left: auto;
margin-right: auto;
text-align:left;
}

legend
{
	color: #000000;
	background: rgb(255,255,153);
	border: 1px solid #781351;
	padding: 2px 6px
} 






/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}

.search_hr {
	width:100%;
	height:1px;
}
.search_td {
	white-space:nowrap;
}

#available {
	display: none;
	color: green;
}
#not_available {
	display: none;
	color: red;
}

#index2Table {
	padding: 2px 4px 2px 4px;
	border: 1px solid #F90;
	
}

.review-form {
	background-color:#563145;
	color:#FFF;
	font-weight: bold;
}

	
.index2-Orange {
	font-size: 16px;
	color: #FF8000;
	font-weight: bold;
}
.index2-summary {
font-size:14px;
color:#333333;
font-weight:bold;
}
.index2-small {
font-size:10px;
color:#333333;
}
.index2-small-bold {
font-size:10px;
color:#333333;
font-weight:bold;
}
.index2-table          {
	border-collapse: collapse;
	border: 1px solid blue;
	border-color: #666666;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
				   }
.index2-pagination {
	border-collapse: collapse;
	border: 1px solid blue;
	border-color: #666666;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	border-left: 0;
	border-right: 0;
}
.index2-criteria-table {
	border-collapse: collapse;
	border: 1px solid blue;
	border-color: #ffa500;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;

}
