@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px auto 0 auto;
	padding: 0px;
}
body {
	background-color:#000000;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-image:url(../images/site/bodybg.jpg);
	background-repeat:repeat-y;
	margin-right : auto;
	margin-left : auto;
	background-position : center top;
}
#container {
	width : 1024px;
	margin-right : auto;
	margin-left : auto;
	padding-right: 10px;
	padding-left : 10px;
	background-position : center top;
	background-repeat: repeat-y;
	height: auto;
}
#logo_container {
	display : block;
	border-bottom-width : 0;
	border-bottom-style : solid;
	border-bottom-color : #ffffd1;
	width : 1024px;
	height : 85px;
	background-image: url( ../images/site/logo_img.png);
	float: left;
	background-repeat: no-repeat;
}
#welcome {
	float: right;
	width: 567px;
	height: 76px;
	background-image: url(../images/site/welcome_txt.jpg);
	background-repeat: no-repeat;
	}
#nav ul {
	padding : 0;
	margin : 0;
	white-space : nowrap;
	color : white;
	float : left;
	width : 100px;
}
#nav ul li {
display : inline;
}
#nav ul li a {
	margin-top : 1.5em;
	color : white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	text-decoration : none;
	float : left;
}
#nav {
	background-image : url(../images/large/menubg3.jpg);
	background-repeat : no-repeat;
	padding-left: 104px;
	padding-top: 10px;
	height:auto;
	float:left;
	width: 185px;
	position: relative;
}
#main_content {
	float:left;
	width: 1024px;
	
	background-position : center top;
	background-repeat: repeat-y;
   }
#rightcol_info{
	float: right;
	width: 158px;
	height: auto;
	padding-left: 10px;
   }
#information {
	float:right;
	width: 158px;
	height: 162px;
	background-image: url(../images/site/info_bg.png);
	background-repeat:no-repeat;
	margin-right: 0px;
   }

#quote {
	float: right;
	width: 158px;
	height: 101px;
	background-image:url(../images/site/getaquote_bg.png);
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-right: 0px;
   }   
   
#examples {
	float: right;
	width: 158px;
	height: 101px;
	background-image:url(../images/site/viewexamples_bg.png);
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-right: 0px;
   }   

#extranews {
	float: right;
	width: 158px;
	height: 101px;
	background-image:url(../images/site/extra_news_bg.png);
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-right: 0px;
   }   
   
#latestprojects {
	float: right;
	width: 158px;
	height: 101px;
	background-image:url(../images/site/latest_projects_bg.png);
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-right: 0px;
   } 

#homecall {
	float: right;
	width: 158px;
	height: 101px;
	background-image:url(../images/site/home_call_bg.png);
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-right: 0px;
   } 
   
#contract {
	float: right;
	width: 158px;
	height: 101px;
	background-image:url(../images/site/contract_bg.png);
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-right: 0px;
   } 

#stuport {
	float: right;
	width: 158px;
	height: 101px;
	background-image:url(../images/site/stu_port.png);
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-right: 0px;
   } 
   
#thismonth {
	float: right;
	width: 158px;
	height: 101px;
	background-image:url(../images/site/this_month_bg.png);
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-right: 0px;
   } 
   
#packagedeals {
	float: right;
	width: 158px;
	height: 101px;
	background-image:url(../images/site/package_deals_bg.png);
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-right: 0px;
   } 
   
#studentadvert {
	float: right;
	width: 158px;
	height: 250px;
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	padding-left:4px;
   }

#ttadvert {
	float: right;
	width: 158px;
	height: 300px;
	background-repeat:no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	padding-left:4px;
   } 
   

.contactus {
	background-image:url(../images/site/contactusbg.png);
	width: 180px;
	height: 254px;
	margin-top: 20px;
	background-repeat: no-repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	float: left;
	margin-left: 0px;
}
#sendmessage {
	padding-top: 25px;
	padding-left:25px;
   }
#email {
	padding-top:22px;
	padding-left:25px;
	}
#phone {
	padding-top: 10px;
	padding-left: 25px;
   }
   
   #location {
	padding-top: 0px;
	padding-left: 5px;
   }
