* {
	margin:0;
	padding: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px;
	padding: 0px;
	background-color: #F4F4F4;
}
a, a:link, a:visited {
	color: #00008B;
	text-decoration: underline;
}
a:hover, a:active{
	color: #CC0000;
}
#pagewrapper{
	width: 880px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	/* border-right: 1px solid #333333; */
}

#topbanner{
	height: 115px;
	background-color: #E9E9E9;
	background-repeat: no-repeat;
	background-image: url(images/nexxpost-logo-880.gif);
	background-position: 0px 0px;
}
#topbanner #logooverlay {
	float: left;
}
#topbanner #phonebanner {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: bold;
	padding: 20px;
	font-size: 1em;
}
#topbanner h1 {
	position: absolute;
	top: -200px;
	font-size: 12px;
	color: #FFFFFF;
}
#topmenu{
	background-image: url(images/horizontal-bg.gif);
	background-color: #174581;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 28px;
	padding-left: 0px;
}
/*
#topmenu ul{
	margin:0;
	padding-left: 20px; 
	padding-right: 20px;
}
#topmenu li{
	display: inline;
}
#topmenu a, #topmenu a:link, #topmenu a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #F3F3F3;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
#topmenu a:hover, #topmenu a:active{
	color: #000066;
	background-color: #FFFFFF;
}
*/
#mainwrapper{
	width: 880px;
	/* create pseudo-background for left icon menu */
	background-image: url(images/background-vertical-150w.jpg);
	background-repeat: repeat-y;
	
}
#columnleft {
	/* Left column used for icon menu */
	width: 150px;
	float: left;
}
#iconmenu {
	padding-left:20px;
}
#iconmenu img {

}
#columnmain {
	/* Main content column - full width is 730px */
	width: 690px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

div.innerbox {
	border: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	margin-bottom: 20px;
}
div.innerbox h3{
	background-color: #447BB9;
	padding-left: 10px;
	color: #FFFFFF;
	margin-right: -10px; /* Negative margins allow background image for full width */
	margin-left: -10px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
div.innerbox p {
	line-height: 1.2em;
	margin-bottom: .8em;
}

ul.boxmenu {
	list-style: none;
}
ul.boxmenu li {
	margin-bottom: 3px;
	padding-left: 0px;
	margin-top: 3px;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.2em;
}
ul.boxmenu ul {
	list-style: none;
}
ul.boxmenu ul li{
	margin-bottom: 0px;
	background-image: none;
	padding-left: 1em;
	background-repeat: no-repeat;
	margin-top: 0px;
	font-size: .95em;
	font-weight: normal;
}
ul.boxmenu a,ul.boxmenu a:link, ul.boxmenu a:visited {
	color: #00008B;
	text-decoration: none;
}
ul.boxmenu a:hover, div innerbox a:active{
	color: #BB0004;
	text-decoration: underline;
}
div.innertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
}
div.innertext h2, div.innertext h3, div.innertext h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
	margin-bottom: 0.4em;
	font-weight: bold;
}
div.innertext p {
	margin-bottom: .8em;
}
div.innertext ul {
	margin-left: 2em;
	margin-top: .4em;
	margin-bottom: .4em;
}
div.innertext li {
	line-height: 1.1em;
	padding-bottom: .2em;	
}
div.innertext blockquote {
	line-height: 1.1em;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 2em;
}



div#breadcrumbs {
	font-size: 0.9em;
	margin-bottom: 1.5em;
	color: #666666;
	
}
div#breadcrumbs a {
	font-weight: normal;
}
table.index {
	margin: 20px 0px;
	border-top: 1px solid #CCCCCC;	/* Need to create top border for first row */
	border-collapse: collapse;
}
table.index td{
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC; /* Used to create bottom border on each row */
	padding: 10px 20px 10px 0px;
}
table.index img{
}
table.index h3{
	color: #000066;
	font-size: 1.2em;
}
table.index2 h3{
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: .7em;
	margin-left: 0px;
}
table.index2 h3 a, table.index2 h3 a:link, table.index2 h3 a:visited {
	font-size: 0.8em;
	text-decoration: none;
	color: #006633;
}
table.index2 td {
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

table.indexXX ul {
	list-style: none;
}
table.indexXX li {
	margin-bottom: 3px;
	background-image: url(images/arrow-light-blue.gif);
	background-position: 0px 3px; /* Specify left and top offset */
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-top: 3px;
	font-weight: bold;
}

table.productspec{
	border-collapse:collapse;
	margin: 20px 10px;
	padding: 2px;
}
table.productspec p{
	margin:0;
	padding:0;	
}
table.productspec th {
	color: #FFFFFF;
	background-color: #353366;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	border: 1px solid #FFFFFF;
	font-size: 0.9em;
	font-weight: normal;
}
table.productspec td{
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-size: 0.8em;
}
div.inputform {
	background-color: #E3E4E8;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.inputform th {
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;	
}
div.inputform td {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
div.inputform td.tdbuttons{
	text-align: center;
	padding: 10px;
}
div#footerwrapper {
	clear: both;
}
div#bottomtagline {
	width: 190px;
	font-style: italic;
	text-align: left;
	color: #00007B;
	font-weight: bold;
	float: left;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 10px;
	font-size: .9em;
}
div#bottomicons img{
	margin-right: 6px;
	margin-left: 6px;
}
#footer{
	clear: both;
	background-color: #000066;
	background-image: url(images/horizontal-bg.gif);
	background-repeat: repeat-x;
	color: #CCCCCC;
	font-size: 0.8em;
	border-bottom-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	border-bottom-width: 2px;
	border-bottom-color: #CC0000;
}
#footerinner{
	width: 840px; /* usable part of page width */ 
	padding-left: 20px;
	padding-right: 20px;
}
#footercopyright {
	float: left;
}
#footerlinks {
	float: right
}
#footer a {
	color:#CCCCCC;
}
div.flushtopright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
div.clearall{
	clear: both;
	line-height: 0px;
}
img.imgtopright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px none #333333;
	margin-top: 5px;
}
hr {
	border: 1px solid #DBDDEA;
	margin-top: .5em;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
	background-color: #DBDDEA;
}
ol {
	margin-left: 2em;
	padding-left: 1em;
	margin-right: 2em;
	margin-top: 1em;
	margin-bottom: 1em;

}
ol li {
	list-style-position: outside;
	margin-bottom: .5em;
}
/* Set Center align for top menu */
ul#cssmw > li > span > a {
	text-align:center;
}
/* Button on products pages */
#buttonrequestquote {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.redalert {
	font-weight: bold;
	color: #C00;
}
