body
{
font-family: Arial, sans-serif;
font-size: 12px;
color: #3F4955;
background-image: url('bg.jpg');
background-repeat: repeat-x
}

h1
{
font-family: Arial, sans-serif;
font-size: 20px;
color: #105D95;
}

h2
{
font-family: Arial, sans-serif;
font-size: 16px;
color: #105D95;
}

hr
{
border: 0;
width: 100%;
background-color: #117ECC;
height: 2px;
}


a.home {
display: block;
width: 306px;
height: 52px;
background-image: url('images/index_03.gif');
}

a.home:hover {
display: block;
width: 306px;
height: 52px;
background-image: url('images/index_hover_03.gif');
}


a.mfgs {
display: block;
width: 306px;
height: 49px;
background-image: url('images/index_05.gif');
}

a.mfgs:hover {
display: block;
width: 306px;
height: 49px;
background-image: url('images/index_hover_05.gif');
}


a.products {
display: block;
width: 306px;
height: 49px;
background-image: url('images/index_06.gif');
}

a.products:hover {
display: block;
width: 306px;
height: 49px;
background-image: url('images/index_hover_06.gif');
}

a.contact {
display: block;
width: 306px;
height: 48px;
background-image: url('images/index_07.gif');
}

a.contact:hover {
display: block;
width: 306px;
height: 48px;
background-image: url('images/index_hover_07.gif');
}

a.gallery {
display: block;
width: 306px;
height: 49px;
background-image: url('images/index_08.gif');
}

a.gallery:hover {
display: block;
width: 306px;
height: 49px;
background-image: url('images/index_hover_08.gif');
}

a.menu
{
font-family: Arial, sans-serif;
font-size: 16px;
color: #105D95;
text-decoration: none;
font-weight:bold;
}

a.menu:hover
{
font-family: Arial, sans-serif;
font-size: 16px;
color: #105D95;
text-decoration: underline;
font-weight:bold;
}


input
{
color: #364455;
background: #ffffff;
border: 1px solid #828F9F
}

input.radio
{
color: #364455;
background: #ffffff;
border: 1px solid #828F9F
}

select
{
color: #364455;
background: #ffffff;
border: 1px solid #828F9F
}

textarea
{
color: #364455;
background: #ffffff;
border: 1px solid #828F9F
}

.submit input
{
color: #364455;
background: #ffffff;
border: 1px solid #828F9F
} 

