@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#f1f1f1;
	}
	
h1 {

	text-shadow: 0px 1px 1px #000000;
	margin:0;
	padding:0;
	
	}
	
h2 {
	color:#4b75db;
	font-size:22px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	line-height:normal;

}

h3 {
	color:#4b75db;
	padding:0px;
	margin:0px;
	line-height:normal;
}
	
#wrapper {
	width:908px;
	margin:auto;
	padding:auto;
	position:relative;
	}
	
#header {
	background-image:url(images/headerbg.png);
	background-repeat:no-repeat;
	width:904px;
	height:145px;
	margin:auto;
	}
	
#logo {
	padding:35px 0px 0px 20px;
}


#facebook {
	position:absolute; top: 38px; left:676px;
	}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 49px;
  margin-left:3px;
	margin-right:3px;
  
  background:#304d92;
  background: -moz-linear-gradient(top, #304d92 0%, #4b75db 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #304d92), color-stop(100%, #4b75db));
  background: -webkit-linear-gradient(top, #304d92 0%, #4b75db 100%);
  background: -o-linear-gradient(top, #304d92 0%, #4b75db 100%);
  background: -ms-linear-gradient(top, #304d92 0%, #4b75db 100%);
  background: linear-gradient(to bottom, #304d92 0%, #4b75db 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#304d92', EndColorStr='#4b75db', GradientType=0);
  border-bottom: 1px solid #304d92;
  border-top: 1px solid #4b75db;
  border-left:1px solid #545454;
  border-right:1px solid #545454;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #304d92;
  background: -moz-linear-gradient(top, #304d92 0%, #4b75db 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #304d92), color-stop(100%, #4b75db));
  background: -webkit-linear-gradient(top, #304d92 0%, #4b75db 100%);
  background: -o-linear-gradient(top, #304d92 0%, #4b75db 100%);
  background: -ms-linear-gradient(top, #304d92 0%, #4b75db 100%);
  background: linear-gradient(to bottom, #304d92 0%, #4b75db 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#304d92', EndColorStr='#4b75db', GradientType=0);
  color: #ffffff;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 49px;
  padding: 0 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #4b75db;
  margin-left: -10px;
}

#cssmenu > ul > li.active > a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #4b75db;
  background: -moz-linear-gradient(top, #4b75db 0%, #304d92 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b75db), color-stop(100%, #304d92));
  background: -webkit-linear-gradient(top, #4b75db 0%, #304d92 100%);
  background: -o-linear-gradient(top, #4b75db 0%, #304d92 100%);
  background: -ms-linear-gradient(top, #4b75db 0%, #304d92 100%);
  background: linear-gradient(to bottom, #4b75db 0%, #304d92 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#4b75db', EndColorStr='#304d92', GradientType=0);
}
#cssmenu > ul > li:hover > a {
  background: #4b75db;
  background: -moz-linear-gradient(top, #4b75db 0%, #304d92 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b75db), color-stop(100%, #304d92));
  background: -webkit-linear-gradient(top, #4b75db 0%, #304d92 100%);
  background: -o-linear-gradient(top, #4b75db 0%, #304d92 100%);
  background: -ms-linear-gradient(top, #4b75db 0%, #304d92 100%);
  background: linear-gradient(to bottom, #4b75db 0%, #304d92 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#4b75db', EndColorStr='#304d92', GradientType=0);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #4b75db;
  border-bottom: 1px dotted #6fc7ec;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #0c7fb0;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #6db2d0;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #095c80;
}

#content {
	background-color:#000000;
	background-image:url(images/contentbg.png);
	background-repeat:no-repeat;
	width:904px;
	margin:auto;
	border-bottom:1px solid #252525;
	position:relative;
}

#content a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#content a:hover{
	color:#4b75db;
	text-decoration:none;
	}
	
#homelink1{
	position:absolute; top:50px; left:170px;
	color:#FFFFFF;
	font-size:36px;
}

#homelink2{
	position:absolute; top:50px; left:660px;
	color:#FFFFFF;
	font-size:36px;
}

#homelink3{
	position:absolute; top:250px; left:30px;
	color:#FFFFFF;
	font-size:36px;
}

#homelink4{
	position:absolute; top:250px; left:660px;
	color:#FFFFFF;
	font-size:36px;
}

#homelink5{
	position:absolute; top:600px; left:200px;
	color:#FFFFFF;
	font-size:36px;
}

#testimonial {
	background-color:#ffffff;
	color:#000000;
	padding:10px 10px 0px 10px;
	margin-left:3px;
	margin-right:3px;
	border-top:1px solid #252525;
	border-bottom:1px solid #252525;

}

#ultra {
	background-color:#ffffff;
	color:#000000;
	padding:10px 10px 0px 10px;
	margin-left:3px;
	margin-right:3px;
	border-top:1px solid #252525;
	border-bottom:1px solid #252525;

}

#advanceda {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#666666;
	margin-top:10px;
	background-image:url(images/advanced-img-1.jpg);
	height:350px;
	width:890px;
	}
	
#advancedb {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#666666;
	margin-top:10px;
	margin-left:-10px;
	background-image:url(images/advanced-img-2.jpg);
	height:278px;
	width:890px;
	}
	
#advancedc {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#666666;
	margin-top:10px;
	background-image:url(images/advanced-img-3.jpg);
	height:350px;
	width:890px;
	}
	
#advancedd {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#666666;
	margin-top:10px;
	margin-left:2px;
	background-image:url(images/advanced-img-4.jpg);
	height:303px;
	width:890px;
	}
	
#advancede {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#666666;
	margin-top:10px;
	background-image:url(images/advanced-img-5.jpg);
	height:350px;
	width:890px;
	}
	

#ultraa {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#666666;
	margin-top:10px;
	margin-left:-10px;
	background-image:url(images/ultra-img-1.jpg);
	background-repeat:no-repeat;
	background-color:#f7f7f7;
	height:204px;
	width:900px;
	}
	
#ultrab {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#666666;
	margin-top:10px;
	margin-left:2px;
	background-image:url(images/ultra-img-2.jpg);
	height:226px;
	width:890px;
	}
	
#ultrac {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#666666;
	margin-top:10px;
	background-image:url(images/ultra-img-3.jpg);
	height:450px;
	width:890px;
	}
	
#ultrad {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#666666;
	margin-top:10px;
	background-image:url(images/ultra-img-4.jpg);
	height:226px;
	width:890px;
	}
	
#ultrae {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#666666;
	margin-top:10px;
	background-image:url(images/ultra-img-5.jpg);
	height:343px;
	width:890px;
	}


#about {
	background-color:#000000;
	padding:10px 10px 40px 10px;
	margin-left:3px;
	margin-right:3px;
	border-top:1px solid #252525;
	border-bottom:1px solid #252525;

}

#about a{
	color:#4b75db;
	text-decoration:none;
	}
	
#about a:hover{
	color:#FFFFFF;
	}

#footer {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	height:96px;
	width:908px;
	font-size:9px;
	padding-top:10px;
	line-height:16px;

}

#footer a{
	color:#ffffff;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#4b75db;
	}