a:link { font-family: Verdana; font-size:12px; color:#4f4e4e; text-decoration:underline; }
a:visited { font-family: Verdana; font-size:12px; color:#4f4e4e; text-decoration:underline; }
a:hover { font-family: Verdana; font-size:12px; color:#4f4e4e; text-decoration:underline; }
a:active { font-family: Verdana; font-size:12px; color:#4f4e4e; text-decoration:underline; }

* {
padding: 0;
margin: 0;
}

html {
overflow-y: -moz-scrollbars-vertical;
overflow-y: scroll;
}

html, body {
width: 100%;
padding: 0;
margin: 0;
} 

body {
background: url('/images/background.png');
text-align: left;
}

#container {
position: relative;
width: 1002px;
margin: 0 auto;
background: url('/images/content_background.png');
text-align: center;
}

#header {
position: relative;
z-index: 251;
float: left;
height: 390px;
width: 1002px;
margin: 0;
padding: 0;
}

#header_logo {
position: absolute;
top: 0px;
height: 60px;
width: 1002px;
margin: 0;
padding: 0;
z-index: 200;
}

#slider {
position: absolute;
top: 60px;
height: 330px;
width: 1002px;
text-align: center;
margin: 0;
padding: 0;
z-index: 100;
}

#menu {
position: relative;
z-index: 250;
float: left;
height: 25px;
width: 962px;
margin: 0;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 10px;
background: url('/images/menu_background.png');
font-family: Verdana;
font-size: 15px;
color: #ffffff;
line-height: 22px;
}

.menu_button {
float: left;
width: auto;
height: 25px;
line-height: 23px;
text-align: center;
font-family: Verdana;
font-size: 15px;
color: #ffffff;
z-index: 500;
}

.menu_spacer {
float: left;
width: 10px;
height: 24px;
background: url('/images/menu_spacer.png');
padding-left: 15px;
padding-right: 15px;
background-repeat: no-repeat;
background-position:center center; 
line-height: 23px;
}


#content {
height: auto;
width: 962px;
margin: 0;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 40px;
font-family: Verdana;
font-size: 13px;
color: #4f4e4e;
text-align: justify;
}

#footer {
position:absolute;
z-index: 250;
bottom:0;
height: 25px;
width: 962px;
margin: 0;
padding-left: 20px;
padding-right: 20px;
text-align: center;
background: url('/images/menu_background.png');
}

#footer_1 {
display: inline-block;
width: auto;
height: 25px;
line-height: 23px;
text-align: center;
font-family: Verdana;
font-size: 11px;
color: #ffffff;
}

#footer_1_2 {
float: left;
width: 19px;
height: 24px;
padding-right: 10px;
background: url('/images/phone.gif');
background-repeat: no-repeat;
background-position:center center; 
}

#footer_2 {
display: inline-block;
width: auto;
height: 25px;
padding-left: 20px;
padding-right: 20px;
line-height: 23px;
text-align: center;
font-family: Verdana;
font-size: 11px;
color: #ffffff;
}

#footer_2_2 {
float: left;
width: 19px;
height: 24px;
padding-right: 10px;
background: url('/images/address.gif');
background-repeat: no-repeat;
background-position:center center; 
}

#footer_3 {
display: inline-block;
width: auto;
height: 25px;
line-height: 23px;
text-align: center;
font-family: Verdana;
font-size: 11px;
padding-left: 29px;
color: #ffffff;
cursor: pointer;
-moz-transition: 1s ease-in-out; /* Firefox */
-webkit-transition: 1s ease-in-out; /* Safari and Chrome */
-o-transition: 1s ease-in-out; /* Opera */
transition: 1s ease-in-out;
}

#footer_3:hover {
color: #ff0000;
}

#footer_3_2 {
float: left;
position: absolute;
margin-left: -29px;
width: 19px;
height: 24px;
padding-right: 10px;
background: url('/images/mail.gif');
background-repeat: no-repeat;
background-position:center center; 
opacity: 1;
z-index: 1;
}

#footer_3_2_hover {
float: left;
position: absolute;
margin-left: -29px;
width: 19px;
height: 24px;
padding-right: 10px;
background: url('/images/mail_hover.gif');
background-repeat: no-repeat;
background-position:center center;
opacity: 0;
z-index: 2;
-moz-transition: opacity 1s ease-in-out; /* Firefox */
-webkit-transition: opacity 1s ease-in-out; /* Safari and Chrome */
-o-transition: opacity 1s ease-in-out; /* Opera */
transition: opacity 1s ease-in-out;
}

#footer_3:hover > #footer_3_2_hover {
opacity: 1;
}

#title {
font-weight: bold;
}

p + p { margin-top: 0.7em; } 

a.menulink	 {
font-family: Verdana;
font-size: 15px;
color: #ffffff;
text-decoration: none;
-moz-transition: 1s ease-in-out; /* Firefox */
-webkit-transition: 1s ease-in-out; /* Safari and Chrome */
-o-transition: 1s ease-in-out; /* Opera */
transition: 1s ease-in-out;
}

a.menulink:hover	 {
font-family: Verdana;
font-size: 15px;
color: #ff0000;
text-decoration: none;
}

#copyright {
position: relative;
z-index: 250;
height: 20px;
width: auto;
margin: 0 auto;
text-align: center;
font-family: Arial;
line-height: 18px;
font-size: 10px;
color: #4f4e4e;
background: url('/images/background.png');
}