/* Screen Stylesheet */

/* Text */
h1 { font-size: 1.5em; }
h2 { font-size: 1.162em; }
h3 { font-size: 1em; font-weight:bold; }
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;}
label, .fields label { font-weight: normal; }
.text, .password { border: 1px solid #ccc; background: #fff; padding: 5px; }

/* Page Body */
.body h4 {font-weight:bold;font-size:1.1em;}

/* Send To Friend */
#sendtofriend { padding: 20px; background: #fff; }
#sendtofriend legend { color: #333 !important; font-size: 1.1667em; padding: 5px 0; text-align: left; }
#sendtofriend .message .fields { margin-bottom: 0; }
#sendtofriend .submit { margin-top: 10px; }

/* 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-size: 12px; font-family: helvetica, arial, sans serif; background: #000; text-align: center; }
body a { color: #666; }
#container { text-align: left; overflow: hidden; background: #fff url(/img/skin/bg.jpg) 50% 0% no-repeat; }
.wrapper { width: 940px; margin: 0 auto; }

/* 404 */
#notfound { background: #fff; padding: 100px;}

/* Header */
#header { margin-top: 0px; width: 100%; height: 151px; }
#header .wrapper { position: relative; height: 151px; }
#header .jump { display: none; }
#header .logo { margin: 0px; position: absolute; top: 12px; left: 0px; width: 291px; height: 162px; overflow: hidden; }

#header .contact-details { position: absolute; left: 345px; top: 20px; color: #052541; text-align: center; }
#header .contact-details .email { font-weight: bold; font-size: 1.084em; margin-bottom: 2px; }
#header .contact-details .email a { color: #052541; }
#header .contact-details .phone { font-size: 2em; line-height: 100%; }

#header .strapline { background: url(/img/skin/strapline.png) no-repeat; width: 289px; height: 35px; position: absolute; left: 298px; top: 85px; text-indent: -9999px; }

#header .ecom .view { position: absolute; right: 10px; bottom: 10px; }
#header .ecom .view a { background: url(/img/buttons/btn-view_basket.png) no-repeat; width: 77px; height: 45px; display: block; text-indent: -9999px; }

#header .live-chat { position: absolute; right: 12px; top: 15px; }
#header .live-chat a { background: url(/img/buttons/btn-live_chat.png); width: 57px; height: 45px; text-indent: -999px; display: block; overflow: hidden; }

#header .logos { position: absolute; bottom: 0px; right: 100px; }
#header .logos li { display: inline; padding: 4px; }

#header #google_translate_element { position: absolute; top:-5px; right: 158px;  }
#header #google_translate_element div { height: 25px; }
#header #google_translate_element div select { font-size: 12px; }

#header .searchsite { background: url(/img/skin/search_bg.png) no-repeat; position: absolute; right: 120px; top: 44px; width: 202px; height: 28px; background: #fff; border: 1px solid #ccc; }
#header .searchsite legend, #header .searchsite label { display: none; }
#header .searchsite ul { position: relative; margin: 0; width: 202px; height: 28px; }
#header .searchsite li { position: absolute; margin: 0; }
#header .searchsite .input { right: 28px; top: 1px; }
#header .searchsite .input .text { width: 166px; height: 15px; padding: 2px; border: 0px none; background: transparent; color: #333; padding-top: 6px; }
#header .searchsite .submit { right: 1px; top: 1px; }

/* Pri Nav */
#nav { margin: 0 auto 5px; height: 49px; background: url(/img/skin/nav_bg.png) no-repeat 50% 0%; }
#nav ul { display: block; width: auto; position: relative; z-index: 2; padding: 3px 8px 2px; margin: 0px auto; overflow: visible; }
#prinav li { float: left; font-family: georgia, times, serif; padding: 13px 6px 13px 4px; font-size: 1.0833em; background: url(/img/skin/nav_divide.png) no-repeat 100% 50%; }
#prinav .first { padding-left: 0; }
#prinav .last { padding-right: 0; background: none; }
#prinav a { display: block; color: #666; text-decoration: none; }
#prinav .selected a, #prinav li a:hover { color: #DE2943; }

#prinav li .secnav { display: none; min-width: 100px !important; padding: 0; padding-bottom: 10px; background: url(/img/skin/drop-nav-bottom_bg.png) no-repeat 50% 100%; }
#prinav li .secnav li { background: none; display: list-item; float: none; padding: 3px 8px; background: url(/img/skin/drop-nav-middle_bg.png); }
#prinav li .secnav .first { background: url(/img/skin/drop-nav-top_bg.png) no-repeat 50% 0%; padding-top: 10px; }
 
#secnav { display: block; }
#secnav li { float: left; font-size: 1.083em; clear: left; width: 100%; }
#secnav li a { padding: 5px !important; color: #BF2523; display: block; }
#secnav li a:hover, #secnav .selected a { color: #333; }


/* Body Area */
#body { background: none; }
#body .wrapper { background: url(/img/skin/body_bg.png) no-repeat; padding: 20px; width: 900px; min-height: 400px; }
.visual { text-align: right; }
#sidebar { width: 115px; float: left; padding: 0px; }
.content-area-subnav { width: 775px; float: right; }
#content-area {  }
#content { padding-top: 10px; }
.page-home #content { padding-top: 0px; }
.page-title { font-size: 1.833em; }
.page-summary, .body { color: #666; font-size: 1.08333em; }
.page-summary { line-height: 150%; }
#content .visual { float: right; margin: 0 0 20px 20px; }
#content img { padding: 0; margin-right: 10px; }
#content .body h3, #content .body h4 { font-size: 1.667em; font-weight: normal; color: #005286; }

/* Footer */
#footer { background: #000; color: #ccc; padding-top: 18px; }
#footer a { color: #ccc; }

#footer .wrapper div { font-size: 0.9167em; float: left; width: 480px; }
#footer .wrapper div ul { margin: 3px 0; }
#footer .wrapper div p { margin: 15px 0; line-height: 120%: }
#footer .wrapper div ul li { display: inline; padding-right: 5px; border-right: 1px solid #ccc; margin-right: 5px; }
#footer .wrapper div ul .last { border: 0 none; }
#footer .wrapper div ul li img { margin-bottom: -4px; }

#footer .wrapper form { float: right; width: 385px; }
#footer .wrapper form p { background: url(/img/skin/newsletter-title.png) no-repeat; text-indent: -9999px; }
#footer .wrapper form .fields li { float: left; clear: none; margin-right: 10px; }
#footer .wrapper form .fields .subscribe { margin-right: 0; }
#footer .wrapper form .fields li .block { color: #fff; }
#footer .wrapper form .fields li .text { background: #fff; border: 0 none; padding: 4px; width: 130px; }
#footer .wrapper form .fields .subscribe input { padding-top: 17px; }

#footer .wrapper .social-links { float: right; width: 385px; }
#footer .wrapper .social-links .wordpress a { background: url(/img/icons/icon-wordpress.png) no-repeat; }
#footer .wrapper .social-links .twitter a { background: url(/img/icons/icon-twitter.png) no-repeat; }
#footer .wrapper .social-links .facebook a { background: url(/img/icons/icon-facebook.png) no-repeat; }
#footer .wrapper .social-links li { float: left; padding-right: 7px; }
#footer .wrapper .social-links li a { display: block; width: 35px; height: 35px; text-indent: -9999px; overflow: hidden; }

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

/* Home Page */
#tab-panel { width: 900px; height: 305px; position: relative !important; }
#tab-panel .slide-wrapper { float: left !important; width: 552px !important; height: 305px !important; }
#tab-panel .slide-wrapper img { max-width: 100%; max-height: 100%; }
#tab-panel .slide-wrapper .slides li { width: 550px !important; height: 305px !important; }
#tab-panel .tabs { position: absolute; right: 0px; top: 0px; width: 345px; }
#tab-panel .tabs li { background: #F2F1F7; width: 297px; height: 38px; padding: 11px 24px; margin-bottom: 3px; }
#tab-panel .tabs .selected, #tab-panel .tabs .selected:hover { padding-left: 44px; margin-left: -20px; background: url(/img/skin/tab-panel_arrow.png); } 
#tab-panel .tabs li a { width: 297px; height: 38px; display: block; overflow: hidden; text-decoration: none; }
#tab-panel .tabs li .title { font-size: 1.4167em; font-family: georgia, times, serif; font-style: italic; height: 19px; margin-bottom: 2px; width: 100%; overflow: hidden; display: block; }
#tab-panel .tabs .number-1 .title { color: #791523; }
#tab-panel .tabs .number-2 .title { color: #345F7A; }
#tab-panel .tabs .number-3 .title { color: #3D0E25; }
#tab-panel .tabs .number-4 .title { color: #973601; }
#tab-panel .tabs li:hover { background: #DEDFE5; }

#tab-panel .tabs li .summary { color: #666; font-size: 0.9167em; }

#ticker { background: #DE2943; padding: 8px; float: left; width: 884px; position: relative; }
#ticker .book-online { position: absolute; right: -25px; top: -45px; background: url(/img/skin/book-online.png); width: 365px; height: 112px; text-indent: -9999px; }
#ticker .title { background: url(/img/skin/latest-news_title.png) no-repeat; width: 171px; height: 20px; margin: 0; text-indent: -9999px; float: left; }
#ticker .ticker { width: 580px; padding: 0px 0px 0px 40px; float: left; margin: 0; font-family: georgia, times, serif; font-size: 1.1667em; }
#ticker .ticker a { color: #fff; }

.welcome-message { float: left; width: 880px; padding: 15px 10px 10px 10px; background: #E5E5E5; margin-bottom: 25px; }
.welcome-message .title { font-size: 1.8333em; text-align: center; }
.welcome-message .page-summary { font-weight: normal; color: #666; width: 760px; margin: 0 auto; }

.featured-pages { float: left; width: 340px; margin-top: 0px; }
.featured-item { float: left; width: 340px; margin-bottom: 15px; }
.featured-pages .end { margin-bottom: 0; }
.featured-item .thumbnail { width: 130px; float: left; height: 86px; margin-right: 6px; }
.featured-item .title { font-size: 1.167em; font-weight: bold; margin-bottom: 8px;}
.featured-item .title a { color: #000; }
.featured-item .summary, .featured-item .more { padding-left: 136px; }
.featured-item .summary { font-size: 0.91667em; margin-bottom: 8px; }
.featured-item .more a { background: url(/img/buttons/btn-read_more.png) no-repeat; width: 81px; height: 22px; text-indent: -9999px; overflow: hidden; display: block; }

.page-home #content .visual { margin-bottom: 0px; }

/* Article Listing & Vouchers Listing */
.listing .article, .listing .vouchers { padding: 10px; background: #E5E5E5; width: 46.4%; float: left; margin-right: 15px; margin-bottom: 15px; min-height: 96px; }
.listing .article .title, .listing .vouchers .title { font-size: 1.8333em; margin-bottom: 5px; }
.listing .article .title a, .listing .vouchers .title a { color: #000000; }
.listing .article .thumbnail, .listing .vouchers .thumbnail { margin-right: 10px; }
.listing .article .summary, .listing .vouchers .summary { color: #666666; }
.listing .article .more, .listing .vouchers .more { margin-bottom: 0; margin-top: 10px; }
.listing .article .more a { background: url(/img/buttons/btn-read_more.png) no-repeat; width: 81px; height: 22px; display: block; text-indent: -9999px; overflow: hidden; }

.listing .vouchers .more a { background: url(/img/buttons/btn-view_voucher.png) no-repeat; text-indent: -9999px; width: 93px; height: 22px; display: block; overflow: hidden; }

/* News Listing */
.listing .news-article { padding: 10px; background: #e5e5e5; margin-bottom: 15px; min-height: 96px; }
.listing .news-article .title { font-size: 1.8333em; margin-bottom: 0px; }
.listing .news-article .title a { color: #000; }
.listing .news-article .date { margin-bottom: 5px; }

/* Product Listing */
.products { width: 940px; }
.listing .product { width: 150px; height: 300px; overflow: hidden; float: left; margin-right: 24px; margin-bottom: 24px; padding: 0px; }
.listing .rowend { margin-right: 0px; }
.listing .product .thumbnail { margin: 0px; float: none; width: 150px; height: 150px; background: #ccc; margin-bottom: 10px; text-align: center; }
.listing .product .thumbnail a { height: 130px; width: 130px; line-height: 130px; padding: 10px; display: block; }
.listing .product .thumbnail img { vertical-align: middle; max-height: 130px; max-width: 130px; }
.listing .product .title,.listing .product .summary,.listing .product .price { padding-left: 0; }
.listing .product .title { font-size: 1.0833em; font-weight: bold; }
.listing .product .title a { color: #000; }
.listing .product div.price { font-size: 1.08333em; display: block; width: 100%; float: left; color: #004E84; font-weight: bold; }
.listing .product div.price p { float: left; margin-right: 5px; margin-bottom: 2px; }
.listing .product .wasprice { text-decoration: line-through; }
.listing .product .special { font-weight: bold; }
.listing .product .summary { float: left; width: 100%; color: #666; height: 60px; }

.searchdrivers {  }
.searchdrivers legend, .searchdrivers label { display: none; }
.searchdrivers .fields { position: relative; height: 35px; border: 1px solid #ccc; margin-top: 20px; }
.searchdrivers .fields li { margin: 0; }
.searchdrivers .fields .input { position: absolute; left: 5px; top: 5px; }
.searchdrivers .fields .submit { position: absolute; top: 5px; right: 5px; }
.searchdrivers input.text { border: 0 none; }

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

/* 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; background: none; padding: 10px 0; }
.sorting legend { display: none; }
.sorting label { font-weight: normal; color: #666; }
.sorting ul { width: auto; }
.sorting li { float: left; display: inline; margin-right: 20px; }
.sorting .submit {  }
.sorting .submit input { margin-top: -3px; }

/* 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 { font-family:arial, sans serif;text-align:right;clear: both; margin: 10px 0 !important; }
.paging li { display: inline;}
.paging li a {color:#000000;font-weight:bold;margin:0px 1px;}
.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; }

/* Product Details */
.product .description { width: 500px; }
.product .description h3.price { color: #005188; font-size: 1.25em; margin-bottom: 6px; }
.product .description .body { margin-bottom: 25px; }

.product #add-to-basket legend { display: none; }
.product #add-to-basket ul {  }
.product #add-to-basket li { display: list-item; margin: 15px 0; height: 26px; line-height: 26px; }
.product #add-to-basket label { width: 65px; color: #666; font-size: 1.0833em; }
.product #add-to-basket select { max-width: 270px; }
.product #add-to-basket .submit {  }
.product #add-to-basket .submit input {  }

.product .quoteme-form .form-title { font-size: 1.75em; color: #005387; }
.product .quoteme-form label.block { float: left; font-size: 1.08333em; color: #666; font-weight: bold; width: 70px; }
.product .quoteme-form textarea { padding: 5px; border: 1px solid #ccc; }
.product .quoteme-form textarea, .product .quoteme-form .text { width: 250px; }
.product .quoteme-form .submit { text-align: left; padding-left: 70px; }

.product .pers-prod-add li { width: 100%; float: left; display: block; }
.product .pers-prod-add .submit { height: 30px; }
.product .pers-prod-add .submit input { top: 0px !important; } 

/* Product Image Gallery */
.product .gallery { background: none; border: 0 none; padding: 0px; width: 250px; float: right; overflow: hidden; }
.product .gallery .featured-image { position: relative; width: 250px; height: 250px; margin: 0 !important; background: #FFF; text-align: center; }
.product .gallery .featured-image li { position: absolute; width: 250px; height: 250px; line-height: 250px; top: 0; left: 0; }
.product .gallery .featured-image li img { vertical-align: middle; }
.product .gallery .thumbs { margin-top: 10px; margin-bottom: 0; width: 250px; }
.product .gallery .thumbs li { float: left; width: 80px; height: 80px; background: #FFF; margin-right: 3px; text-align: center; }
.product .gallery .thumbs .end { margin-right: 0; }
.product .gallery .thumbs img { max-width: 80px; max-height: 80px; }

/* ecommerce */
.ecommerce-footer { margin-top: 30px; }

/* Related Items */
.related-items { display: none; }

/* Image Gallery */
.image-gallery .listing { background: #D2D2D2; border: 1px solid #B2B2B2;}
.image-gallery #image-wrapper {width:850px;margin:0px auto;}
.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; }

/* Job Section */
.listing .joblisting { margin-bottom: 20px; }
.listing .joblisting .title,.listing .joblisting .summary,.listing .joblisting .details,.listing .joblisting .more { padding-left: 120px; }
.listing .joblisting .thumbnail { float: left; }

/* FAQ's */
.faqlist dt { clear: left; background: url(/img/icons/icon-q.png) 0 50% no-repeat; padding-left: 40px; padding-top: 8px; font-size: 1.0833em; font-weight: bold; font-style: italic; }
.faqlist dt a { color: #666; }
.faqlist dt.selected { background-image: url(/img/icons/icon-a.png) }
.faqlist dd { clear: left; padding-left: 40px; color: #666; }
.faqlist .heading { clear: left; padding-left: 0px; font-size: 1.667em; color: #000; }

/* Contact Form */
.type-94 .twothirds { width: 510px; }
.type-94 .content-wrapper div.third { width: 390px; }

.contact-intro .map iframe { width: 100%; }
.contact-intro .map small { display: none; }
.contact-intro .contact { margin-top: 0px; padding-top: 0px; border-top: 0 none; color: #666; font-size: 1.0833em; }
.contact-intro .contact a { color: #666; }
.contact-intro .contact dt { width: 20%; font-weight: bold; }
.contact-intro .contact dt:after { content: "."; }
.contact-intro .contact dd { width: 80%; }
.contact-intro .contact dd, .contact-intro .contact dt { margin: 2px 0; }

span.required { color: #666; padding: 0 2px; }
.contact-form { padding: 2px; margin-left: 20px; margin-top: 40px; }
.contact-form .required-notice { font-weight: bold; color: #666; }
.contact-form .fields li { margin: 13px 0; }
.contact-form .fields li .field-summary { margin-bottom: 2px; font-size: 1em; color: #666; }
.contact-form .subfieldset .fields { margin-top: 10px; }
.contact-form .subfieldset .fields li { margin: 2px 0; }
.contact-form .fields li img { margin-bottom: -3px; }
.contact-form legend, .contact-form label { color: #666; font-weight: normal; }
.contact-form .text { width: 242px; }
.contact-form .textarea { width: 99%; border: 1px solid #ccc; }
.contact-form .submit { text-align: left; }

/* Newsletter Subscribe */
.newsletter-subscribe .submit { text-align: left; }

/* 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; }

/* Job Section */
.jobs-listing,.jobs-details { margin-right: 20px; }
.listing .joblisting { background: #D1D1D1; border: 1px solid #B2B2B2; padding: 10px; margin-bottom: 0; }
.listing .joblisting dl,.jobs-details dl { float: none; }
.listing .joblisting dt,.jobs-details dt { font-weight: bold; width: 15%; margin: 0; }
.listing .joblisting dd,.jobs-details dd { width: 85%; margin: 0; }
.listing .joblisting .more { margin-bottom: 0; }
.jobs-apply { background: #D1D1D1; border: 1px solid #B2B2B2; padding: 10px; }
.jobs-apply .textarea { width: 100%; }

/* 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; }
