
/* Copyright © Website Engineers Limited */

/* Global */
* { margin: 0; padding: 0; border: 0px; }
body { background-color: #ffffff; }
h1,
h2,
h3 { text-align: center; margin: 30px 0px 10px 0px; line-height: 1.8; font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-weight: normal; color: #dddddd; }
p { margin: 0px 0px 10px 0px; line-height: 1.8; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; }
a { border-bottom: 1px dotted #999999; text-decoration: none; color: #999999; }
a:visited { border-bottom: 1px dotted #999999; text-decoration: none; color: #999999; }
a:hover { border-bottom: 1px dotted #00aeef; text-decoration: none; color: #00aeef; }
ul { position: relative; }
ul li { list-style-position: inside; margin: 0px 0px 10px 0px; line-height: 1.8; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; }

/* Website Engineers  */
div.WebsiteEngineers { position: relative; }

/* Top */
div.WebsiteEngineers div.Top { position: absolute; z-index: 100; width: 100%; background-image: url(/images/top_bg.png); background-repeat: repeat-x; }

/* Bot */
div.WebsiteEngineers div.Bot { position: relative; text-align: center; padding: 15px 0px 0px 0px; width: auto; background-image: url(/images/bot_bg.gif); background-repeat: repeat-x; }
div.WebsiteEngineers div.Bot div.Logo { position: relative; margin: 0px auto; width: 1000px; height: 60px; background-image: url(/images/website_engineers.png); background-repeat: no-repeat; background-position: 50% 50%; }
div.WebsiteEngineers div.Bot div.Company { position: relative; margin: 0px auto; width: 1000px; }
div.WebsiteEngineers div.Bot div.Company p { font-size: 11px; }
div.WebsiteEngineers div.Bot div.Company p span.Tel { padding: 15px 0px 0px 0px; font-size: 16px; }
div.WebsiteEngineers div.Bot div.Company p span.Tel b { font-weight: normal; color: #00aeef; }

/* End */


