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

/* setting core properties */
body {
	background: url(../images/general/background.jpg) no-repeat center top fixed ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 19px;
	margin: 0;
	padding: 0;
}

/* ------ These id's relate to the main areas of the home page ------ */
/* container is the main, centered holder for the site */
#container {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:860px;

}

 
#header {
	height:146px;
	clear:left;
	width:860px;
	margin: 0px auto 0px;

	/* the height plus the margin means the header will be 70px high.
       Its figuring out the relationship between width/height and 
	   padding and margins that is the key to CSS */
}


.projectTextBold {
	
	font-weight: 900;
	color: #330000;
	overflow:hidden;
	margin: 10px 0px;

}

.product {
	margin: 10px 12px 0px 13px;
	width: 190px;
	height: 325px;
	float: left;
}