body {
	/*font-size: 100%; /*85%, 75%, 110%*/
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Font control Styling */

div.font_size {
	padding-left: 10px;
}

div.font_size p {
	font-size: 10px; /* 0.6em*/
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.features {
	border-top: 1px solid #CCCCCC;
	margin-top: 3px;
	margin-bottom: 8px;
	width: 115px;
	padding-top: 6px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	text-align: center;
	padding-bottom: 6px;
}

div.features a {
	padding-right: 2px;
	padding-left: 2px;
}

div.featuresrollover {
	font-size: 10px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	margin: 0px;
	width: 120px;
	color: #000000;
	font-family: verdana, arial, sans;
	border-right-width: 0px;
	height: 10px;
}
/* Font control Styling END*/

/* Accessability Links Styling */

#accessible_nav ul {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
#accessible_nav li {
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
#accessible_nav a:link {
	font-size: 80%; 
	z-index: 1002;
	left: 190px;
	overflow: hidden; 
	width: 0px; 
	position: absolute; 
	/*top: 50px; */
	height: 0px
}
#accessible_nav a:visited {
	font-size: 80%; 
	z-index: 1002; 
	left: 190px; 
	overflow: hidden; 
	width: 0px; 
	position: absolute; 
	/*top: 50px; */
	height: 0px
}
#accessible_nav ul.hp a:link {
	top: 90px
}
#accessible_nav ul.hp a:visited {
	top: 90px
}
#accessible_nav a:active {
	border-top-width: 0px; 
	padding-right: 4px; 
	padding-left: 4px; 
	border-left-width: 0px; 
	z-index: 10000; 
	background: #ffffff; 
	border-bottom-width: 0px; 
	padding-bottom: 4px; 
	margin: 0px; 
	overflow: visible; 
	width: auto; 
	color: #000000; 
	padding-top: 4px; 
	position: absolute; 
	height: auto; 
	border-right-width: 0px; 
	text-decoration: underline;
}
/*#accessible_nav a:unknown {
	BORDER-top-width: 0px; 
	padding-RIGHT: 4px; 
	padding-LEFT: 4px; 
	BORDER-LEFT-width: 0px; 
	Z-INDEX: 10000; 
	BACKGROUND: #fff; 
	BORDER-BOTTOM-width: 0px; 
	PADDING-BOTTOM: 4px; 
	MARGIN: 0px; 
	OVERFLOW: visible; 
	width: auto; 
	COLOR: #000; 
	PADDING-TOP: 4px; 
	POSITION: absolute; 
	height: auto; 
	BORDER-RIGHT-width: 0px; 
	TEXT-DECORATION: underline;
}*/

/* Accessability Links Styling END */

#pagewrapper {
	color: black;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 770px;
}

#header {

}

#topflashcontent {
	position: absolute;
	left: 188px;
	height: 125px;
	width: 582px;
	top: 0px;
}

#menuwrapper #bottomflashcontent {
	margin-top: 30px;
	margin-left: 30px;
}

#menuwrapper_cust_a #bottomflashcontent {
	margin-left: 30px;
}

#portfolioflashcontent {
}

#main {
	position: relative;
	top:0px;
	left:  0px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 770px;
}

#content {
	color: black;
	position: absolute;
	left: 190px;
	top: 0px;
	width: 580px;

}

/* visited link */
a:link {
	color: #0056C2;
	text-decoration: underline;
}
/* visited link */
a:visited { 
	color: #00387D;
}
/* hover over link */
a:hover {
	text-decoration: none;
	color: #000000;
}
/* selected link */
a:active { 
	color: #000000;
}   

#content h1{
	font-size: 105%; /*0.9em*/
	font-weight: bolder;
	color: #0056C2;
	margin: 0 0 5px 0;
	letter-spacing: -0.2mm;
}
#content h2{
	font-size: 95%; /*0.8em*/
	font-weight: bold;
	color: #000000;
	margin: 0 0 5px 0;
	letter-spacing: -0.1mm;
}
#content h3{
	font-size: 90%; /*0.7em*/
	color: #000000;
	margin: 0 0 5px 0;
}
#content p{
	font-size: 80%; /*0.6em*/
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 8px;
}