a {
   color:#ffffff;
   text-decoration: underline;
   }
a:hover {
   text-decoration:none;
   }
   h3 {
	color:#FFFFFF;
	margin-left: 10px;
}
   .h3 {
	color:#FFFFFF;
	margin-left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:900;
}
.address {
   color:#FFFFFF;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   }
#InputBox 

{
width: 145px;

height: 30px;

cursor: text;

margin-top: 2px;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

background-color: #b9b9b9;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

border-top-width: 1px;

border-right-width-value: 1px;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: 1px;

border-left-width-value: 1px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: solid;

border-right-style-value: solid;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: solid;

border-left-style-value: solid;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: #494949;

border-right-color-value: #494949;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: #494949;

border-left-color-value: #494949;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

}         
#content_home {
	float:left;
	width: auto;
	height: auto;
	margin-left: 15px;
	}
#Abt_content_home{
	float:right;
	width: 528px;
	height: auto;
	margin-right: 20px;
    }
.Home_information {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color:#FFFFFF;
	padding-top : 32px;
	line-height : 25px;
	padding-left: 33px;
	}	
#bottom_line {
	float: none;
	padding-top: 10px;
	background-image:url(../images/site/bottomline.png);
	background-repeat:no-repeat;
	width: 537px;
	height:3px;
	margin-left: 10px;
	margin-top: 22px;
      }
#sitebottom {
	background-image : url(../images/small/sitebottom.jpg);
	background-repeat : no-repeat;
	width : 450px;
	height : auto;
	float : none;
	margin-top : 28px;
}
.bottom_menu {
	width : 390px;
	height : auto;
	float : left;
	margin-left : 0px;
	margin-top : 0px;
}
ul.bottommenu {
	padding : 0;
	margin : 0;
	white-space : nowrap;
	color : #ffffff;
	float : none;
	width : 500px;
	border-style : solid;
	border-color : #ffffff;
	border-width : 0 0 0;
	margin-top : 0px;
	margin-left : 0px;
}
ul.bottommenu li {
display : inline;
}
ul.bottommenu li a {
padding-left : 1.3em;
padding-right : 1.3em;
color : #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-variant : normal;
float : left;
border-right-color : #ffffff;
border-right-style:groove;
border-right-width : 0px;
}
#copyright {
	font-size : 11px;
	float : none;
	width : 170px;
	height : auto;
	padding-left : 0px;
	color : #ffffff;
	padding-top : 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
#aboutus_top {
	width: 528;
	height:12px;
	background-image:url(../images/site/Aboutus/Top_bg2.png);
	background-repeat:no-repeat;
	display: block;
	float: none;
	}
#aboutus_container {
	width: 528px;
	height:auto;
	background-image:url(../images/site/Aboutus/container_bg3.png);
	background-repeat:repeat-y;
	float:left;
   }   
#aboutus_bottom {
	width: 528px;
	height: 14px;
	background-image:url(../images/site/Aboutus/bottom_bg.png);
	background-repeat:no-repeat;
	float:left;
	}
#About_img{
	width:230px;
	height:183px;
	float:left;
	background-image:url(../images/small/Aboutus_img.png);
	margin-right: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	}	
	
#package_img{
	width:230px;
	height:183px;
	float:left;
	background-image:url(../images/site/star.png);
	margin-right: 0px;
	margin-top: 0px;
	background-repeat: no-repeat;
	}	

#Aboutus_title {
	width: 100px;
	height:42px;
	background-image:url(../images/site/Aboutus_title.png);
	margin-top: 0px;
	margin-left: 10px;
	float: none;
	 }
#package_title {
	width: 300px;
	height:42px;
	background-color:#3E3E3E;
	margin-top: 0px;
	margin-left: 10px;
	float: none;
	 }

#About_info1{
	width:277px;
	height:auto;
	float:left;
	color:#CCCCCC;
	margin-top: 8px;
	margin-left: 0px;
	}
.About_txt {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 4px;
	float:none;
	line-height: 22px;
	}
	
.quote_txt {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 3px;
	float:right;
	line-height: 20px;
	margin-top: 33px;
	color: #FFFFFF;
	margin-left: 7px;
 }	
