@charset "UTF-8";
/* CSS Document */

* {	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin-top: 0px;
	background-color: rgba(0,0,0,1.00);
	cursor: pointer;
}
#wrapper {
	max-width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Istok Web', sans-serif;
	background-color: #222222;
	}
#aboveheader {
	width: 100%;
	height: 40px;
	background-color: #0099cc;
}
aside {
	width: 25%;	
	background-color: #222222;
	float: left;
	max-height: 1000px;
}
.logoaside {
	width: 100%;
	height: auto;
	padding-top: 10%;
}


/*--- Navigation ---*/	
#nav {
	list-style: none;
	float: left;
	width: 85%;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	margin-top: 10%;
	padding-top: 10%;
}

.navigation ul {
	margin: 0 auto;
	padding: 0 auto;
	height: 20px;
}
.navigation li {
	list-style: none;
	border-bottom: 2px solid #fff;
	margin-top: 1px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.navigation li a {
	font-family: 'Raleway', sans-serif;
	text-align: left; color: #ffffff;
}
.navigation a {
	text-decoration: none;
	color: #F8F8F8;
	display: block;
}
.navigation a:hover {
	font-weight: bold;
	text-align: left;
}
 

.navbttn {display: none;}

#about header,
#services header,
#products header,
#clients header,
#contact header{
background-image: url(../images/header2.jpg);}

/*--- Active Pages ---*/
#home li.home a, 
#about li.about a,
#services li.services a,
#products li.products a,
#clients li.clients a,
#contact li.contact a {
font-weight: bold;
	text-align: left;
	color: #0099cc;
}

#right {
	width: 75%;
	height: auto;
	background-color: #FFFFFF;
	display: block;
	float: right;
	
}
header {
	height: auto;
	width: 100%;
	background-image: url(../images/header.jpg);
	color:#FFFFFF;
	text-align:CENTER;
	font-size:24px;

}
.headlogo {
	margin: 0 auto;
	width: 100%;
	height: auto;
display: block;
margin-left:auto;
margin-right:auto;
}

main {
	width: 100%;
	background-color: #ffffff;
	clear: both;
	
}
/*--Main Sections --*/


#about #top,
#services #top,
#products #top,
#clients #top,
#contact #top{
	width: 100%;
	height: 500px}

#top {clear: both;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
}
#atop {
	width: 25%;
	float: left;
	text-align:center;
}
#btop {
	width: 25%;
	float: left;
	text-align:center;
}
#ctop {
	width: 25%;
	float: left;
	text-align:center;
}
#dtop {
	width: 25%;
	float: left;
	text-align:center;
}
#middle {
	clear: both;
	position: relative;
	width: 100%;
	height: 250px;
	background-color: #0099cc;
}
#amiddle {
	width: 34%;
	float: left;
}
#bmiddle {
	width: 32%;
	height: 250px;
	float: left;
	background-color: #ffffff;
	background-image: url(../images/computer.jpg);
}
#cmiddle {
	width: 34%;
	float: left;
}
#bottom {
	min-height: 290px;
	clear: both;
	position: relative;
}
#abottom {
	width: 34%;
	float: left;
}
#bbottom {
	width: 66%;
	height: auto;
	float: left;
}
/*-- Footer --*/

footer {
	width: 100%;
	height: 40px;
	background-color: #0099CC;
	clear: both;
	line-height: 40px;
	position: relative;
	
}

/*-- Text and Images --*/
#home .header2 {display: none}
h2, p {margin-left: 20px; margin-right:20px;}

h2 {font-weight: 1000;}
h4 {font-weight: bolder; font-family: 'Istok Web', sans-serif; margin-left: 20px;  } 

#form, #mform {margin-left: 20px;}

.imgleft {float: left; margin-left: 20px; margin-right: 10px}

.imgright {float: right; margin-left: 10px; margin-right: 20px}

#mform {display: none;}

@media screen and (min-width: 641px) and (max-width: 960px){

	p{font-size: 14px; }
	
	#abottom {width: 100%}
	#bbottom {width: 100%}
	#repair, #software, #techsupport, #server {width:80%; height: auto}
	
	#nav {
		margin-left: -3%;
}
	#abottom {width: 34%}
	#bbottom {width: 66%}
	
	p{font-size: 12px;}
	
}

