/* -------------------------------------------------------------------------------------------------------- */
/* TEK Industries styles: Styles for All Browsers */
/* -------------------------------------------------------------------------------------------------------- */
body{
	font-family: Verdana, Tahoma, Arial;
	margin: 0; 
	padding: 0; 
	border:0;
	background:url(../images/background.gif) repeat-x #b4b4b4;
}
#sitelogo {
	margin: 10px 0 10px 10px;
}

/* ------------------------------------------------------------------------------ */
/* General Text Styles */
/* ------------------------------------------------------------------------------ */
h1{
	line-height: 150%;
}
strong{
	font-family: Arial;
	color:#615A57;
	font-weight:bold;
	letter-spacing: .1em;
}
.main{
	width:100%;
	height:100%;
	background-image: url(../images/background.gif); 
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	border:0;
}
p, label, li,body{
	font-family: Verdana, Tahoma, Arial;
	color: #323233;
	font-size: 10px;
	line-height: 150%;
}
h2{
	font-family: Arial;
	color: #9C9C9D;
	font-size:18px;
	font-weight:bold;
}
h3{
	font-family: Verdana, Tahoma, Arial;
	color: #5A829C;
	font-size:12px;
	font-variant: small-caps;
	letter-spacing: .05em;
	margin-top:0px;
	font-weight:bold;
}
.upper-menu{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	text-decoration: none;
	color: #597D9C;
	letter-spacing: .1em;
	padding: 0 10px 0 5px;
}
a{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	text-decoration: none;
	color: #597D9C;
}
a:hover{
	color: #96CDFD;
}
.small-login-form{
	background-color: #EAEAEA;
	padding: 10px;
}
input{
	margin: 5px 0 5px 0;
}
.footer{
	text-align: right;
	margin: 0 10px 10px 10px;
}
h4{
	color: #5D81A1;
	font-size: 10px;
	letter-spacing: .2em;
}
.active-menu{
	margin:0 0 5px 10px;
	padding: 5px;
}
.more_link{
	text-align: right;
}
.no_bullets{
	list-style-type: none;
}
li .download{
	background-image: url(../images/12-em-down.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
.selected{
	font-weight: bold;
}
.little_char{
	font-size: 6px;
}
.testimonial{
	background-image: url(../images/testimonial_background.gif);
	background-repeat: no-repeat;
	width:150px;
	float:right;
	margin:0 0 15px 15px;
}

/* ------------------------------------------------------------------------------ */
/* Styles for simple, text-based button */
/* ------------------------------------------------------------------------------ */
.TEKbutton {
	font:bold 1.2em/1.2em Arial, sans-serif;
	color:#5A829C;
	display:block;
	float:left;
	margin:1em 1em 1em 0;
	padding:.5em 1.2em;
	background:url(../images/buttons/TEK-ButtonBkgd.gif) #E9EEF2 center repeat-x;
	border:solid #bbb 1px;
}
.TEKbutton:hover {
	color:#5A829C;
	background:url(../images/buttons/TEK-ButtonBkgd-hover.gif) white center repeat-x;
}
.TEKbutton span { font-size:1.4em; line-height:0; }