
html, body {
	margin: 0;
	padding: 0;
	line-height: 13px;
	border: none;
	background:#878787;
	}
	
body, td {
	font: 11px/18px Helvetica, Verdana, Geneva, Arial, sans-serif;
	color: #666;
	}
img { border: 0; }
p { margin: 0 0 15px 0; }
a { 
	color: #333333;
	text-decoration: none;
	outline:none;
	}
a:hover {
	color: #F19100;
	}
.altLink {
	color: #666;
	text-decoration: none;
	}
	.altLink:hover {
		padding: 0 17px 0 0;
		color: #ff9900;
		background: url(/static/img/acro_arrow.gif) top right no-repeat;
		}

h1, h2, h3, h4, h5, form { margin: 0; }
h1 {
	font-size: 30px;
  line-height: 34px;
	color: #ff9a01;
	margin: 0 0 20px 0;
	}
h2 {
	color:#FF9900;
	font-size:18px;
	margin:0;
	padding:0 0 3px 0;
  line-height: 22px;
	}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	margin: 0 0 5px 0;
	}
h4 {
	font-size: 18px;
  line-height: 22px;
	font-weight: normal;
	color: #6c6c6c;
	margin: 0 0 10px 0;
	}	
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 1px 0;
	}	
.sIFR-active h1 {
	visibility: hidden;
	line-height:40px;
	padding-bottom: 0;
	font-size:40px;

	}
.sIFR-active h4 {
	visibility: hidden;
	line-height: 24px;
	font-size:24px;
	}
ul {
	padding: 0;
	margin: 0 0 0 8px;
	list-style: none;
	}
	ul li {
		padding: 0 0 0 14px;
		margin: 0;
		background: url(/static/img/ul_bullet.gif) 0 7px no-repeat;
		}
		ul li ul {
			padding: 0;
			margin: 0 0 0 2px;
			list-style: none;
			}
			ul li ul li {
				padding: 0 0 0 14px;
				margin: 0;
				background: url(/static/img/ul_bullet.gif) 0 7px no-repeat;
				}
ol {
	padding: 0;
	margin: 0 0 0 26px;
	list-style: decimal;
	}
	ol li {
		padding: 0 0 0 0;;
		margin: 0;
		}
		ol li ol {
			padding: 0;
			margin: 0 0 0 19px;
			list-style: lower-alpha;
			}
			ol li ol li {
				padding: 0 0 0 0;
				margin: 0;				
				}		
				ol li ol li ol { list-style: lower-alpha; }
table, table th, table td {
	font: 10px/11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	table th {
		background: #ff9900;
		color: #fff;
		padding: 8px 40px 7px 8px;
		font-weight: bold;
		}
		table th.rowHead {
			background: #666;
			padding: 8px 8px 7px 8px;
			}
			table tr td {
				background: #eee;
				padding: 5px 8px 3px 8px;
				color: #666;
				}
				table tr.altRow td { background: #ddd; }	
        
#logoPrint {
  display: none;
  width:100%;
  text-align: center;
  }	



/* --------------------------------------------
|  STRUCTURE												
--------------------------------------------- */

#topBackground {
	background:url(/static/img/bg_main.jpg);
	margin:0;
	padding:0;
	}
#siteContainer {
	position:relative;	
	width:960px;
	margin:auto;
	}

/* -- HEADER -- */
#header {
	position:absolute;
	width:960px;
	}
	#titleWebSoultions {
		width:225px;
		height:97px;
		position:absolute;
		top:21px;
		left:80px;
		}
	#acroTag {
		width:225px;
		height:260px;
		position:absolute;
		top:60px;
		right:-65px;
		z-index:10;
    outline: none;
		}
    #tagLink {
      display:block;
      width:200px;
		  height:130px;
      position:absolute;
      top:10px;
      left:10px;
    }
	#mainNav {
		position: absolute;
		top: 75px;
		left: 139px;
    z-index: 11;
    outline: none;
		}
    #mainNav ul /static/img/
      #mainNav ul li {
        float: left;
        background:none;
        }
        #mainNav ul li a {
          font-size: 12px;
          font-weight: bold;
          color: #292929;
          text-transform: uppercase;
          }
          #mainNav ul li a:hover {
            color: #ff9900;
            text-decoration: none;
            }
   #mainNav .noFlashContent, .noFlashContent p {
     padding:3px 0 0 0 !important;
     clear:both;
     text-align: center;
     }
		
/* -- BODY -- */

#splatTop, #contentCont, #contentArea, #contentBot, #splatBottom {width:960px;}
#splatTop {
  position: relative;
	background:url(/static/img/bg_splat_top.gif) no-repeat center;
	height:73px;
	}
#contentCont {
	background:url(/static/img/bg_content_top.gif) no-repeat top center;
	padding:48px 0 55px 0;
	}
	#contentArea {background:url('/static/img/bg_content.gif') repeat-y center;}
	#contentBot {background:url(/static/img/bg_content_bot.gif) no-repeat bottom center;}
	#contentClear {
		clear:both;
		padding-top:20px;
		}
	.contentMiddle {
		width:685px;
		margin:auto;
		padding:10px 0 0 6px;
		}
		.contentMiddle p {
			line-height:20px;
			color: #666666;
			}
		#colLeft {
			width:300px;
			float:left;
			}
		#colRight {
			width:290px;
			float:left;
			padding:0 0 0 50px;
			}
			
#splatBottom {
	position: relative;
	background:url(/static/img/bg_splat_bottom.gif) no-repeat center;
	height:102px;
	}
	

	
		