#content p.topborder{
	padding-top: 7%;
}


#content ul, #content ol {
	font-size: 80%; /*0.7em*/
	margin: 1em 0px 1em 2em;
	list-style-type: square;
	padding: 0px;
	color: #003371;
}

#content ul li.nobullet, #content ol li.nobullet {
	list-style-type: none;
}

#content ul li, #content ol li {
	line-height: 1.3em;
}

#content ul ul, #content ol ol {
	margin: 0.5em 0px 0.5em 1.5em;
	list-style-type: square;
	padding: 0px;
	font-size: 90%;
	list-style-position: outside;
	color: #666666;
}

#content ul ul li, #content ol ol li {
	line-height: 1.2em;
}

#content li {

}

#content .image {
	float: right;
	margin: 10px;
	clear: both;
}

#content .imagetop {
	float: right;
	margin: 0px 10px 10px;
	clear: both;
}

#content .leftimage {
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
/*
#content .imagecapt {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 200px;
	clear: right;
}
*/
#content div.figure {
	float: right;
	width: 220px;
	border: thin silver solid;
	margin: 5px;
	padding: 5px;
	
}
#content div.figure p {
	text-align: center;
	font-style: italic;
	font-size: 0.6em;
	text-indent: 0;
	padding-right: 5px;
	padding-left: 5px;
}

#content blockquote.withquote {
	background:url(../images/quote.gif) no-repeat 5px top;
	text-align: justify;
	padding-left:30px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
} 

#content p.withunquote {
	background: url(../images/unquote.gif) no-repeat right bottom;
	padding-right:25px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-bottom: 5px;
}

#content .gallery ul {
	list-style: none;
	margin: 5px 0px;
	padding: 0px;
}

#content .gallery ul li{
	display: inline;
}

#content .gallery img {
	margin: 5px;
}

#content .newprodgroup {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	padding-top: 0.2em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 0em;
}

#content .newprodgroup h1 {
	padding-top: 0.5em;
}

#content .newprodgroup ul, #content .newprodgroup ol {
	list-style-position: inside;
}

#content .newprodgroup img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #CCCCCC;
}

#content .newprodgroup p.date {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	text-align: right;
	clear: left;
	padding-bottom: 0.5em;
	padding-top: 0.3em;
}

/* Sysgroup */

#content .sysgroup {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 3em;
	padding-right: 0em;
	padding-bottom: 3em;
	padding-left: 0em;
	clear: both;
	width: 100%;
}

#content .sysgroupfirst {
	padding-top: 0.2em;
	padding-right: 0em;
	padding-bottom: 3em;
	padding-left: 0em;
	clear: both;
	width: 100%;
}

#content .sysgroup .text, .sysgroupfirst .text{
	float: right;
	position: relative;
	width: 410px;

}

#content .sysgroup .images, .sysgroupfirst .images {
	float: left;
	position: relative;
	width: 156px;
}

#content .sysgroup .images img, .sysgroupfirst .images img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* END */




/* Architect and Fabricator Parrallel Bullet Columns style */

#content #arch_fab_col_bullets {
	width: 580px;
}

#content #arch_fab_col_bullets ul.left {
	float: left;
	width: 265px;
	margin: 0px;
	padding: 15px 0px 15px 15px;
	border: 0px none;
	list-style-position: outside;
	list-style-type: square;
	position: relative;
	left: 10px;
}
  
#content #arch_fab_col_bullets ul.right {
	float: right;
	width: 265px;
	margin: 0px;
	border: 0px none;
	list-style-position: outside;
	list-style-type: square;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#content #arch_fab_col_bullets ul li {
	padding-bottom: 2px;

}

#content #arch_fab_col_bullets ul li.title {
	list-style-type: none;
	font-size: 110%;
}
  
#content #arch_fab_col_bullets .no-space {
    margin: 0px;
    padding: 0px;
}

/* Architect and Fabricator Parrallel Bullet Columns style END */
/* Form styles */

