@charset "utf-8";
/* CSS Document */


body {
    margin: 0;
    padding: 0;
    background: #FFF; 
    font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
    color: #000;
	text-align: left;
}
 
img.text-wrapp {
	padding: 0 10px 0 0;
}

h3 {
    font-family: Georgia, serif;
	font-size: 22px;
	font-style: italic;
    color: #990000;
}

h4 {
    font-family: Georgia, serif;
	font-size: 22px;
	font-style: italic;
    color: #000099;
}

p.mail {
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #0033FF;
}

p.copyright {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

p.about-text {
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
}

#number {
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 16px;
}

/************************************************
	STRUCTURE
************************************************/	

#content {
    width: 800px;
    height: auto;
    margin: 0px auto;
	padding: 0 5px 0 5px;
}
	
#banner {
	margin: 0px auto;
	padding: 25px 0 0 0;
	width: 704px;	
}

#banner-two {
	margin: 0px auto;
	padding: 25px 0 15px 0;
	width: 800px;	
}

#sub-banner {
	padding: 35px 0 0 0;
	margin: 0px auto;
	width: 513px;
}

#collumns {
	width: 800px;
	height: 100px;
}

.left-just {
	width: 390px;
	float: left;
	text-align: left;
}

.left-just p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2;
	color: #0000FF;
}

.right-just {
	width: 390px;
	float: right;
	text-align: right;
}

#cerification {
	float: right;
	width: 100%;
	text-align: right;
}

.cert img {
	float: right;
}

/************************************************
	NAVIGATION
************************************************/

#menu {
	position: relative; /*added*/
	list-style: none;
	padding: 0;
	margin: 0px auto;
	width: 470px;
	height: 30px;
}

#menu span {
	display: none;
	position: absolute;
}


#menu a {
	display: block;
	/*text-indent: -900%;*/
	position: absolute;
	outline: none;
}

#menu a:hover {
	background-position: left bottom;
}

#menu a:hover span{
	display: block;
}

#menu .home {
	width: 99px;
	height: 23px;
	background: url(../i/home.jpg) no-repeat;
	left: 20px;/*was 96px;*/
	top: 10px; /*was 30px;*/
}

#menu .services {
	width: 99px;
	height: 23px;
	background: url(../i/services.jpg) no-repeat;
	left: 130px;/*was 96px;*/
	top: 10px; /*was 30px;*/
}

#menu .about {
	width: 99px;
	height: 23px;
	background: url(../i/about.jpg) no-repeat;
	left: 240px;/*was 96px;*/
	top: 10px; /*was 30px;*/
}

#menu .faq {
	width: 99px;
	height: 23px;
	background: url(../i/faq.jpg) no-repeat;
	left: 350px;/*was 96px;*/
	top: 10px; /*was 30px;*/
}

#menu .links {
	width: 99px;
	height: 23px;
	background: url(../i/links.jpg) no-repeat;
	left: 460px;/*was 96px;*/
	top: 10px; /*was 30px;*/
}

#menu .gallery {
	width: 99px;
	height: 23px;
	background: url(../i/gallery.jpg) no-repeat;
	left: 570px;/*was 96px;*/
	top: 10px; /*was 30px;*/
}
