/********************************************************** Start of Eric Meyer's CSS Reset Code - Only change if you know what you are doing! */
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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}
/********************************************************** End of Eric Meyer's CSS Reset Code */

/********************************************************** Handy things */

.clear { /* this class should be given to an empty div tag to clear any floating divs */
	clear:both;
	}

.hidden { /* this class will hide anything */
	display:none;
	}

.newItem { /* this class is used on the home page to give the word "NEW" the red background */
		background:#770004;
		font-size:9px;
	}

/********************************************************** end of Handy things */

/********************************************************** Start of Custom code */

body {
	background:url(../images/bg_gusHome.jpg) top left no-repeat #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	overflow-x:hidden;
	}

div#container {
	width:100%;
	}

	div#introCopy {
			width:946px;
			height:424px;
			float:left;
			color:#bdbdbd;
			visibility:hidden;
			}

	div#productRow1 {
		width:100%;
		float:left;
		background:#7e7877;
		padding: 0 0 7px 12px;
		}
		
		div.productDescriptionBox {
			float:left;
			color:#ffffff;
			font-size:11px;
			line-height:12px;
			width:190px;
			height:130px;
			}
				
			div.productDescriptionBox a {
				color:#ffffff;
				text-decoration:none;
				}
				
	div.raised { /* these styles are the first row of products that are "raised" to meet the white intro area. */
		position:relative;
		bottom:29px;
		}
			
	div#productRow2 {
		width:100%;
		float:left;
		background:#574d4c;
		padding: 0 0 7px 12px;
		}
		
	div#productRow2 a {
		color:#c51f33;
		text-decoration:none;
		}
		
			div.productDescriptionBox2 {
			float:left;
			color:#ffffff;
			font-size:11px;
			line-height:12px;
			width:181px;
			margin:0 8px 0 0;
			}
			
	div#footer {
		width:100.7%; /* 100.7% is used to fix a strange bug in firefox - without the .7% the footer will be shorter than the first 2 product rows. weird... */
		float:left;
		background:#574d4c;
		padding: 10px 0 7px 0;
		font-size:10px;
		color:#ffffff;
		border-top:1px solid #ffffff;
		}
		
		div#footer ul {
			position:relative;
			left:23px;
			}
		
		div#footer ul li {
			display:inline;
			}
			
			div#footer ul li a { 
				text-decoration:none;
				color:#ffffff;
				padding:0 5px 0 5px
				}
				
		div#footer .copyright {
			color:#a0a0a0;
			}