body, table, td, th {
	color: #000000;
	font: normal 11px/140% "Lucida Grande", Lucida, Verdana, sans-serif;
}

input, select, textarea, button {
	color: #666666;
	font-style: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/*
	PARAGRAPHS
================================================================================== */

p {
	margin: 0 0 12px;
}

/*
	LINKS
================================================================================== */

a, a:visited {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: green;
	text-decoration: underline;
}

/*
	IMAGES
================================================================================== */

a img {
	border: 0 solid #fff;
}

/*
	HEADERS
================================================================================== */

h1 {
	font-size: 13px;
	color: red;
	margin: 10px 0;
	padding: 0;
}

h2 {
	font-size: 12px;
	color: #77777a;
	margin: 0 0 12px;
	padding: 0;
}

h3 {
	font-size: 12px;
	color: #999999;
	margin: 10px 0;
	padding: 0;
}

h4 {
	font-size: 10px;
	color: #666;
	margin: 10px 0;
	padding: 0;
}

h5 {
	font-size: 8px;
	color: #666666;
	margin: 10px 0;
	padding: 0;
}

h6 {
	font-size: 6px;
	color: #666666;
	margin: 10px 0;
	padding: 0;
}

.csc-header h1, .csc-textpicHeader h1 {
	font-size: 12px;
	color: #666666;
}

.csc-header h2, .csc-textpicHeader h2 {
	font-size: 14px;
	color: #666;
	margin: 0;
}

/*
	LISTS
================================================================================== */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content ul {
	list-style: square;
	margin: 10px 0;
	padding-left: 1.5em;
}

/*
	FORMS
================================================================================== */

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0 solid #fff;
}

.i-text, .i-textarea, .i-select, .i-file {
	color: #999;
	border: 1px solid #999;
	background: #fff;
	text-align: left;
}

.i-button {
	border: none;
	display: inline;
}

.separator {
	width: 100%;
	height: 1px;
	background: #999;
	clear: both;
}

.addmargin {
	margin-top: 15px;
}

/*
	FCE
================================================================================== */

.fce-2cols {
	width: 100%;
	margin: 25px 0;
}


.fce-2cols .fce-2cols-lc {
	width: 60%;
	float: left;
}

.fce-2cols .fce-2cols-rc {
	width: 36%;
	float: right;
}

.fce-2cols .fce-2cols-rc p {
	margin-top: 0;
}

.fce-2cols .fce-2cols-rc h2 {
	margin: 18px 0 0 0;
}

.fce-2cols .fce-2cols-rc .csc-header h1 {
	margin: 0 0 12px;
}

.fce-box {
	width: 100%;
	background: #ccc;
	float: left;
}

.fce-box .fce-box-c {
	margin: 10px;
	clear: both;
}

.fce-box .fce-box-c p {
	margin-top: 0;
}

.fce-box .fce-box-lt, .fce-box .fce-box-rt, .fce-box .fce-box-lb, .fce-box .fce-box-rb {
	width: 100%;
	float: left;
}

.fce-box .fce-box-lt {
	background: url(../images/bullets/fce_box_tl.gif) left top no-repeat;
}

.fce-box .fce-box-rt {
	background: url(../images/bullets/fce_box_tr.gif) right top no-repeat;
}

.fce-box .fce-box-lb {
	background: url(../images/bullets/fce_box_bl.gif) left bottom no-repeat;
}

.fce-box .fce-box-rb {
	background: url(../images/bullets/fce_box_br.gif) right bottom no-repeat;
}

.fce-box .fce-box-c .image-holder {
	float: left;
}

.fce-3cols {
	width: 100%;
	margin-bottom: 15px;
	background: url(../images/blocks/fce3cols_background.gif) left top repeat-y;
}

.fce-3cols img {
	margin-bottom: 36px;
}

.fce-3cols p {
	margin-top: 0;
}

.fce-3cols .fce-3cols-lc {
	width: 284px;
	float: left;
	margin-right: 34px;
	padding-right: 25px;
}

.fce-3cols .fce-3cols-mc {
	width: 277px;
	float: left;
	padding-right: 25px;
}

.fce-3cols .fce-3cols-rc {
	width: 300px;
	float: right;
}
.fce-2cols-left {
	width: 100%;
	margin: 25px 0;
}


.fce-2cols-left .fce-2cols-lc {
	width: 30%;
	float: left;
}

.fce-2cols-left .fce-2cols-rc {
	width: 69%;
	float: right;
}

.fce-2cols-left .fce-2cols-rc p {
	margin-top: 0;
}

.fce-2cols-left .fce-2cols-rc h2 {
	margin: 18px 0 0 0;
}

.fce-2cols-left .fce-2cols-rc .csc-header h1 {
	margin: 0 0 12px;
}

/*
	PROJECT
================================================================================== */

.project-item {
	width: 100%;
	margin: 30px 0 53px 0;
	background: url(../images/bullets/separator.gif) 758px top repeat-y;
	float: left;
}

.project-item .project-image {
	width: 192px;
	float: left;
	margin-right: 20px;
}

