@import url('pos.css');
@import url('nav.css');

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RESET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Hides from IE5-mac \*/
* html {height: 1%;}
/* End hide from IE5-mac */

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BACKGROUND
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
body {
	background-repeat: no-repeat;
	background-position: center;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TYPOGRAPHY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #bc002b;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}


h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
}

h5 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}

h6 {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
}

#review p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
}

#cuttings p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
}

.red {
	color: #bc002b;
}

.bold {
	font-weight: bold;
}

a, ul li a {
	text-decoration: none;
	color: #ffffff;
}

a:hover ,ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#cuttings a {
	color: #bc002b;
}

#cuttings a:hover {
	text-decoration: underline;
	color: #bc002b;
}




