@charset "UTF-8";
@import url("layout.css");
body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mainnav li {
	float:left;
	background-image: url(../images/bg.gif);
}

#mainnav a {
	display: block;
	height: 29px;
	line-height: 28px;
}
#nav_home a {
	width:60px;
	background:url(../images/nav_home.gif) left top no-repeat;
}

#nav_technology a {
	width:160px;
	background:url(../images/nav_technology.gif) left top no-repeat;
}
#nav_av a {
	width:86px;
	background:url(../images/nav_av.gif) left top no-repeat;
}
#nav_infrastructure a {
	width:98px;
	background:url(../images/nav_infrastructure.gif) left top no-repeat;
}
#nav_about-us a {
	width:72px;
	background:url(../images/nav_about-us.gif) left top no-repeat;
}
#nav_contact-us a {
	width:100px;
	background:url(../images/nav_contact-us.gif) left top no-repeat;
}
#mainnav a:hover {
	background-position:left center;
}
#technology a.sel_technology, #av a.sel_av, #home a.sel_home, #infrastructure a.sel_infrastructure, #about-us a.sel_about-us, #contact-us a.sel_contact-us, #clients a.sel_clients {
	background-position:left bottom;
} 

html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, p, blockquote, pre,
 abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, /*sub, sup, */tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot {
	font-style: normal;
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: lighter;
}
/* remember to define focus styles! */
:focus {
}
body {
	color: #000000;
	 }
ul, ol {
	list-style: none;
}



blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*General Layout
-------------------------------------------------------------------------------------------*/
body {
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
#copy ol li, #copy ul li{
	padding:5px 0;
}
.clear {clear:both;}
.left {float: left;}
.right {float:right;}
.hide {display:none;}
.centertext {text-align:center;}
#wrapper {
	width:972px;
	margin:0 auto;
	height:400px;
}



a {
	color:#024F9E;
}
a:hover {
	color:#000;
	margin: 0px;
	padding: 0px;
}
#footer {
	padding:10px 0 10px 24px;
	color:#666;
	font-size:10px;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#333;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight: lighter;
	text-align: left;
	color: #333300;
	text-decoration: none;
	text-transform: none;
	font-stretch: wider;
	text-indent: 0px;
	background-image: url(../images/h1top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 4px;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	text-transform: capitalize;
	color:#0066FF;
	text-decoration: none;
	line-height: normal;
	background-color: #CCCCCC;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 0px;
	text-indent: 5px;
	letter-spacing: 0.13em;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-weight: bolder;
	text-transform: uppercase;
		color:#FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