.project-item .project-info {
	width: 521px;
	float: left;
	margin-right: 24px;
}

.project-item .project-info .project-title {
	font-weight: bold;
	color: #666;
	font-size: 14px;
}

.project-item .project-characteristic {
	width: 190px;
	float: right;
}

.project-item .project-characteristic dl {
	width: 100%;
	margin: 17px 0;
	color: #666;
	font-weight: bold;
}

.project-item .project-characteristic dt {
	width: 35%;
	float: left;
	margin: 0px 0 0 0px;
	padding: 3px 0px;
	clear: left;
}

.project-item .project-characteristic dd {
	width: 54%;
	float: left;
	margin: 0px 0 0 0px;
	padding: 3px 0px;
}

.dollar {
	background: url(../images/bullets/dollar.gif) left 5px no-repeat;
	padding: 8px;
}

.ar {
	background: url(../images/bullets/ar_small.gif) left 5px no-repeat;
	padding: 8px;
}

.pl {
	background: url(../images/bullets/pl_small.gif) left 5px no-repeat;
	padding: 8px;
}

.co {
	background: url(../images/bullets/co_small.gif) left 5px no-repeat;
	padding: 8px;
}

.fce-tabs {
	width: 100%;
	margin-bottom: 15px;
}

.fce-tabs .fce-links a:link, .fce-tabs .fce-links a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	float: left;
}

#fce-tabsnavi {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	margin-right: 16px;
	display: inline;
}

#fce-tabsnavi li {
	height: 23px;
	float: left;
	margin-left: -26px;
	display: inline;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

#fce-tabsnavi li span {
	width: 85px;
	height: 23px;
	line-height: 23px;
	background: url(../images/bullets/tabs_last.gif) right top no-repeat;
	padding: 0 32px 0 21px;
	float: left;
	cursor: pointer;
	cursor: hand;
	display: inline;
	overflow: hidden;
	zoom: 1;
}

#fce-tabsnavi li.first span {
	padding-left: 7px;
}

#fce-tabsnavi li a {
	height: 24px;
	color: #666;
	background: url(../images/bullets/tabs.png) left top no-repeat;
	zoom: 1;
	float: left;
	margin: 0!important;
	overflow: hidden;
}

#fce-tabsnavi li.first a {
	background-image: url(../images/bullets/tabs_first.gif);
}

#fce-tabsnavi li a:hover, #fce-tabsnavi li.act a {
	color: #fff;
	text-decoration: none;
	background-position: left -33px;
}

#fce-tabsnavi li a:hover span, #fce-tabsnavi li.act span {
	background-position: right -23px;
}

.fce-tab-box {
	width: 100%;
	background: #ccc;
	float: left;
}

.fce-tab-box .fce-tab-box-c1 {
	margin: 16px;
	clear: both;
	min-height: 300px;
	height: auto!important;
	height: 300px;
}

.fce-tab-box .fce-tab-box-lt, .fce-tab-box .fce-tab-box-rt, .fce-tab-box .fce-tab-box-lb, .fce-tab-box .fce-tab-box-rb {
	width: 100%;
	float: left;
}

.fce-tab-box .fce-tab-box-lt {
	background: url(../images/bullets/fce_box_tl.gif) left top no-repeat;
}

.fce-tab-box .fce-tab-box-rt {
	background: url(../images/bullets/fce_box_tr.gif) right top no-repeat;
}

.fce-tab-box .fce-tab-box-lb {
	background: url(../images/bullets/fce_box_bl.gif) left bottom no-repeat;
}

.fce-tab-box .fce-tab-box-rb {
	background: url(../images/bullets/fce_box_br.gif) right bottom no-repeat;
}

.fce-tab-box .fce-tab-box-c1 .bimage-holder {
	width: 659px;
	float: left;
	text-align: center;
}

.fce-tab-box .fce-tab-box-c1 .bimage-holder p {
	margin: 20px 0 4px 0;
}

.fce-tab-box .fce-tab-box-c1 .simage-list {
	width: 288px;
	float: right;
	margin-right: -13px;
}

.fce-tab-box .fce-tab-box-c1 .simage-list a:link, .fce-tab-box .fce-tab-box-c1 .simage-list a:visited {
	width: 79px;
	height: 79px;
	background: #666;
	display: block;
	float: left;
	margin: 0px 13px 15px 0px;
	border: 2px solid #666;
	vertical-align: middle;
	line-height: 79px;
	text-align: center;
}

.fce-tab-box .fce-tab-box-c1 .simage-list a:hover, .fce-tab-box .fce-tab-box-c1 .simage-list a.act:link, .fce-tab-box .fce-tab-box-c1 .simage-list a.act:visited {
	border: 2px solid #f00;
}

.fce-tab-box .fce-tab-box-c1 .simage-list img {
	vertical-align: middle;
}

/*
	PROJECT LIST
================================================================================== */

.products-list {
	width: 100%;
	margin-bottom: 20px;
}

#pl-header {
	width: 100%;
	height: 30px;
	margin: 17px 0 0 0;
	padding: 0;
	list-style: none;
}

