/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : John Davies / john.davies@gforces.co.uk / G-Forces Web Management Ltd

Type: Screen, Projection

Description : Screen and projection stylesheet for G-Forces PPC site

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* COMMON AND GLOBAL */
body { font:62.5%/1.6 arial, verdana, helvetica, sans-serif; margin:0; padding:0; background:#ffffff; color:#000000; text-align:center; }
/*  This font sizing is for standards based browsers (firefox, opera, mozilla) that can re-size text.  
Declaring the font size in pixels makes it more consistent across browsers. */
td, textarea, input, select { font:100% arial, verdana, helvetica, sans-serif; }
html>body td, html>body textarea, html>body input, html>body select { font-size:11px; }
/* some browsers don't inherit the font into tables or textareas! */

/* ----- IDS ----- */
#container { width:960px; margin:0 auto; text-align:left; font-size:110%; line-height: normal; }   
#printHeader { display:none;}

#header { height: 100px; position: relative; }
#header #logo { position: absolute; top: 0px; left: 0px; }
#header #contactDetails { position: absolute; top: 0px; right: 0px; }
#header #badge { position: absolute; top: 0px; right: 0px; }

#mainContent { position: relative; }
#video { position: absolute; top: 5px; left: 5px; }
#cmsTextForm { position: absolute; top: 12px; right: 24px; width: 227px; }
#cmsText { width: 227px; font-size: 1.3em; font-weight: bold; line-height: 130%; margin-bottom: 12px; min-height: 68px; }
#form { background: url(../images/layup/formBg.png) top left no-repeat; width: 181px; padding: 12px 23px 7px 23px; min-height:300px; }
#form form { position: relative; z-index: 1; }
#form input { width:176px;}
#form textarea { width:176px; height: 30px;}
#form select { width:180px;}
#form div { margin-bottom:10px; width:184px;}
#form label { width:184px;}
#form #btnSubmit { width: 103px; margin: 0 auto; }
#form .title { float: left; width: 60px; }
#form .title label { width: 52px; }
#form .title input  { width: 52px; }
#form .title select  { width: 56px; }
#form .fullname { float: left; width: 100px; }
#form .fullname label { width: 100px; }
#form .fullname input { width: 115px; }
#findOutMore { width: 155px; margin: 32px auto 0px auto; }

/* ----- LEGAL INFO ----- */
#legalInfo { padding: 0px 22px 0px 22px; }
#legalInfo a { font-weight:normal; text-decoration:none;}
#legalInfo a:hover { text-decoration:underline;}

/* ----- GLOBAL CLASSES ----- */
.clear { clear:both; display: block; }
.clearSmall { clear: both; display: block; height: 0; line-height: 0; font-size: 0; }
.hide { display:none; }
.show { display:block; }
.printShow { display:none; }
.printHide { display:block; }
.float_left { float:left !important; }
.float_right { float:right !important; }
.align_left { text-align:left !important; }
.align_center { text-align:center !important; }
.align_right { text-align:right !important; }
.align_justify { text-align:justify !important; }
.align_bottom { vertical-align:bottom !important; }
.image_right { float:right; margin:0 0 15px 15px; }
.image_left { float:left; margin:0 15px 15px 0; }
.image_center { margin:0 auto; }
.hand { cursor:pointer !important; }
.seo {text-decoration:none;font-weight:normal;}
.backgroundWhite { background: #fff; color: #000;}
.backgroundBlack { background: #000 !important; color: #fff !important; }
.textWhite { color: #fff; }
.textBlack { color: #000; }

/* ----- HEADINGS & PARAGRAPHS ----- */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0 0 15px 0; font-size:100%; font-weight:bold;}

/* ----- TOP NAVIGATION ----- */
#primaryNav { /*height: 47px;*/ background: #000; }
#primaryNav ul { list-style: none; margin: 0; padding: 0; width: 100%; text-align: center; }
#primaryNav li { display: inline; line-height: 280%; }
#primaryNav li.currentOffers { text-transform: uppercase; color: #fff; float: left; background: #a40000; font-size: 1.3em; font-weight: bold; padding: 15px 18px 16px 22px; width: 145px; line-height: normal; }
#primaryNav li.currentOffers span {background: url(../images/layup/iconArrow.gif) right 2px no-repeat; padding: 0px 14px 0px 0px; }
#primaryNav li a { padding: 0px 11px 0px 11px; margin-top: 8px; margin-bottom: 8px; display: inline-block; text-decoration: none; font-size: 1.3em; color: #fff; }
#primaryNav li a:hover { color: #000; background: url(../images/layup/navArrow.gif) bottom center no-repeat; }
#primaryNav li .active { color: #000; background: url(../images/layup/navArrow.gif) bottom center no-repeat; }

.firstStepMotoring li a {font-size:1.1em !important;padding:0 8px !important;}


/* ----- GLOBAL ----- */
img { display:block; border:0; }
p { padding:0 0 15px 0; margin:0; }
address { font-style:normal;}

/* ----- LINKS ----- */
a { color:#000000; font-weight:bold; text-decoration:underline;cursor:pointer; }
a:hover { text-decoration:none; }

/* ----- FORMS ----- */
form { padding:0; margin:0; }
fieldset { padding:0; margin:0; border:0px none; display:inline; }
legend { padding:0; margin:0; display:none; }
label { display:block; width:260px; float:left; }
input, textarea { width:200px; font-size:11px !important;}
.requiredLabel { color:#0033FF;}
.checkRadio { width:20px !important; position:relative; left:-7px;}

/* ----- Prototype Validation ----- */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.validation-failed, textarea.validation-failed, select.validation-failed { border: 1px solid #a40000; color : #FF3300; }
input.validation-passed, textarea.validation-passed, select.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { margin: 5px 0; width:168px !important; padding: 5px; background-color: #a40000; color : #FFF; font-weight: bold; }

/* ----- TABLES ----- */
table { border-collapse:collapse; }
table p { padding:0px; }

/* ----- STOCK UPDATES FORM ----- */

#promoForm { padding:12px 0 0 19px; }
#promoForm .signupBoxes { margin-bottom:20px; margin-top:10px;}
#promoForm .signupBoxes label { float:left; width:450px; position:relative; top:4px;}
#promoForm .signupBoxes input { float:left; width: 14px; margin-right: 10px;}
#promoForm select { width:125px !important; margin-bottom: 10px; display:block; margin-right:15px;}
#promoForm .carSelects { padding-top:18px;}
#promoForm .submitButton { margin:5px 0 20px 0;}
