@charset "utf-8";
/* CSS Document */


/* body formating */
body {
	margin: 0px;
	background-color: #1f1e1b;
	background-image: url(../images/bgSecondary.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* text formatting */
.textNorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff7ea;
}
.textBoldOffWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff7ea;
}
.textTitleOffWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff7ea;
}
.subNav {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.textBoldOffRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #910310;
}
.textTitleBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f2f2419;
}
.textNormBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #f2f2419;
}
.textLinksRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #910310;
}

/* frame formatting */

#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#subNav {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	height: 15px;
	width: 700px;
	position: relative;
	top: 0px;
	left: 900px;
	padding: 5px;
}
#productSearch {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 50px;
	width: 200px;
	position: relative;
	left: 800px;
	top: 10px;
}
#logoArea {
	height: 143px;
	width: 1000px;
	position: relative;
	left: 0px;
	top: 73px;
	background-image: url(../images/bgLogo.jpg);
}
#logo {
	height: 143px;
	width: 670px;
	position: relative;
	left: 0px;
	top: 0px;
}
#chip {
	background-image: url(../images/chip.jpg);
	height: 143px;
	width: 330px;
	position: absolute;
	left: 670px;
	top: 0px;
}