body{
	background: url('images/gradient_silver.png') repeat;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: 'Lato', sans-serif;
	}

#header{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 10%;
	background-color: rgba(255,255,51,0.7);
	border-bottom: 5px solid black;
	overflow: hidden;
}

#logo{
	position: relative;
	float: left;
	left: 5%;
	top: 10%;
	font-size: 50px;
	font-weight: 100; 
	width: 30%;
	display: none;
}

#logo a:link {text-decoration:none; color: black;}
#logo a:visited {text-decoration:none; color: black;} /* visited link */
#logo a:hover {text-decoration:none; color: black;}   /* mouse over link */
#logo a:active {text-decoration:none; color: black;}  /* selected link */

#menu{
	position: relative;
	float: left;
	left: -6%;
	width: 60%;
	height: 100%;
	border-left: solid 5px black;
	overflow: hidden;
}

ul
{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

ul a
{
	float:left;
	text-decoration:none;
	border-right: solid 5px black;
	height: 100%;
	width: 32%;
	color: black;
	text-align: center;
	font-size: 25px;
}

ul a:hover {
	background: -moz-linear-gradient(top, #ffff88 0%, #ffff47 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffff88), color-stop(100%,#ffff47)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffff88 0%,#ffff47 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffff88 0%,#ffff47 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffff88 0%,#ffff47 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffff88 0%,#ffff47 100%); /* W3C */
}

li {
	display:inline;
	height: 100%;
	line-height: 70px;
}

#menu li .last{
	border-right:5px solid black;
}

#login{
	position: relative;
	float: right;
	top: 22%;
	right: 7%;
}

#content{
	position: relative;
	left:0;
	float: left;
	top: 0;
	bottom: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

#content2{
	position: relative;
	left: 0;
	font-family: 'Lato', sans-serif;
	top: 0;
	bottom: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}


#content3{
	position: relative;
	left: 0;
	font-family: 'Lato', sans-serif;
	top: 0;
	bottom: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}



#basicproimage{
	position: relative;
	background: url('images/basic-pro.png') no-repeat;
	bottom: -120px;
	left: -400px;
	height: 100%;
	width: 100%;
}


#basicprotitle{
	position: absolute;
	top: 5%;
	width: 80%;
	left: 33%;
	font-size: 55px;
	display: none;
}

#basicprodescription{
	position: absolute;
	left: 100%;
	top: 40%;
	height: 100%;
	width: 60%;
	font-size: 20px;
	font-weight: 100; 
}

#basicprolearnmore{
	position: absolute;
	top: 80%;
	left: 85%;
	display: none;
}


#advancedimage{
	position: relative;
	background: url('images/advanced.png') no-repeat;
	top: 150px;
	left: -1500px;
	width: 100%;
	height: 30%;
}


#advancedtitle{
	position: absolute;
	top: -60px;
	width: 80%;
	left: 20%;
	font-size: 55px;
	display: none;
}

#advanceddescription{
	position: absolute;
	left: 25%;
	top: -300px;
	height: 100%;
	width: 50%;
	font-size: 20px;
	font-weight: 100; 
}

#advancedlearnmore{
	position: absolute;
	top: 80%;
	left: 85%;
	display: none;
}

#basicimage{
	position: relative;
	background: url('images/basic.png') no-repeat;
	bottom: -320px;
	float: right;
	left: 80%;
	width: 100%;
	height: 80%;
	background-size: contain;
}


#basictitle{
	position: absolute;
	top: -60px;
	width: 80%;
	left: 10%;
	font-size: 55px;
	display: none;
}

#basicdescription{
	position: absolute;
	left: -600px;
	top: 200px;
	height: 100%;
	width: 50%;
	font-size: 20px;
	font-weight: 100; 
}

#basiclearnmore{
	position: absolute;
	top: 70%;
	left: 32%;
	display: none;
}



.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:45px;
	line-height:45px;
	width:91px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #287ace;
}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.classname:active {
	position:relative;
	top:1px;
}