#news_container {
	float:left;
	width:527px;
	height:auto;
	margin-left:12px;
	}

#content_newstop {
	width:527px;
	height: 12px;
	background-image:url(../images/site/Top_bg.png);
	background-repeat:no-repeat;
	float:none;
	}
		
#content_newsbody {
	width:527px;
	height: auto;
	background-image:url(../images/site/container_bg.png);
	background-repeat:repeat-y;
	float:left;
	padding-left:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color:#FFFFFF;
	padding-top : 32px;
	padding-left:10px;
	line-height : 30px;
	}
	
#News_title{
	width: 59px;
	height: 42px;
	background-image:url(../images/site/News.png);
	margin-left: 10px;
	}
	
	
#content_newsbottom {
    width:527px;
	height: 14px;
	background-image:url(../images/site/bottom_bg.png);
	background-repeat:no-repeat;
	float:left;
	}


#news_container {
	float:left;
	width:528px;
	height:auto;
	margin-left:30px;
	}
.News_subtitle {
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-stretch:semi-condensed;
	color:#FFFFFF;
	width: 520px;
	padding-left:10px;
	padding-top:16px;
	}
.Info_bodytxt{
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	width: 515px;
	padding-left:10px;
	padding-top: 10px;
	}	
#content_newstop {
	width:528px;
	height: 12px;
	background-image:url(../images/site/Aboutus/Top_bg2.png);
	background-repeat:no-repeat;
	}
		
#content_newsbody {
	width:528px;
	height: auto;
	background-image:url(../images/site/Aboutus/container_bg3.png);
	background-repeat:repeat-y;
	float:left;
	padding-left:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color:#FFFFFF;
	padding-top : 0px;
	padding-left:0px;
	line-height : 25px;
	}
	

	
	
#content_newsbottom {
	width:528px;
	height: 14px;
	background-image:url(../images/site/Aboutus/bottom_bg.png);
	background-repeat:no-repeat;
	float:left;
	}
	
#howwework_title{
	width: 156px;
	height: 42px;
	background-image:url(../images/site/Howwework.png);
	margin-left: 10px;
   }
#warranty_title{
    width: 105px;
	height: 42px;
	background-image:url(../images/site/Warranty.png);
	margin-left: 10px;
   } 
ol { color:#CCCCCC;}     	
.whyus_txt{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	margin-left:5px;
	float:left;
	width: 465px;
	padding-right: 5px;
	line-height: 22px;
}	

.whyus_txt_xhtml{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	margin-left:5px;
	float:left;
	width: 300px;
	padding-right: 5px;
	line-height: 22px;
}	


#About_info2{
	width:510px;
	height:auto;
	float:none;
	color:#CCCCCC;
	margin-top: 8px;
	margin-left: 5px;
	}
	
#Jobs_title{
	width: 199px;
	height: 42px;
	background-image:url(../images/site/Jobs.png);
	margin-left: 10px;
	}	
#whyus{
	width:510px;
	height:auto;
	float:left;
	color:#CCCCCC;
	margin-top: 2px;
	margin-left: 10px;	
	}
#technology{
	width:495px;
	height:auto;
	float:left;
	color:#CCCCCC;
	margin-top: 10px;
	margin-left: 17px;
	}		
#whyus {
	margin-top: 5px;
	margin-left: 17px;
	float: none;
	width: 495px;
	height:auto;
	display: block;
	}
#whyus_top {
	width: 495px;
	height:35px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/site/whyus_top.png);
	}
	
#basicpackage_top {
	width: 495px;
	height:35px;
	float:left;
	background-repeat:no-repeat;
	background-color:#666666;
	}
	
#flash {
	margin-top: 10px;
	margin-left: 17px;
	float: left;
	width: 495px;
	height:auto;
	color: #CCCCCC;
	}
#flash_top {
	width: 495px;
	height:35px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/site/flash_title.png);
	margin-left: 15px;
	margin-top: 10px;
	}
	
#ebrochure_top {
	width: 495px;
	height:35px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/site/ebrochure_title.png);
	margin-left: 15px;
	margin-top: 10px;
	}	
		
#XHTML_top{
	width: 495px;
	height:35px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/site/XHTML_top.png);
	margin-left: 15px;
    }
