/* Basic stylesheet for Nicoletti & Harris
 * URL: http://www.processanywhere.com/
 * CSS: nico-style.css
 */
/*
img, div { 
	behavior: url(/include/iepngfix.htc);
}*/

body {
	margin: 0;
	padding: 0;
	color: white;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	background-image: url('/images/bg-gradient.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #0a37cd;
}

a { 
	outline: none;
}

a img {
	border: none;
}

.cb:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#plasticContainer {
	position: absolute;
	width: 100%;
	height: 160%;
	background-image: url('/images/bg-scanlines.png');
}

#mainBox {
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	top: 50px;
	width: 892px;
	background-image: url('/images/main-box-body-mid.png');
}

#glossyTop {
	position: absolute;
	padding-top: 23px;
	padding-right: 55px;
	top: -47px;
	left: 0;
	width: 837px;
	height: 24px;
	text-align: right;
	background-image: url('/images/main-box-body-top.png');
}

#glossyTop a {
	color: #C3C5D4;
	text-decoration: none;
	font-size: 10px;
}

#glossyTop a:hover {
	color: white;
}

#glossyTop img {
	vertical-align: middle;
}

#glossyBottom {
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 892px;
	height: 60px;
	background-image: url('/images/main-box-body-bot.png');
}

#headerBox {
	position: relative;
	width: 745px;
	margin: 0 auto;
	margin-bottom: 85px;
}

#headerBox span, #headerBox #headerImages {
	display: none;
}

#headerBox #logoNico {
	position: relative;
}

#contentBox {
	position: relative;
	width: 775px;
	margin: 0 auto;
	margin-bottom: 25px;
	color: #E2E6E9;
}

#contentBox a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#contentBox a:hover {
	color: #ffffc2;
	border-color: #ffffc2;
}

#footerBox {
	font-size: 11px;
	margin: 0 auto;
	width: 775px;
	text-align: center;
}

ol li {
	margin-bottom: 10px;
}

.address {
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 80px;
	width: 250px;
}

