/* www.bondtech.ro */

/* Reset file - CSS styles */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
	border: 0;
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
:link,:visited { 
   text-decoration:none
}
a {
	text-decoration: none;
}
a img,:link img,:visited img, iframe { 
   border:none 
}
ul, ol, dl, li, dt, dd {
	list-style: none;
}
table { 
	border-collapse:collapse; 
	border-spacing:0; 
	border: 0;
} 
td {
	vertical-align: top;
}
form, fieldset, img {
	border: 0;
}	
legend {
	color: #000;
}
input, textarea, select, button {
	font-size: 100%;
	font-family: serif;
}
select {
	margin: inherit;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

caption,th { 
	text-align:left; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym { 
   border:0; 
} 

