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

.body {
height:100%;
background-image:url(images/layout/background.jpg);
background-repeat:repeat-x;
background-color:#fff;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

p
{
font-family:Verdana, Arial;
font-size:13px;
line-height:14px;
text-align:justify;
color:#000000;
}

p a {
color:#000000;
text-decoration:none;
}

p a:hover {
color:#000000;
text-decoration:underline;
}

li {
font-family:Verdana, Arial;
font-size:13px;
line-height:14px;
text-align:left;
color:#000000;
}

h1
{
font-family:Verdana, Arial;
font-size:18px;
line-height:14px;
color:#ff0000;
text-align:left;
}

h2
{
font-family:Verdana;
font-size:20px;
color:#ffffff;
text-align:left;
}

h3
{
font-family:Verdana, Arial;
font-size:13px;
color:#ff0000;
text-align:left;
}

h4
{
font-family:Verdana, Arial;
font-size:14px;
color:#ff0000;
text-align:center;
}

.container {
width:840px;
height:100%;
margin:auto;
}

/* HEADER */

.header {
height:125px;
width:800px;
padding:0px 20px 0px 20px;
background-image:url(images/layout/header-background.jpg);
background-repeat:no-repeat;
float:left;
}

.header-image {
float:right;
}

.header-text {
width:650px;
padding:0px 0px 10px 60px;
float:left;
}

.header-tel {
width:650px;
font-family:Verdana, Arial;
font-size:14px;
line-height:18px;
color:#ff0000;
font-weight:bold;
text-align:right;
float:left;
}

/* MAIN CONTENT */

.main {
width:800px;
padding:0px 20px 0px 20px;
background-image:url(images/layout/main-background.jpg);
background-repeat:repeat-y;
float:left;
}

.menu {
width:170px;
padding:10px 0px 20px 10px;
font-family:Verdana, Arial;
font-size:14px;
line-height:18px;
color:#999;
font-weight:bold;
text-align:left;
float:left;
}

.menu p {
font-family:Verdana, Arial;
font-size:14px;
color:#999;
text-align:left;
}

.menu p a {
color:#999;
text-decoration:none;
}

.menu p a:hover {
color:#ff0000;
text-decoration:none;
}

.content {
width:580px;
padding:10px 20px 0px 10px;
float:right;
}

.base {
width:800px;
float:left;
}

.first {
border:1px solid #b0b0b0;
padding:2px;
font-family:Verdana, Arial;
color:#707070;
}

.message {
border:1px solid #b0b0b0;
padding:2px;
font-family:Verdana, Arial;
font-size:12px;
line-height:15px;
color:#707070;
}

/* FOOTER */

.footer {
width:800px;
height:91px;
background-image:url(images/layout/footer-background.jpg);
background-repeat:none;
padding:0px 20px 0px 20px;
float:left;
}

.footer p {
font-family:Verdana, Arial;
font-size:10px;
line-height:12px;
color:#fff;
text-align:center;
vertical-align:middle;
}

.footer p a {
color:#fff;
text-decoration:none;
}

.footer p a:hover {
color:#fff;
text-decoration:underline;
}

/* FOOTER 2 */

.body2 {
width:100%;
height:100%;
background-image:url(images/layout/base-background.jpg);
background-repeat:repeat-x;
background-color:#666;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
float:left;
}

.footer2 {
width:100%;
height:75px;
background-image:url(images/layout/footer-background-ie.jpg);
background-repeat:no-repeat;
padding:0px 20px 0px 20px;
margin:auto;
float:left;
}

.footer2 p {
font-family:Verdana, Arial;
font-size:10px;
line-height:12px;
color:#fff;
text-align:center;
vertical-align:middle;
}

.footer2 p a {
color:#fff;
text-decoration:none;
}

.footer2 p a:hover {
color:#fff;
text-decoration:underline;
}