#pl-header li {
	height: 30px;
	float: left;
	text-align: center;
	background: url(../images/bullets/dots_vertical.gif) left top repeat-y;
}

#pl-header li a:link, #pl-header li a:visited {
	color: #666;
	zoom: 1;
}

#pl-header li a:hover {
	text-decoration: none;
	color: #f00;
}

#pl-header li.act a:link, #pl-header li.act a:visited {
	color: #f00;
}

#pl-header li.col1 {
	width: 60px;
	text-align: left;
	font-weight: bold;
	color: #666;
}

#pl-header li.col2 {
	width: 426px;
}

#pl-header li.col3 {
	width: 63px;
}

#pl-header li.col4 {
	width: 89px;
}

#pl-header li.col5 {
	width: 102px;
}

#pl-header li.col6 {
	width: 100px;
}

#pl-header li.col7 {
	width: 70px;
}

#pl-header li.col8 {
	width: 67px;
}

.pl-item {
	width: 100%;
	height: 112px;
	text-align: center;
	background: url(../images/bullets/dots.gif) left top repeat-x;
	float: left;
	margin: 0!important;
	padding: 0!important;
	list-style: none!important;
}

.pl-item li {
	float: left;
	height: 82px;
	padding: 15px 0;
	background: url(../images/bullets/dots_vertical.gif)  left top repeat-y;
	color: #666;
	font-weight: bold;
}

.pl-title a:link, .pl-title a:visited {
	font-size: 11px;
	color: #424242;
}

.pl-item li.col1 {
	width: 80px;
	background: url(../images/blocks/fce_lister_imgback.gif) left 15px no-repeat;
	display: table-cell;
}

.pl-item li.col1 a:link, .pl-item li.col1 a:visited {
	height: 82px;
	display: block;
	line-height: 82px;
	vertical-align: middle;
	text-align: center;
}

.pl-item li.col1 img {
	vertical-align: middle;
}

.middled {
	margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}

.pl-item li.col2 {
	width: 386px;
	text-align: left;
	color: #000;
	font-weight: normal;
	margin: 0 10px;
	overflow:hidden;
}

.pl-item li.col3 {
	width: 64px;
	line-height: 82px;
	overflow: hidden;
	background: url(../images/bullets/dots_vertical_col3.gif) left 3px no-repeat;
}

.pl-item li.col4 {
	vertical-align:middle;
	width:88px;
	display: table;
	background: none;
	margin-top: 15px;
}
#b-ie7 .pl-item li.col4, #b-ie6 .pl-item li.col4 {
	padding:0;
	
}

#b-ie7 .pl-item li.col4 span, #b-ie6 .pl-item li.col4 span{
	margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
	width: 100%;
	float: left;

}
#b-ff .pl-item li.col4  { margin: 0; }

.pl-item li.col4 span { 
	display: table-cell;
	line-height: 12px;
	vertical-align:middle;
}

.pl-item li.col5 {
	width: 102px;
	line-height: 85px;
}

.pl-item li.col6 {
	width: 100px;
	line-height: 85px;
}

.pl-item li.col7 {
	width: 70px;
	line-height: 82px;
}

.pl-item li.col8 {
	width: 67px;
	line-height: 82px;
}

.nodots {
	background: none!important;
}

/*
	SEARCH FORM
================================================================================== */

.tx-indexedsearch {
	margin-top: 15px;
}

.tx-indexedsearch .res-tmpl-css {
	margin-bottom: 2em!important;
}

.tx-indexedsearch-title a:link, .tx-indexedsearch-title a:visited {
	font-size: 14px!important;
}

.tx-indexedsearch-form {
	float: left!important;
}

.tx-indexedsearch-searchbox-sword {
	width: 176px!important;
	height: 16px!important;
	color: #666!important;
	border: 1px solid #999!important;
}

.tx-indexedsearch-searchbox-button {
	width: auto!important;
	border: none!important;
	display: inline!important;
	font-weight: bold!important;
	background: #fff!important;
	cursor: pointer!important;
	font-size: 14px!important;
	text-transform: uppercase!important;
}

/*
	PAGE BROWSER
================================================================================== */

.browse-box {
	width: 100%;
	margin: 15px 0;
	text-align: center;
	font-size: 11px;
}

.browse-box a:link, .browse-box a:visited {
	color: #999;
	margin: 0 5px;
}

.browse-box a:hover {
	color: #666;
}

.browse-box span {
	margin: 0 5px;
	color: #ff0000;
	font-weight: bold;
}

/*
	MAIL FORM
================================================================================== */

.csc-mailform {
	width: 100%;
}

.csc-mailform .csc-mailform-field {
	width: 300px;
}

.csc-mailform .csc-mailform-field label {
	width: 44%;
	float: left;
	margin-bottom: 10px;
}

.csc-mailform .csc-mailform-field input, .csc-mailform .csc-mailform-field textarea {
	width: 54%;
	float: right;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.csc-mailform .csc-mailform-field .csc-mailform-submit {
	width: 100%;
	border: none;
	font-weight: bold;
	background: #fff;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
}