@charset "utf-8";

/* new Lightmaker CSS */

a.green.small{
	height: 20px;
	position: relative;
	display: inline-block;
	line-height: 18px;
	background: url(../images/lm/button-green-sm.png) center top;
	color: white;
	padding:0 8px;
	}
	a.green.small .left{
		display: block;
		width: 8px;
		height: 20px;
		background: url(../images/lm/button-green-sm.png) left top no-repeat;
		position: absolute;
		top: 0;
		left: -1px;
		}
	a.green.small .right{
		display: block;
		width: 8px;
		height: 20px;
		background: url(../images/lm/button-green-sm.png) right top no-repeat;
		position: absolute;
		top: 0;
		right: -1px;
		}
a.green.small:hover{
	background-position: 0 -20px;
	}
	a.green.small:hover .left{
		background-position: left -20px;
		}
	a.green.small:hover .right{
		background-position: right -20px;
		}

#nav {
	width:100%;
	overflow:hidden;
	margin:15px 0;
	}
#nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
#nav li {
	float:left;
	}
#nav li a {
	overflow:hidden;
	height:40px;
	display:block;
 	background:url(../images/lm/main-menu.png);
	font-size:13px;
	color:#fff;
	text-decoration:none;
	text-indent: -9000px;
	}
	#nav #nav-systems a{
		width:162px;
		background-position: 0 0;
		}
		#nav #nav-systems a:hover{
			background-position: 0 -40px;
			}
		#nav #nav-systems a.active{
			height:45px;
			background-position: 0 -80px;
			}
	#nav #nav-software a{
		width:161px;
		background-position: -162px 0;
		}
		#nav #nav-software a:hover{
			background-position: -162px -40px;
			}
		#nav #nav-software a.active{
			height:45px;
			background-position: -162px -80px;
			}
	#nav #nav-partners a{
		width:161px;
		background-position: -323px 0;
		}
		#nav #nav-partners a:hover{
			background-position: -323px -40px;
			}
		#nav #nav-partners a.active{
			height:45px;
			background-position: -323px -80px;
			}
	#nav #nav-services a{
		width:161px;
		background-position: -484px 0;
		}
		#nav #nav-services a:hover{
			background-position: -484px -40px;
			}
		#nav #nav-services a.active{
			height:45px;
			background-position: -484px -80px;
			}
	#nav #nav-resellers a{
		width:161px;
		background-position: -645px 0;
		}
		#nav #nav-resellers a:hover{
			background-position: -645px -40px;
			}
		#nav #nav-resellers a.active{
			height:45px;
			background-position: -645px -80px;
			}
	#nav #nav-about a{
		width:164px;
		background-position: -806px 0;
		}
		#nav #nav-about a:hover{
			background-position: -806px -40px;
			}
		#nav #nav-about a.active{
			height:45px;
			background-position: -806px -80px;
			}

#pci-promo{
	width: 180px;
	height: 110px;
	background: url(../images/lm/pci-promo.jpg) no-repeat;
	margin: 15px 0;
	font-size: 11px;
	}
	#pci-promo p{
		padding: 63px 10px 10px 10px;
		}

/* CSS Document */

body{ 
	background:url(../images/bg/bg.png) center top no-repeat;
	padding:0;
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}
a{
	color: #3CB300;
	text-decoration: none;
	}
	a:hover{
		text-decoration: underline;
		}

.small {
	font-size: 11px;
	}

.cleardiv {
	clear:both;
	}

h1 {
	padding:0 0 14px 0;
/*	margin:0;*/
	font-size:20px;
	color:#3c3623;
	font-weight:normal;
}

h2 {
	padding:0 0 1px 0;
	margin:0;
	font-size:16px;
	color:#999999;
	font-weight:normal;	
}

h3 {
	padding:0 0 1px 0;
	margin:0;
	font-size:16px;
	color:#3CB300;
	font-weight:normal;	
}

#container {
	width:970px;
	margin:0 auto; 
}

#util {
	height:30px;
	padding:10px 0 0 15px;
	margin-bottom:15px;
	position:relative;
	color:#666;
}

#util a {
	color:#3cb300;
	text-decoration:none;
	margin-right:35px;
	font-weight:bold;
	}
	#util a:hover{
		text-decoration: underline;
		}

#util .util-contact{
	color:#666;
	margin-right: 0px;
}
	#util a.util-contact:hover{
		text-decoration: none;
		}

#logo-banner {
	position:relative;
	width:100%;
}

