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

Title : 
Author : Chris Munn / chris.munn@gforces.co.uk / G-Forces Web Management Ltd

Type: Screen, Projection

Description : Screen and projection stylesheet for Doree bonner 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:700px; margin:0 auto; text-align:left; font-size:110%; }   
#printHeader { display:none;}

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

#mainContent {}
#mainContent .padding { padding: 13px 0px 0px 0px; }
#mainContent #homeJumps { padding: 0px 0px 15px 0px; }
#mainContent #homeJumps #jumpsLeft { width: 364px; float: left; }
#mainContent #homeJumps #jumpsRight { width: 330px; float: right; }
#mainContent #homeJumps #jumpsLeft .firstJump { display: block; padding: 0px 0px 10px 0px; }
#mainContent #homeJumps #jumpsRight a { display: block; padding: 0px; }
#mainContent #contactLocations { padding: 0px 0px 20px 0px; }
#mainContent #homeText .padding { padding: 14px; }
#mainContent #homeText #bottomLogos { padding: 0px 0px 0px 115px; }

/* ----- CLASSES ----- */
.clear { clear:both; }
.clearSmall { clear:both; display: block; line-height: 0px; height: 0px; font-size: 0px; }
.hide { display:none; }
.show { display:block; }
.printShow { display:none; }
.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; padding:0 0 15px 15px; }
.image_left { float:left; padding:0 15px 15px 0; }
.image_center { margin:0 auto;}
.hand { cursor:pointer;}
.heading { position: relative; height: 16px; background: url(../images/layup/headingBg.gif) repeat-x; color: #FFF; line-height: normal; padding: 5px 0px 5px 10px; font-size: 13px; text-transform: uppercase; }
.btnSubmit { width:87px; height:27px; border:none;}

/* ----- LISTS / IMAGE FRAMES ----- */
#contactLocations .listItem { padding: 20px 0px 0px 0px; }
#contactLocations .listItem .itemImage { float: left; border: 1px solid #f5f5f5; margin-right: 30px; }
#contactLocations .listItem .itemImage img { border: 1px solid #f2f2f2; }
#contactLocations .listItem .itemDetails { width: 365px; float: left; }
#contactLocations .listItem .itemDetails .itemTitle { font-weight: bold; }
#contactLocations .listItem .buttons { float: right; }

/* ----- HEADINGS & PARAGRAPHS ----- */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0 0 15px 0; font-size:100%; font-weight:bold;}
h1 { color: #d7090f; }
hr { float:left;border:none;background-color:#f0f0f0; width:320px; }
/* ----- TOP NAVIGATION ----- */
#primaryNav { height: 27px; }
#primaryNav ul { list-style: none; margin: 0; padding: 0px; background: url(../images/layup/headingBg.gif) repeat-x; height: 26px; }
#primaryNav li { float: left; border-right: 1px solid #f4b3b5; }
#primaryNav li a { text-decoration: none; color: #FFF; display: block; float: left; padding: 6px; line-height: normal; text-transform: uppercase; }
#primaryNav li a.firstItem { padding: 6px 6px 6px 13px; }
#primaryNav li a:hover, #primaryNav li.active a { background: url(../images/layup/navActive.gif) repeat-x; }

/* ----- SECONDARY NAVIGATION ----- */
#secondaryNav {}
#secondaryNav ul { list-style: none; margin: 0; padding: 0; }
#secondaryNav li {  }
#secondaryNav li a { text-decoration: none; }

/* ----- SITE MAP ----- */
#sitemap { list-style:none; margin:0 0 0 5px; padding:0;}
#sitemap ul { list-style:none;  margin:10px 0 0px 15px; padding:0;}
#sitemap li { background:url(../images/layup/bulletSitemap.gif) 0px 11px no-repeat; padding:6px 0 5px 15px;}

/* ----- BREADCRUMBS/PAGINATION/PAGE TOP AND BOTTOMS ----- */
#breadcrumbs {}
#pagination { float: right; }
#pagination a { padding: 0px 4px 0px 4px; text-decoration: none; }
#pagination a:hover { text-decoration: none; background:#000000; color:#FFFFFF; }
#pagination .active { text-decoration: none; background:#000000; color:#FFFFFF; }
#pagination span { display: block; float: left; padding: 0px 2px 0px 2px; }

/* ----- FOOTER ----- */
#footer { background: #eaeaea; margin-top: 15px; }
#footer .padding { padding: 8px 15px 0px 15px; }
#footer a { font-weight:normal; text-decoration:none;}
#footer a:hover { text-decoration:underline;}
#footer p { padding-bottom: 8px; }

/* ----- GLOBAL ----- */
img { display:block; border:0; }
p { padding:0 0 15px 0; margin:0; }
address { font-style:normal;}
input, textarea, select { border:1px solid #DE262C; }

/* ----- LINKS ----- */
a { color:#000000; font-weight:bold; text-decoration:underline; }
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:110px; float:left; }
input, textarea { width:200px; font-size:11px !important;}
.requiredLabel { color:#0033FF;}
.checkRadio { width:20px; position:relative; left:-7px;}
.required { color: #DE262C; }
#frmContact p, #frmContactOffice p,  #frmContactInt p, #frmStorageContact p { padding:7px 0;}
#frmContact select, #frmContactOffice select, #frmContactInt select, #frmStorageContact select { width:204px;}
#frmContact div, #frmContactOffice div, #frmContactInt div, #frmStorageContact div { margin-top:10px; margin-left:5px }
#frmContact div.validation-advice, #frmContactOffice div.validation-advice, #frmContactInt div.validation-advice, #frmStorageContact div.validation-advice { margin-left:110px; width: 190px !important; }
#frmLocations { position: absolute; right: 15px; top: 3px; }
#frmLocations select { height: 17px; font-size: 10px; width:204px; }

#jumpsRight form input, #jumpsRight textarea  { width: 170px; }
#jumpsRight form select { width: 174px; }

.btnSubmit { width: 87px !important; height: 27px !important; }

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

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