/* -- FOOTER -- */
#footer { 
	clear: both; 
	background:url(/static/img/bg_footer.gif) repeat-x top;
	height:145px;
	width:100%;
	position:absolute;
	margin-top:-11px;
	}
	#footerContent {
		width:771px;
		margin:auto;
		padding:27px 0 0 21px;
		color:#ccc;
		font-size:10px;
		text-align:center;
		}
		

/* --------------------------------------------
|  CONTENT SPECIFIC										
--------------------------------------------- */

.orangeTxt {
	font-size: 12px;
	font-weight: bold;
	}

.floatLeft  { float: left;  }
.floatRight { float: right; }
.clearBoth  { clear: both;  }
.bSend {
	display: block;
	width: 49px;
	height: 22px;
	background: url(/static/img/b_send.gif) no-repeat;
	outline: none;
	text-indent: -9999px;
	}
	.bSend:hover { background: url(/static/img/b_send.gif) 0 -22px no-repeat; }
.blankList {
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
	}
	.blankList li {
		padding: 0;
		margin: 0 0 5px 0;
		background: none;
		}
.formTable, .formTable th, .formTable td {
	font: 10px/11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	.formTable th {
		background: none;
		color: #fff;
		padding: 0;
		font-weight: bold;
		}
		.formTable td.rowHead /static/img/
			.formTable tr td {
				background: none;
				padding: 0 0 16px 0;
				color: #666;
				vertical-align: top;
				}
				.formTable tr.altRow td { background: none; }		
.inputText {
	border: 1px solid #a2b3c9;
	font: 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	}		
.selectDropdown {
	border: 1px solid #a2b3c9;
	font: 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	}	
  
/* --------------------------------------------
|  HOMEPAGE CONTENT SPECIFIC										
--------------------------------------------- */

#homepageCTAs {
  width:650px;
  margin:0;
  padding:0;
  list-style:none;
  clear:both;
  }
  #homepageCTAs li {
    float:left;
    background:url(/static/img/homepage_box_lines.gif) no-repeat right top;
    width:214px;
    height:160px;
    padding:0 1px 0 0;
    margin:0;
    }
    #homepageCTAs li.last { background: none; }
    
.homepageH2 { padding-top: 0; }
#homepageList { padding: 11px 0 20px 0; }
#homepageList li {
	background:none;
	padding-left:80px;
	margin-bottom:20px;
	}

.rightMarginNon { margin-right: 0 !important; }

#webform-client-form-33 #edit-submit, #node-29 #questionSubmit {
	background:url(/static/img/b_send.gif) no-repeat;
	width:49px;
	height:22px;
	border:none;
	display:block;
	cursor:pointer;
	text-indent: -9999px;
	text-align: left;
	}
	#webform-client-form-33 #edit-submit:hover, #node-29 #questionSubmit:hover { background-position: 0 -22px; }
	
#node-29 tbody { border-top: none; }
#node-29 label {
	font-weight: bold;
	line-height: 20px;
	}
#node-29 table td   { background: none; }
.questionTableWidth { width:150px; } 


        
  

/* Tray Icon Styles */

#trayIcons {
	width: 200px;
	height: 43px;
	position: absolute;
	left: 136px;
	top: -10px;
 	z-index:2;
 	padding-left:20px;
 	color:#333333;
 	font-weight: bold;
 	font-size:90%
	}			


	

/* CSS support */
 
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
  }			
	
/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/* Generic elements */

      
  .content{
	margin-top:80px;
	float:left;
}
		.contentMenu{
			width:125px;
			float:left;
			font-size:14px;
			color:#333333;
			line-height: 25px;
			
		}
		
		.contentInside{
			width: 535px;
			float:left;
		}   
		
.addressBox{
	background: url(/static/img/bg_map.gif) no-repeat;
	width:500px;
	float:left;
	padding-top:10px;
}	

.loginBox{
	width:500px;
	float:left;
	padding-top:10px;
}

.box_form{
	width: 435px;
	_width: 465px;
	padding: 10px;
	height: 250px;
	_height: 270px;
	float:left;
	margin-top:15px;
	padding-left:20px;
}

.form_line,.form_txt,.form_input{
	width:200px;
	_width: 200px;
	float:left;
	margin-bottom: 2px;
	color:#F19100;
}	

.form_line_login{
	width:400px;
	_width: 400px;
	float:left;
	margin-bottom: 2px;
	color:#F19100;
}

.form_txt_login{
	width:60px;
	_width: 60px;
	padding-top:3px;
	font-weight: bold;
	float:left;
	margin-bottom: 2px;
	color:#F19100;
}


.box_form_txt{
	width:425px;
}

.form_textarea{
	width:425px;
	float:left;	
	color:#F19100;

}

.form_button{
	width:75px;
	float:left;
	margin-top: 10px;	
}

.form_msg{
	width:350px;
	float:left;
	margin-top: 10px;	
}

input[type=submit], input[type=button] {
	cursor:pointer;
	color: #FFFFFF;
	background-color:#F19100;
	border: 2px solid #FFFFFF;
	padding:2px;
}

input[type=submit]:hover, input[type=button]:hover {
	cursor:pointer;
	color: #FFFFFF;
	background-color:#c77700;
}

.error_login_linia{
    color:#DD0000;
    width:400px;
    float:left;
    margin-top: 10px;
}

.inputTextCenter{
	text-align: center;
}

.sixtemia{
	color:#D0D0D0; 
}

.sixtemia:hover{
	color:#808080;
}
	         