/* CSS Document */
body {
background: #1640e3;
}


#container {
margin: 0 auto;
width: 750px;
}

#header {
background: url(images/header.jpg) no-repeat;
width: 750px;
height: 40px;
}

#masthead {
background: url(images/logoheader.gif) no-repeat;
width: 623px;
height: 146px;
margin: 0 auto;
}

p a:link, p a:visited {
color: #000000;
}

p a:hover {
color: #a0a0ad;
}

a:hover {
color: red;
}

#content{
width: 650px;
margin: 0 auto;
}

p {
font: 10pt Verdana;
text-align: left;
padding-left: 25px;
line-height: 1.2;
}

h4 {
padding-left: 25px;
}

ul li {
line-height: 1.2;
font: 10pt Verdana;
text-align: left;
}

.image {
border:5px solid;
border-color: #c6d9eb;
}

a:link .image, a:visited .image { 
border-color: #c6d9eb;
}
a:hover .image, a:active .image {
border:5px solid; 
border-color: #a0a0ad; 
}

#enter {
margin-top: 100px;
width: 644px;
margin-left: auto;
margin-right: auto;
display: block;
text-indent: -9999px;
}



#products {
background: url(images/back.jpg) repeat-y;
width: 750px;
color: #000000;
text-align: center;
padding-bottom: 50px;
}

#footer {
background: url(images/footer.jpg) no-repeat;
width: 750px;
height: 42px;
font: 7pt Verdana;
text-align: center;
color: #1640e4;

}

#footer a:visited, #footer a:link { 
color: #1640e4; 
text-decoration: none;
font: normal 9px Verdana, Arial, helvetica, sans-serif;
} 

#footer a:hover {
border-bottom: 1px solid #000000;
} 
