/* CSS Document */

html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-color: #f8f8f8;
	background-image: url(Images/bgTint.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#frame {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	height: 605px;
	overflow: hidden;
}

#contentArea {
	position: relative;
	width:780px;
	left:0px;
	top:0px;
	overflow: visible;
	height: 608px;
	text-align: left;
}
.specTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.specTableTd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.specTableHd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#logo {
	position: absolute;
	height: 63px;
	width: 780px;
	left: 0px;
	top: 0px;
}
#logoImg {
	position: absolute;
	top: 15px;
}

#topNav {
	position: absolute;
	height: 30px;
	width: 780px;
	left: 0px;
	top: 63px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(Images/navBar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.topNavBttn {
	height: 17px;
	width: 75px;
	position: absolute;
	padding-top: 4px;
	text-align: center;
	left: 500px;
	top: 1px;
}
.topNavBttnOver {
	height: 17px;
	width: 75px;
	position: absolute;
	top:0px;
	padding-top: 4px;
	text-align: center;
	background-image: url(Images/navBarOver.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.sideBarElement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 20px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-bottom: 10px;
	height: 57px;
	width: 120px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-right: 90px;
	padding-left: 10px;
}

#contentTopHome {
	position: absolute;
	height: 240px;
	width: 780px;
	left: 0px;
	top: 93px;
	background-color: #FFFFFF;
}
#contentLeftTop {
	position: absolute;
	height: 240px;
	width: 520px;
	left: 0px;
	top: 93px;
	background-color: #FFFFFF;
}
#contentRightTop {
	position: absolute;
	height: 220px;
	width: 240px;
	left: 520px;
	top: 93px;
	background-color: #262626;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;

}

#orangeBullets_round{
	list-style-image: url(Images/bullet_circle.gif);
	list-style-position: outside;
	left: -17px;
	position: relative;
	top: -15px;
	width: 500px;
}
#orangeBullets_round li{
	margin-top:10px;
}

#orangeBullets_square{
	list-style-image: url(Images/bullet_square.gif);
	list-style-position: outside;
	left: -25px;
	position: relative;
	top: -15px;
	width: 255px;
}
#orangeBullets_square li{
	margin-top:3px;
}

#contentLeftBottom {
	position: absolute;
	height: 226px;
	width: 480px;
	left: 0px;
	top: 333px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	background-color: #252628;
	background-image: url(Images/contentTintL.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#contentRightBottom {
	position: absolute;
	height: 236px;
	width: 240px;
	left: 520px;
	top: 333px;
	background-color: #1E1F21;
	background-image: url(Images/contentTintR_dark.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.imageBorder {
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

#contentRightBottomHome {
	position: absolute;
	height: 226px;
	width: 260px;
	left: 520px;
	top: 333px;
	background-color: #333333;
	background-image: url(Images/contentTintR.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}


a:link, a:visited, a:hover, a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a:link {
	color: #F89C38;
}
a:visited {
	color: #F89C38;
}
a:hover {
	color: #F89C38;
	text-decoration: underline;
}
a:active {
	color: #F89C38;
}

a.sq:link, a.sq:visited, a.sq:hover, a.sq:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background-image: url(Images/bullet_square.gif);
	background-position: left center;
	padding-left: 10px;
	background-repeat: no-repeat;
}
a.sq:link {
	color: #F89C38;
}
a.sq:visited {
	color: #F89C38;
}
a.sq:hover {
	color: #F89C38;
	text-decoration: underline;
}
a.sq:active {
	color: #F89C38;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	top: 7px;
	position: absolute;
	left: 10px;
	font-weight: bold;
}
a.nav:link {
	color: #ffffff;
}
a.nav:visited {
	color: #ffffff;
}
a.nav:hover {
	color: #FFFFFF;
}
a.nav:active {
	color: #ffffff;
}

a.footerNav:link, a.footerNav:visited, a.footerNav:hover, a.footerNav:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.footerNav:link {
	color: #999999;
}
a.footerNav:visited {
	color: #76bcdc;
}
a.footerNav:hover {
	color: #F89C38;
}
a.footerNav:active {
	color: #76bcdc;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	position: relative;
	height: 17px;
	width: 780px;
	left: 0px;
	padding-top: 4px;
	padding-left: 10px;
	top: 10px;
}
#copyright {
	position: absolute;
	height: 16px;
	width: 200px;
	left: 10px;
}
#legal {
	position: absolute;
	width: 260px;
	text-align: right;
	left: 508px;
}

#bttnHome, #bttnProducts, #bttnHow, #bttnTechnical, #bttnApplications, #bttnNews, #bttnContact {
	top: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #333333;
	height: 24px;
}
#bttnHome{
	left: 0px;
	width: 55px;
}
#bttnProducts{
	left: 55px;
	width: 70px;	
}
#bttnHow{
	left:125px;
	width: 85px;	
}
#bttnTechnical{
	left:210px;
	width: 100px;	
}
#bttnApplications{
	left:310px;
	width: 85px;	
}
#bttnNews{
	left:395px;
	width: 47px;	
}
#bttnContact{
	left:444px;
	width: 74px;	
}
#flashQuotes {
	position: absolute;
	height: 60px;
	width: 480px;
	bottom: 47px;
	left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px none #999999;
}
.quoteBarElement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 20px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #45464A;
	border-left-color: #45464A;
	height: 55px;
	width: 115px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
}
