html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,caption,tbody,tfoot,thead {
    margin:0;
    padding:0;
    outline:0;
    font-size:100%;
    vertical-align:top;
    background:transparent;
    border-collapse:collapse;
}
img{
	border:0px;
}
table {
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
}
body {
	font:12px/18px Arial,Tahoma,Geneva,Kalimati,sans-serif;
	margin:0px;
	padding:0px;
	background: #eeeeee;
}

/*------------------------------------------------------------------*/
.icon {
	float:left;
	margin-right:5px;
	border:0px;
	padding-top:5px;
}
.iconright {
	float:right;
	margin-right:5px;
	margin-left:5px;
	border:0px;
}
a {
	color:#000;
    text-decoration:none;
	cursor:pointer;
}
a:hover,a:active,a.active {
    text-decoration:none;
	cursor:pointer;
	color:#000;
}
.clear {
	clear:both;
	height:0px;
	line-height:0px;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	_margin-top:-2px;
}
.last{
	border:0px;
}
.breakline {
	clear:both;
	height:4px;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	border-bottom:1px #989898 dashed;
}
#vitri14 .breakline {
	clear:both;
	height:4px;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	border-bottom:1px #989898 dashed;
	margin-bottom:4px;
}
/*------------------------------------------------------------------*/
#topContent {
	background: url(../images/top_bg.gif) top center repeat-x;
	height:37px;
	color:#ffffff;
}
#topContent a{
	color:#ffffff;
	font-weight:bold;
}
.left
{
	float:left;
	width:180px;
	text-align:left;
	vertical-align:middle;
}
.right
{
	float:right;
	width:780px;
	text-align:right;
	vertical-align:middle;
	padding-top:10px;
}

#wrapper {
	clear:both;
    width:980px;
    margin:0 auto;
	padding:0px;
}
					/* Easy Slider */

						#slider ul, #slider li,
						#slider2 ul, #slider2 li{
							margin:0;
							padding:0;
							list-style:none;
							}
						#slider2{margin-top:1em;}
						#slider li, #slider2 li{ 
							/* 
								define width and height of list item (slide)
								entire slider area will adjust according to the parameters provided here
							*/ 
							width:180px;
							height:112px;
							overflow:hidden; 
						}	
						#prevBtn, #nextBtn,
						#slider1next, #slider1prev{ 
							display:block;
							width:13px;
							height:12px;
							position:absolute;
							left:4px;
							top:58px;
							z-index:1000;
							}	
						#nextBtn, #slider1next{ 
							left:160px;
							}														
						#prevBtn a, #nextBtn a,
						#slider1next a, #slider1prev a{  
							display:block;
							position:relative;
							width:30px;
							height:77px;
							background:url(../images/btn_prev.gif) no-repeat 0 0;	
							}	
						#nextBtn a, #slider1next a{ 
							background:url(../images/btn_next.gif) no-repeat 0 0;	
							}	
							
						/* numeric controls */	

						ol#controls{
							margin:1em 0;
							padding:0;
							height:28px;	
							}
						ol#controls li{
							margin:0 10px 0 0; 
							padding:0;
							float:left;
							list-style:none;
							height:28px;
							line-height:28px;
							}
						ol#controls li a{
							float:left;
							height:28px;
							line-height:28px;
							border:1px solid #ccc;
							background:#DAF3F8;
							color:#555;
							padding:0 10px;
							text-decoration:none;
							}
						ol#controls li.current a{
							background:#5DC9E1;
							color:#fff;
							}
						ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
						
					/* // Easy Slider */
