/* 
Filename: Style.css
Author: Keiron Lowe
Website: www.arbpromotions.com
*/

/* Layout */
html { background-color:#232628; }
body { background-color:#F1F3F4; height:auto; width:100%; text-align:center; height:100%; font-size:13px; font-family:Arial, Helvetica, sans-serif; }
.wrapper { background:url(../IMG/bg-top.png) no-repeat #F1F3F4; width:960px; height:auto; margin:0 auto; text-align:left; padding-top:20px; }

/* Globals */
a { color:#000000; text-decoration:underline; }
a:hover { color:#000000; text-decoration:none; }
h1 { font-family:Arial, Helvetica, sans-serif; color:#555555; font-size:30px; margin-bottom:20px; }
h2 { font-family:Arial, Helvetica, sans-serif; color:#F1F3F4; font-size:20px; margin-bottom:20px; }
h3 { font-family:Arial, Helvetica, sans-serif; color:#555555; font-size:100px; margin-bottom:20px; }
p { line-height:17px; text-align:left; }
cite { font-weight:bold; }
label { font-weight:bold; font-size:15px; }
input { margin-top:5px; background-color:#F1F3F4; border:solid 2px #A2A4A5; width:100%; }
textarea { width:100%; background-color:#F1F3F4; border:solid 2px #A2A4A5; margin-top:5px; font-family:Arial, Helvetica, sans-serif; }

/* Classes */
.fr { float:right; }
.centertext { text-align:center; }

/* Navigation */
#nav { width:920px; height:20px; padding:20px; background-color:#4787c8; margin:20px 0 0 0; -moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0; font-family:Arial, Helvetica, sans-serif; font-size:20px; }
#nav a { color:#FFFFFF; text-decoration:none; border:none; }
#nav li { float:left; margin-right:20px; }
#nav li:hover { background-color:#A6D43D; padding:10px; margin:-10px 10px 0 -10px; -moz-border-radius: 5px; 
-webkit-border-radius: 5px; }

/* Main Content */
#maincontent { width:960px; height:auto; overflow:auto;background-color:#FFFFFF; }
#sidebar { height:auto; padding:20px; background-color:#4787c8; overflow:hidden; }
#content { width:760px; height:auto; background-color:#FFFFFF; padding:20px; }

/* Contact Form */ 
#contactform { width:350px; height:auto; margin-top:20px; }
#submit_btn { width:354px; height:50px; background-image:url(../IMG/submit_btn.png); background-repeat:no-repeat; border:none; cursor:pointer; }
#submit_btn:hover { background-image:url(../IMG/submit_btn.png); background-repeat:no-repeat; background-position:0 -50px; }

/* LGS Ad */
#lgs { width:350px; height:auto; margin-top:20px; } 

/* Footer */
#footercontainer { width:100%; height:250px; background-color:#232628; margin:0 auto; color:#FFFFFF; }
#footer { width:920px; height:140px; background-color:#414446; padding:20px; margin:0 auto; border:1px solid #37393A; text-align:left; }
#copyright { width:960px; height:27px; background-color:#F1F3F4; margin:0 auto; -moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px; border-top:1px solid #FFFFFF; text-align:center; color:#232628; padding-top:13px; }
#footer a { color:#FFFFFF; text-decoration:underline; }
#footer a:hover { color:#FFFFFF; text-decoration:none; }
#contactinfo { width:420px; height:auto; }
#flgs { width:350px; height:auto; }

/* IE6 Banner */
#ie6banner { width:920px; height:100px; background-color:#993300; border:solid 5px #CC3333; margin-top:20px; color:#999999; padding:20px; text-align:center; }
#browsers { margin-top:20px; }
#browsers img { margin-right:20px; }