#logo {
	position:absolute;
	top:40px;
	left:8px;
	z-index: 2000;
}

#logo img {
	border: none;
}

#banner {
	text-align:right;
}

#main {
	width:970px;
	overflow:hidden;
}

#menu {
	float:left;	
/*	width:175px;
	margin-left:2px;
	padding-top:20px;*/
	width:180px;
	margin-right:20px;
	padding: 10px 0 15px 0;
}

#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#menu li.menu-title {
	font-size:13px;
	color:#666666;
	padding:0 0 10px 19px;
}

#menu li.first-menu {
	border-top:1px solid #b4b4b4;
}

#menu li a {
	line-height:13px;
	border-bottom:1px solid #b4b4b4;
	text-decoration:none;
	display:block;
	color:#3c3623;
	background:url(../images/bg/bullet.gif) 20px 11px no-repeat;
	padding:6px 10px 8px 31px;
}

#menu li ul {
	border-bottom:1px solid #b4b4b4;
	padding:5px 0 7px 0;
}

#menu li ul li a {
	border:none;
	padding:3px 10px 3px 42px;	
	background-position:32px 8px;
}

.inactive {
	display:none;
}
li.active .inactive {
	display:block;
}

#content {
	float:left;
	width:611px;
	color:#333333;
}

#content p {
	padding:0 0 15px 0;
	margin:0;
	line-height:18px;
}

#content-inner {
	padding:14px 34px 0 23px;
	position:relative;
}

#content a {
	color:#3CB300;
	text-decoration:none;
}

#content a:visited {
	color:#3CB300;
	text-decoration: none;
}

#content a:hover {
	color:#3CB300;
	text-decoration:underline;	
}

#cta {
	float:right;	
	width:180px;
}

.product-promo{
	
	}
	.product-promo a{
		float: left;
		margin-left: 9px;
		}
	.product-promo span{
		position: absolute;
		text-indent: -9000px;
		overflow: hidden;
		}

#squirrel-one {
	background:url(../images/lm/squirrel-pro.jpg) top left no-repeat;
	width:180px;
	height:241px;
	position: relative;
	float: right;
	clear: right;
	}
	#squirrel-one a{
		margin-top: 60px;
		}

#siab{
	background: url(../images/lm/siab.jpg) top left no-repeat;
	width:180px;
	height:255px;
	position: relative;
	margin-top: 10px;
	float: right;
	clear: right;
	}
	#siab a{
		margin-top: 71px;
		}

#cta-demo a,
#content a.green-button { 
	background:url(../images/cta/green-button.png) top left no-repeat; 
	color:white; 
	font-size:15px; 
	display:block; 
	padding-top:12px; 
	text-decoration:none;
	height:28px;
	width: 180px;
	margin:9px 0;
	text-align: center;
	}

#cta-demo a:hover,
#content a.green-button:hover {
	background-position: 0 -40px;
}
	#cta-demo a img{
		display: none;
		}

#how-can-we-help {
	background:url(../images/cta/cta-contact.gif) top left no-repeat;
	margin-top: 15px;
	float: right;
	clear: right;
}

#cta-help-title {
	color:#FFFFFF;
	padding:7px 0 0 16px;
	display: block;
	width: 164px;
	height:24px;
}

.cta-heading {
	font-size:14px;
	color:#1a1a1a;
	display:block;
	letter-spacing:-0.25px;	
}

.cta-help-container {
	padding:8px 0 0 16px;
	height:45px;
	background:url(../images/cta/cta-border.gif) 16px bottom no-repeat;
	width:164px;
}

a.email-us {
	display:block;
	background:url(../images/cta/email.gif) 1px 2px no-repeat;
	color:#666666;
	text-decoration:none;
	font-size:13px;
	padding:2px 0 0 33px;
	}

#footer-outer {
	background:url(../images/bg/footer-bg.gif) 0 33px repeat-x;
	clear: both;
	}
#footer { width:970px; margin:0 auto; font-size:11px; color:#666666; background:url(../images/bg/footer-bg.gif) 0 33px repeat-x; }
#footer a { color:#333333; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
.footer-tel { color:#3CB300; }
#microsoft-certified { float:left; width:114px; height:46px; padding-left:20px; }
#footer-right { float:left; white-space:pre; padding:39px 0 10px 2px;  }
#footer-right a.footer-contact {color: #666666; text-decoration:none;}
#footer-right a.footer-contact:hover {color: #666666; text-decoration:underline;}

/* homepage */
#home #content {
	width:570px;
	float: left;
	position: relative;
	}