#formstyle fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0; 
} 
#formstyle legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold; 
	font-size: 100%; /*0.8em*/
} 
#formstyle fieldset input, #formstyle fieldset textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%; /*1.0em*/
}

#formstyle fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none; 
} 
#formstyle fieldset li {  
	color: 000000;
	padding-bottom: 1em; 
} 
#formstyle fieldset.submit {  
	border-style: none; 
}
#formstyle label {  
	display: block; 
	font-weight: bold; 
}

#formstyle #formcolumn {
	width: 580px;
}

#formstyle fieldset #left {
	float: left;
	width: 255px; /*265*/
	margin: 0px;
	padding: 15px 0px 15px 0px;
	border: 0px none;
	position: relative;
	left: 0px;
}

#formstyle fieldset #right {
	float: right;
	width: 315px;
	margin: 0px;
	border: 0px none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/* Form styles END */

/* Table formatting styles */

#content table.contacts {
	font-size: 80%; /*0.6em*/
	width: 100%;
}

#content table.contacts th {
	font-size: 115%;
	text-transform: uppercase;
	
}

#content table.contacts th.dept {
	width: 33%;
}
#content table.contacts th.name {
	width: 33%;
}
#content table.contacts th.title {
	width: 33%;
}

#content table.contacts tr.heading {
	color: #000000;
	font-weight: bolder;
	height: 20px;
	font-size: 115%;
	text-indent: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content table.contacts tr {
	text-indent: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 2em;
	
}

#content table.contacts td.tbldata {
}

#content table.contacts td.border {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0056C2;
	border-bottom-color: #0056C2;
}

#content table.tallbuilding {
	font-size: 100%; /*0.6em*/
	width: 100%;
}

#content table.tallbuilding td.pic {
	width: 18%;
}
#content table.tallbuilding td.text {
	width: 82%;
}

/* Generic Table formatting  */

#content table.general {
	font-size: 100%;
}

#content table.general th {
	font-size: 115%;
	text-transform: uppercase;
	background-color: #CCCCCC;
	text-align: left;
}

#content table.general tr {
	font-size: 70%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#content table.general td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#content table.general td.firstleftcolumn {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

/* Table formatting END */

/* Table Product Pages formatting */

#content table.pages {
	font-size: 100%;
	text-align: center;
}

#content table.pages th {
	font-size: 115%;
	text-transform: uppercase;
	text-align: left;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;*/
}

#content table.pages tr {
	font-size: 70%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#content table.pages td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#content table.pages td.toprow {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#content table.pages td.firstleftcolumntoprow {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#content table.pages td.firstleftcolumn {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

/* Table Product Pages formatting END */

/* Menu formatting */
#menuwrapper {
	top: 0px;
	width: 188px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: 1px 0px;
	height: 325px;
	position: absolute;
	background-image: url(../images/comar_linkbg.png);
}

#menuwrapper_cust_a {
	top: 0px;
	width: 188px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 258px;
	position: absolute;
	background-image: url(../images/comar_custlinkbg_a.png);
}

#menuwrapper_cust_b {
	top: 0px;
	width: 188px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 282px;
	position: absolute;
	background-image: url(../images/comar_custlinkbg_b.png);
}

#menu {
	width: 135px;
}

#menu ul, div.font_size .features ul, #content #curved_mainpage_links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

#menu li, div.font_size .features li, #content #curved_mainpage_links li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
/* Menu formatting END */

/* Product Menu formatting */
/*#prod_menu {
	text-align: center;
}*/

#prod_menu ul {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 80%; /*0.6em*/
}

#prod_menu li {
	display: inline;
	/*height: 20px;*/
}

#prod_menu ul li.prodmenumid {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#prod_menu ul li.prodmenuend {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#prod_menu ul li.prodmenustart {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
}

/* Product Menu formatting NEW */

#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	margin-bottom: 1em;
	margin-left: 0.9em;
      }
    #tabs ul {
	  margin:0;
	  /*padding:10px 10px 0 50px;*/
	  padding:0px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
	float:left;
	background:url("../images/tableft_comar_b.png") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 24px; /* Had no Line Height */
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../images/tabright_comar_b.png") no-repeat right top;
      padding:5px 15px 5px 6px;
      color:#FFFFFF; /* was #666 */
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#0056C2;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }


