@charset "UTF-8";
/* Thin Films Inc. */

*{
	padding:0;
	margin:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images_css/main_wrapper.gif) repeat;
}

a{
	text-decoration:underline;
	color:#006545;
	font-weight:bold;
}

a img{ 
	border:none;
	outline:none;
}

h1{
	font-size:22px;
	color: #006545;
	padding: 0 0 10px 0;
	margin-bottom: 5px;
	background:url(../images_css/hr_bg.gif) repeat-x;
	background-position:bottom;
}

h2{
	font-size:16px;
	color: #006545;
	padding: 5px 0;
}

h3{
	font-size:15px;
	color: #222;
	padding: 5px 0;
}

h4{
	font-size:14px;
	color: #006545;
	padding: 5px 0;
}

p{
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	padding:5px 0;
	line-height:16px;
}

ul, ol{
	font-size:12px;
}

ul{
	margin-left:15px;
}

ul li{
	padding: 5px 0;
}

ul.arrow{
	margin-left:0;
	text-indent: -10px;
}

ul.arrow li{
	list-style:none;
	padding-left:15px;
}

ul.arrow li:before{
	content: "\00BB \0020";
	color: #006545;
	font-size:14px;
	padding-left: -15px;
}

ul.arrow li:first-line{
	font-size:13px;
	font-weight:bold;
	color: #006545;
}

hr{
	margin: 5px 0 10px 0;
	padding:0;
	border:none;
	border-bottom: 1px dotted #006545;
}

.clear{
	clear:both;
}

.float_left{
	float:left;
	position:relative;
}

.float_right{
	float:right;
	position:relative;
}

.image_floatleft{
	float:left;
	padding: 0 10px 10px 0;
	position:relative;
}

.image_floatright{
	float:right;
	padding: 0 0 15px 15px;
	position:relative;
}

.image_comment p{
	font-size:10px;
	font-style:italic;
	text-align:center;
}

/* <<<<<<<<<<<< ----------------- >>>>>>>>>>>>*/
/* <<<<<<<<<<<<      WRAPPER       >>>>>>>>>>>>*/
/* <<<<<<<<<<<< ----------------- >>>>>>>>>>>>*/

.wrapper{
	margin: 0;
	background:url(../images_css/header_wrapper_bg.jpg) repeat-x;
}

.page_wrapper{
	background:#FFF;
}

.inside_wrapper{
	margin: 0 auto;
	width: 940px;
}

/* <<<<<<<<<<<< ----------------- >>>>>>>>>>>>*/
/* <<<<<<<<<<<<       HEADER      >>>>>>>>>>>>*/
/* <<<<<<<<<<<< ----------------- >>>>>>>>>>>>*/

.page_header{
	height:60px;
}

.logo{
	float:left;
	position:relative;
}

/* <<<<<<<<<<<< ---------------------- >>>>>>>>>>>>*/
/* <<<<<<<<<<<<       END HEADER       >>>>>>>>>>>>*/
/* <<<<<<<<<<<< ---------------------- >>>>>>>>>>>>*/
	
	
/*----------------------------------------------------------------------------------------------------------------------*
	
/* <<<<<<<<<<<< ----------------- >>>>>>>>>>>>*/
/* <<<<<<<<<<<<        MENU       >>>>>>>>>>>>*/
/* <<<<<<<<<<<< ----------------- >>>>>>>>>>>>*/

.menu{
	float:right;
	position:relative;
	margin-top:12px;

}

  .menu ul {
		height: 30px;
		background:url(../images_css/menu_bg.png) repeat-x;
		padding: 0 5px;
		margin: 0;
		border: 1px solid #000;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		z-index:50;
		position:relative;
	}
			.menu ul li {
				position: relative;
				float: left;
				list-style: none;
				margin:0;
				padding:0;
				z-index:50;
			}
			
			
				.menu ul li.back {
					background: url(../images_css/menu_bg_hover.png) repeat-x;
					border: 1px solid #023f2a;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
					width: 0;
					height: 38px;
					margin-top:-5px;
					z-index: 1;
					position: absolute;
				}
				
				.menu ul li a {
					font-size:13px;
					font-weight:600;
					text-decoration: none;
					color: #FFF;
					outline: none;
					text-align: center;
					top: 7px;
					letter-spacing: 0;
					display: block;
					float: left;
					z-index:50;
					height: 25px;
					position: relative;
					overflow: hidden;
					margin: auto 10px;
					padding: 2px 10px 0 10px;
					
				}

				.menu ul li a:hover, .menu ul li a:active, .menu ul li a:visited {
					border: none;
				} 
				
				 .menu ul li.back .left{
					 display:none;
				 }

