
/* Layout Stylesheet */ 


body{
 padding:0;
 margin: 0;
 background: url(images/background.jpg) no-repeat bottom right fixed;
 } 

#lefttopcorner{
 position: absolute;
 top: 101px;
 left: 0px;
 width: 145px;
 height: 5px;
 background: url(images/lefttopcorner.jpg) no-repeat;
 color: white;
 margin: 0;
 padding: 0;
 z-index: 1;
 }
  
#home{
 position: absolute;
 top: 106px;
 left: 0px;
 width: 140px;
 border-left: 1px solid #0a2841;
 border-right: 1px solid #0a2841;
 border-bottom: 1px solid #0a2841;
 background: #0a2841;
 color: white;
 margin: 0;
 padding: 0;
 height: 140px;
 z-index: 1;
 }
 
 #webdesign{
 position: absolute;
 top: 251px;
 left: 0px;
 width: 140px;
 border: 1px solid black;
 background: #0a2841;
 color: white;
 margin: 0;
 padding: 0;
 height: 140px;
 z-index: 1;
 }
 
#maintenance{
 position: absolute;
 top: 396px;
 left: 0px;
 width: 140px;
 border: 1px solid black;
 background: #0a2841;
 color: white;
 margin: 0;
 padding: 0;
 height: 140px;
 z-index: 1;
 }

#services{
 position: absolute;
 top: 541px;
 left: 0px;
 width: 140px;
 border: 1px solid black;
 background: #0a2841;
 color: white;
 margin: 0;
 padding: 0;
 height: 140px;
 z-index: 1;
 }

#portfolio{
 position: absolute;
 top: 686px;
 left: 0px;
 width: 140px;
 border: 1px solid #0a2841;
 background: #0a2841;
 color: white;
 margin: 0;
 padding: 0;
 height: 140px;
 z-index: 1;
 }

#bottomleftcorner {
 position: absolute;
 top: 826px;
 left: 0px;
 width: 147px;
 height: 6px;
 background: url(images/leftbottomcorner.jpg) no-repeat;
 color: white;
 margin: 0;
 padding: 0;
 z-index: 1;
} 

#payment{
 position: absolute;
 top: 106px;
 right: 0px;
 width: 140px;
 border-left: 1px solid #0a2841;
 border-right: 1px solid #0a2841;
 border-bottom: 1px solid #0a2841;
 background: #0a2841;
 color: white;
 margin: 0px;
 padding: 0px;
 height: 140px;
 z-index: 1;
 }

#righttopcorner{
 position: absolute;
 top: 101px;
 right: 0px;
 width: 145px;
 height: 5px;
 background: url(images/righttopcorner.jpg) no-repeat;
 color: white;
 margin: 0;
 padding: 0;
 z-index: 1;
 }

#webhosting{
 position: absolute;
 top: 251px;
 right: 0px;
 width: 140px;
 border: 1px solid black;
 background: #0a2841;
 color: white;
 margin: 0px;
 padding: 0px;
 height: 140px;
 z-index: 1;
 }
 
 #seo{
 position: absolute;
 top: 396px;
 right: 0px;
 width: 140px;
 border: 1px solid black;
 background: #0a2841;
 color: white;
 margin: 0px;
 padding: 0px;
 height: 140px;
 z-index: 1;
 } 
 
#contact-us{
 position: absolute;
 top: 541px;
 right: 0px;
 width: 140px;
 border: 1px solid black;
 background: #0a2841;
 color: white;
 margin: 0px;
 padding: 0px;
 height: 140px;
 z-index: 1;
 }
 
 #faq{
 position: absolute;
 top: 686px;
 right: 0px;
 width: 140px;
 border: 1px solid black;
 background: #0a2841;
 color: white;
 margin: 0px;
 padding: 0px;
 height: 140px;
 z-index: 1;
 }

#bottomrightcorner {
 position: absolute;
 top: 826px;
 right: 0px;
 width: 142px;
 height: 6px;
 background: url(images/rightbottomcorner.jpg) no-repeat;
 color: white;
 margin: 0;
 padding: 0;
 z-index: 1;
}  
 
#hdr{
 height:100px;
 background:url(images/slice-v-header.jpg);
 color:#333333;
 margin:0;
 padding:0;
 border: solid #0a2841;
 border-width: 1px 1px 0 1px;
 } 
      
#c-col{
 position: relative;
 margin: 0 181px 20px 181px;
 padding: 0px; 
 z-index: 3;
 }