/* Product Menu formatting END */

/* Product Bottom Section Menu */
#prodpage_bottomlinks {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 5px;
	padding-right: 20px;
	display: block;
	clear: both;
}

#prodpage_bottomlinks p {
	line-height: 3px;
	margin: 2px 0px;
	padding: 0px;
}

#prodpage_bottomlinks h1 {
	margin-top: 1px;
	margin-bottom: 8px;
	font-size: 85%; /*10pt*/
	color: #000000;
}

#prodpage_bottomlinks ul {
	font-size: 80%; /*0.6em*/
	list-style: none;
	margin: 0px;
	padding-left: 1em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#prodpage_bottomlinks li {
	padding: 2px 5px 2px 0px;
	margin: 0px;
	display: inline;
}

/* Product Botttom Section Menu END */

/* Customer Area Downloads */

#custdownloads {
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 130px;
	clear:both;
	width: 450px;
	float: left;
	border: 1px dashed #333333;
}

#custdownloads2 {
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 130px;
	clear:both;
	width: 450px;
	float: left;
	border: 1px dashed #333333;
	background-color: #CCCCCC;
}

#custdownloads .innerleft, #custdownloads2 .innerleft {
	clear:left;
	width: 350px;
	float: left;
}

#custdownloads .innerleftfname, #custdownloads2 .innerleftfname {
	clear:left;
	width: 350px;
	float: left;
	font-size: 130%;
}

#custdownloads .innerright, #custdownloads2 .innerright {
	padding: 5px;
	clear:none;
	width: 80px;
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
#custdownloads p, #custdownloads2 p {
	color: #000000;
	margin: 0px;
	padding: 5px 0px 0px;
}
#custdownloads .txt, #custdownloads2 .txt {
	color: #666666;
}

#custdownloads p.dl, #custdownloads2 p.dl {
	text-align: center;
}

/* Customer Area Downloads END */

/*
#curvedlinks {
}

#curvedlinks ul{
	padding: 0px;
	margin: 0px;
}

#curvedlinks ul li{
	margin: 0px;
	width: 10em;
	background-color: #0099FF;
	list-style-type: none;
	padding-top: 1mm;
	padding-right: 2mm;
	padding-bottom: 1mm;
	padding-left: 2mm;
	text-align: center;
}

.cornertr {
	background-image: url(../images/corner_tr.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #0099FF;
}
*/
/*
.bluecurvenav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 188px;
	background-image: url(../images/blank_links/links_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.bluecurvenav li a {
	color: #FFFFFF;
	width: auto;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
*/

#columnwrapper #block_1 ul.block, #columnwrapper #block_2 ul.block, #columnwrapper #block_3 ul.block, #columnwrapper #block_4 ul.block {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 100%; /*1em*/
	color: #000000;
}

.centeredimage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
}

.compat_text {
	text-align:center;
	padding-right:55px;
	clear: both;
	font-size: small;
	color: #999999;
	margin: 0px;
}

/* Curved Edge Tab titles */
/*
#tabs {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px;
}

.tabcentering {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	margin-right: 15%;
}

    #tabs ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

    #tabs li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

    #tabs a {
	padding:15px 0px 15px 20px;
	text-decoration:none;
	line-height: 3.8em;
	width: 110px;
}

    #tabs a.v1 {
	background:url(../images/bluecurve_bl_v1.png) no-repeat left center;
}

    #tabs a.v2 {
	background:url(../images/bluecurve_tl_v2.png) no-repeat left center;
}

    #tabs a.v3 {
	background:url(../images/bluecurve_bl_v3.png) no-repeat left center;
}

    #tabs a.v4 {
	background:url(../images/bluecurve_tl_v4.png) no-repeat left center;
}

    #tabs a span {
	padding:15px 20px 15px 0px;
	margin: 0px;
	width: 110px;
}

    #tabs a span.v1 {
	background:url(../images/bluecurve_tr_v1.png) no-repeat 
