/* CSS Document */
* {
	margin:0;
	padding:0;
	}
body{
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#083067;
	}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#083067;
	}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#083067;
	}	
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#083067;
	}			
#wrapp{
	width:1000px;
	height:600px;
	margin:0 auto;
	border:0px solid red;
		}
#footer{
	float:left;
	color:#000000;
	font-size:11px;
	text-align:center;
	margin-top:15px;
	width:982px;
	height:20px;
	}
#logo{
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	width:982px;
	height:85px;
	}
img {
	border:0px solid red;
 	}
#nav{
	float:right;
	width:680px;
	height:35px;
	margin:30px 0 0 3px;
	}
#main{
 	width:980px;
	height:550px;
	margin-top:10px;
	}
#spacelinks{
 	float:left;
 	width:186px;
	height:556px;
	background-image:url(../images/bgLeft4.jpg);
	background-repeat:no-repeat;
	}
#links{
 	width:120px;
	height:500px;
	margin:0 auto;
	padding-left:20px;
	padding-top:50px;
	overflow:auto;
	border:0px solid red;
	}

/*-------------Home---------------*/
#spaceHome{
	float:left;
	width:600px;
	height:557px;
	margin-left:2px;
	background-image:url(../images/bgWelcome4.jpg);
	background-repeat:no-repeat;
	border:0px solid black;
	}
#animationHome{
	width:500px;
	height:120px;
	border:0px solid red;
	}
#animationHome1{	
	width:500px;
	height:120px;
	margin:0 auto;
	margin-top:50px;
	border:0px solid black;
	}		
#homeWelcome{
	width:500px;
	height:280px;
	margin:0 auto;
	margin-top:20px;
	overflow:auto;
	border:0px solid black;
	}
#homeBanner{
	float:left;
 	width:186px;
	height:556px;
	margin-left:2px;
	background-image:url(../images/bgLeft4.jpg);
	background-repeat:no-repeat;
	color:#cccccc;
	}

	
/*-------------About---------------*/
#spaceAbout{
	float:left;
	width:600px;
	height:557px;
	margin-left:2px;
	background-image:url(../images/bgWelcome4.jpg);
	background-repeat:no-repeat;
	border:0px solid black;
	}
#aboutWelcome{
 	width:500px;
	height:430px;
	padding:20px;
	margin:0 auto;
	padding-top:50px;
	overflow:auto;
	border:0px solid black;
	}
#grahame{
	float:right;
 	width:200px;
	height:200px;
	margin:10px;
	background-image:url(../images/servicePic2.jpg);
	border:1px solid black;
	}
#myContent{
	float:left;
 	width:186px;
	height:556px;
	margin-left:2px;
	color:#cccccc;
	}		

/*-------------Service---------------*/
#spaceService{
	float:left;
	width:600px;
	height:537px;
	margin-left:2px;
	padding-top:20px;
	background-image:url(../images/bgWelcome4.jpg);
	background-repeat:no-repeat;
	border:0px solid blue;
	}
#serviceWelcome{
	float:right;
 	width:550px;
	height:450px;
	margin-top:25px;
	margin-right:5px;
	padding:10px;
	overflow:auto;
	border:0px solid green;
	}
#network{
	float:right;
 	width:200px;
	height:190px;
	background-image:url(../images/network.jpg);
	border:1px solid black;
	}	
#serviceBanner{
	float:left;
	width:186px;
	height:556px;
	margin-left:2px;	
	background-image:url(../images/bgLeft4.jpg);
	background-repeat:no-repeat;
	border:0px solid green;
	color:#cccccc;
	border:0px solid red;
	}
#servicePosition{	
	width:150px;
	height:auto;
	margin: 0 auto;	
	padding-top:80px;
	border:0px solid blue;
	}		

/*-------------Contact---------------*/
#spaceContact{
	float:left;
	width:600px;
	height:557px;
	margin-left:2px;
	background-image:url(../images/bgWelcome4.jpg);
	background-repeat:no-repeat;
	border:0px solid green;
	}
#contactWelcome1{
 	width:450px;
	height:200px;
	margin:0 auto;
	padding-top:84px;
	border:0px solid blue;
	}
#contactWelcome{
 	float:left;
 	width:220px;
	height:450px;
	margin:0px;
	border:0px solid red;
	}
#smbnetworks{
	float:right;
 	width:180px;
	height:180px;
	margin:0px;
	background-image:url(../images/skycity.jpg);
	background-repeat:no-repeat;
	border:1px solid black;
	}	
#contactBanner{
	float:left;
	width:186px;
	height:556px;	
	margin-left:2px;
	background-image:url(../images/bgLeft4.jpg);
	background-repeat:no-repeat;
	border:0px solid green;
	color:#cccccc;
	}
#position{	
	width:150px;
	height:auto;
	margin: 0 auto;	
	padding-top:80px;
	border:0px solid blue;
	}
.underline{
	text-decoration:underline;
	
}

.mail A:link {
	text-decoration:none; 
	color:#357bc0;
	}
.mail A:visited {
	text-decoration:none; 
	color:#357bc0;
	}
.mail A:active {
	text-decoration:none; 
	color:#083067;
	border-bottom:1px solid #083067;
	}
.mail A:hover {
	text-decoration:none; 
	color:#083067;
	border-bottom:1px solid #083067;
	}		
