@import url("complex.css");

* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address, hr {
    margin-bottom: 0.2em; 
}

html, body{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img {border:none;}/*
/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	background-color: #f7f7f7;
	display: block;
	text-align: center;
	color: #333;
	font-size: 62.5%; 
	font-family: "Tahoma";
	margin: 0 auto;
	height: auto;
	padding: 0;
	width:980px;
}

p {
	color:#666 ;
  	font-size: 1.2em;
  	line-height:1.5em;
	font-weight: normal;
}

ul, ol {margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#footer li,.product li
{
background-image:  url(../../images/frontend/bullet.gif);

}


ul li {	padding-left: 10px;
		/* background-image:  url(../../images/frontend/bullet.gif); */
		background-repeat: no-repeat;
		background-position: 0 .5em;
		}


a:link {
	text-decoration:underline ;
	color:#d20000 ;
	font-weight: ;
}
a:visited {
	text-decoration:underline ;
	color:#d20000;
	font-weight: normal;
}

a:active{
	text-decoration: none;
	color:#999;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #999;
	font-weight: normal;
}

h1 {
color: #333 ;
font-size: 2.0em !important;
font-weight: normal ;
line-height: 1.4em;
}
  
h2 {
color: #333 ;
font-size: 1.8em;
font-weight: bold ;
line-height: 1.4em;
}

h3 {
color: #333 ;
font-size: 1.3em;
font-weight: normal ;
line-height: 1.4em;
}

