/* template css for the general layout of the site */
body{
    background: url("http://cvw3.com/images/background-repeater.jpg") repeat;
    width:1000px;
    position:relative;
    height:auto !important;
    min-height:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
}

html{
    margin:0;
    padding:0;
    height:98%;
}

#analytics-list{
 margin-left: 28px; 
 font-size: 18px; 
 color:#202020 
}

#header{
	width:1000px;
	height:198px;
	border-top:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin-top:0px;
}
 
 #googlecall{
    width:230px;
    height:85px;  
    margin-left:500px;
    margin-top:-175px;
    display:block;
    position:absolute;
}

.buttons{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}

.buttons ul li{
    display:inline;
}

#buttons{
    background:url("http://cvw3.com/images/button-background-1.gif");
    height:72px;
    
}

#buttons ul li{
    height:72px;
}

#buttons ul li a{
    float: left;
    width:100px;
    height: 70px;
}

/*<img src="images/buttons/web-services-btn.png" alt=""/>
  <img src="images/buttons/computer-repair-btn.png" alt=""/>
  <img src="images/buttons/classes-btn.png" alt=""/>
  <img src="images/buttons/portfolio-btn.png" alt=""/>
  <img src="images/buttons/about-us-btn.png" alt=""/>
  */
#buttons ul li#homebtn a,#buttons ul li#homebtn a:link,#buttons ul li#homebtn a:visited{
    background:url("http://cvw3.com/images/buttons/home-btn.png") no-repeat;
    background-position: center;
    padding-left:39px;
    display: block;
    width:100px;
}

#buttons ul li#homebtn a:focus,#buttons ul li#homebtn a:hover,#buttons ul li#homebtn a:active{
    background:url("http://cvw3.com/images/buttons/home-btn-over.png") no-repeat;
    background-position: center;
    
}

#buttons ul li#webservicesbtn a,#buttons ul li#webservicesbtn a:link,#buttons ul li#webservicesbtn a:visited{
    background:url("http://cvw3.com/images/buttons/web-services-btn.png") no-repeat;
    background-position: center;
    padding-left:49px;
    display: block;
    width:125px;
}

#buttons ul li#webservicesbtn a:focus,#buttons ul li#webservicesbtn a:hover,#buttons ul li#webservicesbtn a:active{
    background:url("http://cvw3.com/images/buttons/web-services-btn-over.png") no-repeat;
    background-position: center;
    
}

#buttons ul li#computerrepairbtn a,#buttons ul li#computerrepairbtn a:link,#buttons ul li#computerrepairbtn a:visited{
    background:url("http://cvw3.com/images/buttons/computer-repair-btn.png") no-repeat;
    background-position: center;
    padding-left:95px;
    display: block;
    width:155px;
}

#buttons ul li#computerrepairbtn a:focus,#buttons ul li#computerrepairbtn a:hover,#buttons ul li#computerrepairbtn a:active{
    background:url("http://cvw3.com/images/buttons/computer-repair-btn-over.png") no-repeat;
    background-position: center;
    
}

#buttons ul li#classesbtn a,#buttons ul li#classesbtn a:link,#buttons ul li#classesbtn a:visited{
    background:url("http://cvw3.com/images/buttons/classes-btn.png") no-repeat;
    background-position: center;
    padding-left:39px;
    display: block;
    width:100px;
}

#buttons ul li#classesbtn a:focus,#buttons ul li#classesbtn a:hover,#buttons ul li#classesbtn a:active{
    background:url("http://cvw3.com/images/buttons/classes-btn-over.png") no-repeat;
    background-position: center;
    
}

#buttons ul li#portfoliobtn a,#buttons ul li#portfoliobtn a:link,#buttons ul li#portfoliobtn a:visited{
    background:url("http://cvw3.com/images/buttons/portfolio-btn.png") no-repeat;
    background-position: center;
    padding-left:39px;
    display: block;
    width:120px;
}

#buttons ul li#portfoliobtn a:focus,#buttons ul li#portfoliobtn a:hover,#buttons ul li#portfoliobtn a:active{
    background:url("http://cvw3.com/images/buttons/portfolio-btn-over.png") no-repeat;
    background-position: center;
    
}

#buttons ul li#aboutusbtn a,#buttons ul li#aboutusbtn a:link,#buttons ul li#aboutusbtn a:visited{
    background:url("http://cvw3.com/images/buttons/about-us-btn.png") no-repeat;
    background-position: center;
    padding-left:39px;
    display: block;
    width:100px;
}

#buttons ul li#aboutusbtn a:focus,#buttons ul li#aboutusbtn a:hover,#buttons ul li#aboutusbtn a:active{
    background:url("http://cvw3.com/images/buttons/about-us-btn-over.png") no-repeat;
    background-position: center;
    
    
}

#buttons2{
    background:url("http://cvw3.com/images/button-background.gif") no-repeat;
    width: 1002px;
    height:46px;
    clear:both;
    margin-top: -2px;
    background-position:center; 
}

#buttons2 ul{
    margin-left:9px;
}

#buttons2 ul li p{
    float: left;
    height:46px;
    vertical-align:middle;
    line-height: 46px;
    font-style:normal;
    font-size:16px;
    font-family:"helvetica";
}

#buttons2 ul li p a{
    padding: 5px;
    text-decoration:none;
    color:#ffffff;
    }
    
#buttons2 ul li p a:focus,#buttons2 ul li p a:hover,#buttons2 ul li p a:active{
    color:#ff0000;
    text-decoration:underline;
}

.content{
    padding-bottom:85px;
    width:1000px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    clear:both;
}

#portfolio-div{
    padding:10px;
    margin-left:100px;   
     
}

#phone{
    margin-left: 775px;
    margin-top:-165px;
}

#phone h1{
    font-size: 28px;
    font-family:"helvetica";
    font-weight:normal;
    color: #303030;
}

.hh{
        font-size:30px;
        font-family:"helvetica";
        font-style:normal;
        font-weight:normal;
        color: #303030;
        padding: 5px;
        margin-top:10px;
}

.content p{
   margin-left:15px;  
   margin-bottom:8px;   
   font-size:20px;
   color:#202020;
   font-family: 'Folks';
   font-weight: 500;
   padding:5px;
}

#map{
    margin-left:500px;
    margin-top:-360px;
}


#form{
    padding-bottom:80px;
    
}

#form p{
    font-family:'folks';
    padding:5px;
    margin-left:15px;
    margin-bottom:5px;
}

.content ul li{
    font-family: 'Folks';
    color:#202020;
    font-size: 17px;
}

#flashlinkbut{
    
    margin-left:160px;
}
/*.noline {
    text-decoration: none;
}*/
#preloadimg {
    display: none;
}

#footer{
    position:absolute;
    width: 1000px;
    height:78px;
    margin-left:auto;
    margin-right:auto;
    clear:both;
    bottom:0 !important;
}

#footer p{
    text-align:center;
    font-size:10px;
    font-weight:bolder;
}

#footer p a{
    font-size:13px;
       
}
