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

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

Type: Screen, Projection

Description : Screen and projection stylesheet for Penumbra site

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

/* COMMON AND GLOBAL */
body { font:62.5%/1.6 arial, verdana, helvetica, sans-serif; margin:0; padding:0; background:#ffffff url(../images/layup/bodyBg.gif) top center repeat-x; 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:808px; background: #fff; margin:0 auto; text-align:left; font-size:110%; line-height: 130%; }   
#printHeader { display:none;}

#header { position: relative; height: 79px; }
#header #logo { position: absolute; top: 5px; left: 0px; }
#header #contactDetails { position: absolute; top: 40px; right: 17px; }

/* ----- HOME IDS ----- */
#mainImage { float: left; }
#primaryJumps { float: left; width: 270px; }
#primaryJumps .box { margin: 0px 2px 4px 0px; }
#secondaryJumps { float: left; }
#secondaryJumps .box { float: left; margin: 0px 2px 4px 0px; }
#secondaryJumps .box.last { margin-right: 0px; }
#homeContentLeft { float: left; width: 553px; }
#homeContentLeft .padding { padding: 16px 17px 0px 7px; }
#homeContentRight { float: right; width: 252px; padding-top: 15px; }  
#homeContentRight a { }

/* ----- INTERNAL IDS ----- */
#leftCol { float: left; width: 206px; }
#leftCol .box { margin: 0px 0px 4px 0px; }
#leftCol .additionalContent { color: #004e89; padding: 14px 7px 8px 5px; }
#rightCol { float: left; width: 597px; }
#rightCol .cmsImage { float:right; position: relative; margin: 0px 0px 15px 15px; }
#rightCol .cmsImage .frame { position: absolute; top: -2px; left: -2px; }
#rightCol #mainContent { padding: 0px 0px 0px 12px; }

/* ----- BOX LIST ----- */
#boxList {}
#boxList .box { float: left; margin-right: 7px; margin-bottom: 12px; }
#boxList .box a { display: block; width: 190px; cursor: pointer; text-decoration: none; font-weight: bold; }
#boxList .box .thumb { display: block; background:url(../images/layup/noImage190x143.gif) top left no-repeat; width: 190px; height: 143px; position: relative; }
#boxList .box .thumb .frame { position: absolute; top: -2px; left: -2px; }
#boxList .box .title { display: block; padding: 6px 0px 0px 6px; color: #004e89; font-size: 1.1em; }
#boxList .box.last { margin-right: 0px !important; }

/* ----- CONTACT PAGE ----- */
#frmContact { background: #f4f5f1; float: left; padding: 8px; width: 301px; margin-right: 7px; }
#frmContact input { background: #f8f9f7; border: 1px solid #b8b8b6; height: 12px; width: 234px; font-size: 0.9em !important; }
#frmContact textarea { background: #f8f9f7; border: 1px solid #b8b8b6; width: 234px; font-size: 0.9em !important; }
#frmContact select { width:238px; font-size: 0.9em !important; }
#frmContact div { margin-bottom: 5px; }
#frmContact label { color: #00558f; font-weight: bold; width: 60px; }
#frmContact .title { text-indent: 20px; color: #00558f; padding-bottom: 8px; }
#frmContact .checkBoxesCol1 { float: left; width: 125px; padding-top: 23px; }
#frmContact .checkBoxesCol1 div { width: 125px !important; clear: both; margin-bottom: 4px !important; float: left; }
#frmContact .checkBoxesCol1 input { float: left !important; }
#frmContact .checkBoxesCol1 label { float: left; font-weight: normal; width: 100px; color: #605f5f; position:relative; top: 2px; }
#frmContact .checkBoxesCol2 { float: right; width: 168px; padding-top: 23px; }
#frmContact .checkBoxesCol2 div { width: 168px !important; clear: both; margin-bottom: 4px !important; float: left; }
#frmContact .checkBoxesCol2 input { float: left !important; }
#frmContact .checkBoxesCol2 label { float: left; width: 143px; font-weight: normal; color: #605f5f; position:relative; top: 2px; }

#btnSubmit { float: right; display: inline; }
#btnSubmit input { width:59px; height:23px; border:none; }
#btnReset { float: right; margin-right: 11px; display: inline; }
#btnReset input { width:59px; height:23px; border:none; cursor: pointer; }

#addressDetails { width: 255px; float: left; }
#addressDetails .map { background:url(../images/layup/mapBg.gif) top left no-repeat; padding: 2px; width: 255px; height: 195px; float: left; margin-bottom: 15px; }
#addressDetails address { line-height: 150%; padding: 0px 0px 25px 10px;  }
#addressDetails .telephoneEmail { padding: 0px 0px 25px 10px; }
#addressDetails .telephoneEmail table { width: 100%; }
#addressDetails .telephoneEmail td { padding: 2px 0px 2px 0px; }
#addressDetails .getQuote { padding: 0px 0px 25px 10px; }
#addressDetails .getQuote table { width: 100%; }
#addressDetails .getQuote td { padding: 2px 0px 2px 0px; }

/* ----- CLASSES ----- */
.clear { clear:both; }
.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; }
.blue { color: #00558f; } 

/* ----- HEADINGS & PARAGRAPHS ----- */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0 0 12px 0; font-size:100%; font-weight:bold; }
h1 { font-size: 1.4em; }
#leftCol .additionalContent h2 { padding: 0px 0px 0px 0px; }

/* ----- TOP NAVIGATION ----- */
#primaryNav { height: 41px; background:url(../images/layup/navBg.gif) top left repeat-x; position:relative; padding-bottom: 6px; }
#primaryNav ul { list-style: none; margin: 0; padding: 0; }
#primaryNav li { display: block; float: left; background:url(../images/layup/navDivider.gif) top right no-repeat; padding-right: 2px; }
#primaryNav li a { display: block; float: left; text-decoration: none; font-weight: normal; padding: 14px 8px 13px 8px; color: #fff; }
#primaryNav li a:hover { color: #fff; background: url(../images/layup/navHover.gif) top left repeat-x; color: #242424; }
#primaryNav li.last { background: none; padding-right: 0px; border-right: 5px solid #004e89; }
#primaryNav li.last a { padding-right: 15px; }
#primaryNav li.first a { padding-left: 15px; }
#primaryNav li .active { color: #fff; background: url(../images/layup/navHover.gif) top left repeat-x; color: #242424; }
#primaryNav .borderT { position: absolute; left: 0px; top: 41px; }


/* ----- 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 ----- */
#pageInfo { color: #004e89; padding: 16px 0px 16px 12px; }
#pageInfo a { color: #004e89; }
#breadcrumbs { float: left; }
#breadcrumbs a { text-decoration: none; font-weight: normal; }
#breadcrumbs a:hover { text-decoration: underline; }
#breadcrumbs .active{ font-weight: bold; }
#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:url(../images/layup/dotsH.gif) top left repeat-x; padding: 12px 3px 0px 3px; margin-top: 20px; }
#footer a { font-weight:normal; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
#footer .blue { color: #6695b8; } 

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

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

/* ----- GLOBAL 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:#ff0000;}
.checkRadio { width: 18px !important; background: #f8f9f7 !important; border: none !important; position:relative; left:-3px; }

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

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