@charset "utf-8";
/* CSS Document */

<!--
img {

border: #ECECEC 1px solid;

} 
-->

img {

border: none;

} 

a:link {
        color: black;
        text-decoration: none;

}
a:visited {
        color: black;
        text-decoration: none;

}
a:hover {
        text-decoration: underline;
        color: black;
}
a:active {
        text-decoration: none;
        color: black;
}


body{
background-image:url(images2/bg.png);
background-repeat:repeat-x;
background-color:#EFF2F5;
margin-top:-3px;
}




#main{
width:861px;
margin-left:auto;
margin-right:auto;
}

#header{
background-image:url(images2/header.jpg);
background-repeat:no-repeat;
width:861px;
height:89px;
position:relative;
margin-left:auto;
margin-left:12px;
}

#header-main{
background-image:url(images2/header-main.jpg);
width:861px;
height:207px;
background-repeat:no-repeat;
position:relative;
margin-top:-4px;
margin-left:12px;
}

#text{
margin-right:auto;
margin-left:644px;
position:relative;
top:28px;
}

#login{
position:relative;
top:15px;
}

.style1 {font-size: 12px}



#header-2{
background-image:url(images2/header-2.png);
background-repeat:no-repeat;
width:837px;
height:34px;
margin-left:auto;
margin-right:auto;
}


#home-link{
background-image:url(images2/home.png);
width:66px;
height:34px;
margin-left:430px;
margin-right:auto;
}


#services-link{
background-image:url(images2/services.png);
width:94px;
height:34px;
}

#company-link{
background-image:url(images2/company.png);
width:106px;
height:34px;
}


#contact-link{
background-image:url(images2/contact.png);
width:106px;
height:34px;
}

#body-ticket{
background-image:url(images2/body.png);
background-repeat:repeat-y;
width:831px;
height:400px;
position:relative;
margin-left:11px;
}

#footer{
background-image:url(images2/footer.jpg);
background-repeat:no-repeat;
width:831px;
height:53px;
position:relative;
right:-11px;
}

#footer-menu{
padding-left:10px;
position:relative;
top:20px;
left:25px;
font-size:14px;
text-transform:lowercase;
padding-right:8px;
background:url(images2/break.jpg) right top no-repeat;
}

#footer-menu a href{
text-decoration:none;
}

#footer-menu a:hover{
text-decoration:underline;
}


#login-form{
COLOR: #666666;
	FONT-FAMILY: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	FONT-SIZE: 11px;
position:absolute;
right:20px;
top:2.6em;
}


