@charset "utf-8";
/* CSS Document */
body
{
	background:#000137 url(../images/banner.jpg) no-repeat top center;
	height:287px;
	margin:0;
	padding:0;
	font: 95%/1.4 Helvetica, Verdana, Arial, sans-serif;
	color:#000;
}
h1,h2, p{
	padding:0 5px;
	margin:0;
}
h1, h2{
	color:#000036
}
h1, h2{
	border-bottom:1px solid #444;
	
}
nav{
	background:#aeaec1;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	
	width:100%;
	height:30px;
	margin-top:200px;
}

nav ul{
	list-style:none;
	text-align:center;
	width:500px;
	margin:0 auto;
	float:right;
	margin:0 auto;
}
nav ul li a:visited, nav ul li a:link{
	display:block;
	float:left;
	line-height:30px;
	height:30px;
	color:#fff;
	padding:0 10px;
	text-decoration:none;
	text-transform:capitalize;
}
nav ul li.link a:hover{
	background:#36C;
}

.content{
	min-height:600px;
	width:800px;
	background:#CCC;
	margin:20px auto;
	border:2px solid #fff;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
display:block;
}

.content img{
	margin:10px;
}

.content p{
	margin:8px;
}
.nobordercontent{
	min-height:400px;
	width:800px;
	margin:0 auto;
	text-align:center;
	margin-top:40px;
	
}

#footer{
	width:100%;
	background:#aeaec1;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	height:30px;
	text-align:center;
	line-height:30px;
	
}

.button{
	width:250px;
	height:80px;
	display:block;
	font-weight:bold;
	line-height:80px;
	color:#000;
	font-size:28px;
	cursor:pointer;
	float:left;
	margin:0 5px;
}

.button p a{
	text-decoration:none;
	color:#000;
}

.computers{
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

border:2px solid #fff;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	
}
.web{
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e9924 0%, #29d835 50%, #20ca54 51%, #a0e87d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e9924), color-stop(50%,#29d835), color-stop(51%,#20ca54), color-stop(100%,#a0e87d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e9924 0%,#29d835 50%,#20ca54 51%,#a0e87d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e9924 0%,#29d835 50%,#20ca54 51%,#a0e87d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e9924 0%,#29d835 50%,#20ca54 51%,#a0e87d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e9924 0%,#29d835 50%,#20ca54 51%,#a0e87d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9924', endColorstr='#a0e87d',GradientType=0 ); /* IE6-9 */

border:2px solid #fff;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;

}

.network{
background: #081c33; /* Old browsers */
background: -moz-linear-gradient(top,  #081c33 0%, #1e497b 50%, #173a63 51%, #1e4879 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#081c33), color-stop(50%,#113662), color-stop(51%,#207cca), color-stop(100%,#1e4879)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #081c33 0%,#1e497b 50%,#173a63 51%,#1e4879 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #081c33 0%,#1e497b 50%,#173a63 51%,#1e4879 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #081c33 0%,#1e497b 50%,#173a63 51%,#1e4879 100%); /* IE10+ */
background: linear-gradient(to bottom,  #081c33 0%,#1e497b 50%,#173a63 51%,#1e4879 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#081c33', endColorstr='#1e497b',GradientType=0 ); /* IE6-9 */
border:2px solid #fff;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;

}
.network:hover{
background: #081c33; /* Old browsers */
background: -moz-linear-gradient(top,  #1e4879 0%, #1e497b 50%, #173a63 51%, #081c33 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e4879), color-stop(50%,#113662), color-stop(51%,#207cca), color-stop(100%,#081c33)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e4879 0%,#1e497b 50%,#173a63 51%,#081c33 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e4879 0%,#1e497b 50%,#173a63 51%,#081c33 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e4879 0%,#1e497b 50%,#173a63 51%,#081c33 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e4879 0%,#1e497b 50%,#173a63 51%,#081c33 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4879', endColorstr='#081c33',GradientType=0 ); /* IE6-9 */
}

.web:hover{
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #a0e87d 0%, #29d835 50%, #20ca54 51%, #1e9924 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e9924), color-stop(50%,#a0e87d), color-stop(51%,#20ca54), color-stop(100%,#1e9924)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a0e87d 0%,#29d835 50%,#20ca54 51%,#1e9924 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a0e87d 0%,#29d835 50%,#20ca54 51%,#1e9924 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a0e87d 0%,#29d835 50%,#20ca54 51%,#1e9924 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a0e87d 0%,#29d835 50%,#20ca54 51%,#1e9924 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0e87d', endColorstr='#1e9924',GradientType=0 ); /* IE6-9 */
}

.computers:hover{
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#7db9e8), color-stop(51%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}

.error_green{
	border:2px solid green;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	background:#aad79e url(../images/tick.png) left no-repeat;
	line-height:30px;
	text-indent:40px;
	color:#444;
	padding:3px;

}
.error_red{
	border:2px solid red;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	background:#b58889 url(../images/error.png) 10px no-repeat;;
	line-height:30px;
	text-indent:40px;
	color:#fff;
	padding:3px;

	
}
