body
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.hd_bg{
background-image:url(images/hd_bg.gif);
width:100%;
height:111px;
}
img
{
	border: 0px;
}
.height_5
{
	height: 5px;
}
.border_right_1
{
	border-right: 1px solid #778;
}
.border_1
{
	border: 1px solid #778;
}
/*navigation coding starts*/
.bluetabs
{
	border-bottom: 1px solid gray;
}

.bluetabs ul
{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li
{
	display: inline;
	margin: 0;
}

.bluetabs li a
{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(images/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited
{
	color: #2d2b2b;
}

.bluetabs li a:hover
{
	text-decoration: underline;
	background-image: url(images/bluetabactive.gif); /*THEME CHANGE HERE*/
	color: #2d2b2b;
}

.bluetabs li.selected
{
}

.bluetabs li.selected a
{
	/*selected main tab style */
	background-image: url(images/bluetabactive.gif); /*THEME CHANGE HERE*/
	border-bottom-color: white;
}

.bluetabs li.selected a:hover
{
	/*selected main tab style */
	text-decoration: none;
}
/*navigation coding ends*/
.footer_bg
{
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 79px;
	width: 100%;
}
.footer
{
	text-align: center;
	color: #6f7777;
	text-decoration: none;
}
.footer a
{
	text-align: center;
	color: #6f7777;
	text-decoration: none;
}
.footer a:hover
{
	text-align: center;
	color: #000000;
	text-decoration: underline;
}




.MagicZoomBigImageCont
{
	border: 1px solid #999;
}


.MagicZoomHeader
{
	font-size: 8pt !important;
	line-height: normal !important;
	color: #fff;
	background: #666;
	text-align: center !important;
}

.MagicZoomPup
{
	border: 1px solid #aaa;
	background: #fff;
	cursor: move;
}

.MagicZoomLoading
{
	border: 1px solid #ccc;
	background: #666666 url(images/ajax-loader.gif) no-repeat 2px 50%;
	padding: 20px !important;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
	color: #fff;
}
.frame
{
	width: 100%;
	height: 400px;
}

