@charset "UTF-8";


/* 
Theme: LTGI 2.0
Version: 1.0
Author: Trent Design

LTGI.net Copyright 2008 Lindner Technology Group, Inc.
Site Design & Creation by Trent Design (http://www.trentdesign.net)
*/



/* Begin Page Structure, Style & Text */
body {
	background-image: url('images/ltgi_bgfade.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
	font-size: 62.5%; /* Sets Base Font Size at 10px */
	margin: 0;
	}
	
	
#page {
	background-image: url('images/ltgi_pagebg.png');
	background-repeat: repeat-y;
	width: 710px; /* Defines Page width - this has the drop shadow */
	margin: 0 auto; /* Makes Page Float in Center in Safari & Firefox */
	text-align: center; /* Makes Page Float in Center in IE */
	}
	
#content {
	width: 700px; /* Defines Content area - allows room to show drop shadow */
	margin: 0 auto; /* Makes Content Float in Center in Safari & Firefox */
	text-align: center; /* Makes Content Float in Center in IE */
	}
/* End Page Structure, Style & Text */





/* Begin Header Structure & Style Attributes */
#header {
	background-image: url('images/ltgi_topbar.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 862px; /* Defines Header width - Wider than page to hold Bobble BG */
	height: 35px;
	margin: 0 auto; /* Makes Header Float in Center in Safari & Firefox */
	text-align: center; /* Makes Header Float in Center in IE */
	}
	
	
#topbar { /* Positions Text within the Header */
	text-align: right;
	padding-right: 95px;
	padding-top: 10px;
	}


.topnav { /* Defines text style for Header */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	}

.topnav a {
	color: #ffffff;
	text-decoration: none;
	}

.topnav a:hover {
	color: #a3d869;
	text-decoration: none;
	}
	
	
#bobble { /* Defines Structure & Position of Bobble Background */
	background-image: url('images/ltgi_bobblebg.png');
	width: 81px;
	height: 200px;
	float: left;
	}
/* End Header Structure & Style Attributes */





/* Begin Footer Structure & Style Attributes */
#homebottom { /* Defines Home Page Bottom Style */
	background-image: url('images/ltgi_homefooterbg.png');
	background-position: top;
	background-repeat: no-repeat;
	width: 710px; /* Defines Page Bottom width - should be same as Page */
	height: 30px;
	margin: 0 auto; /* Makes Page Bottom Float in Center in Safari & Firefox */
	text-align: center; /* Makes Page Bottom Float in Center in IE */
	}

#interiorbottom { /* Defines Interior Page Bottom Style */
	background-image: url('images/ltgi_footerbg.png');
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	width: 710px; /* Defines Page Bottom width - should be same as Page */
	height: 30px;
	margin: 0 auto; /* Makes Page Bottom Float in Center in Safari & Firefox */
	text-align: center; /* Makes Page Bottom Float in Center in IE */
	}


#newsarea { /* Defines Position and Structure for News Postit */
	background-image: url('images/ltgi_newspostit.png');
	background-repeat: no-repeat;
	width: 199px;
	height: 162px;
	margin-left: 15px;
	float: right;
	}
	
#newstext { /* Defines Position for Text within the Postit area */
	margin: 35px 20px 10px 20px;
	}
	
#newstext p { /* Resets Postit text Size to 11px */
	font-size: 1.1em;
	color: #003479;
	text-align: left;
	}


#footer { /* Defines Footer Text Area Structure */
	width: 700px; /* Defines Footer width - should be same as Content */
	height: 50px;
	margin: 0 auto; /* Makes Footer Float in Center in Safari & Firefox */
	text-align: center; /* Makes Footer Float in Center in IE */
	}


.micrologo a { /* Makes Microsoft Logo have RollOver effect */
	background-image: url('images/ltgi_micrologo01.png');
	background-repeat: no-repeat;
	width: 82px;
	height: 38px;
	display: block;
	float: left;
	text-align: left;
	}
	
.micrologo a:hover {
	background-image: url('images/ltgi_micrologo02.png');
	background-repeat: no-repeat;
	width: 82px;
	height: 38px;
	display: block;
	float: left;
	text-align: left;
	}


.bottomnav { /* Defines text style for Footer */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #b3b3b3;
	text-align: right;
	}
	
.bottomnav a {
	color: #b3b3b3;
	text-decoration: none;
	}
	
.bottomnav a:hover {
	color: #78bbe7;
	text-decoration: none;
	}
/* End Footer Structure & Style Attributes */





/* Begin Home Content Area Structure & Style */
#homesubbar { /* Defines Structure, Color, & Text Color of the Product/Subbar area */
	background-color: #003479;
	color: #e2e1dd;
	padding: 30px;
	}
	
#homesubbar a { /* Defines Text Style for Links within Product/Subbar area */
	font-family: Arial, Helvetica, sans-serif;
	color: #a3d869;
	text-decoration: none;
	}
	
#homesubbar a:hover {
	color: #78bbe7;
	text-decoration: none;
	}
	
	
