/*   =======   RESET    =======   */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
		{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body 	{ line-height: 1; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #737373;
	background-color: #ffffff;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
body.home {
	background: #ffffff url(../images/bg.jpg) no-repeat center top;
}
h1, h2, h3, h4, h5, h6 { 
	margin-bottom: 16px; 
	color: #4c4c4c;
	font-weight: normal;
}
h1	{ font-size: 2.5em;}
h2	{ font-size: 2em; }
h3	{ font-size: 1.75em; }
h4	{ font-size: 1.25em; }
h5	{ font-size: 1em; }
h6	{ font-size: .875em; }
p	{ 
	font-size: .75em;
	color: #737373;
	line-height: 1.6em; 
	margin: 0 0 1.5em;
}
li {
	font-size: .75em;
	color: #737373;
	line-height: 1.6em;	
}
a, a:link, a:visited, a:active { 
	color: #3f3f93; 
	text-decoration: none;
}
a:hover { color: #4c4c4c; text-decoration: none; }
a:active, a:focus { outline: none; }

.left 	{ float: left }
.right 	{ float: right }
.center { text-align: center; }
.hide 	{ display: none; }
.clear 	{ clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder 	{ border: none !important; }
.imgLeft 	{ float: left; padding: 5px 20px 15px 0; }
.imgRight 	{ float: right; padding: 5px 0 15px 20px; }

/*   =======   LAYOUT  =======   */

#wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#header, #content, #footer {
	width: 960px;
	padding: 0 8px;
	margin: auto;
	text-align: left;
	position: relative;
	display: block;
	clear: both;
}
#header {
	height: 95px;
	position: relative;
	z-index: 1000;
}
#content {
	padding: 20px 10px;
	width: 940px;
	overflow: hidden;
}

#footer {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
	padding: 0 10px 30px;
}



/*   =======   HEADER  =======   */

#top {
	display: block;
	height: 55px;
	width: 960px;
	float: left;
	z-index: 100;
	position: relative;
	overflow: hidden;
}
h1#logo {
	display: block;
	float: left;
	margin: 0;
}
h1#logo a {
	display: block;
	width: 190px;
	height: 55px;
	border: none;
	text-indent: -999em;
	background: url(../images/logo-teralogics.png) no-repeat 0 0;
}
#address {
	display: block;
	float: right;
	margin: 12px 20px 0 0;
}
#address p {
	text-align: left;
	display: block;
	font-style: italic;
	color: #9f9f9f;
	text-transform: uppercase;
	line-height: 120%;
}

/*   =======   NAV  =======   */

.nav {
	height: 40px;
}
.nav, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	overflow: hidden;
	display: block;
	clear: both;
}
.nav li {
	float: left;
	display: block;
}
.nav a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #737373 !important;
	text-indent: -999em;
	background: url(../images/nav.png) no-repeat 0 0;
}
.nav li.home a, .nav li.home { background-position: 0 0; width: 67px;}
.nav li.about a, .nav li.about { background-position: -67px 0; width: 86px;}
.nav li.services a, .nav li.services { background-position: -153px 0; width: 94px;}
.nav li.case a, .nav li.case { background-position: -247px 0; width: 123px;}
.nav li.careers a, .nav li.careers { background-position: -375px 0; width: 95px;}
.nav li.contact a, .nav li.contact { background-position: -475px 0; width: 95px;}

.nav li.home a:hover, .nav li.home a.active { background-position: 0 -40px; }
.nav li.about a:hover, .nav li.about a.active { background-position: -67px -40px; }
.nav li.services a:hover, .nav li.services a.active { background-position: -153px -40px; }
.nav li.case a:hover, .nav li.case a.active { background-position: -247px -40px; }
.nav li.careers a:hover, .nav li.careers a.active { background-position: -375px -40px; }
.nav li.contact a:hover, .nav li.contact a.active { background-position: -475px -40px; }

.nav li ul { 
	position: absolute;
	display: block;
	left: -999em;
	background: #fff;
}
.nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
.nav li li {
	float: none;
}
.nav li li a {
	height: auto !important;
	background-image: none !important;
	background-color: #f9f9f9 !important;
	text-indent: 0 !important;
	line-height: 30px !important;
	padding: 0 25px !important;
	border-top: 1px solid #e5e5e5;
	display: block !important;
	width: auto !important;
	text-transform: uppercase !important;	
}
.nav li li a:hover { color: #3f3f93 !important; }

/*   =======   BANNER-HOME  =======   */

#slideshow {
	clear: both;
	display: block;
	position: relative;
	width: 1120px;
	margin: 0 auto;
	height: 248px;
	overflow: hidden;
}
#slideshow img {
    position:absolute;
    z-index:8;
    opacity:0.0;
    left: 0;
    top: 0;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}
/*   =======   CONTENT-HOME  =======   */

#about-text {
	display: block;
	margin-bottom: 30px;
	border-left: 1px solid #e5e5e5;
	padding-left: 40px;
	width: 760px;
	overflow: hidden;
}
#about-text p {
	margin-bottom: 0;
}
#about-text h2 {
	display: block;
	font-size: 1em;
	color: #4c4c4c;
	font-family: 'Futura-Medium', Verdana, sans-serif;
	line-height: 1.3em;
	text-indent: -999em;
	background: url(../images/about.png) no-repeat 0 0;
	min-height: 40px;
}

