/* Screen Stylesheet */

/* Text */
h1 { font-size: 2em; }
h2,legend { font-size: 1.5em; }
legend { color: #000 !important; }
h3 { font-size: 1.2em; }
h1,h2,h3,h4,h5,h6,h7 { margin-bottom: 10px; }
h1 *,h2 *,h3 * { font-size: inherit; }
strong,b { font-weight: bold; font-style: inherit; }
em,i { font-weight: inherit; font-style: italic; }
p,ul,ol,table,dl { margin-bottom: 10px; line-height: 150%; }
a {text-decoration:none;}
a:hover {text-decoration:underline;}

/* Page Body */
.body p img {padding: 0px 10px 5px;}
.body h4 {font-weight:bold;font-size:1.1em;}

/* Send To Friend */
#sendtofriend { padding: 20px; background: #fff; text-align: left; }
#sendtofriend legend { color: #000 !important; }
#sendtofriend .submit { padding-left: 110px; }

/* Forms */
label { font-weight: bold; }
.subfieldset label { font-weight: normal; }
.subfieldset legend { font-weight: bold; }
form .submit { margin-bottom: 0; }

/* Text Icons */
.back { background: url(/img/icons/icon-arrow_left.png) 0 50% no-repeat; padding-left: 12px; }
.bullet1 { background: url(/img/icons/icon-bullet_1.png) 0 50% no-repeat; padding-left: 14px; }
.bullet2 { background: url(/img/icons/icon-bullet_2.png) 0 50% no-repeat; padding-left: 12px; }
.bullet3 { background: url(/img/icons/icon-bullet_3.png) 0 50% no-repeat; padding-left: 12px; }

/* Canvas */
body { font-family: arial; font-size: 12px; text-align: center; background: #000; }
body a { color: #000066; }
body #body a { font-weight: bold; }
.wrapper { width: 960px; margin: 0 auto; text-align: left; overflow: hidden; }

/* Header */
#header { background: url(/img/skin/header_bg.png) 0px -80px; }
#header .wrapper { position: relative; height: 140px; overflow:hidden; }
#header .jump { display: none; }
#header .logo { position: absolute; top:5px; left: 0; width: 110px; height: 110px; overflow: hidden; }
#header .logo img {width:110px;}
#header .strapline { position: absolute; background: url(/img/skin/strapline.png) no-repeat; width: 378px; height: 44px; bottom: 25px; left: 270px; }
#header #contact-details { position: absolute; right: 0px; top: 20px; margin-bottom: 2px; color: #fff; width: 345px; font-size: 14px; }
#header #contact-details a { color: #fff; }
#header #contact-details li { display: block; padding: 0px; height: 30px; line-height: 30px; float:left; }
#header #contact-details .phone { margin-bottom: 2px; background: url(/img/icons/icon_tel.png) no-repeat 0% 50%; }
#header #contact-details .email { margin-left:10px; background: url(/img/icons/icon_mail.png) no-repeat 0% 50%; float:right; }
#header #contact-details .phone, #header #contact-details .email { padding-left: 40px; }
#header .searchsite { height: 29px; width: 257px; position: absolute; right: 0px; bottom: 45px; background: url(/img/skin/search_bg.png); }
#header .searchsite legend, #header .searchsite label { display: none; }
#header .searchsite ul { position: relative; margin: 0; background: red; width: 257px; }
#header .searchsite li { position: absolute; margin: 0; }
#header .searchsite .input { right: 32px; }
#header .searchsite .input .text { width: 216px; height: 20px; padding: 2px; border: 0 none; padding-top: 7px; background: none; font-size: 13px; }
#header .searchsite .submit { right: 0; height: 29px; }

/* Pri Nav */
#nav { width: 100%; float: left; background: #000066; height: 40px; }
#prinav li { float: left; line-height: 100%; margin-right: 0px; padding-top: 6px; }
#prinav a { float: left; display: block; padding: 4px 20px 10px; line-height: 100%; border-right: 2px solid #fff; color: #fff; font-size: 15px; text-decoration: none; font-weight: bold;  }
#prinav .last a { border: 0 none; }
#prinav .selected a, #prinav a:hover { background: url(/img/skin/nav-arrow.png) no-repeat 50% 100%; }

/* Pri Nav */
#nav .wrapper { overflow: visible; }
#prinav { margin: 0; float:left; }
#prinav li { float: left; padding-top: 6px; z-index: 10; }

#prinav .secnav { display: none; background: #000066; padding: 0px 10px 10px; }
#prinav .secnav a { font-size:12px;background-image:none; border:none 0px; color: #fff; width: 153px; padding: 5px;}
#prinav .secnav a:hover {text-decoration:underline;}
#secnav { width: 100%; float: left; margin: 0px; }
#secnav li { float: left; }

/* Body Area */
#body { width: 100%; float: left; padding-top: 10px; background: #fff url(/img/skin/bg.png) 50% 10px no-repeat; min-height: 400px; }
.visual { float: right; margin: 0 0 20px 20px; width: 300px; }
.visual img { max-width: 100%; max-height: 370px; }
.page-title { font-weight: bold; font-size: 24px; }

#footer, #footer2 { float: left; width: 100%; margin:0px auto;text-align: left; padding-top: 5px; color: #fff; }
#footer a { color: #fff; }
#footer2 { margin-top: 10px; }
#footer2 p { text-align: center; padding: 3px 90px 0; border-top: 1px solid #fff; }
#footer .pipe { padding: 0px 3px;}
#footer ul, #footer p { margin: 10px 0; }
#footer p { text-align: right; }
#footer div div { float: left; width: 50%; }
#footer li { display: inline; }
#footer img { position: relative; top: 3px; }

/* Listings */
.listing div { margin-bottom: 10px; }
.listing .end { border: none; }
.listing .date { font-size: small; font-style: italic; margin-top: -10px; margin-bottom: 0; }
.listing .thumbnail { float: left; width: 100px; height: 100px; overflow: hidden; margin-right: 20px; }

/* Home Page */
.home-wrapper { float: left; width: 960px; height: 285px; background: url(/img/skin/flash-wrapper_bg.png); color: #fff; }
.home-wrapper .welcome-message { width: 207px; height: 255px; padding: 14px 14px 0px; background: none; overflow:hidden; }
.flash-wrapper { float: left; width: 500px; height: 285px; position: relative; }
.flash-wrapper .welcome-bar { position: absolute; left: 0px; top: 0px; z-index: 2; background: url(/img/skin/flash-banner.png) no-repeat; width: 112px; height: 121px; text-indent: -9999px; overflow: hidden; }
.flash-wrapper #flash-panel { position: absolute !important; left: 0px !important; top: 0px !important; width: 500px !important; height: 285px !important; z-index: 1; }
.flash-wrapper #flash-panel .slide-text { bottom: 0px; left: 0px; width: 100%; height: 45px; background: url(/img/skin/trans_bg.png); } 
.flash-wrapper #flash-panel .slide-text p { margin: 0px; text-align: center; line-height: 45px; font-size: 24px; }

.welcome-message { width: 300px; padding: 30px; float: left; background: #999999; }

#promo-panel { float: right; width: 197px !important; padding: 14px; }
#promo-panel .slide-wrapper { width: 197px !important; top: 14px !important; left: 14px !important; }
#promo-panel .slide-wrapper .promopanel-more { margin-bottom: 0px; position: absolute; bottom: 7px; font-size: 14px; }
#promo-panel .slide-wrapper .promopanel-more a { color: #FFC30E; font-weight: normal; }
#promo-panel .slide-wrapper .promopanel-title {height:60px;overflow:hidden;margin-bottom:5px;}
#promo-panel .slide-wrapper .promopanel-title a { font-size: 24px; font-weight: bold; color: #fff; line-height: 130%; }
#promo-panel .slide-wrapper .promopanel-summary {height:144px; overflow:hidden;}
#promo-panel .controls { bottom: 14px; right: 14px; margin: 0px; width: 90px; }
#promo-panel .controls li { float: left; }
#promo-panel .controls li a { width: 42px; height: 39px; display: block; text-indent: -9999px; }
#promo-panel .controls .previous a { background: url(/img/buttons/btn-promo_prev.png); }
#promo-panel .controls .next { margin-left: 6px; }
#promo-panel .controls .next a { background: url(/img/buttons/btn-promo_next.png); }

.featured-pages { float: left; margin: 25px 0; width: 1100px; }
.featured-pages .featured-title { display: none; }
.featured-item { width: 225px; float: left; margin-right: 20px; }
.featured-pages .end { margin-right: 0px; }
.featured-item .thumbnail { float: none !important; width: 100%; height: 155px; position: relative; margin-right: 0px; margin-bottom: 10px; padding: 0px; }
.featured-item .title, .featured-item .summary,.featured-item .more { padding-left: 0 !important; }
.featured-item .title { position: absolute; bottom: 0px; left: 0px; height: 35px; width: 100%; margin: 0px; text-align: center; background: url(/img/skin/trans_bg.png); }
.featured-item .title a { color: #fff; font-size: 16px; font-weight: normal !important; }
.featured-item .summary { text-align: justify !important; height: 70px; overflow: hidden; }

/* Article Listing */
.listing .article { padding: 10px; }

/* News Article Listing */
.listing .news-article { padding: 10px; }

/* Download Listing */
.listing .download { padding: 10px; }
.listing .download .fileicon { float: left; width: 100px; height: 100px; margin-right: 20px; }
.listing .download .title a { color: #000; }
.listing .download .button a { color: #1451A9; font-weight: bold; padding-right: 5px; margin-right: 5px; border-right: 1px solid #1451A9; }

/* Candidate Listing */
.listing .candidate { padding: 10px; }
.listing .candidate .title a { font-size: 24px; color: #000; } 
.listing .candidate .button a { color: #1451A9; font-weight: bold; padding: 0px; padding-right: 5px; border-right: 1px solid #1451A9; margin-right: 5px; }

/* Job Section */
.listing .joblisting { padding: 10px; }
.listing .joblisting .title,.listing .joblisting .summary,.listing .joblisting .details,.listing .joblisting .more { padding-left: 120px; }
.listing .joblisting .thumbnail { float: left; }
.listing .title { font-size: 24px; font-weight: bold; }
.jobs-listing,.jobs-details { margin-right: 20px; }
.listing .joblisting dl,.jobs-details dl { float: none; width: auto; }
.listing .joblisting .details { margin-top: 20px; width: 460px; }
.listing .joblisting .details dt { margin: 0px; width: 15%; font-weight: bold; clear: none; }
.listing .joblisting .details dd { margin: 0px; width: 85%; }
.listing .joblisting .more { margin-bottom: 0; }
.jobs-apply { padding: 10px; }
.jobs-apply legend { font-size: 24px; font-weight: bold; }
.jobs-apply .textarea { width: 100%; }

/* Product Listing */
.products { width: 720px; }
.listing .product { width: 140px; height: 350px; overflow: hidden; float: left; margin-right: 16px; margin-bottom: 16px; background: #D1D1D1; border: 1px solid #B2B2B2; padding: 10px; }
.listing .product .thumbnail { float: none; width: auto; height: 150px; background: #FFF; margin-bottom: 10px; text-align: center; }
.listing .product .thumbnail a { height: 150px; line-height: 150px; }
.listing .product .thumbnail img { vertical-align: middle; max-height: 140px; max-width: 140px; }
.listing .product .title,.listing .product .title a { font-size: 18px; }
.listing .product .title,.listing .product .summary,.listing .product .price { padding-left: 0; }

/* Site Map */
.sitemap a { padding-left: 12px; background: url(/img/icons/icon-arrow_right.png) 0 50% no-repeat; }
.sitemap ul ul { margin-left: 30px; }
.sitemap ul ul li { margin: 5px 0 !important; }
.sitemap ul ul a { padding: 0px; display: inline; margin: 0; background: none; }

/* Link Archive */
.listing .link { margin-top: 20px; border-bottom: 1px dotted #999; padding-bottom: 20px; }
.listing .link .title,.listing .link .summary { font-size: 100%; padding-left: 120px; }
.listing .link .thumbnail { float: left; }

/* Messages */
ul.messages { clear: left; border: 1px dotted #5FAAD2; background: #C9E1F0; padding: 0 10px; margin-bottom: 10px; }
ul.messages li { color: #000; padding: 2px 2px 2px 20px; margin: 5px 0; }
ul.messages li.ok { background: url(/img/icons/icon-ok.png) center left no-repeat; }
ul.messages li.info { background: url(/img/icons/icon-info.png) center left no-repeat; }
ul.messages li.error { background: url(/img/icons/icon-error.png) center left no-repeat; }

/* Sorting Options */
.sorting { margin: 20px 0; }
.sorting legend { display: none; }
.sorting li { display: inline; margin-right: 20px; }
.sorting .submit { position: relative; }
.sorting .submit input { position: absolute; left: 0; top: -7px; }

/* Breadcrumb */
.breadcrumb { margin-top: 10px; margin-bottom: 0; list-style: none; }
.breadcrumb li { display: inline; background: url(/img/icons/icon-breadcrumb_separator.png) 100% 50% no-repeat; padding-right: 12px; margin-right: 7px; }
.breadcrumb .selected { background: none; margin-right: 0; padding-right: 0; }
.breadcrumb .selected a { color: #999; }

/* Paging */
.paging { clear: both; text-align: center; margin: 10px 0 !important; }
.paging li { display: inline; }
.paging span { background: #000; color: #FFF; padding: 2px 3px; }
.paging a { font-weight: normal; margin: 2px 3px; }
.paging a span { padding: 0; background: transparent; color: #000; }
.paging .last a { background: url(/img/icons/icon-paging_last.png) 100% 50% no-repeat; padding-right: 11px; }
.paging .next a { background: url(/img/icons/icon-paging_next.png) 100% 50% no-repeat; padding-right: 8px; }
.paging .prev a { background: url(/img/icons/icon-paging_previous.png) 0 50% no-repeat; padding-left: 8px; }
.paging .first a { background: url(/img/icons/icon-paging_first.png) 0 50% no-repeat; padding-left: 11px; }

/* Product Details */
.product .description { width: 500px; float:right; }
.product .description .body {margin-bottom:20px;}
.product .description .wasprice {float:left;margin-right:10px;}
.product .description p.price {float:left;}
.product #add-to-basket { margin-top:10px;width:100%;float:left;}
.product #add-to-basket legend {display:none;}
.product #add-to-basket li { margin-bottom:10px;float:left;width:100%;}
.product #add-to-basket li.quantity input {border:solid 1px #999;padding:3px;margin-bottom:15px;}
.product #add-to-basket li.submit {width:40%;}
.product #add-to-basket li.checkout {float:right;width:115px;margin-top:-27px;}
.product #add-to-basket label {font-weight:normal;text-transform:lowercase;width:100%;}
.product #add-to-basket select { max-width: 270px; }
.product #add-to-basket .submit { position: relative; }
.product #add-to-basket .submit input { position: absolute; left: 0; top: 0px; }

/* Product Image Gallery */
.product .gallery { width: 329px; float: left; overflow: hidden; }
.product .gallery .featured-image { padding-top:14px;background:#e1e1e1;position: relative; width: 329px; height: 315px; text-align: center; }
.product .gallery .featured-image li { background: #FFF;width: 300px; height: 300px; line-height: 300px;margin: auto; }
.product .gallery .featured-image li img { vertical-align: middle; }
.product .gallery .thumbs { margin-top: 10px; margin-bottom: 0; width: 100%; }
.product .gallery .thumbs li { float: left; width: 80px; height: 80px; margin-right: 3px; }
.product .gallery .thumbs li.last {margin-right:0px;}
.product .gallery .thumbs img { max-width: 80px; max-height: 80px; }

/* Related Items */
.related-items { clear: both; padding-top: 20px; }
.related-items .listing { background: #D1D1D1; border: 1px solid #B2B2B2; padding: 10px; }
.related-items .product { margin-bottom: 0; margin-right: 15px; background: #B1B1B1; border: 1px solid #929292; }

/* Image Gallery */
.image-gallery .listing { background: #D2D2D2; border: 1px solid #B2B2B2;}
.image-gallery .image-result { background: #FFF; float: left; width: 149px; height: 149px; overflow: hidden; position: relative; margin: 10px; }
.image-gallery .image-result h2 { display: none; }
.image-gallery .image-result a { display: block; width: 100%; height: 100%; line-height: 149px; text-align: center; }
.image-gallery .image-result .thumbnail { float: none; height: auto; overflow: visible; width: auto; }
.image-gallery .image-result img { vertical-align: middle; max-width: 135px; max-height: 135px; }

/* FAQ's */
.faqlist .heading { clear: left; }
.faqlist dt { clear: left; background: url(/img/icons/icon-arrow_right.png) 0 50% no-repeat; padding-left: 12px; }
.faqlist dt.selected { background-image: url(/img/icons/icon-arrow_bottom_right.png) }
.faqlist dd { clear: left; padding-left: 12px; }

/* Contact Form */
.contact-intro .map iframe { width: 100%; }
.contact-intro .map small { display: none; }
.contact-intro .contact { border-top: 0 none; }
.contact-intro .contact dt { width: 20%; font-weight: bold; }
.contact-intro .contact dd { width: 80%; }
.contact-form { background: #FFC30E; padding: 10px; margin-left: 40px; margin-top: 40px; }
.contact-form .textarea { width: 100%; }

/* Service List */
.listing .service { background: #D2D2D2; border: 1px solid #B1B1B1; padding: 10px; }
.listing .service .thumbnail { float: left; }
.listing .service .title,.listing .service .summary,.listing .service .description,.listing .service .links { padding-left: 120px; }

/* Portfolio */
.portfolio,.portfolio-category,.portfolio-item { margin-right: 20px; }
.listing .pfitem { background: #D2D2D2; border: 1px solid #B2B2B2; padding: 10px; }

/* User Authentication */
#ppa-login,#user-login,#user-forgottenpassword { text-align: center; margin-top: 50px; }
#ppa-login fieldset,#user-login fieldset,#user-forgottenpassword fieldset { width: 400px; margin: 0 auto; text-align: left; }
#ppa-login .submit,#user-login .submit,#user-forgottenpassword .submit { text-align: left; padding-left: 125px; }
#ppa-login .forgotten_pass,#user-login .forgotten_pass,#user-forgottenpassword .forgotten_pass { padding-left: 125px; }
