@charset "UTF-8";
/* CSS Document */
html {
overflow:auto;
}
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin:0px;
background-image:url(images/HCbg.png);
}
#header {
width:100%;
height:195px;
background-image:url(images/header.png);
background-repeat:repeat-x;
z-index:1;
top:0;
}
#content {
width:100%;
height:800px;
text-align:center;
z-index:0;
}
#contentText {
width:800px;
height:100%;
margin:auto;
text-align:justify;
margin-top:80px;
margin-bottom:100px;
}
#contentProducts {
width:800px;
height:700px;
margin:auto;
text-align:justify;
margin-top:40px;
margin-bottom:100px;
}
#contentHome {
width:800px;
height:240px;
margin:auto;
text-align:justify;
margin-top:80px;
margin-bottom:100px;
}
#headerImaages {
width:100%;
height:25px;
background-image:url(images/aboutImage.png);
background-position:center;
background-repeat:no-repeat;
margin-bottom:15px;
}
#headerImaages2 {
width:100%;
height:25px;
background-image:url(images/galleryImage.png);
background-position:center;
background-repeat:no-repeat;
margin-bottom:15px;
}
#headerImaages3 {
width:100%;
height:25px;
background-image:url(images/productsImage.png);
background-position:center;
background-repeat:no-repeat;
margin-bottom:15px;
}
#headerImaages4 {
width:100%;
height:25px;
background-image:url(images/contactImage.png);
background-position:center;
background-repeat:no-repeat;
margin-bottom:15px;
}
#headerImaages5 {
width:100%;
height:25px;
background-image:url(images/locationImage.png);
background-position:center;
background-repeat:no-repeat;
margin-bottom:15px;
}
#galleryHolder {
width:800px;
height:350px;
margin:auto;
}
.galleryImages {
width:150px;
height:112px;
float:left;
margin-right:10px;
margin-bottom:10px;
background-color:#CCCCCC;
}
.galleryImages2 {
width:150px;
height:112px;
float:left;
margin-right:10px;
background-color:#CCCCCC;
}
#footer {
position:fixed;
bottom:0;
width:100%;
height:25px;
text-align:center;
background-image:url(images/header.png);
color:#FFFFFF;
font-size:10px;
z-index:1;
}
li {
list-style:url(images/bullet.png);
 }
 #buttonbg {
 background-image:url(images/buttons.png);
 width:591px;
 height:200px;
 margin:auto;
 }
.buttons {
 width:135px;
 height:17px;
 float:left;
 margin-right:10px;
 margin-top:147px;
 text-align:right;
 padding-top:30px;
 color:#FFFFFF;
 padding-right:5px;
 font-size:11px
 }
.buttons2{
width:135px;
height:17px;
float:left;
margin-top:147px;
text-align:right;
padding-top:30px;
color:#FFFFFF;
padding-right:5px;
font-size:11px;
 }
 a:link {
color:#003366
}
a:hover {
color:#99CCFF;
}
a.nav:link {
color:#FFFFFF;
text-decoration:none;
}
a.nav:hover {
color:#99CCFF;
text-decoration:none;
}
a.nav:visited {
color:#999999;
text-decoration:none;
}
#movie {
width:290px;
height:217px;
float:left;
margin-right:10px;
margin-bottom:20px;
border:2px solid #000000;
}