
header, nav {
	display: block;
	position: relative;	
}	

img, a, *:focus {
	outline: none;
}

a {
	text-decoration: none;
}

.c {
	text-align: center;
}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.j {
	text-align: justify;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

span.hl {
	font-weight: bold;
	color: #444;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.active, .active:hover, .active *, .active *:hover {
	cursor: default;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

.clear, form br {
	display: block;
	clear: both;
	float: none;
	line-height: 0px;
	font-size: 0px;
}

.notext {
	line-height: 0px;
	font-size: 0px;
}

.noheight {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.hidden {
	display: none;
}

.forcew {
	display: inline-block;
}

body {
	//background: #eee url(../img/bg.jpg) no-repeat center top;
	//padding-top: 50px;
}

#dim {
	
	

}

header {
	padding-bottom: 40px;
}

.page {
	position: relative;
	width: 900px;
	margin: 0px auto 50px auto;
	padding: 5px;
}

.bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: white;
	box-shadow: 0px 3px 15px -10px #000;
	-moz-box-shadow: 0px 3px 15px -10px #000;
	-webkit-box-shadow: 0px 3px 15px -10px #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

.inner {
	position: relative;
	padding: 45px 45px 85px 45px;
	box-shadow: 0px 0px 100px #f1f1f1 inset;
	background: white;
}

#doc_banner {
	margin: 100px 0px;
}

.inner a {
	border-bottom: 1px dotted #222;
}

.inner a:hover {
	color: #000;
	border-color: #000;
}

.inner h2.description a {
	color: #555;
	border-color: #555;
}

.inner h2.description a:hover {
	color: #111;
	border-color: #111;
}

nav a {
	border: 0px !important;
}

h1 {
	font-size: 30px;
}

h2 {
	margin-top: 10px;
	font-size: 22px;
	color: #555;
}

h2.description {
	margin: 20px 100px 0px 30px;
	font-size: 15px;
	font-style: italic;
}

h3 {
	margin: 40px 0px 20px 0px;
	font-size: 22px;
}

.page .inner p {
	margin-left: 30px;
}

.page .inner ul {
	margin: 20px 0px 0px 50px;
	list-style: circle;
}

.page .inner p {
	margin-top: 20px;
	list-style: circle;
}

.sep {
	width: 840px;
	height: 4px;
	margin: 50px 0px 0px -15px;
	background: url(../img/static.png) 0px -206px;
}

nav {
	margin-top: 30px;
}

nav a,
nav span {
	margin-top: 10px;
	float: left;
	display: block;
	line-height: 80px;
	height: 80px;
	color: #555;	
	margin-right: 30px;
	font-size: 12px;
}

nav a {
	width: 80px;
	margin-right: 10px;
	background-image: url(../img/logos.png);
}

#kmlogo {
	background-position: 0px -80px;
}

#kmlogo:hover {
	background-position: 0px 0px;
}

#fblogo {
	background-position: -80px -80px;
}

#fblogo:hover {
	background-position: -80px 0px;
}

#buynow {
	background-position: -160px -80px;
}

#buynow:hover {
	background-position: -160px 0px;
}



body.dark {
	background: #2d2d2d none;	
}

body.dark * {
	text-shadow: none;
	color: #999;	
}

body.dark .page .bg {
	background: #222;
	box-shadow: 0px 3px 15px -5px #000;
	-moz-box-shadow: 0px 3px 15px -5px #000;
	-webkit-box-shadow: 0px 3px 15px -5px #000;
}

body.dark .page .inner {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #111;
}

.leaves {
	display: none;
	position: absolute;
}

#le1 {
	width: 325px;
	height: 327px;
	left: -210px;
	top: 800px;
	background-image: url(/static/layerslider/img/leaf1.png);
}

#le2 {
	display: none;
	width: 219px;
	height: 208px;
	right: -100px;
	top: -40px;	
	background-image: url(/static/layerslider/img/leaf2.png);
}

#le3 {
	width: 289px;
	height: 307px;
	right: -130px;
	top: 1300px;
	background-image: url(/static/layerslider/img/leaf3.png);
}




.doc {
	margin-left: 155px;
	padding-bottom: 115px;
}

.doc h3 {
	margin-top: 100px;
}

.doc ul {
	margin: 10px 0px 0px 50px !important;
	list-style: upper-alpha !important;
}

.doc ul li {
	margin-bottom: 10px;
}

.doc ul li ul {
	margin: 10px 0px 15px 30px !important;
	list-style: decimal !important;
}

.doc ul li ul li {
	margin-bottom: 5px;
}



/* LayerSlider Layers and Sublayers unique styles */


#layerslider {
	width: 900px;
	height: 280px;

}

#leaf1 {
	left: 110px;
	top: -110px;
}

#leaf2 {
	left: -20px;
	top: 230px;
}

#leaf3 {
	left: 500px;
	top: -200px;
}

#clouds {
	left: -100px;
	top: -100px;
}

#earth {
	left: 850px;
	top: -67px;
}

#l5text1, #l5text2, #l5text3, #l5text4, #l5text5 , #l5text6,#l5text7,#l5text8,#l5text9,#l5text10,#l5text11,#l5text12,#l5text13, #l5text14 {
	color: #fff;
	padding:0px 20px 0px 20px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 32px;
	
	/* 
	//background-color:#000;
	// opacity:0.3;
 // filter:alpha(opacity=30); For IE8 and earlier */
	}

#l5text1, #l5text2, #l5text3, #l5text4, #l5text5, #l5text6,#l5text7,#l5text8 ,#l5text9,#l5text10,#l5text13, #l5text14 {
	width: 520px;
	
}
#l5text11,#l5text12
{
	width: 820px;
	}
	
	
#l5text1 {
	left: 0px;
	top: 50px;
	font-size: 24px;
	}

#l5text2 {
	left: 128px;
	top: 75px;	

			
}

#l5text3 {
	left: 600px;
	top: 190px;
	font-size: 24px;
}

#l5text4 {
	left: 660px;
	top: 220px;
}

#l5text5 {
	left: 600px;
	top: 190px;
}

#l5text6 {
	left: 703px;
	top: 220px;
}

#l5text7 {
	left: 550px;
	top: 170px;
}

#l5text8 {
	left: 600px;
	top: 200px;
}

#l5text9 {
	left: 30px;
	top: 100px;
}

#l5text10 {
	left: 80px;
	top: 135px;
}
#l5text11 {
	left: 400px;
	top: 140px;
}

#l5text12 {
	left: 440px;
	top: 170px;;
}
#l5text13 {
	left: 600px;
	top: 190px;
	font-size: 24px;
}

#l5text14 {
	left: 660px;
	top: 210px;
}