body{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #020202;*/
	color: #393939;
	text-align:center;
	margin: 20px auto auto auto;
}
div#con{
	width: 733px;
	text-align:left;
	margin: 0 auto;
}
td#logo h1{
	width: 206px;
	height: 32px;
	background: url(images/gratec-logo.jpg) no-repeat;
	margin-top: 0;
	padding-top:0;
	margin-left: 0;
}
td#logo h1 span{
	display: none;
}
td#logo, td#navigation{
	vertical-align:text-top;
}
td#navigation a{
	height: 19px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	background: url('images/nav-2.gif') no-repeat;
}
td#navigation a#navHome i, 
td#navigation a#navProfile i, 
td#navigation a#navProcess i, 
td#navigation a#navPortfolio i, 
td#navigation a#navHardware i, 
td#navigation a#navContact i{
	display: none;
}
td#navigation a#navHome, 
td#navigation a#navProfile, 
td#navigation a#navProcess, 
td#navigation a#navPortfolio, 
td#navigation a#navHardware,
td#navigatoin a#navContact{
	padding-left: 25px;
}
td#navigation a#navHome{
	width: 51px;
background-position: 0 -9px;
}
td#navigation a#navHome:hover, body#home td#navigation a#navHome{
	background-position: 0 -41px;
}
td#navigation a#navProfile{
	width: 48px;
	background-position: -77px -9px;
}
td#navigation a#navProfile:hover, body#profile td#navigation a#navProfile{
	background-position: -77px -41px;
}
td#navigation a#navProcess{
	width: 59px;
	background-position: -153px -9px;
}
td#navigation a#navProcess:hover, body#process td#navigation a#navProcess{
	background-position: -153px -41px;
}
td#navigation a#navPortfolio{
	width: 66px;
	background-position: -239px -9px;
}
td#navigation a#navPortfolio:hover, body#portfolio td#navigation a#navPortfolio{
	background-position: -239px -41px;
}
td#navigation a#navHardware{
	width: 72px;
	background-position: -332px -9px;
}
td#navigation a#navHardware:hover, body#hardware td#navigation a#navHardware{
	background-position: -332px -41px;
}
td#navigation a#navContact{
	width: 58px;
	background-position: -431px -9px;
}
td#navigation a#navContact:hover, body#contact td#navigation a#navContact{
	background-position: -431px -41px;
}
td#footer{
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}
td#sectDesc a, td#footer a{
	color: #929292;
	text-decoration: none;
}
td#sectDesc a:hover, td#footer a:hover{
	color: #020202;
	text-decoration: underline;
}
td#displayBox{
	border: 5px solid #3D3D3D;
}
td#contentImg{
	width: 192px;
	border: 5px solid #3D3D3D;
	background-color: #8B8C8E;
}
td#contentImg img{ margin: 0; padding: 0; border: none;}
td#contentBox{
	border-top: 5px solid #3D3D3D;
	border-right: 5px solid #3D3D3D;
	border-bottom: 5px solid #3D3D3D;
	padding: 20px;
}
span.companyName{
	text-transform: uppercase;
}
td#sectDesc{
	border-bottom: 1px solid #929292;
}
td#sectDesc p{
	margin-bottom: 15px;
}
td#dcf{
	padding-top: 10px;
	padding-bottom: 5px;
}
/*-- contact page --*/
input, textarea{
	border-top: 2px solid #7FAAD6;
	border-bottom: 2px solid #7FAAD6;
	border-left: 3px solid #7FAAD6;
	border-right: 3px solid #7FAAD6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input#contactName{
	background: url(images/contact-first.gif) no-repeat bottom left;
	padding-bottom: 10px;
}
input#companyName{
	background: url(images/contact-company.gif) no-repeat bottom left;
	padding-bottom: 10px;
}
input#contactEmail{
	background: url(images/contact-email.gif) no-repeat bottom left;
	padding-bottom: 10px;
}
input#contactPhone{
	background: url(images/contact-phone.gif) no-repeat bottom left;
	padding-bottom: 10px;
}
textarea#contactMsg{
	background: url(images/contact-msg.gif) no-repeat bottom left;
	padding-bottom: 10px;

}
form table td{
	padding: 0 15px 10px 0;
}
td#subRow{
	padding: 0;
}
td#subRow input{
	background: url(images/submit-button.gif) no-repeat;
	width: 60px;
	height: 21px;
	border: none;

}
h3#pghead{
	height: 19px;
}
h3#pghead span{
	display: none;
}
body#profile h3#pghead{
	background:url(images/profile-header.gif) no-repeat;
	width: 223px;
}
body#portfolio h3#pghead{
	background:url(images/portfolio-header.gif) no-repeat;
	width: 256px;
}
body#hardware h3#pghead{
	background:url(images/hardware-header.gif) no-repeat;
	width: 212px;
}
body#contact h3#pghead{
	background:url(images/wed-love-to-hear-from-you.gif) no-repeat;
	width: 260px;
}
td#contentBox a{
	color: #33B1E1;
	text-decoration: none;
}
td#contentBox a:hover{
	text-decoration: underline;
}