.menu ul li.sep{
	width:2px;
	height:28px;
	margin: 0 5px;
	padding: 1px 0;
	background:url(../images_css/menu_sep.png) repeat-y;
}


.menu ul li ul{
	display:none;
}

.menu ul li:hover ul{
	display:block; 
	position:absolute; 
	width:250px;
	height:auto;
	margin:31px 0 0 0;
	padding:0;
	left:0; 
	z-index:10000;
	border:none;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background:#333;
	text-align:left;
}

.menu ul li:hover ul li{
	line-height:16px;
	width:250px;
	border-bottom:1px dotted #FFF;
	text-align:left;
	z-index:50;
}

.menu ul li:hover ul li.last{
	border-bottom:none;
}

.menu ul li:hover ul li a{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

.menu ul li:hover ul li a:hover{
	color:#e1e1e1;
}


.menu ul li:hover ul li.back{
	background: none;
	border: none;
	width: 0;
	height:auto;
	margin-top:0;
	z-index: -5;
	position: absolute;
}
	

/* <<<<<<<<<<<< ---------------------- >>>>>>>>>>>>*/
/* <<<<<<<<<<<<        END MENU        >>>>>>>>>>>>*/
/* <<<<<<<<<<<< ---------------------- >>>>>>>>>>>>*/
	
	
/*----------------------------------------------------------------------------------------------------------------------*
	
/* <<<<<<<<<<<< ----------------- >>>>>>>>>>>>*/
/* <<<<<<<<<<<<        HERO       >>>>>>>>>>>>*/
/* <<<<<<<<<<<< ----------------- >>>>>>>>>>>>*/	
	      
.hero_wrapper{
	background:url(../images_css/hero_gradient.gif) repeat-x;
	height:280px;
	padding-top:20px;
}

.hero_container{
	width:920px;
	height:230px;
	margin: 0 auto;
	padding: 25px 30px;
	background:url(../images_css/hero_bg.png) no-repeat;
	overflow:hidden;
	
}

.hero_image{
	float:right;
	position:relative;
	width:300px;
	margin: -25px 0 0 15px;
	z-index:0;
}

.hero_image div{
	display:none;
}

.hero_container h1{
	font-size:20px;
	color: #006545;
	margin:0;
	padding: 5px 0 8px 0;
	width: 600px;
}

.hero_container hr {
	border:none;
	height:5px;
	padding:0;
	margin:0;
	background:url(../images_css/hr_bg.gif) repeat-x;
}

/* <<<<<<<<<<<< ---------------------- >>>>>>>>>>>>*/
/* <<<<<<<<<<<<        END HERO        >>>>>>>>>>>>*/
/* <<<<<<<<<<<< ---------------------- >>>>>>>>>>>>*/
	
	
/*----------------------------------------------------------------------------------------------------------------------*
	
/* <<<<<<<<<<<< ------------------------- >>>>>>>>>>>>*/
/* <<<<<<<<<<<<        BOTTOM CELLS       >>>>>>>>>>>>*/
/* <<<<<<<<<<<< ------------------------- >>>>>>>>>>>>*/

.bottom_cells{
	width:960px;
	margin: 20px auto 0 auto;
}

.cell_1{
	width:300px;
	float:left;
	margin: 0 10px 0 0;
}

.cell_2{
	width:300px;
	float:left;
	margin: 0 10px;
}

.cell_3{
	background:url(../images_css/cell_eigth.gif) no-repeat;
	width:120px;
	height:175px;
	float:left;
	padding: 10px;
	margin: 0 10px;

}

.cell_4{
	background:url(../images_css/cell_eigth.gif) no-repeat;
	width:120px;
	height:175px;
	float:left;
	padding: 10px;
	margin: 0 0 0 10px;
}

.bottom_cells .title{
	background:url(../images_css/cell_title.gif) no-repeat;
	width:300px;
	height:30px;
}

.bottom_cells .body{
	width:280px;
	height:175px;
	background:url(../images_css/cell_quarter.gif) no-repeat;
	padding: 5px 10px;
}


.bottom_cells .title h3{
	font-size:15px;
	color:#FFF;
	padding:5px 0 0 10px;
}

ul.contact{
	list-style-type:none;
	margin:0;
	padding:0;
}
	
	ul.contact li{	
		height:22px;
		width:245px;
		padding: 10px 0 0 35px;
		margin:10px 0 15px 0;
		font-size:12px;
		font-weight:bold;
		color:#333;
	}

	
	ul.contact li.phone{
		background:url(../images_css/cell_phone.gif) no-repeat;
	}
	
	ul.contact li.fax{
		background:url(../images_css/cell_fax.gif) no-repeat;
	}
	
	ul.contact li.email{
		background:url(../images_css/cell_email.gif) no-repeat;
	}
	
ul.services{
	list-style-type:none;
	padding: 0 0 0 0;
	margin:0;
}

	ul.services li a{	
		background:url(../images_css/cell_services.gif) no-repeat;
		height:25px;
		width:280px;
		padding: 8px 0 0 20px;
		margin:5px 0 0 0;
		font-size:12px;
		font-weight:bold;
		color:#FFF;
		position:relative;
		float:left;
		text-decoration:none;
	}

	
/* <<<<<<<<<<<< ---------------------- >>>>>>>>>>>>*/
/* <<<<<<<<<<<<   END  BOTTOM CELLS    >>>>>>>>>>>>*/
/* <<<<<<<<<<<< ---------------------- >>>>>>>>>>>>*/
	
	
/*----------------------------------------------------------------------------------------------------------------------*
	
/* <<<<<<<<<<<< ------------------------- >>>>>>>>>>>>*/
/* <<<<<<<<<<<<        LEFT COLUMN        >>>>>>>>>>>>*/
/* <<<<<<<<<<<< ------------------------- >>>>>>>>>>>>*/

.left_column{
	float:left;
	width:700px;
	margin-top:10px;
}

.contact_form{
	
}

.contact_form form, .contact_form fieldset{
	border:none;
}

.contact_form label{
	display:block;
	font-size:12px;
	font-weight:bold;
	padding: 5px 0 0 0;
}

.contact_form input{
	display:block;
	font-size:12px;
	padding: 3px 0 5px 0;
	margin-bottom:10px;
	width: 180px;
	border: 1px solid #666;
}

.contact_form .name{
	float:left;
	margin-right:45px;
}


.contact_form .org{
	float:left;
}

.contact_form .email_add{
	float:right;
}

.contact_form textarea{
	display:block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px 0 0 0;
	margin-bottom:10px;
	width: 325px;
	height:100px;
	border: 1px solid #666;
	resize:none;
}

.contact_form .left{
	float:left;
}

.contact_form .right{
	float:right;
}

.contact_form  .submit{
	width:auto;
	height:auto;
	border:none;
}

.contact_form .error{
	font-weight:bold;
	color:#F00;
}

.contact_form .require{
	font-weight:bold;
	color:#F00;
	font-size:11px;
}

/* <<<<<<<<<<<< ---------------------- >>>>>>>>>>>>*/
/* <<<<<<<<<<<<    END LEFT COLUMN     >>>>>>>>>>>>*/
/* <<<<<<<<<<<< ---------------------- >>>>>>>>>>>>*/
	
	
/*----------------------------------------------------------------------------------------------------------------------*

/* <<<<<<<<<<<< ------------------------- >>>>>>>>>>>>*/
/* <<<<<<<<<<<<        RIGHT COLUMN        >>>>>>>>>>>>*/
/* <<<<<<<<<<<< ------------------------- >>>>>>>>>>>>*/

.right_column{
	float:right;
	width:220px;
	margin-top:10px;
}

	.right_contact{
		padding: 0 0 10px 0;
	}
	
	.right_contact h2{
		font-size:15px;
		color:#FFF;
		padding:7px 0 0 10px;
	}

	
	.right_contact .header{
		background:url(../images_css/right_contact_header.jpg) no-repeat;
		height:30px;
	}
	
	.right_contact .body{
		background:url(../images_css/right_contact_body.jpg) no-repeat;
		height:130px;
	}
	
		.right_contact ul.contact{
			list-style-type:none;
			margin:0;
			padding-top:10px;
		}
		
			.right_contact ul.contact li{	
				height:22px;
				width:170px;
				padding: 8px 0 0 35px;
				margin: 0 0 5px 5px;
				font-size:12px;
				font-weight:bold;
				color:#333;
			}
			
			.right_contact ul.contact li.phone{
				background:url(../images_css/right_contact_phone.jpg) no-repeat;
			}
			
			.right_contact ul.contact li.fax{
				background:url(../images_css/right_contact_fax.jpg) no-repeat;
			}
			
			.right_contact ul.contact li.email{
				background:url(../images_css/right_contact_email.jpg) no-repeat;
			}
			
	.certify{
		padding: 0 0 5px 0;
	}
	
		.certify .left{
			float:left;
		}
		
		.certify .right{
			float:right;
		}

/* <<<<<<<<<<<< ---------------------- >>>>>>>>>>>>*/
/* <<<<<<<<<<<<    END LEFT COLUMN     >>>>>>>>>>>>*/
/* <<<<<<<<<<<< ---------------------- >>>>>>>>>>>>*/
	
	
/*----------------------------------------------------------------------------------------------------------------------*/

.wrapper_spacing{
	height:20px;
	background:#FFF;
}

.footer_cap{
	background-color:#FFF;
}

.footer_cap div{
	background:url(../images_css/footer_circuit_002.png) no-repeat;
	height:76px;
	width:960px;
	margin:0 auto;
}

.page_footer{
	clear:both;
	width:auto;
	height:85px;
	margin: 0 auto 20px auto;
	background:url(../images_css/footer_bg.gif) repeat-x;
}

.inside_footer{
	height:120px;
	width:960px;
	margin: 0 auto;
	background:url(../images_css/footer_circuit.png) no-repeat;
	
}

.inside_footer .body{
	padding: 15px 5px;
}

.inside_footer .body p{
	font-size:11px;
	color:#e1e1e1;
	font-weight:bold;
}

.inside_footer .body a{
	color:#e1e1e1;
	text-decoration:none;
}

.inside_footer .body a:hover{
	text-decoration:underline;
}

.inside_footer .nav{
	float:left;
}

.inside_footer .copyright{
	float:right;
	margin-right:150px;
}







/*----------------------------------------------------------------------------------------------------------------------*
	
/* <<<<<<<<<<<< ------------------------- >>>>>>>>>>>>*/
/* <<<<<<<<<<<<         TOOLS             >>>>>>>>>>>>*/
/* <<<<<<<<<<<< ------------------------- >>>>>>>>>>>>*/


/* <<<<<<<<<<------------------>>>>>>>>>*/
/* <<<<<<<<<<        TABS      >>>>>>>>>*/
/* <<<<<<<<<<------------------>>>>>>>>>*/

.tab_container{
	width:700px;
	margin: 0;
	padding: 5px 0;
}

	ul.tabs {
		list-style:none;
		margin:0;
		padding:0;
	}
	
	ul.tabs li{
		display:inline;
		width:175px;
		height:40px;
		float:left;
		text-align:center;
		font-size:13px;
		margin:0;
		padding:0;
	}
	
	ul.tabs li a{
		font-weight:normal;
	}
	
	
	ul.tabs li.tab_first a{
		background:url(../images_css/tab_first.jpg) no-repeat;
		background-position: 0 -40px;
	}
		
	ul.tabs li.tab_middle_1 a{
		background:url(../images_css/tab_middle.jpg) no-repeat;
		background-position: 0 -40px;
		
	}
	
	ul.tabs li.tab_middle_2 a{
		background:url(../images_css/tab_middle.jpg) no-repeat;
		background-position: 0 -40px;
		padding-top:10px;
		height:30px;
	}
	
	ul.tabs li.tab_last a{
		background:url(../images_css/tab_last.jpg) no-repeat;
		background-position: 0 -40px;
		padding-top:10px;
		height:30px;
	}
	
		
	ul.tabs li a{
		padding: 5px 5px 0 5px;
		width:165px;
		height:35px;
		display:block;
		color:#FFF;
		text-decoration:none;
	}

	ul.tabs li a:hover{
		background-position: 0 0;
		text-decoration:none;
	}
	

	ul.tabs li a:focus{
		outline:none;
	}
	
	ul.tabs li a.current{
		color:#FFF;
		background-position: 0 0;
	}
	
	.tab_container .panes{
		margin: 0;
		padding: 5px 10px;
		background:url(../images_css/tab_body.jpg) repeat-y;
		clear:both;
	}
		
		.tab_container .panes h4{
			margin-top:0;
			padding-top:0;
		}
	
	.tab_container .footer{
		height:20px;
		background:url(../images_css/tab_footer.jpg) no-repeat;
	}
	
	.tab_container .left{
		float:left;
		width: 315px;
	}
	
	.tab_container .right{
		float:right;
		width: 315px;
		border-left: 1px dotted #006545;
		padding-left: 15px;
	}



