/*Reset css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
strong {
	font-weight:bold;
	color:#303030;
}
em {
	font-style:italic;
}
* {
	margin:0pt;
	padding:0pt;
}
body,html{
	height:100%;
}
.clearer{
	clear:both;
}

form{
	margin:0;
	padding:0;
}
input[type=hidden] { display:none; }
input[type=checkbox] { border: none; }

ul{
	list-style-type:circle;
	margin-left:30px;
	margin-bottom:20px;
}
textarea{overflow:auto;}

/*Layout*/
body{
	background:#4a4a4a; 
	font-size:100%; 
	line-height:1em; 
	font-family:tahoma; 
	color:#f4f4f4; 
	font-size:13px; 
	line-height:1.27em; 
	background:url(../img/bg.jpg) repeat scroll center top #000;
	width:100%;
}
#header_wrap{
	height:542px;
	width:100%;	
	background:url(../img/header_bg_top.png) repeat-x scroll top transparent;
	position:relative;
}
#header_top{
	background:url(../img/header_top.png) no-repeat scroll top transparent;
	height:15px;
	width:980px;
	z-index:50000;
	position:absolute;
	left:50%;
	margin-left:-490px;
}
#page_wrap {
	margin-bottom:-60px;
	margin-top:-542px;
	min-height:100%;
	width:100%;	
}
#flash {
	margin:0 -37px;
	position:absolute;
	z-index:2;
	top:-28px;
}
#header{
	margin:0 auto;
	position:relative;
	width:906px;
	height:542px;
	background:url(../img/header_bg.jpg) no-repeat scroll top transparent;
}
#logo{
	display:block;
	height:150px;
	position:absolute;
	top:157px;
	width:301px;
	z-index:10;
}

#page{
	width:906px;
	margin:0 auto;
	height:100%;
}
#footer_wrap {
	background-color:#10131C;
	height:60px;
	width:100%;	
}
#page.tools_right #content{
	padding-left:0;
	padding-right:20px;
}
#content_sec{
	width:100%;	
}
#content_tools{
	width:264px;
	float:left;
}
#content {
	height:100%;
	position:relative;
	width:622px;
	float:left;
	padding-left:20px;
}
#footer {
	height:60px;
	margin:0 auto;
	width:906px;
	position:relative;
}

#page_wrap div.clearheader {
	height:528px;
}
#page_wrap div.clearfooter {
	height:60px;
}
#print{
	bottom:4px;
	position:absolute;
	right:218px;
}
#tools{
	background-color:#4A4A4A;
	bottom:99px;
	height:32px;
	position:absolute;
	width:906px;
	z-index:50000;
}
#searchbox{
	position:absolute;
	right:0;
	bottom:0;
}
div.s_icon{
	width:17px;
	height:20px;
	border:1px solid #444444;
	float:left;
	background:transparent url(../img/s_icon.png) no-repeat scroll center center;
	border-right:none;
}
#searchbox div.search_wrap{
	width:211px;
}
#searchbox input {
	padding-left:5px;
	width:180px;
	background-color:#5e5e5e;
	border:1px solid #444444;
	border-left:none;
	height:20px;
	float:left;
}
#searchbox input:focus {
	background-color:#5e5e5e;
	border:1px solid #444444;
	border-left:none;
}
#subcontent_wrap{
	min-height:100px;
	background-color:#4A4A4A;
	border-top:1px solid #2d2d2d;
	margin-top:20px;
}
#subcontent{
	width:906px;
	margin:0 auto;
	padding-bottom:15px;
	padding-top:15px;
}
#loginbox{
	width:100%;
	margin-top:20px;
}

/*menus*/
#smenu_top {
	position:absolute; 
	width:906px;
	height:72px;
	background-color:#03C;
	bottom:27px;
	background:transparent url(../img/smenu_bg.png) repeat-x scroll 0 0;
	z-index:50000;
}
#smenu_top li{
	float:left;	
	width:129px;
	text-align:center;
	background:transparent url(../img/smenu_sep.png) no-repeat scroll center right;
	height:56px;
	margin-top:4px;
}
#smenu_top li.last{background:none;}
#smenu_top li a:hover{
	cursor:pointer;	
	text-decoration:none;
	text-shadow:0 2px 2px #000000;
	background:transparent url(../img/smenu_act.png) no-repeat scroll center left;
}
#smenu_top li.act a{
	background:transparent url(../img/smenu_act.png) no-repeat scroll center left;
}
#smenu_top li a{
	display:block;
	height:56px;
	width:129px;
	text-align:center;
	background:none;
	padding:0;
	font-size:14px;
	font-weight:bold;
	display:block;
	text-shadow:0 1px 1px #000000;
	line-height:56px;
}
#smenu_top td.act a{
	background:transparent url(../img/m1_1.jpg) no-repeat scroll 0 0;
	width:107px;
	height:83px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
