/********************* BEGIN 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: arial;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {color: #A11D21;text-decoration:none;}

/********************* END RESET *********************/

#header{
	background: #3c195a;
	width: 100%;
	height: 40px;
	vertical-align: baseline;
	padding-top: 35px;
}
#header h1{
	color: #FFFFFF;
	font: 44px Arial, sans-serif;
	vertical-align: baseline;
	margin: 0 0 0 20px;
	letter-spacing: 1px;
}
#logos{
	width: 760px;
	display: block;
	overflow: hidden;
	text-align: center;
}
#logos .title{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: .7em;
}
#logos ul li a{
	color: #A11D21;
	font-size: .7em;
	text-decoration: none;
}
#logos ul li{
	float: left;
	padding: 0 0px;
	margin-right: 5px;
	margin-left: 0px;
}
#logos ul li ul li{
	float: none;
}
#logos ul li ul li ul li{
	list-style: disc;
	list-style-type: disc;
}
#colors{
	width: 910px;
	display: block;
	overflow: hidden;
}
#colors ul li{
	float: left;
	padding: 0 10px;
}
#colors ul li ul li{
	float: none;
	padding-top: 5px;
	text-align: center;
	font-size: .7em;
}

.color_block{
	width: 107px;
	height: 107px;
}
.spacer{
	height: 50px;
}
