@charset "utf-8";
/*this is a wildcard selector. Targets every element on the page. Here we are stripping every element on the page of its margin and padding.  Also removes default margins and paddings various browsers have */
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}


/*text-align center used here to fix IE display problem.  Wrapper will text-align left to bring us back to normal.*/
body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/backgrad.jpg);
	background-repeat: repeat-x;
}
/*wrapper has position attribute so that any other DIVs within the wrapper, using the absolute positioning, uses the wrapper as the parent*/
#wrapper {
	padding: 0px;
	width: 970px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-image: url(images/wrapperback.jpg);
	background-repeat: repeat-y;
}
#homeheader {
	height: 229px;
}

#header {
	height: 180px;
	background-image: url(images/headerback.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 970px;
	text-align: left;
	position: relative;
}
#menu {
	background-image: url(images/menuback.jpg);
	background-repeat: no-repeat;
	width: 208px;
	float: left;
	height: 442px;
}
.homepic {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
#content1 {
	width: 481px;
	float: left;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 20px;
}
#content2 {
	width: 216px;
	float: left;
	background-image: url(images/content2back.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	position: relative;
	overflow: hidden;
}
#content2 ul {
	padding-left: 5px;
}

#content2 a:link {
	color: #D02110;
	text-decoration: none;
}
#content2 a:visited {
	color: #D02110;
	text-decoration: none;
}
#content2 a:hover {
	color: #333333;
	text-decoration: none;
}
#content3 {
	float: left;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 20px;
	width: 727px;
	text-align: justify;
}
#content3 a:link {
	color: #D02110;
	text-decoration: none;
}
#content3 a:visited {
	color: #D02110;
	text-decoration: none;
}
#content3 a:hover {
	color: #333333;
	text-decoration: none;
}

td {
	text-align: justify;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


#footer {
	height: 130px;
	background-image: url(images/footerback.jpg);
	background-repeat: no-repeat;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 25px;
	padding-top: 10px;
}
#footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}



ul {
	padding-left: 30px;
}
#homedate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	position: relative;
	width: 200px;
	left: 30px;
	top: 18px;
}


#date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	position: relative;
	width: 200px;
	left: 30px;
	top: 5px;
}
#headlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	position: relative;
	left: 820px;
	width: 130px;
	top: -8px;
}
#headlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#headlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#headlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #920A0A;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D71617;
}
.prodlistpic {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
.prodlistpic2 {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.prodlistpic3 {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 30px;
	border: 1px solid #000000;
}
.homelist {
	float: left;
}
#content1 ul {
	float: left;
	padding-left: 30px;
}
#homeheadlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	position: relative;
	left: 820px;
	width: 130px;
	top: 5px;
}
#homeheadlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#homeheadlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#homeheadlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #920A0A;
	text-decoration: none;
}
.border1px {
	border: 1px solid #000000;
}
.textinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

