* {
padding: 0px;
margin: 0px;
border: 0px;
}
body {background-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10px;}
#all {width: 741px;margin: 0 auto;border: #fff000 2px solid;background-color: #FFFFFF;}
#header {width: 741px;}
p {padding-top: 0.5em; padding-bottom: 0.5em;}


/* NAVIGATION BAR BUTTONS */
#navbar {width: 741px;}
#navbar a {display: block;float: left;height: 23px;}
#navbar span {display: none;}
#btnHome { width: 79px; background-image:url('images/btn-home.png');}
#btnHomeActive {width: 79px; background-image:url('images/btn-home-lit.png');}
#btnHome:hover { background-image:url('images/btn-home-lit.png'); }
#btnAbout { width: 80px; background-image:url('images/btn-about.png'); }
#btnAboutActive { width: 80px; background-image:url('images/btn-about-lit.png'); }
#btnAbout:hover { background-image:url('images/btn-about-lit.png'); }
#btnProducts { width: 86px; background-image:url('images/btn-products.png'); }
#btnProductsActive { width: 86px; background-image:url('images/btn-products-lit.png'); }
#btnProducts:hover { background-image:url('images/btn-products-lit.png'); }
#btnServices { width: 77px; background-image:url('images/btn-services.png'); }
#btnServicesActive { width: 77px; background-image:url('images/btn-services-lit.png'); }
#btnServices:hover { background-image:url('images/btn-services-lit.png'); }
#btnFAQ { width: 54px; background-image:url('images/btn-faq.png'); }
#btnFAQActive { width: 54px; background-image:url('images/btn-faq-lit.png'); }
#btnFAQ:hover { background-image:url('images/btn-faq-lit.png'); }
#btnContact { width: 74px; background-image:url('images/btn-contact.png'); }
#btnContactActive { width: 74px; background-image:url('images/btn-contact-lit.png'); }
#btnContact:hover { background-image:url('images/btn-contact-lit.png'); }
#endBar {width:291px; height:23px; float:left; background-image:url('images/btn-endbar.png')}

/* REDBAR */
#redBar {width:713px; height:22px; background-image:url('images/red-bar.jpg'); color: #feef00; padding-top: 5px; padding-left: 28px; font-size:11px;}
#redBarText {margin-left: 25px;}
#redBar a { color: #feef00; text-decoration: none;}

/* LEFTBAR */
#leftBar {width:199px; float:left;}
#leftBar a {display:block; text-decoration: none; font-size:11px; color:white;}
#leftTop {background-image:url('images/leftbar-top.jpg'); width:199px; height:307px; float:left;}
#leftTopText {position: absolute; margin-left:28px; width: 155px; margin-top: 48px;}
#leftTopText2 {position: absolute; margin-left:28px; width: 155px; margin-top: 262px;}
#leftTop strong {color:#f5e703;}
#leftBottom {background-image:url('images/leftbar-bottom.jpg'); width:199px; height:220px; float:left;}
#leftBottomText {position: absolute; margin-left:28px; width: 80px; margin-top: 48px;}
#leftBottomText2 {position: absolute; margin-left:28px; width: 160px; margin-top: 170px;}
#leftBottom strong {color:#f5e703;}

/* CONTENT */
#content { width: 331px;font-size: 11px;color: #474747;padding: 5px 6px 20px 6px;float:left;}
#content h1 {font-size: 17px; color: #000000; padding-bottom: 0.5em;}
#content h2 {font-size: 13px; font-weight: normal; padding-bottom: 0.5em;}
#content a {color:#000000;}
#content ul {padding-left: 3em;}
#content ol {padding-left: 3em;}
#content li {padding-left: 0.5em;}

/* RIGHTBAR */
#rightBar {width:199px; float: left;}
#rightBar strong {color:#f5e703;}
#rightBar a {display:block; text-decoration: none; font-size: 11px; color: white;}
#rightTop {background-image:url('images/rightbar-top.jpg'); width: 199px; height: 198px;}
#rightTopText {position: absolute; margin-left:10px; width: 100px; margin-top: 48px;}
#rightTopText2 {position: absolute; margin-left:10px; width: 175px; margin-top: 153px;}
#rightMiddle {background-image:url('images/rightbar-mid.jpg'); width: 199px; height: 140px;}
#rightMiddleText {position: absolute; margin-left:10px; margin-top: 45px; width:80px;}
#rightBottom {background-image:url('images/rightbar-bottom.jpg'); width: 199px; height: 188px;}
#rightBottomText {position: absolute; margin-left:10px; width: 80px; margin-top: 40px;}
#rightBottomText2 {position: absolute; margin-left:10px; width: 175px; margin-top: 115px; font-size:12px; font-weight:bold;}
#rightBottomText3 {position: absolute; margin-left:10px; width: 175px; margin-top: 150px;}

/* FOOTER */

#footer { height: 24px; width: 710px; background-color:#000000; margin:0 auto; color: #FFFFFF; margin-top:20px;}
#footer a {color: white; text-decoration:none;}
#footer a:hover {text-decoration: underline;}
#footerLeft {float:left; margin: 7px 10px 3px 10px;}
#footerRight {float: right; margin: 7px 10px 3px 10px;}

/* CLEAR */
.clear {clear:both;}
.centered {text-align:center;}

.floatPic {margin-bottom: 30px;}
.floatPic img {float:left;}
.floatPic h2 {font-weight:bold;}

.numbers { display: inline; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; padding-right: 5px; }
.topofpage { position: relative; top: -15px; text-align: right; margin-right: 5px; }

input, textarea {border: 1px solid black;}

#hidden {display:none;}
