body{

	margin:0;

	padding:0;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

}

/*Reset Styles Start*/

select, input{

	font-family:Verdana, Arial, Helvetica, sans-serif;

}

/*Reset Styles End*/

.topSearch{

	background:url(../images/topSeach_bg.gif) no-repeat 0 0;

}

.topSearch input.searchTxt{

	width:200px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10pt;

	padding-left:10px;

	border:0;

	background:none;

	color:#fff;

}

.topSearch .searchBg{

	background:url(../images/topSeach_btn.gif) no-repeat 0 0;

	border:none;

	width:33px;

	height:30px;

}

.blackBg{

	background-color:#000000;

}

.yellowBg{

	background-color:#fff73a;

}

.menuItems{

	font-size:12px;

}

.menuItems a{

	text-decoration:none;

}

.leftNavigation{

	margin:0;

	padding:0;

	list-style:none;
}

.leftNavigation li{

	font-size:12px;

}

.leftNavigation .header{

	background:url(../images/menuHeader.gif) no-repeat left top;

	padding:9px 12px;

	*padding:7px 12px;

	font-weight:bold;

	color:#fff;

}

.leftNavigation li a{

	background:url(../images/leftMenu_bg.gif) no-repeat left bottom;

	display:block;

	padding:9px 12px;

	*padding:7px 12px;

	text-decoration:none;

	font-weight:bold;

	color:#fff;

	font-size:11px;
}

.leftNavigation li a:hover{

	background:url(../images/leftMenu_bg.gif) no-repeat left top;
	color:#fff;
}

.rNormal_btn {

	display:inline-block;

}

.rNormal_btn span {

	background:transparent url(../images/normal_btn.gif) no-repeat scroll right top;

	display:inline-block;

}

.rNormal_btn span a {

	background:transparent url(../images/normal_btn.gif) no-repeat scroll left top;

	color:#FFFFFF;

	display:block;

	font-size:12px;

	font-weight:bold;

	padding:8px 12px 9px;

	text-align:center;

	text-decoration:none;

	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.rNormal_btn span input {
	border:none;
	
	background:transparent url(../images/normal_btn.gif) no-repeat scroll left top;

	color:#FFFFFF;

	display:block;

	font-size:12px;

	font-weight:bold;

	padding:8px 12px 9px;

	text-align:center;

	text-decoration:none;

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



/*Footer*/



.footerNavigation{

	text-align:center;

	font-size:12px;

}

.footerNavigation a{

	text-decoration:none;

}

.copyRight{

	color:#fff;

	text-align:center;

	padding:10px 0 30px;

	font-size:12px;

}



/*Imags Slider Styles*/



#gallery_container {

	width:492px;

	height:94px;

	margin:10px auto 10px;

	background:#EBE2E5;

	padding:7px 0px 0px;

	display:block;

	position:relative;

}

/* the width is set to show the number of thumbnails that will be visible */

#thumb_container {

	position:relative;

	overflow:hidden;

	width:300px;

	height:90px;

	margin:0px auto 0px;

}

/* the thumbnails container */

#thumbs {

	white-space:nowrap;
	position:relative;

}

#thumbs a {

	padding:0px;

	margin:0px;

}

#thumbs a img {

	border:1px #999 solid;

}



/* the forward and backward buttons */

.addfwd {

	display:block;

	position:absolute;

	cursor:pointer;

	width:15px;

	height:96px;

	top:0px;

	right:0px;

	background:url(../images/gallery_fwd.jpg) no-repeat;

}

.addbkwd {

	display:block;

	position:absolute;

	cursor:pointer;

	width:15px;

	height:96px;

	top:0px;

	left:0px;

	background:url(../images/gallery_back.jpg) no-repeat;

}

/* thumbnail slider end */

.gridTable{
	border-collapse:collapse;
	border-color:#4E1011;
}
.gridTable tr td, .gridTable tr th{
	padding:4px;
}
.blueLink, .blueLink a{
	color:#0000FF!important;
	text-decoration:underline!important;
}