@charset "utf-8";
/* CSS Document */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	color: #000;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #0B2D74;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, strong, b {
	color: #406728;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	line-height: 30px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h1, h2, h3, h4, h5, h6, p, table, ol, ul, blockquote, q {
	margin-bottom: 15px;
}

a:hover {
	color: #406728;
}

#wrapper {
	margin: 0 auto;
	width: 864px;
}
#header {
	background: url(../images/priorityone_01.png) no-repeat;
	height: 92px;
}
#logo {
	position: absolute;
	right: 20px;
}
#content {
	background: #FFF;
	padding: 20px;
}
.product {
	float: left;
	height: 380px;
	text-align: center;
	width: 206px;
}
.product h3 {
	height: 50px;
	margin-bottom: 5px;
}
#footer {
	background: url(../images/priorityone_16.png) no-repeat;
	height: 96px;
}

#footer p {
	padding: 50px 0 0 10px;
}