@charset "utf-8";
/* CSS Document */

body, ul, li, h1, h2 ,h3, h4, h5, h6, p, br, span, fieldset, form, input
{
	margin: 0px;
	padding: 0px;	
}
body
{
	background: #476405;
	font-size: 13px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #8b8b8b;

}
h1{
	font-size: 22px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #121212;
}
h2{
	font-size: 15px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #121212;
}
div
{
	float: left;	
}
a, a img
{
	outline: none;
	border: none;
	text-decoration: none;		
}
.full{
	margin: 0px auto;
	float: none;
	width: 902px;
}
.wrapper {
	width: 902px;
}
.logo{
	margin: 10px 20px 0 0;
}
.tabs{
	height: 33px;
	margin-top: 22px;
	float:right;
}
.nav{
	height: 33px;
	margin-right: 1px; 
}

.nav ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
.nav li
{
	float: left;
	display: block;
	margin: 0 1px 0 1px;

}
.nav li a
{
	color:#cccccc;
	text-decoration:none;
	text-align: center;
	display: block;
	font-size: 15px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 7px 18px 7px 18px;
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
}
.nav li a:hover
{
	background-image:url(../images/tabs-bg.png);
	padding: 7px 18px 7px 18px;
	color:#FFF;
	display: block;
	float: left;
}
li a.tabsactive
{
	background-image:url(../images/tabs-bg.png);
	padding: 7px 18px 7px 18px;
	color:#FFF;
	display: block;
	float: left;
}/*
.logintab{
	height: 33px;
}

.logintab ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
.logintab li
{
	float: left;
	display: block;
	margin: 0px;

}
.logintab li a
{
	background-image: url(../images/login-bg.png);
	color:#000;
	text-decoration:none;
	text-align: center;
	display: block;
	font-size: 15px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 7px 18px 7px 18px;
	border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
}*/
#bannercontainer{
	height: 412px;
	width: 902px;
}
.banner{
	height: 412px;
	width: 902px;
}
.ribbon
{
	background-position: 0 -119px;
	width: 98px;
	height: 84px;
	position: relative;	
	margin-bottom: -81px;
	z-index: 1000;
	display: block;
}
.footer{
	font-size: 14px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #cccccc;
	width: 902px;
	height: 57px;
	padding-top: 25px; 
}
.copyright
{
	width: 272px;
	margin: 0 10px 0 10px;
}
.copyright a
{
	color: #cccccc;
	text-decoration: none;
}
.copyright a:hover
{
	color: #cccccc;
	text-decoration: underline;
}
.footer-links
{
	text-align: right;
	float: right;
}
.footer-links a
{
	color: #cccccc;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
.footer-links a:hover
{
	color: #cccccc;
	text-decoration: underline;
}
.service-box{
	width: 900px;
	background: #ffffff;
	border: #d1d1d1 1px solid;
}
.service-each{
	width: 240px;
	height: 240px;
}
.services1{
	width: 230px;
	height: 90px;
	margin-top: 5px;
	line-height: 18px;
}
.services2{
	width: 150px;
	height: 92px;
	line-height: 18px;
}
.services-pic{
	width: 77px;
	height: 92px;
	margin-left: 3px;
}
.readmore{
	margin-top: 5px;
	height: 18px;
	background: url(../images/readmore-arrow.png) no-repeat;
	padding-left: 18px;
	font-size: 14px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #111111;
}
.readmore a{
	text-decoration: none;
	color: #111111;
}
.readmore a:hover{
	text-decoration: underline;
	color: #111111;
}
.usecase{
	width: 828px;
	background: #ffffff;
	border: #d1d1d1 1px solid;
	height: 237px; 
	margin: 0 0 25px 0;
	padding: 25px 30px 30px 42px;
}
.usecase-points
{
	margin: 0px 27px 0px 0px;
	width: 230px;
}
.usecase-points ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.usecase-points ul li
{
	list-style: none;
	margin: 20px 0px 0px 0px;
	float: left;
	width: 200px;
	height: 60px;
	line-height: 18px;
	padding: 6px 0px 6px 30px;
	text-decoration: none;
	background: url(../images/tick.png) no-repeat 0px 8px;
	text-align: left;
}

/* inner pages */
.inner-left{
	width: 610px;
	margin-top: 35px;
}
.inner-right{
	width: 238px;
	margin-top: 35px;
	padding-left: 52px;
	background: url(../images/side-bg.jpg) no-repeat;
}
.sidenav ul{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sidenav ul li
{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
	text-align: left;
	background: url(../images/side-tab.jpg);
}
.sidenav ul li a
{
	list-style: none;
	margin: 0px;
	float: left;
	width: 172px;
	height: 23px;
	padding: 4px 0px 4px 50px;
	text-decoration: none;
}
.sidenav ul li a:hover
{
	background: url(../images/side-hover.jpg);
	text-decoration: none;
}
.contact-us{
	 background: url(../images/contact.jpg) no-repeat; 
	 line-height: 24px; 
	 width: 228px; 
	 height: 109px; 
	 padding: 5px 0 0 35px;
}
.tour-videos{
	height: 199px;
	width: 610px;
}
.free-plan{
	width: 198px;
	height: 333px;
	margin-right: 6px;
	background: url(../images/free-plan.png);
}
.single-user{
	width: 198px;
	height: 333px;
	margin-right: 6px;
	background: url(../images/single-user.png);
}
.multi-user{
	width: 198px;
	height: 333px;
	background: url(../images/multi-user.png);
}
.inner-banners{
	height: 288px;
	width: 902px;
}
.inner-banners-txt{
	position: absolute;
	margin: 40px 0 0 50px;
	height: 210px;
	width: 360px;
}
.inner-banners-txt-first{
	color:#000000;
	opacity:0.75;
	display:block;
	font-size:19px;
	float: right;
	text-align: right;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
.inner-banners-txt-second { 
	color:#FFF; 
	display:block; 
	font-size:14px;
	float: right;
	text-align: right;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