#
#nmenu_top,#submenu{
	width:100%;
}
#copyright{font-size:10px;position:absolute;right:0;top:20px;}
#submenu li.act a,#nmenu_top li.act a{text-decoration:underline;}
#toolbar{
	width:264px;
	margin-bottom:20px;
}
div.toolbox{
	background-color:#4A4A4A;	
	padding:7px;	
}
div.content_tb{
	padding:7px 20px 38px 23px;
}
div.tb_header{
	width:250px;
	height:70px;
	background:url(../img/tb_header.jpg) no-repeat scroll center center #4A4A4A;
}

/*Styles*/
input, select, textarea { 
	vertical-align:middle; 
	font-weight:normal; 
	font-family:tahoma; 
	color:#000; 
	font-size:1em; 
	font-weight:normal; 
	padding-left:5px;
	background-color:#A4A4A4;
	border:1px solid #4A4A4A;
	color:#fff;

}

textarea:focus, input:focus {
	background-color:#6a6a6a;
	border-color:#303030;
}
input,select{
	height:20px;
	padding-left:3px;
	margin-bottom:3px;
}
input[type="submit"],input[type="button"], .submit{
	border:1px solid #FF6100;
	background:#FDFDFD url(../img/niceButton_bg.png) repeat-x scroll 0 100%;
	border:1px solid #BBBBBB;
	color:#777777;
	cursor:pointer;
	display:inline;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	margin:5px 0 2px;
	padding:2px 10px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:auto;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
hr.col_sep {
	border:none;
	border-bottom:1px dotted #858585;
	margin-bottom:20px;
}
/*list*/
ul{
	margin:0 0 12px 0; 
	padding:0px; 
	list-style:none
}
ul li { 
	line-height:2.18em;
	}
ul li a{
	text-decoration:none; 
	color:#fff; 
	background:url(../img/marker_list.gif) no-repeat 0 0; 
	padding-left:23px; 
	font-weight:normal !important
}
ul li a:hover{ 
	text-decoration:underline; 
	color:#efefef
}

/*general link*/

a{
	text-decoration:none; 
	color:#fff; 
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
	cursor:pointer;
}
a.link{
	text-decoration:none; 
	color:#fff; 
	float:right; 
	margin:0 10px 0 25px
}
a.link:hover{text-decoration:underline}
a:link, a:visited {
	color:#f4f4f4;
	text-decoration:none;
}
p {
	margin:0 0 14px 0; 
	text-align:justify;
}
hr{
	border-style:none none dotted;
	border-width:medium medium 1px;
	margin-bottom:20px;
	border-color:#fff;
}
h1,h2,h3,h4,h5,h6{
	color:#ededed;
	text-shadow:0 1px 1px #000000;
}
h1{
	font-size:18px;
	margin-bottom:15px;
}
h2,h3{
	font-size:16px;
	margin-bottom:12px;
}
h3{
	font-size:14px;
}

/*FCE*/
div.fce_2c_21,
div.fce_2c_12,
div.fce_2c_11{
	width:100%;	
}
div.fce_2c_21 .fce_2c_l,
div.fce_2c_21 .fce_2c_r,
div.fce_2c_12 .fce_2c_l,
div.fce_2c_12 .fce_2c_r,
div.fce_2c_11 .fce_2c_l,
div.fce_2c_11 .fce_2c_r{
	overflow:hidden;
	float:left;
}
div.fce_2c_11 .fce_2c_l{width:48%;}
div.fce_2c_11 .fce_2c_r{width:48%;margin-left:3%;}

div.fce_2c_21 .fce_2c_l{width:67%;}
div.fce_2c_21 .fce_2c_r{width:29%;margin-left:3%;}

div.fce_2c_12 .fce_2c_l{width:29%;}
div.fce_2c_12 .fce_2c_r{width:67%;margin-left:3%;}
/*Extensions*/
/*google map*/
div.tx-wecmap-pi1 table {
	border:10px solid #A4A4A4;
	border-collapse:collapse;
	border-spacing:0;
}
/*Sitemap*/
.expAll a{
	text-decoration:none;
}
.tx-dropdownsitemap-pi1 div.expAll {
	background:none;
	border:1px solid #DBA83B;
	color:inherit;
	padding:5px;
}
/*indexed search*/
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background:#808184 none repeat scroll 0 0;
	padding-top:10px;
}
/*oro-product*/
table.list_prod_pictures td{padding:5px;}
table.list_prod_pictures img{border:1px solid #4A4A4A;}
div.preview_product_wrap{
	width:100%;
	border:1px solid #4A4A4A;
	padding:5px;
}
div.prod{padding:5px;}
div.prod_cat{padding:15px 15px 30px;}
div.list_product_wrap{
	width:100%;
	border:1px solid #4A4A4A;	
	margin-bottom:10px;
	background-color:#A4A4A4;
}
div.list_product_wrap h2{
	font-size:12px;
	font-weight:normal;
	width:100%;
}
div.list_product_content{width:100%;}
div.list_product_content a
	width:100%;
	height:15px;
}
div.prod div.list_product_content img{
	float:left;
	width:70px;
}
div.prod_cat div.list_product_content img{
	float:left;
	width:150px;
}
div.prod div.list_product_teaser{
	float:left;
	width:540px;
	margin-left:5px;
}
div.prod_cat div.list_product_teaser{
	float:left;
	margin-left:10px;
	width:460px;
}
/*Customer reference*/
div.tx-customerreferences-pi1-scroller{
	float:left;
}
div.tx-customerreferences-pi1-labels{
	float:left;
}
div.tx-customerreferences-pi1 p{
	float:left;
	width:308px;
	margin-right:15px;
}
div.tx-customerreferences-pi1 div{
	float:left;
}

