.top_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #000000;
}


#bottomnav a, #bottomnav a:visited  
	{color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
#bottomnav a:hover{
	color:#0000FF
}
#design
{
  float: left;
  width: 125px;
  height: 125px;
  /*border: 1px solid black;*/
}

#design a
{
  display: block;
  height: 125px;
  background: url(/images/icons/design_off.gif) no-repeat;  

}
#design a:hover
{
  display: block;
  height: 125px;
  background: url(/images/icons/design_on.gif) no-repeat;

}

#dev
{
  float: left;
  width: 125px;
  height: 125px;
  /*border: 1px solid black;*/
}
#dev a
{
  display: block;
  height: 125px;
  background: url(/images/icons/dev_off.gif) no-repeat;  

}
#dev a:hover
{
  display: block;
  height: 125px;
  background: url(/images/icons/dev_on.gif) no-repeat;

}

#network
{
  float: left;
  width: 125px;
  height: 125px;
  /*border: 1px solid black;*/
}
#network a
{
  display: block;
  height: 125px;
  background: url(/images/icons/network_off.gif) no-repeat;  
}

 #network a:hover{
  display: block;
  height: 125px;
  background: url(/images/icons/network_on.gif) no-repeat;
}

#sem
{
  float: left;
  width: 125px;
  height: 125px;
  /*border: 1px solid black;*/
}

#sem a
{
  display: block;
  height: 125px;
  background: url(/images/icons/sem_off.gif) no-repeat;  
  overflow: hidden;
}

#sem a:hover
{
  display: block;
  height: 125px;
  background: url(/images/icons/sem_on.gif) no-repeat;
}



/***************Josh's Magical WireFrame***********************************/
	body{
		text-align:center;
	}

	.whiteText {
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
	}
	
	#container{
		width:800px;
		
	}
	
	#centercontainer{
		text-align:center;
	
	}	
	
	#header{
		
	}
	
	#midnav{
		float:left;
		margin: 5px 0px 5px 0px;
	}

	#midnav a, #midnav a:visited  {
		color: #FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		text-decoration:none;
		width:198px;
		display:block;
		float:left;
		margin:0px;
	}
	
	#midnav a:hover{
		color:#0000FF;
	}

	#leftButtons{
		width:250px;
		float:left;
		border:0px;
		
	}

	#content{
		width:535px;
		background-image:url(http://www.amarketsolutions.com/images/home-main-right.jpg); 
		background-repeat:no-repeat;
		float:left;
		height:250px;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		text-align:left;
		position:relative;	
	}
	
	#content li {
		list-style: none;
		list-style-type: circle;
		background-position: left top;
		background-repeat: no-repeat;
		margin-bottom:5px;
}
	
	#placer1{
		margin:-30px 0px 0px 250px;
		width:300px;
	}
	#placer2{
		margin:-10px 20px 20px 20px;
		width:300px;
	}
	#placer3{
		margin:-30px 50px 0px 20px;
		width:300px;
	}
	#placer4{
		margin:-40px 100px 0px 20px;
		width:300px;
	}

	#footer{
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;	
	}

	#content ul{
		margin-top: 130px;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		text-align:left;
		position:relative;
	}

	.clearit{
		clear:both;
		margin:0px;
		padding:0px;
	}
	
	.box {
		float:left;
		width:350px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight:400;
		margin:5px;
	}
	.box a,.box a:visited  { 
		color:#FFFFFF
	
	}
	.box a:hover{
		color:#0000FF;
	}
	
	
	#devContent, #netContent, #semContent, #designContent{
		display:none;
	}


#container input, #container textarea {
	background-color:#333;
	width:250px;
	height:25px;
	font-size:12pt;
	border: 1px solid #000;
	color:#fff;
	font-family:Tahoma;

}

#container textarea{
	width:250px;
	height:200px;

}


#submitButton a{
	background-image:url(/images/icons/submit_off.gif);
	width:100px;
	height:49px;
	margin-left:0px;
	display:block;
}

#submitButton a:hover{
	background-image:url(/images/icons/submit_on.gif);
}


.textbox{
	font-size:12pt;
	color:#fff;
	font-family:Tahoma;
	width:400px;
}

.textboxSp{
	width:120px;
	text-align:right;
	margin:5px;
	vertical-align:top;
	float:left;
	position:relative;

}

#messageForm{
	width:450px;
	margin:20px 0px 10px 30px;
	float:right;

}

#messageTxt, .messageTxt{
	margin:20px 0px 10px 30px;
	font-size:12pt;
	color:#fff;
	font-family:Tahoma;
	width:250px;
	float:left;
}

#errormsg{
	width:200px;
	font-size:12pt;
	color:red;
	font-family:Tahoma;

}
/***************End Josh's Magical WireFrame***********************************/
