/* CSS for Alex Burmeister */

html { height: 100% }
body { background-color: #ffffff; color: #333333; margin: 0px; padding-top: 0px; height: 100%; }


* { font-family: Verdana, Arial, Calibri, Geneva, 'Lucida Sans', 'Bitstream Vera Sans', sans-serif; }

a:link { color: #aa4686; }
a:visited { color: #aa4686; }
a:active { color: #0000ff; } 
a:hover { color: #0000ff; }

/*--------------------------------------
Restyled tags
--------------------------------------*/

b { letter-spacing: 0.2px; }
img { border: 0px; padding: 0px; margin: 0px; }
p { margin: 0 0 10px 0; }
td, div { font-size: 12px; line-height: 16px; }
ul { border: 0px; margin-top: 2px; list-style-type: disc; }
li { line-height: 16px; padding-bottom: 4px; list-style-position: outside; }

/*--------------------------------------
General purpose markup
--------------------------------------*/
.nobr { white-space: nowrap; }


/*--------------------------------------
Structure 
--------------------------------------*/
#alex-bg { width: 1200px; height: 100%; margin: 0 auto; background-image: url(images/alex-bg.jpg); background-repeat: no-repeat; background-position: top left; background-color: #e3edef; }
#alex-home-bg { margin: 10px auto 0 auto; background-image: url(images/alex-home.png); background-repeat: no-repeat; background-position: top left; width: 950px; min-height: 656px;  }
#home-copyblock { width: 325px; margin: 400px 0 0 290px; line-height: 18px; }
#alex-title { width: 950px; height: 294px; margin: 10px auto 0 auto; }
#interior-copyblock { width: 432px; margin: 0 0 0 46px; line-height: 18px; }
#contact-copyblock { width: 600px; margin: 0 0 0 46px; line-height: 18px; }


/*--------------------------------------
Navigation
--------------------------------------*/
#alex-topnav { width: 730px; height: 40px; padding: 75px 0 0 470px; }
a.tn { text-decoration: none; }


/*--------------------------------------
Footer
--------------------------------------*/
#alex-footer-bg { background-image: url(images/alex-footer.png); background-repeat: no-repeat; background-position: top center; width: 936px; height: 87px; margin: 0 auto; }
#alex-footer { width: 880px; margin: 0 auto 0 auto;  text-align: center;
               font-size: 9px; font-weight: normal; font-family: Verdana, Candara, Corbel, Arial, Helvetica, Geneva, sans-serif; color: #d7e9f1; }
.pipe { padding: 0 5px; color: #95b0bc; }
a.foot:link { color: #d7e9f1; text-decoration: none; }
a.foot:visited { color: #d7e9f1; text-decoration: none; }
a.foot:active { color: #ffffff; text-decoration: underline; } 
a.foot:hover { color: #ffffff; text-decoration: underline; }