/*Modern link*/
.link_descr p{margin:0;margin-bottom:10px;}
.radio{
	width:10px;
}
/*News*/
.news-latest-container{
	background-color:#4A4A4A;
	padding:15px;
	width:234px;
	
}
.news-list-item img{margin-left:5px;}
.news-latest-container a{
	text-decoration:none;
	font-size:10px;
}
.news_subheader p{
	margin:0;
	font-size:10px;
}
.news-latest-item h1{
	text-shadow:none;
	font-size:12px;
	margin-bottom:8px;
	font-size:11px;
	font-weight:bold;
	
}
.news-latest-date{
	background-color:#A4A4A4;
	border:1px solid #4A4A4A;
	margin-bottom:4px;
	padding:1px;
	display:block;
	padding-left:3px;
}
.images_news_latest{
	width:100px;
	text-align:center;
	padding-right:3px;
	padding-bottom:3px;
}
.news_title_latest ,.news_subheader,.news_more{
	font-size:10px;
}
.news-latest-item{
	width:100%;
}
.news-latest-item hr{
	border:none;
	border-bottom:1px dotted #fff;
	margin-bottom:20px;
}
.news-list-date{
	font-weight:normal;
	color:#FFFFFF;
	font-size:10px;
}
.tx-ttnews-browsebox td{
	padding-right:5px;
}
.tx-ttnews-browsebox-SCell a{
	color:#FF0000;
}
/*Loginbox*/
.tx-loginboxmacmade-pi2 input{
	width:120px;
	margin:3px;
	height:17px;
	border:1px solid #10131c;
	background-color:#858585;
	color:#FFFFFF;
}
.tx-loginboxmacmade-pi2 h1{
	width:100%;
	line-height:22px;
	text-align:center;
}
.tx-loginboxmacmade-pi2 .login_submit{
	width:80px;
	text-align:center;
}
.tx-loginboxmacmade-pi2 .logout_submit{
	width:110px;
}

/*powermail*/
input.submit{
	width:150px;
}
.powermail_mandatory_js{color:red;}
div.tx-powermail-pi1 input[type=text],div.tx-powermail-pi1 textarea{width:240px;}
.tx-dropdownsitemap-pi1 a, 
.tx-dropdownsitemap-pi1 a:link, 
.tx-dropdownsitemap-pi1 a:visited, 
.tx-dropdownsitemap-pi1 a:hover, 
.tx-dropdownsitemap-pi1 a:active {color:#FFFFFF;}

/*Loginbox*/

div.tx-felogin-pi1{
	background-color:#A4A4A4;
	border:1px solid #4A4A4A;	
	padding:10px;
}
div.tx-felogin-pi1 label{
	float:left;
	margin-right:10px;
	width:70px;
}
div.tx-felogin-pi1 input{
	float:left;
}
div.tx-felogin-pi1 fieldset div{
	width:100%;
	display:block;
	height:30px;
}

/*jobs*/
.jobs_cellInf{
	background-color:#A4A4A4;
	border:1px solid #4A4A4A;	
	padding:2px;
}
td.jobform_cell input, td.jobform_cell textarea{width:240px;}
td.jobform_cell div{color:red;}