/* MAIN SITE CSS FILE
----------------------------------------------------------- */


/* ----------------------------------------------------------- 
    Global Styles
----------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	background: #fff;
	margin:0;
	font-family: arial, sans-serif;
	color: #222;
	font-size: 12px;
	line-height: 1.3em;
}

a {
  color: #222;
  text-decoration: underline;
}

a:visited {
	color: #222;
	text-decoration: underline;
}

a:hover {
	color: #cb111c;
	text-decoration: none;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
	text-decoration: none;
}
h1 {
	font-size: 23px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.05em;
	font-family: 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, Sans-Serif;
	display: none;
	line-height: 1.1em;
}
h2 {
	font-size: 23px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: normal;
	font-family: 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, Sans-Serif;
	margin-bottom: 6px;
	line-height: 1.1em;
}

h3 {
	font-size: 17px;
	color: #cb111c;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin-bottom: 6px;
	font-weight: normal;
	font-family: 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, Sans-Serif;
}
	h3 a, h3 a:visited {
		color: #222;
	}
	h3 a:hover {
		color: #cb111c;
	}


	