#midbar { /* Defines Structure, Color, & Text Color of Midbar area */
	background-color: #dee5ee;
	color: #003479;
	height: 162px;
	padding: 30px;
	}
	
#midbar a { /* Defines the Text Style of Links within Midbar area */
	font-family: Arial, Helvetica, sans-serif;
	color: #4d3069;
	text-decoration: none;
	}
	
#midbar a:hover {
	color: #78bbe7;
	text-decoration: none;
	}


#homebottombar { /* Defines Structure, Color, & Text Color of Bottombar area */
	background-color: #003479;
	color: #e2e1dd;
	height: 175px;
	padding: 30px 0px 10px 30px;
	}

#homebottombar a { /* Defines Text Style for Links within Bottombar area */
	font-family: Arial, Helvetica, sans-serif;
	color: #bce08a;
	text-decoration: none;
	}
	
#homebottombar a:hover {
	color: #78bbe7;
	text-decoration: none;
	}
	
	
#casestudy { /* Defines Structure & Position of Case Study area */
	background-image: url('images/ltgi_casestudy.png');
	background-repeat: no-repeat;
	width: 315px;
	height: 135px;
	margin-top: 20px;
	float: right;
	}
	
#casetext { /* Defines Position of Text within Case Study area */
	margin: 20px;
	}
	
	
#swappic {
	width: 325px;
	height: 175px;
	float: left;
	}
/* End Home Content Area Structure & Style */





/* Begin Interior Content Area Structure & Style */
#subbar { /* Defines Structure, Color, & Text Color of the Product/Subbar area */
	background-color: #003479;
	color: #e2e1dd;
	height: 170px;
	padding: 30px;
	}
	
#subbar a { /* Defines Text Style for Links within Product/Subbar area */
	font-family: Arial, Helvetica, sans-serif;
	color: #a3d869;
	text-decoration: none;
	}

#subbar a:hover {
	color: #78bbe7;
	text-decoration: none;
	}


#subbarshort { /* Defines Structure, Color, & Text Color of the Product/Subbar area */
	background-color: #003479;
	color: #e2e1dd;
	/*height: 90px; */
	padding: 30px;
	}
	
#subbarshort a { /* Defines Text Style for Links within Product/Subbar area */
	font-family: Arial, Helvetica, sans-serif;
	color: #a3d869;
	text-decoration: none;
	}

#subbarshort a:hover {
	color: #78bbe7;
	text-decoration: none;
	}



#contentarea { /* Defines Background & Structure for the Content Area */
	background-image: url('images/ltgi_contentbg.gif');
	background-repeat: repeat-x;
	background-color: #f2f5f8;
	padding: 25px;
	display: block;
	}
	
#textarea { /* Defines Background, Type & Color & Structure for Text Area */
	background-color: #e1e7ef;
	color: #5e6a72;
	padding: 20px;
	display: block;
	}
	
#icontext { /* Defines Area for Product Icons & Description Text */
	float: left;
	display: block;
	}
/* End Interior Content Area Structure & Style */





/* Begin Text Styles */
h1 {
	font-size: 2.7em;
	font-weight: bold;
	color: #a3d869;
	margin: 0;
	padding-bottom: 5px;
	text-align: left;
	}
	
h2 {
	font-size: 2.5em;
	color: #4d3069;
	margin: 0;
	padding-bottom: 3px;
	text-align: left;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #4d3069;
	margin: 0;
	padding-bottom: 2px;
	text-align: left;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #bce08a;
	margin: 0;
	padding-bottom: 2px;
	text-align: left;
	}
	
h5 {
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: bold;
	color: #78bbe7;
	margin: 0;
	text-align: left;
	}

h6 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #4d3069;
	margin: 0;
	text-align: left;
	}
	
h6 .blue {
	color: #78bbe7;
	text-align: left;
	}
	
	
p {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0;
	text-align: left;
	}
	
#textarea p {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 20px;
	text-align: left;
	}
	
#textarea a {
	color: #a3d869;
	text-decoration: none;
	}
	
#textarea a:hover {
	color: #78bbe7;
	text-decoration: none;
	}
	
#subbar p {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: left;
	}
	
#subbar #newstext p {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: left;
	}

#subbarshort p {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: left;
	}
	
#subbarshort #newstext p {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: left;
	}



ul {
	margin-left: 15px;
	margin-top: 0;
	padding: 0;
	text-align: left;
	}

li {
	list-style-image: url('images/ltgi_bullet.png');
	font-size: 1.5em;
	line-height: 1.3em;
	text-align: left;
	}
/* End Text Styles */





img.icon, img.icon a { /* Defines Spacing between LTGI Product Icons */
	margin-right: 8px;
	border: 0;
	}
	
img.iconh, img.iconh a { /* Defines Spacing between LTGI Product Icons on Home Page */
	margin-left: 4px;
	margin-right: 4px;
	border: 0;
	}
	
img, img a { /* No Border on All images */
	border: 0;
	}
	
#flasharea {
	height: 220px;
	}

.aligncenter {
	text-align: center;
	}
	