@charset "utf-8";
/* CSS Document */

/*Main Content*/

body {
margin:0 auto; padding:0px 0px 0px 0px;
background-color: #000000;
background-image:url(../img/pg-bg.jpg);

font-family: Arial, Helvetica, times;
font-size:12px;
letter-spacing:1px;
line-height:25px;
color:#FFFFFF;
}

a:link, a:visited { color: #FFFFFF; text-decoration: underline; }
a:hover { text-decoration: none; }

#container {
margin: 0 auto;
width:897px;
min-height:500px;
background-image:url(../img/content-bg.jpg);
}

#logo {
float:left;
width:350px; 
height:90px; 
display:inline;
padding-top:30px;
padding-left:35px;
}

#ltextright {
float:right;
width:416px; 
height:86px; 
display:inline;
padding-top:28px;
padding-right:30px;
}

#mainpic {
width:847px; 
height:261px; 
padding-left:24px;
}

#content-bg {
margin: 25px 40px 0px 45px;
width:812px;
min-height:220px;
overflow:hidden;
padding-bottom:35px;
}

#footer {
width:100%; 
min-height:179px;
margin:0px auto;
background-image:url(../img/footer.jpg);
background-color:#666666;
}

.right {
  float:right;
  margin-bottom:5px;
  padding:0px 0px 2px 0px;
}

.left {
  float:left;
  margin-right:0px;
  margin-bottom:3px;
  padding:2px 10px 2px 2px;
}

h1 {font-family:"Times"; font-size:25px; color:#FF0000;}


/*top navigation*/
#nav a:link, #nav a:visited {
  text-decoration:none;
  list-style:none;
  background-position: 0 0;
}

#nav li a:hover {
  list-style:none;
  background-position: 0 -36px;
  display:block;
	height: 36px;
}

#nav li a {
  display:block;
	height: 36px;
}

#nav {
  margin:-4px 0 0 100px;
  clear:both; 
  padding:1px 0 0 0;
  list-style:none;
  text-indent: -5000px;
}

#nav li {
  margin: 0 0 0 0;
  background: none;
  margin-right: 0px;
  text-align: center;
  float: left;
  list-style: none;
  padding-left: 0px;
}

#nav li #home {
  background-image: url(../img/buttons/home.jpg); 
  width:92px; 
}

#nav li #services {
  background-image: url(../img/buttons/services.jpg);
  width:111px;  
}

#nav li #gallery {
    background-image: url(../img/buttons/portfolio.jpg); 
	width:116px; 
}

#nav li #kryp {
    background-image: url(../img/buttons/kryp.jpg); 
	width:116px; 
}


#nav li #contact {
    background-image: url(../img/buttons/contact.jpg); 
	width:128px; 
}

#nav li #links {
    background-image: url(../img/buttons/links.jpg); 
	width:111px; 
}

#nav li #testimonials {
    background-image: url(../img/buttons/testimonails.jpg); 
	width:116px; 
}