#banner{
	height:147px;
	position: relative;
	}
	/* not using #baner.one because of an IE6 bug */
	#logo-banner .one{
		background: url(../images/lm/banner1.jpg) no-repeat scroll right top;
		}
	#logo-banner .two{
		background: url(../images/lm/banner2.jpg) no-repeat scroll right top;
		}
	#logo-banner .three{
		background: url(../images/lm/banner3.jpg) no-repeat scroll right top;
		}
	#logo-banner .four{
		background: url(../images/lm/banner4.jpg) no-repeat scroll right top;
		}
	#logo-banner .five{
		background: url(../images/lm/banner5.jpg) no-repeat scroll right top;
		}
	#logo-banner .six{
		background: url(../images/lm/banner6.jpg) no-repeat scroll right top;
		}
	#logo-banner .seven{
		background: url(../images/lm/banner7.jpg) no-repeat scroll right top;
		}
	
	#banner a.testimonials{
		position: absolute;
		right: 15px;
		bottom: 5px;
		color: #3CB300;
		text-decoration: none;
		font-weight: bold;
		}
		#banner a.testimonials:hover{
			text-decoration: underline;
			}

#home #content p {
	padding-bottom:10px;
}

#home #content-inner {
	padding:9px 0 0 0;
}

#home #cta-demo a {
	margin:15px 0 9px;
}

#home-flash {
	display: none;
}

#home-middle {
	float:left;
	width:180px;
	margin-right:20px;
	padding: 10px 0 15px 0;
}

#home h1 {
	padding:0;
}

.home-title-orange {
	display:block;
	color:#3CB300;
	font-size:15.5px;
	padding-bottom:10px;
}

.news-heading {
	background-color:#e5e5e5;
	border:1px solid #5b5a55;
	font-size:13px;
	padding:7px 0 6px 10px;
	color:#000000;
}

.news-container {
	background:url(../images/home/news-bg.gif) top left no-repeat;
	border:1px solid #c9c7c3;
	border-top:none;
	font-size:11px;
}

.news {
	border-bottom:1px solid #9b988f;
	padding:8px 8px 0 8px;
	line-height:14px;
}

.last-news {
	border: none;
	padding-bottom: 3px;
}

.news a {
	color:#3CB300;
}

.news p {
	margin:0;
	padding:0 0 10px 0;
}

.news br {
	line-height:12px;
}

.news-headline {
	font-weight:bold;
}

#home-list {
	overflow: hidden;
	padding-bottom: 15px;
	}

#home-list ul {
	padding:0 18px 0 0;
	margin:0;
	list-style-type:none;
	float:left;
	width:254px;
}

#home-list li {
	background:url(../images/lm/icon-check.png) 0 0 no-repeat;
	padding-left: 30px;
	padding-bottom: 5px;
	line-height:18px;
	font-weight: bold;
	}

#home #how-can-we-help {
	background:url(../images/home/home-help.gif) top left no-repeat;
	margin-top: 15px;
	padding-bottom: 20px;
	float: none;
	clear: both;
	}

#home #how-can-we-help div {
	position:relative;
	}

#home #cta-help-title {
	color:#FFFFFF;
	padding:7px 0 0 16px;
	height:24px;	
}

#home .cta-help-container {
	float:left;
	margin:6px 0 6px 7px;
	padding:2px 0 0 16px;
	height:39px;
	width:132px;
	border-right:1px solid #97948a;
	background:none;
}

.partner-logos img{
	border: none;
	}

#home #home-cta-customer {
	width:149px;
}

#home #home-cta-resellers {
	width:177px;
	border:none;
}

.home-more-arrow {
	color:#3CB300;
}

.cleardiv {
	clear:both;
}

#util-search {
	position:absolute;
	top:11px;
	right:0;
}

#search-title {
	float:left;
}

a#go-btn {
	background:url(../images/home/go-btn.png) top left no-repeat;
	width:38px;
	padding-top:18px;
	height:0;
	overflow:hidden;
	display:block;
	float:left;
	margin-left:4px;
	margin-right:15px;
	}
	a#go-btn:hover{
		background-position: 0 -18px;
		}

#search-field {
	background:url(../images/home/search-field.gif) top left no-repeat;
	float:left;
}

#search-field input {
	background:none;
	border:none;
	padding:0 4px;	
	width:130px;
	height:18px;	
}

form {
	margin:0; padding:0;
}
