	body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th {margin:0; padding:0;}
	td {font:normal 12px arial, helvetica}
    fieldset,img {border:0;}
	a {text-decoration:none; color:#000;}
	a:hover {text-decoration:none;}
	body {background-color:#fff; color:#262626; font:normal 12px Arial, Helvetica, sans-serif; height:100%;}
	h1,h2,h3,h4,h5,h6 {color:#e06d1b !important; font-weight:bold !important; font-family:Arial, helvetica, sans-serif !important;text-decoration:none  !important;}
	h1 {font-size:20px;}
	h2 {font-size:18px;}
	h3 {font-size:14px;}
	h4 {font-size:12px !important;text-decoration:none  !important;}
	h5 {font-size:12px;}
	h6 {font-size:12px;}
	html{
		overflow-y:scroll;
	}
	div ul li a{
		text-decoration:none !important;
	}
	/*topmenu*/
	.topmenu_link,
	.topmenu_link_selected,
	.topmenu_sep{
		font:normal 14px arial;
		color:#ffffff;
		text-decoration:none;
	}
	.topmenu_sep{
		color:#ffffff;
	}
	.topmenu_link_selected{
		color:#ffffff;
	}
	.topmenu_cell_selected{
		background-color:#484646;
	}
	.menu_cell,
	.first{
		white-space:nowrap;
	}
	/*Articles In Hp*/
	.hpArticles_title,
	.hpArticles_summ{
		font:normal 12px arial;
		color:#73728d;
	}
	.hpArticles_title{
		font-weight:bold;
	}
	.dyn_footer{
		font:normal 12px arial;
		color:#6d6e70;
	}
	.homepage_content{
		background:url(../images/text_hp_bg.jpg) repeat-y;
		padding:12px;
		font:normal 12px arial;
		color:#666668;
	}
	/*Inner Pages*/
	.inner_image{
		margin-left:10px;
		margin-bottom:3px;
	}
	.inner_title{
		font:bold 14px arial;
		color:#73728d;
	}
	.inner_content{
		font:normal 13px arial;
		color:#73728d;
	}
	.inner_space{
		height:10px;
	}
	/* Credits */
	.linktext,
	.creditstext {
		color:#000;
		font-family:arial;
		font-size:11px;
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:normal;
		text-decoration:none;
	}
     /* Homepage Styles */
    .hp_textarea {
		padding-left:20px; padding-right:20px;
        font: 13px arial;
		color:#000000;
		text-decoration: none;
        }
    .hp_bottom_textarea {
		padding-left:20px; padding-right:20px;
        font: 13px arial;
		color:#ffffff;
		width:220px; 
		text-decoration: none;
        }
    .content_text {
        font: 14px arial;
		color:#000000;
		text-decoration: none;
        }
        
/* Navigation */
/*#nav {}*/
/*#nav ul {}*/
/*#nav ul li {float:left;}*/
/*#nav ul li a {background:url(../images/navBg2.gif) repeat-x 0 0; display:block; height:19px; padding:13px 15px;*/
/*	border-right:1px solid #3b4c4d; border-left:1px solid #617273; font-size:18px; color:#fff;}*/
/*#nav ul li a:hover {background:url(../images/navBg2.gif) repeat-x 0 -45px;}*/
/**/
/*#nav ul li.first a {background:url(../images/navBg2.gif) repeat-x 0 0; display:block; height:45px; padding:0;*/
/*	border-right:1px solid #3b4c4d; border-left:none; font-size:18px; color:#fff; }*/
/*#nav ul li.first a:hover {background:url(../images/navBg2.gif) repeat-x 0 -45px;}*/
/*#nav ul li a span {background:url(../images/navBgFirst2.gif) no-repeat 0 0; display:block; height:19px; padding:13px 15px;}*/
/*#nav ul li a:hover span { background:url(../images/navBgFirst2.gif) no-repeat 0 -45px;}*/

.sideBarBg2 {
		background:url(../images/sideBarBg2.gif) repeat-x;
		font:normal 12px arial;
		color:#666668;}
		
		
#sideBar {background:url(../images/topSideBarBg.gif) no-repeat 0 0; height:370px; padding:15px 10px;}
#sideBar h3 {color:#2a3e40; padding:0 0 5px 0;}
#sideBar {}
#sideBar .sideBarList {}
#sideBar .sideBarList ul {list-style-type:disc; padding:0 0 0 15px;}
#sideBar .sideBarList ul li {color:#2a3e40; font-weight:bold; margin:7px 0;}
#sideBar .sideBarList ul li a {color:#2a3e40;}
#sideBar .sideBarList ul li a:hover {text-decoration:underline;}

#headerFlash { float:right;}






/*	UPSITE CSS START
----------------------------------------------------------------------------------------------------------------------*/
	
	/* CONTAINERS START
	--------------------------------------------------------------*/
		
		.fw{
			width:100%;
		}
		
		.fh{
			height:100%;
		}
		
		.fwh{
			width:100%;
			height:100%;
		}
		
	/* CONTAINERS END
	--------------------------------------------------------------*/
	
	
	/* BACKGROUNDS START
	--------------------------------------------------------------*/
		
		.nr
		{
			background-repeat:no-repeat;
		}
		
		.rx
		{
			background-position:left;
			background-repeat:repeat-x;
		}
		
		.ry
		{
			background-position:top;
			background-repeat:repeat-y;
		}
		
		.tl_nr
		{
			background-position:top left;
			background-repeat:no-repeat;
		}
		
		.tr_nr
		{
			background-position:top right;
			background-repeat:no-repeat;
		}
		
		.tc_nr
		{
			background-position:top center;
			background-repeat:no-repeat;
		}
		
		.bl_nr
		{
			background-position:bottom left;
			background-repeat:no-repeat;
		}
		
		.br_nr
		{
			background-position:bottom right;
			background-repeat:no-repeat;
		}
		
		.bc_nr
		{
			background-position:bottom center;
			background-repeat:no-repeat;
		}
		
	/* BACKGROUNDS END
	--------------------------------------------------------------*/
	
	/* TOP MENU START
	--------------------------------------------------------------*/
		
		.top_menu_ltr {
			/*background:url(../images/navBgRight2.gif) right 0 no-repeat;*/
			height:45px;
			background-color: #336699;
			border-radius: 10px;
		}
		.top_menu_rtl {
			/*background:url(../images/navBgRight2.png) left 0 no-repeat;*/
			height:45px;
			background-color: #336699;
			border-radius: 10px;
		}
		
		.menu_container {
			/*background:url(../images/navBg2.gif) repeat-x -10px 0;*/
			height:45px;
			width:888px;
			background-color: #336699;
			border-radius: 10px;
		}
		
		#nav .menu_link {
			
			display:block;
			height:19px;
			padding:13px 15px;
			border-right:1px solid #3b4c4d;
			border-left:1px solid #617273;
			font-size:18px;
			color:#fff;
		}
		
		#nav .menu_link_fr:hover {
			/*background:url(../images/navBg2.gif) repeat-x 0 -45px;*/
		}
		#nav .menu_link_fr {
			
			display:block;
			height:19px;
			padding:13px 15px;
			border-right:1px solid #3b4c4d;
			border-left:1px solid #617273;
			font-size:14px;
			color:#fff;
		}
		
		#nav .menu_link:hover {
			/*background:url(../images/navBg2.gif) repeat-x 0 -45px;*/
			background-color: #3399cc;
			color:#003366;
		}
		
		#nav .first_link_ltr {
			/*background:url(../images/navBgFirst2f.png) top left no-repeat;*/
			background-color: #336699;
			font-size:18px;
			color:#fff;
			display:block;
			height:19px;
			padding:13px 15px;
			white-space:nowrap;
			border-radius: 10px 0 0 10px;
		}
		
		#nav .first_link_ltr:hover {
			/*background:url(../images/navBgFirst2f.png) no-repeat 0 -45px;*/
			background-color: #3399cc;
			font-size:18px;
			color:#003366;
			display:block;
			height:19px;
			padding:13px 15px;
			white-space:nowrap;
		}
		#nav .first_link_ltr_fr {
			/*background:url(../images/navBgFirst2f.png) top left no-repeat;*/
			background-color: #336699;
			font-size:14px;
			color:#fff;
			display:block;
			height:19px;
			padding:13px 15px;
			white-space:nowrap;
		}
		
		#nav .first_link_ltr_fr:hover {
			/*background:url(../images/navBgFirst2f.png) no-repeat 0 -45px;*/
			background-color: #3399cc;
			font-size:14px;
			color:#003366;
			display:block;
			height:19px;
			padding:13px 15px;
			white-space:nowrap;
		}
		#nav .first_link_rtl {
			/*background:url(../images/navBgFirst2f_rtl.png) top right no-repeat;*/
			background-color: #336699;
			font-size:18px;
			color:#fff;
			display:block;
			height:19px;
			padding:13px 15px;
			white-space:nowrap;
			border-radius: 0 10px 10px 0;
		}
		
		#nav .first_link_rtl:hover {
			/*background:url(../images/navBgFirst2f_rtl.png) no-repeat right -45px;*/
			background-color: #3399cc;
			font-size:18px;
			color:#003366;
			display:block;
			height:19px;
			padding:13px 15px;
			white-space:nowrap;
		}
		
	/* TOP MENU END
	--------------------------------------------------------------*/
	
	
	/*	GENERAL CONTENT START
	--------------------------------------------------------------*/
		
		#general_content {
			font:normal 12px arial;
			color:#262626;
		}
		#general_content a{
			font:normal 12px arial;
			color:#0000FF;
			text-decoration:underline;
		}
		
		.hp_bg {
			background:transparent url("../images/homePgImg.jpg") right bottom no-repeat;
		}
		.hp_bg_rtl {
			background:transparent url("../images/homePgImg.jpg") left bottom no-repeat;
		}
		.location {
			color:#E06D1B !important;
			font:bold 12px arial !important;
			text-transform:capitalize !important;
			text-decoration:none !important;
		}
		
		.location:hover {
			text-decoration:underline;
		}
		.us_contact_page_field_title_mandatory{
			color:orange;
		}
		.us_contact_page_field_title {
			color:#36A8B3;
			text-decoration:none;
			font:bold 12px arial;
		}
		
		.us_contact_page_text_box {
			color:#000000;
			text-decoration:none;
			font:normal 12px arial;
			background-color:#ededed;
			border:1px inset #b1b2b3;
			padding:0 3px;
			width:150px;
			height:18px;
		}
		
		.us_contact_page_button {
			width:70px;
			height:20px;
			color:#fff;
			background-color:#36A8B3;
			border:1px outset #b1b2b3;
			font:bold 12px arial !important;
		}
		
		.us_contact_page_text_area {
			color:#000;
			text-decoration:none;
			font:normal 12px arial;
			background-color:#ededed;
			border:1px inset #b1b2b3;
			padding:0 3px;
			width:300px;
			height:100px;
		}
		
		.us_contact_page_error_text {
			color:#c20;
			text-decoration:none;
			font:bold 12px arial;
		}
		
		
	/*	GENERAL CONTENT END
	--------------------------------------------------------------*/

	/*	PAGING START
	--------------------------------------------------------------*/
		
		.us_paging_table_cell a,
		.us_paging_table_current_page_cell{
			color:#737373 ;
			font:bold 12px arial;
			text-decoration:none;
		}
		
	/*	PAGING END
	--------------------------------------------------------------*/
	
	/*	BOTTOM MENU START
	--------------------------------------------------------------*/
		
		.bottom_menu_item {
			text-transform:capitalize !important;
			color:#557D7F;
			font:bold 12px arial;
			text-decoration:none;
		}
		
		.bottom_menu_item:hover {
			text-transform:capitalize !important;
			color:#557D7F;
			font:bold 12px arial;
			text-decoration:overline;
		}
		
		.bottom_menu_item_selected {
			text-transform:capitalize !important;
			color:#26393A;
			font:bold 12px arial;
			text-decoration:underline;
		}
		
		.bottom_menu_separator {
			padding:0px 5px;
			color:#557D7F;
			font:bold 12px arial;
		}
		
	/*	BOTTOM MENU END
	--------------------------------------------------------------*/

	
	/*	NEWS START
	--------------------------------------------------------------*/
		
		.news_title,
		.news_title a{
			text-transform:capitalize !important;
			color:#E06D1B !important;
			font:bold 14px arial !important;
			text-decoration:none !important;
		}
		
		.news_desc,
		.news_desc a {
			color:#737373 !important;
			font:normal 12px arial;
			text-decoration:none;
		}
		
		.news_desc a:hover {
			text-decoration:underline;
		}
		
	/*	NEWS END
	--------------------------------------------------------------*/

	
	/*	NEWS START
	--------------------------------------------------------------*/
		
		.us_news_marquee {
			width:333px;
			height:200px;
		}
		.us_news_text_cell a, .us_news_text_cell{
			font-size:12px;
			color:#E06D1B;
			font-family:Arial;
			font-weight:bold;
		}
		.sec_row, .sec_row a{
			color:#737373 ;
			font:12px arial;
			text-decoration:none;
		}
		.sec_row a:hover{
			color:#737373 ;
			font:12px arial;
			text-decoration:underline;
		}
		
		
	/*	NEWS END
	--------------------------------------------------------------*/
	
.header_holder  {
background:url("../images/prodListBg2.gif") no-repeat scroll 0 0 transparent;
cursor:pointer;
}	
/*	UPSITE CSS END
----------------------------------------------------------------------------------------------------------------------*/
