@charset "utf-8";
/* CSS Document */


/* body formating */
body {
	margin: 0px;
	background-color: #1f1e1b;
	background-image: url(../images/bg.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;
}
.textNormBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.textBoldOffWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff7ea;
}
.textTitleSales{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #cbb758;
}
.textTitleService{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #c2242c;
}
.textTitleInstall{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #e85221;
}
.textTitleSubSections {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fff7ea;
}

e85221
.textActions {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #e85221;
}
.subNav {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

/* 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: 100px;
	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;
}