@media screen and (min-width: 481px) and (max-width: 640px){

#wrapper {width: 100%; height: auto;}
	
aside{height: 50%}
.logoaside {width: 60%; height: auto; margin-left: 20%;}
	header{display: none;}
	aside{width: 100%; clear: both;}
	nav{clear: both;}
	
	#right{width: 100%;
 }
	
	main {width: 100%;}
#top {width: 100%;}
	#atop, #btop, #ctop, #dtop {width: 50%}
#middle {width: 100%}
	#amiddle, #bmiddle, #cmiddle {width: 100%}
	#cmiddle{background-color: #0099cc;}	
#bottom {width: 100%}
	#abottom, #bbottom {width: 100%}
	
	#mform {display: none;}	
	
	
/* Navigation */
	


#nav {	list-style: none;
	float: left;
	width: 90%;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	margin-top: 10%;
	padding-top: 0%;
	margin-left: 2%
}	
	
.navbttn {display: block; padding: 0; margin: 0; font-size: 20px; background-color: #222222; text-align: center; color: #ffffff; }
	
	.navigation {width: 100%}	
.navigation a:hover {
	font-weight: bold; text-align: center; 
}
#nav:hover li {display:block; width: 100%;  text-align: center; }

	.navigation li {
	display:none;
		border-bottom: none;
	width: 100%; 
	text-align: center;
	
		}
.navbttn:active ul{display:block; width: 100%; color: #ffffff; text-align: center;}		

.navigation li a {
	width: 100%; background-color: #222222;
	font-family: 'Raleway', sans-serif;
	text-align:center;margin: 0 auto;
	padding-top: 2%; font-size:14px; 
}

	#home li.home a, 
#about li.about a,
#services li.services a,
#products li.products a,
#clients li.clients a,
#contact li.contact a {
font-weight: bold;
	text-align: center;
	color: #0099cc;
	
}
	
	h2, p {margin-left: 20px; margin-right:20px;}
	
	#mform {display: block; width: 300px;}
	#form {display: none;}

}

@media screen and (min-width: 0px) and (max-width: 480px){
	#wrapper {width: 100%; height: auto;}
.logoaside {width: 80%; height: auto; margin-left: 10%;}
	header{display: none;}
	aside{width: 100%; height: 100% clear: both;}
	nav{clear: both;}
	
	#right{width: 100%; height: 100%
 }
	
	main {width: 100%; display: table; position: relative; padding-bottom: 20px;}
#top {width: 100%; display: block;}
	#atop, #btop, #ctop, #dtop {width: 50%; font-size: 12px}
#middle {width: 100%}
	#amiddle, #bmiddle, #cmiddle {width: 100%}
	#cmiddle{background-color: #0099cc;}	
#bottom {width: 100%}
	#abottom, #bbottom {width: 100%; height: 100%}
	
	
/* Navigation */
	


#nav {	list-style: none;
	float: left;
	width: 90%;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	margin-top: 10%;
	padding-top: 0%;
}	
	
.navbttn {display: block; padding: 0; margin: 0; font-size: 20px; background-color: #222222; text-align: center; color: #ffffff; }
	
	.navigation {width: 100%}	
.navigation a:hover {
	font-weight: bold; text-align: center; 
}
#nav:hover li {display:block; width: 100%;  text-align: center; }

	.navigation li {
	display:none;
		border-bottom: none;
	width: 100%; 
	text-align: center;
	
		}
.navbttn:active ul{display:block; width: 100%; color: #ffffff; text-align: center;}		

.navigation li a {
	width: 100%; background-color: #222222;
	font-family: 'Raleway', sans-serif;
	text-align:center;margin: 0 auto;
	padding-top: 2%; font-size:14px; 
}

	#home li.home a, 
#about li.about a,
#services li.services a,
#products li.products a,
#clients li.clients a,
#contact li.contact a {
font-weight: bold;
	text-align: center;
	color: #0099cc;
	
}
	
#repair, #software, #techsupport, #server {width:60%; height: auto}	
	
.imgleft {float: left; margin-left: 0px; margin-right: 0px; width: 100%; margin-bottom: 10px; height: auto;}

.imgright {float: right; margin-left: 0px; margin-right: 0px; width: 100%; height: auto;}

p {margin-left: 10px; margin-right:10px; display: block;}
	
	footer {
	width: 100%;
	height: 40px;
	background-color: #0099CC;
	clear: both;
	position: inherit;
}
	
#mform {display: block; margin-left: 2%; padding-bottom: 10%; position: relative; }
	#widthm {max-width: 280px;}
	#form {display: none;}
	
	#top {display: inline-block}

}