#graphic_top{
	width: 495px;
	height:35px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/site/graphictop_bar.png);
	margin-left: 15px;
   }
#D_top{
	width: 495px;
	height:35px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/site/3Dtop_title.png);
	margin-left: 15px;
      }
#networking_top{
	width: 495px;
	height:35px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/site/NetworkingIT_top.png);
	margin-left: 15px;
   }	     		
#xhtml_img{
	background-image:url(../images/site/XHTML_img.png);
	width: 162px;
	height: 168px;
	float:left;
	margin-top: 0px;
	}
#ecommerce_img{
	background-image:url(../images/site/ecommerce_img.png);
	width: 162px;
	height: 168px;
	float:left;
	margin-top: 0px;
    }
	
#cms_img{
	background-image: url(../images/site/CMS_img.png);
	width: 162px;
	height: 168px;
	float:left;
	margin-top: 0px;
    }	
#flash_img{
	background-image:url(../images/site/flashlogo.png);
	width: 162px;
	height: 168px;
	float:left;
	margin-top: 0px;
    }	
	
#ebrochure_img{
	background-image: url(../images/site/e-brochure_img.png);
	width: 162px;
	height: 168px;
	float:left;
	margin-top: 0px;
    }		
#xhtml_container{
	width: 495px;
	float:left;
	height:auto;
	margin-left: 15px;
	background-image: url(../images/site/WhyUs_containerbg2.png);
	background-repeat: repeat-y;
	}		
#technology_title{
	width: 495px;
	height:35px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/site/tech_top.png);
   }
#Ecommerce_top{
	width: 495px;
	height:35px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/site/Ecommerce_top.png);
	margin-left: 15px;
	margin-top: 10px;
    } 
	
#CMS_top{
	width: 495px;
	height:35px;
	float:left;
	background-repeat:no-repeat;
	background-image: url(../images/site/CMS_top.png);
	margin-left: 15px;
	margin-top: 10px;
    }  	
	  	
#whyuscontainer {
	width: 495px;
	height:auto;
	float:left;
	line-height: 22px;
	background-image:url(../images/site/WhyUs_containerbg2.png);
	background-repeat:repeat-y;
	padding-left: 0px;
	}
#xhtmlmaincontainer {
	width: 495px;
	height:auto;
	float:left;
	line-height: 22px;
	background-image:url(../images/site/WhyUs_containerbg.jpg);
	background-repeat:repeat-y;
	padding-left: 0px;

  }
#technologycontainer{
	width: 495px;
	height:auto;
	background-image:url(../images/site/WhyUs_containerbg2.png);
	background-repeat:repeat-y;
	float:left;
	line-height: 22px;
   }	
#whyusbtm{
	width:495px;
	height:12px;
	background-image:url(../images/site/WhyUs_btmbg.png);
	float:left;
	margin-left: 0px;
	margin-bottom: 10px;
	 }	
#whyusbtm_websolution {
	width:495px;
	height:12px;
	background-image:url(../images/site/WhyUs_btmbg.png);
	float:left;
	margin-left: 15px;
}	 		
#technology_btm{
	width:495px;
	height:12px;
	background-image:url(../images/site/WhyUs_btmbg.png);
	float:left;
	margin-left: 0px;
   }
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative;
	height: 50px;
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
#websolution_img{
	background-image:url(../images/site/Web_solution3.png);
	width: 510px;
	height: 292px;
	float: left;
   }
#GraphicDesign_img {
	background-image:url(../images/site/Graphicdesign_img.png);
	width: 510px;
	height: 292px;
	float: left;
  }
#D_img {
	background-image:url(../images/site/3Dsolution_img.png);
	width: 510px;
	height: 292px;
	float: left;
    }
#networksolution_img{
	background-image:url(../images/site/Networksolution_img.png);
	width: 510px;
	height: 292px;
	float: left;
   }  
#footer {
	float:left;
	padding-left: 290px;
	width: 580px;
	height:auto;
   }   
img,div,a {
}



h2 	
{ 
	color: #999;
	margin-bottom: 0; 
	margin-left:13px;
	background: #8f8d8e
	height:30px;
	background:url(navigation.jpg) no-repeat;
}

