/*Style Sheet Lights*/

body {
	margin-top: 10px;
	color: #fff;
	background-color: #818181;
	font-family: verdana, arial, vera, helvetica, sans-serif;
	background-image: url(../images/logo-bg3.gif);
	background-repeat: repeat;
}
#top {
	width: 760px;
}
#header {
	margin: 0;
	width: 760px;
	height: 52px;
	background-image: url(../images/topbar.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #fff;
	padding: 0;
}
#header h1 {margin: 0;}
#header img {margin: 0;}
.branding {
	text-align: right;
	margin-top: 0px;
	padding-top: 8px;
}
.pipe {color: #818181; background-color: transparent;}

#menu {display: none;}
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #000;
	background-color: transparent;		
}
#menu a:hover {
	text-decoration: none;
	color: #f00;
	background-color: transparent;
}
#subcontainer {
	width: 760px;
	height: 185x;
	margin: 0;
	padding: 0;
}
#application {
	background-image: url(../images/application-cut.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 400px;
	height: 185px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#newproduct {
	background-image: url(../images/newproductfill.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	width: 180px;
	margin:0;
	padding: 0;
	text-align: center;
}
#flash {
	text-align: left;
	background-image: url(../images/newproductfill.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 180px;
	margin:0;
	padding: 0;
}
#blurbholder {
	width: 760px;
	background-color: #fff;
	color: #0A345F;
	text-align: left;
	font-size: 10px;
}
#triangle {
	width: 320px;
	height: 50px;
	background-image: url(../images/trianglebg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#triangle a:link, #triangle a:visited {
	color: #0A345F;
	background-color: transparent;
	text-decoration: none;
}
#triangle a:hover {
	color: #f00;
	background-color: transparent;
	text-decoration: underline;
}
#blurb {
	text-align: left;
	padding: 5px;
	margin: 0;
	width: 760px;
}
#blurb p{
	margin-top: 0;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}
#copyright {
	font-size: 9px;
	text-align: right;
	margin:0;
	color: #fff;
	background-color: #0A345F;
	padding-right: 12px;
	width: 760px;
	height: 15px;
}
#copyright a:link, #copyright a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
#copyright a:hover {
	color: #f00;
	background-color: transparent;
	text-decoration: underline;
}