/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px Helvetica, Arial, sans-serif;
}

a { 
	color: #ed3a43;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	letter-spacing: -.05em;
}

h2 {
	font-size: 23px;
	color: #000;
	letter-spacing: -.04em;
}

h3 {
	font-size: 19px;
	color: #4c4d4f;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 14px;
}

.header {
	color: #555;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}
.productcatslist li {
	background: url('../gfx/bullet.png') no-repeat;
	padding-left: 25px;
}

/*
li {
	margin-left: 30px;
}
*/
p {
	padding: 0 0 1em 0;
	line-height: 1.5em;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	/*position: relative;*/
}