#bottom-links {
	clear: both;
	display: block;
	margin: 1em 0 0;
	overflow: hidden;
}
#bottom-links li {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	list-style: none;
}
#bottom-links a {
	display: block;
	float: left;
	width: 220px;
	height: 122px;
	margin: 0;
	padding: 0;
	text-indent: -999em;
}
#bottom-links li.satellite a { background: url(../images/bottomlink-satellitecomm.jpg) no-repeat 0 0; }
#bottom-links li.video a { background: url(../images/bottomlink-video.jpg) no-repeat 0 0; }
#bottom-links li.assurnace a { background: url(../images/bottomlink-assurance.jpg) no-repeat 0 0; }
#bottom-links li.software a { background: url(../images/bottomlink-software.jpg) no-repeat 0 0; }
#bottom-links li.software { margin-right: 0; }




/*   =======   CONTENT-SUBPAGES  =======   */

#breadcrumbs {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#breadcrumbs ul {
	display: block;
	margin: 0;
}
#breadcrumbs li {
	display: inline;
	color: #929292;
	font-size: .625em;
	text-transform: uppercase;
}
#breadcrumbs li a { color: #929292 }
#breadcrumbs li a:hover { color: #3f3f93; }

#content-left {
	display: block;
	float: left;
	width: 660px;
	padding-bottom: 20px;
}
#content-right {
	display: block;
	width: 220px;
	float: right;
	padding-bottom: 20px;
}
#content-left h2, #content-left h3, #content-left h4, #content-left h5, #content-left h6 { color: #737373; }

#content-left h5, .smallspace {
	margin-bottom: 0 !important;
	line-height: 1.25em;
}
ul.topspace {
	margin-top: 0 !important;
}
h2.page-title {
	font-size: 1.25em;
	font-weight: normal;
	color: #4c4c4c;
	text-transform: uppercase;
	line-height: 1.25em;
}
#content-left p.first {
	color: #4c4c4c;
}
#content-left ul, #content-left ol {
	overflow: hidden;
	margin: .7em 0;
}

#content-left ul li {
 	background: url(../images/bullet-arrow.png) no-repeat 0 3px !important;
 	padding-left: 14px !important;
 	margin-bottom: .5em;
}
#content-left ul li li {
	font-size: 1em !important;
}
#content-left lh {

}
#content-left ol li {
	list-style: decimal outside !important;
	background: none !important;
	margin-left: 2em !important;
}
p.direction-title {
	margin-bottom: 0 !important;
	font-size: .75em !important;
	font-style: italic;
	padding-bottom: .5em;
	display: block;
	font-style: italic;
}
.direction-list {
	margin-top: -5px !important;
}
.pdf {
	display: block;
	background: url(../images/icon-pdf.png) no-repeat 0 0;
	height: 16px;
	line-height: 16px;
	padding-left: 24px;
	overflow: hidden;
	
}

#content-left iframe {
	margin: 2em 0;
	clear: both;
}
a.back-top {
	display: block;
	margin-bottom: 3em;
	background: url(../images/arrow-up.png) no-repeat 0 3px;
	padding-left: 13px;
	font-size: .75em;
}
.blue-inset {
	display: block;
	width: 235px;
	padding: 20px 20px 20px;
	float: left;
	margin: 3px 30px 20px 0;
	background: #e5e5ff;

}
.blue-inset p, .blue-inset li, .blue-inset h5 { color: #737171 !important; }
#content-left .blue-inset ul li {
 	background: url(../images/bullet-arrow-blue.png) no-repeat 0 3px !important;
}
.blue-inset p.num-1 {
	background: url(../images/num-1.png) no-repeat center 5px;
}
.blue-inset p.num-2 {
	background: url(../images/num-2.png) no-repeat center 5px;
}
.blue-inset p.num-3 {
	background: url(../images/num-3.png) no-repeat center 5px;
}
.blue-inset p.num-4 {
	background: url(../images/num-4.png) no-repeat center 5px;
}

.blueblock {
	display: block;
	width: 170px;
	background: #e5e5ff;
	padding: 25px 25px 10px;
	margin: 2em 0;
}
.blueblock h3 {
	font-size: 1.125em;
	line-height: 1.9em;
	font-style: italic;
}
.blueblock h3 i {
	display: block;
	margin: 1em 0 0;
	line-height: 1.25em;
	text-align: right;
}
.blueblock span {
	font-style: normal;
}

hr {
	clear: both;
	display: block;
	width: 100%;
	background: none;
	border: none;
	height: 1px;
	border-bottom: 1px solid #c5c5c5;
	margin: 1em 0;
}

/*   =======   FOOTER  =======   */

#footer .nav {
	width: 570px;
	float: left;
}
#copyright {
	display: block;
	margin: 0;
	float: right;
	font-size: .625em;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align: right;
	margin: 1.5em 0 0;
}
