html, body
{
    font-family: century gothic, arial;
	font-size: 1em;
	color: #333333;
	
	margin:0px; 
	padding:0px;
}

#mikrotik
{
	border-radius: 3px;
	position:relative;
	top:-15px;
	left: 10px;
	width: 7%;
	height:7%;
}

#draytek
{
	border-radius: 3px;
	position:relative;
	top:-15px;
	left: 20px;
	width: 5%;
	height:5%;
}
#cyberoam
{
	border-radius: 3px;
	position:relative;
	top:-15px;
	left: 40px;
	width: 7%;
	height:7%;
}


#unifi
{
	border-radius: 3px;
	position:relative;
	top:-18px;
	left: 50px;
	width: 5%;
	height:5%;
}

#fortigate
{
	border-radius: 3px;
	position:relative;
	top:-13px;
	left: 60px;
	width: 7%;
	height:7%;
}

div, table, tr, td
{
    font-family: century gothic, arial;
	font-size: 1em;
	color: #333333;
	
	margin:0px; 
	padding:0px;
}

td
{
	border: 1px solid #808080;
	text-align: center;
	padding: 2px;
	font-size: 0.8em;
}

a
{
    font-family: century gothic, arial;
	font-style:normal;
	color:#fff;
	text-decoration:none;
	font-size: 0.9em;
	background: #999;
	padding: 0.1em;
	padding-left: 5px;
	padding-right: 5px;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
a:hover
{
	color: #00adef;
	background: #fff;
}

input, textarea, select
{
    font-family: century gothic, arial;
	font-size: 1em;
	color: #333;
	background: #fff;
	border: 0px;	
	margin:0px; 
	visibility: visible;	
	float: left;
	padding: 0.5%;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 68%;
	margin-top: 2px;
	margin-right: -2px;
	border: 1px solid #00adef;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
input:focus, textarea:focus , select:focus
{ 
    outline:none;
	color: #000;
	border: 1px solid #002c96;
}

.formDesc
{
	float: left;
	padding: 0.5%;
	padding-top: 12px;
	padding-left: 0px;
	width: 28%;
	clear: left;
	text-align: right;
	font-weight: 700;
}

.contactDiv
{
	float: left;
	width: 45%;
}

.sendButton
{
	margin-top: 10px;
	color: #00adef;
	font-size: 1.8em;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
	width: 69%;
	margin-left:: 28%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.sendButton:hover
{
	color: #fff;
	background: #002c96;
}


ul
{
	list-style-position:outside;
    margin:0;
	list-style-type:square;
}

ul li 
{
    margin: 0px;
    padding: 0px;
    margin-left: -1em;
}

img
{
	border: 0px;
	vertical-align: middle;
}

h1
{
	font-family: century gothic, arial;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 1.2em;
	margin: 0px;
	color: #002c96;
	text-transform: uppercase;
	margin-bottom: 5px;
	height: 1em;
}

h2
{
	font-family: century gothic, arial;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 1.2em;
	margin: 0px;
	color: #002c96;
	text-transform: uppercase;
	margin-bottom: 5px;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 1em;
	float: left;
	width: 100%;
	
	transition: background 0.5s, color 0.5s;
	-webkit-transition: background 0.5s, color 0.5s; /* Safari */
}
h2 img
{
	float: right;
	border: 0px;
	height: 100%;
	padding-right: 20px;
}
h2:hover
{
	background: #002c96;
	color: #fff;
}

.logo
{
	border: 0px;
	position: absolute;
	top: 5px;
	height: 135px;
	cursor: pointer;
}


.background
{
	z-index: -100;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.header
{
	width: 90%;
	z-index: 10;
	position: absolute;
	padding-right: 4%;
	padding-left: 6%;
	top: 0px;
	height: 150px;
	margin-bottom: 5px;
	margin-top: 5px;
	background: url('../images/back.jpg') repeat-x;
}

.footer
{
	width: 90%;
	background: #fff;
	z-index: 10;
	position: absolute;
	padding-left: 5%;
	padding-right: 5%;
	top: 785px;
	padding-top: 20px;
	padding-bottom: 20px;
	background:#333;
}
.footer a
{
	color: #fff;
	float: left;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 0.8em;
	background: #333;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.footer a:hover
{
	color: #00adef;
}

.footer div
{
	color: #fff;
	float: left;
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 0.9em;
	cursor: pointer;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.footer div:hover
{
	color: #00adef;
}
.content
{
	width: 90%;
	height: 620px;
	margin: 5%;
	margin-bottom: 0px;
	margin-top: 160px;
	overflow: hidden;
}

.verticalDiv1
{
	overflow: hidden;
	height: 620px;
	width: 18%;
	position: absolute;
	left: 5%;
	opacity: 1;
	cursor: pointer;
	z-index: 99;
	
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s; /* Safari */
}
.verticalDiv1 img
{
	border: 0px;
	width: 100%;
	z-index: 99;
	min-height: 620px;
}
.verticalDiv1:hover
{
	opacity: 0.7;
}

.verticalDiv2
{
	overflow: hidden;
	height: 620px;
	width: 18%;
	margin-right: 2px;
	position: absolute;
	left: 23.2%;
	opacity: 1;
	cursor: pointer;
	z-index: 99;
	
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s; /* Safari */
}
.verticalDiv2 img
{
	border: 0px;
	width: 100%;
	z-index: 99;
	min-height: 620px;
}
.verticalDiv2:hover
{
	opacity: 0.7;
}

.verticalDiv3
{
	overflow: hidden;
	height: 620px;
	width: 18%;
	margin-right: 2px;
	position: absolute;
	left: 41.4%;
	opacity: 1;
	cursor: pointer;
	z-index: 99;
	
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s; /* Safari */
}
.verticalDiv3 img
{
	border: 0px;
	width: 100%;
	z-index: 99;
	min-height: 620px;
}
.verticalDiv3:hover
{
	opacity: 0.7;
}

.verticalDiv4
{
	overflow: hidden;
	height: 620px;
	width: 18%;
	position: absolute;
	left: 59.6%;
	opacity: 1;
	cursor: pointer;
	z-index: 99;
	
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s; /* Safari */
}
.verticalDiv4 img
{
	border: 0px;
	width: 100%;
	z-index: 99;
	min-height: 620px;
}
.verticalDiv4:hover
{
	opacity: 0.7;
}

.verticalDiv5
{
	overflow: hidden;
	height: 620px;
	width: 18%;
	position: absolute;
	left: 77.8%;
	opacity: 1;
	cursor: pointer;
	z-index: 99;
	
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s; /* Safari */
}
.verticalDiv5 img
{
	border: 0px;
	width: 100%;
	z-index: 99;
	min-height: 620px;
}
.verticalDiv5:hover
{
	opacity: 0.7;
}

.heading1
{
	width: 16%;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 10px;
	margin-top: 20%;
	position: absolute;
	left: 5%;
	color: #fff;
	z-index: 100;
	text-align: right;
	background: rgba(0,0,0,0.6);
	margin-right: 5%;
	font-size: 19px;
	text-transform: uppercase;
	cursor: pointer;
	
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.heading1:hover
{
	background: rgba(0,0,0,0.9);
}

.heading2
{
	width: 16%;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 10px;
	margin-top: 20%;
	position: absolute;
	left: 23.2%;
	color: #fff;
	z-index: 100;
	text-align: right;
	background: rgba(0,0,0,0.6);
	margin-right: 5%;
	font-size: 19px;
	text-transform: uppercase;
	cursor: pointer;
	
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.heading2:hover
{
	background: rgba(0,0,0,0.9);
}

.heading3
{
	width: 16%;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 10px;
	margin-top: 20%;
	position: absolute;
	left: 41.5%;
	color: #fff;
	z-index: 100;
	text-align: right;
	background: rgba(0,0,0,0.6);
	margin-right: 5%;
	font-size: 19px;
	text-transform: uppercase;
	cursor: pointer;
	
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.heading3:hover
{
	background: rgba(0,0,0,0.9);
}

.heading4
{
	width: 16%;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 10px;
	margin-top: 20%;
	position: absolute;
	left: 59.8%;
	color: #fff;
	z-index: 100;
	text-align: right;
	background: rgba(0,0,0,0.6);
	margin-right: 5%;
	font-size: 19px;
	text-transform: uppercase;
	cursor: pointer;
	
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.heading4:hover
{
	background: rgba(0,0,0,0.9);
}

.heading5
{
	width: 16%;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 10px;
	margin-top: 20%;
	position: absolute;
	left: 78.1%;
	color: #fff;
	z-index: 100;
	text-align: right;
	background: rgba(0,0,0,0.6);
	margin-right: 5%;
	font-size: 19px;
	text-transform: uppercase;
	cursor: pointer;
	
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.heading5:hover
{
	background: rgba(0,0,0,0.9);
}

.textDiv
{
	height: 590px;
	width: 72%;
	padding-right: 1%;
	margin-right: 2px;
	position: absolute;
	left: 23.3%;
	z-index: 3;
	padding-top: 60px;
	background: #fff;
	text-align: justify;
	text-justify: auto;
	overflow: auto;
	font-size: 0.9em;
	line-height: 1.4em;
	background: #efefef;
}

.textDiv1
{
	height: 0px;
	width: 100%;
	float: left;
	overflow: hidden;
	font-size: 0.9em;
	line-height: 1.4em;
}