@charset "utf-8";
/* CSS Document */
html { height: 100%; }

body { font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; /*color: #502480;*/ color: #7a539d; background: white url(../images/background.gif) repeat-x; height: 100%; margin: 0; padding: 0; }

a { font-weight: bold; text-decoration: none; color: #7a539d; }
a:hover { font-weight: bold; text-decoration: none; color: #502480; }

img { border: 0; }

h1 { font-size: 18px; }
h2 { font-size: 16px; }

#container { width: 900px; height: 100%; margin: 0 auto; padding: 0; }
#header { padding: 0; margin: 0; width: 900px; text-align: center; }
#menu { width: 680px; height: 50px; margin: auto; border: 0; }
#content { padding: 15px 0; }
#footer { width: 900px; text-align: center; margin: 40px auto; color: #444444; font-size: 12px; }

/* MENU */

#menu ul { list-style: none; padding: 0; margin: 0; }
#menu li { display: inline; padding: 0; margin: 0; height: 50px; }

#menu a { height: 50px; display: block; float: left; }
#menu a:hover { background-position: 0 -50px; }

#about-us a { background: white url(../images/menu/about.gif) no-repeat; width: 190px; }
#limousines a { background: white url(../images/menu/limousines.gif) no-repeat; width: 275px; }
#contact-us a { background: white url(../images/menu/contact.gif) no-repeat; width: 215px; }

/* MENU */


#about-cars { width: 900px; text-align: center; }
#about-title { font-size: 18px; font-weight: bold; text-align: center; margin: 10px 0; }
#about-content { text-align: center; line-height: 16px; }

.contact { text-align: center; line-height: 16px; }

.failure { color: #660000; text-align: center; width: 100%; font-weight: bold; padding: 5px; }

.success { color: #336600; text-align: center; width: 100%; font-weight: bold; padding: 5px; }

#contact-title { font-size: 18px; font-weight: bold; text-align: center; margin: 10px 0; }
#address { text-align: left; float: right; width: 150px; margin: 150px 90px 0 0; border: 0; }
#contact-form { text-align: left; width: 400px; margin: 50px 0 0 90px; border: 0; }

#limousines-left { width: 300px; float: left; margin: 10px 0 5px 140px; text-align: left; }
#limousines-right { width: 300px; float: right; margin: 10px 140px 5px 0; text-align: right; }