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

	Licensed under GPL and MIT.
*/

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

body {
	font: 11px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #5e5e5e;
}

.italic p {
	font-style: oblique;
	}

a:focus {
}

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

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

h1 {
	font-size: 25px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #66142e;
	font-weight: normal;
	line-height: normal;
	}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 14px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	font-weight: normal;
	line-height: normal;
}

h6 {
	font-size: 18px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #66142e;
	font-weight: normal;
	line-height: normal;
}

.single .container_16 .grid_7 h6 {
	padding-top: 10px;
}

.productsSingle h6 {
	padding: 0 0 0 0;
	}

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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
color: #66142e;
	}

/* `Links
----------------------------------------------------------------------------------------------------*/

a {
	color: #66142e;
	}
	
a:hover {
	
	}