h2 span
{
	display: none;
}

p	
{
	color: #FFFFFF;
	margin-top: 0em;
	font-size: 0.75em;
	padding-left:5px;
}

#navigation-block {
	position:relative;
	top:200px;
	left:200px;
}

#hide {
	position:absolute;
	top:30px;
	left:-190px;
}

ul#sliding-navigation
{
	list-style: none;
	font-size: 0.75em;
	margin: 30px 0;
	padding: 0;
	line-height: 22px;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 150px;
	padding: 5px 15px;
	margin: 0;
	margin-bottom: 2px;
	font-size:14px;
	line-height: 25px;
	margin-top: 5px;
}

ul#sliding-navigation li.sliding-element h3
{
	color: #fff;
	background: url(../images/site/menu/navigation.png) no-repeat;
	font-weight: normal;
	height: 40px;
}

.Aboutus_active {
background-image:url(../images/site/menu/Aboutus_active.jpg);
background-repeat:no-repeat;

}

.sliding-element a:hover {

background-repeat:no-repeat;

  }
ul#sliding-navigation li.sliding-element a
{
	color: #c5c5c5;
	border: 0px solid #8f8d8e;
	text-decoration: none;
}

ul#sliding-navigation li.sliding-element a:hover {
	color: #630c0d;
	
}

.bgimg {
    background-image:url(../images/site/menu/activebg.png);
	background-repeat:no-repeat;
	}
#body_container {
	width: 528px;
	padding:0;
	margin: 0;
	float:left;
	}
#sitemap_title {
   background-image: url(../images/site/sitemap.png);
   background-repeat:no-repeat;
   width: 199px;
	height: 42px;
	margin-left: 10px;

    }
. websites_text{
	font-weight: bold;
}
.startnow {
	color: #BB4849;
	font-weight: bold;
	font-size: 11px;
}
#network_container {
    width : 800px;
	margin-right : auto;
	margin-left : auto;
	padding-right: 10px;
	padding-left : 10px;
	background-position : center top;
	background-repeat: repeat-y;
	height: auto;
	background-color:#ffffff;

}
.networkfont {
   font-family:Geneva, Arial, Helvetica, sans-serif;
   font-size:13px;
   color:#999999;
   }
 .LANtable{
   width: 100%;
   text-align:center;
   color:#ffffff;
   background-color:#CCCCCC;
   line-height: 20px;
   
 
    }  
#images {
	width: 485px;
	height:auto;
	float:none;
	margin-left:0px;
	border: 1px solid #363636;
  }
#images_floor {
	width: 363px;
	height:auto;
	float:none;
	margin-left:0px;
	border: 1px solid #363636;
  }  
li.home a { background-image:url(../images/Site/buttons/home_a.png); width: 177px; height:25px;}
li.home a:hover { background-image:url(../images/Site/buttons/home_ahover.png); width: 177px; height:25px;}
li.solutions a { background-image:url(../images/Site/buttons/solutions_a.png); width: 177px; height:25px;}
li.solutions a:hover { background-image:url(../images/Site/buttons/solutions_ahover.png); width: 177px; height:25px;}
li.aboutus a { background-image:url(../images/Site/buttons/about_a.png); width: 177px; height:25px;}
li.aboutus a:hover { background-image:url(../images/Site/buttons/about_ahover.png); width: 177px; height:25px;}
li.portfolio a { background-image:url(../images/Site/buttons/portfolio_a.png); width: 177px; height:25px;}
li.portfolio a:hover { background-image:url(../images/Site/buttons/portfolio_ahover.png); width: 177px; height:25px;}
#usefullinks {
	float:left;
	margin-left: 10px;
	width: 495px;
  }
#officecall { width: 158px;
              height:101px;
			  background-image:url(../images/site/officecall_bg.png);
			  float: right;
			  margin-top:20px;
			  
			  }
.onlinestorage2 {
	width: 178px;
	height: 56px;
	background-image: url(../images/site/signupfornewsletter.png);
	color:#FFFFFF;
	float:left;
	margin-top: 10px;
			 }

 h1 { text-indent: -9000px;  
 } 