@charset "utf-8";
/* CSS Document */
:link,:visited { text-decoration:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,ul,li{ margin:0; padding:0 } 
a img,:link img,:visited img { border:none } 
address { font-style:normal } 

/*HTML Tags - START*/
BODY {
	background-image:url(/files/HTECXX0001/images/grad_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#707173;
	line-height:14px;}
	
HTML, BODY {
	height:100%;}
	
UL {
	margin:15px 0 15px 0px;}

LI {
	background-image:url(/files/HTECXX0001/images/bullet.gif);
	background-repeat:no-repeat;
	background-position:5px left;
	list-style:none;
	padding-left:15px;}
	
A, A:LINK, A:VISITED {	
	color:#707173;
	text-decoration:underline;}
	
A:HOVER {
	text-decoration:none;}
	
H1, H2, H3 {
	color:#007a94;}
	
H1 {
	font-size:15px;
	font-weight:normal;}
	
H2 {
	font-size:11px;
	font-weight:normal;
	margin-top:23px;}
	
TD {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#707173;
	line-height:14px;}
/*HTML Tags - END*/


#container {
	margin:0px auto;
	text-align:left;
	width:920px;
	background-image:url(/files/HTECXX0001/images/main_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#007a94;}
	
	#header {
		padding-top:25px;}
	
		#header-left {
			float:left;
			width:205px;
			margin: 0 0 0 25px;
			display:inline;}
			
		#header-right {
			float:left;
			margin-left:25px;
			display:inline;}
			
			#header-right-top {}
				
				#header-right-top-left {
					float:left;
					width:376px;
					height:89px;}
					
				#header-right-top-right {
					width:269px;
					float:left;
					color:#FFFFFF;}
					
				#header-right-top-right A{
					color:#FFFFFF;
					text-decoration:none;}
					
				#header-right-top-right TD {
					color:#FFFFFF;}
					
				#header-right-top-right A:HOVER{
					text-decoration:underline;}
					
					#header-right-top-right-search {
						margin-left:36px;
						margin-top:20px;}
			
			#header-right-nav {}
			
#content {}
	
	#content-left {
		float:left;
		width:229px;
		margin: 0 0 0 0;
		display:inline;}
		
		#content-left-testimonial {
			width:205px;
			padding-top:10px;
			padding-left:25px;}
		
			.content-left-testimonial-sml {
				font-size:9px;
				line-height:10px;}
		
	#content-outer-right {
		float:left;
		margin-left:25px;
		width:640px;}
	
		#content-right {
			width:450px;
			padding-top:40px;}
		
#footer {
	color:#FFFFFF;
	font-size:9px;
	margin-left:255px;

	width:500px;}
	
	#footer TD {
		color:#FFFFFF;}
	
	.footer-tablecell {
		padding-top:16px;
		padding-left:4px;
		padding-right:4px;}
		
	#footer A {
		color:#FFFFFF;
		text-decoration:none;}
		
	#footer A:HOVER {
		color:#FFFFFF;
		text-decoration:underline;}
			

/*Form objects - START*/
.textbox {
	border:0px;
	margin:0px;
	background-image:url(/files/HTECXX0001/images/form_objects/textbox-bg.gif);
	background-repeat:no-repeat;
	width:130px;
	height:22px;
	line-height:22px;
	padding:0 10px 0 10px;
	vertical-align:middle;
	font-size:11px;
	color:#007a94;}
	
.searchbutton {
	background-image:url(/files/HTECXX0001/images/form_objects/btngo.gif);
	background-repeat:no-repeat;
	height:28px;
	width:28px;
	border:0px none;
	margin:0px;
	padding:0px;}

/*for contact us form - START*/
.cu-textbox {
	width:140px;}

.cu-textarea {
	width:140px;}

.cu-dropdown {
	width:140px;}
/*for contact us form - END*/

/*Form objects - END*/



.clear {
	clear:both;}
