/* Screen Stylesheet */

/* Text */
h1 { font-size: 1.5em; }
h2,legend { font-size: 1.5em; }
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; margin-right: 15px; }
.body h4 {font-weight:bold;font-size:1.1em;}

/* Send To Friend */
#sendtofriend { padding: 20px; text-align: left; }
#sendtofriend legend { color: #333 !important; }

/* 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: url(/img/skin/bg.png) repeat-x; text-align: center; }
body a { color: #920000; }
#container { text-align: left; overflow: hidden; }
.wrapper { width: 940px; margin: 0 auto; }
#sidebar { width: 200px; float: left; background: #DBE3DD; padding: 0px !important; }
#content-area { width: 720px; float: right; }
.page-home #content-area { width: 100%; }
#body .wrapper { background: url(/img/skin/side_bg.png); }
.page-home #body .wrapper { background: none; }
.page-title { font-size: 2em; }
.page-summary { line-height: 150%; font-size: 1.1667em; font-weight: bold; }

/* Header */
#header { margin-top: 0px; width: 100%; }
#header .wrapper { height: 152px; position: relative; }
#header .jump { display: none; }
#header .logo { position: absolute; left: 0px; top: 20px; width: 117px; height: 116px; overflow: hidden; margin: 0; }

#header .welcome { position: absolute; right: 0px; bottom: 25px; }

#header .font-resizer { position: absolute; right: 0px; top: 20px; width: 100px; height: 25px; }
#header .font-resizer a { position: absolute; text-indent: -9999px; overflow: hidden; bottom: 0px; }
#header .font-resizer .plus { background: url(/img/buttons/btn-font_increase.png) no-repeat; width: 31px; height: 25px; right: 30px; }
#header .font-resizer .minus { background: url(/img/buttons/btn-font_decrease.png) no-repeat; width: 21px; height: 16px; right: 0px;}

#header .strapline { position: absolute; top: 34px; left: 240px; background: url(/img/skin/strapline.png) no-repeat; width: 434px; height: 78px; text-indent: -9999px; }

#header .searchsite { width: 222px; height: 23px; margin-top: 0px !important; position: absolute; right: 10px; bottom: -29px !important; }
#header .searchsite legend, #header .searchsite label { display: none; }
#header .searchsite ul { position: relative; margin: 0; width: 222px; }
#header .searchsite li { position: absolute; margin: 0; }
#header .searchsite .input { right: 62px; background: url(/img/skin/search_bg.png) no-repeat; }
#header .searchsite .input .text { width: 157px; height: 15px; padding: 4px; border: 0px none; background:transparent; padding-top: 4px; line-height: 12px; }
#header .searchsite .submit { right: 0; color: #fff; }

/* Pri Nav */
#nav { margin: 0 auto 10px; min-height: 34px; }
#nav .wrapper { background: url(/img/skin/nav_bg.png) no-repeat; height: 35px; }
#nav ul { float: left; width: auto; margin-left: 15px; margin-bottom: 0px; }
#prinav li { float: left; font-size: 1.1667em; background: url(/img/skin/nav-divide.png) no-repeat 100% 50%; padding-right: 16px; margin-right: 15px; font-weight: bold; }
#prinav .last { padding-right: 0;  background: none; }
#prinav a { display: block; padding: 0px; height: 35px; line-height: 34px; color: #fff; text-decoration: none; }
#prinav .selected a, #prinav li a:hover { background: url(/img/skin/nav-arrow.png) no-repeat 50% 100%; }

#secnav { background: #D1D1D1; display: block; border: 1px solid #B2B2B2; }
#secnav li { float: left; }
#secnav li a { border: 0px !important; padding: 5px !important; }

/* Side Nav */
#sidebar h4 { padding: 10px 15px; margin-bottom: 5px; background: #5C7E63; color: #fff; font-size: 1.1667em; font-weight: bold; } 
#sidebar #sidenav { padding: 15px; font-size: 1.083em; }
#sidebar #sidenav li { font-size: 1em; line-height: 100%; font-weight: bold; }
#sidebar #sidenav a { color: #333; padding: 5px 0; display: block; text-decoration: none; }
#sidebar #sidenav .selected a, #sidebar #sidenav li a:hover { color: #315A39; }
#sidebar #sidenav a .date { width: 100%; display: block; }
#sidebar #sidenav a .title { color: #333; font-weight: normal; line-height: 120% width: 100%; margin-top: 3px; display: block; }
#sidebar #sidenav .subnav { margin: 10px 0 10px 15px; }

/* Body Area */
#body { background: #FFF; padding-bottom: 30px; }
.page-home #body { padding-bottom: 0px; }
#body .body { color: #333333; }
.visual { text-align: right; }
#content { padding-top: 10px; }
.page-home #content { padding-top: 0px; }
#content .visual { float: right; margin: 0 0 20px 20px; width: 300px; }
#content .visual img { max-width: 100%; }

/* Footer */
#footer { text-align: left; text-align: center; background: #284C30; padding-top: 15px; color: #fff; font-size: 0.9167em; }
#footer a { color: #fff; font-weight: bold; }
#footer ul li { display: inline; padding-right: 6px; border-right: 1px solid #fff; margin-right: 6px; }
#footer .last { border: 0 none; padding-right: 0; }
#footer .share { border: 0 none; margin-right: 0; padding-right: 0; }
#footer .share img { margin-bottom: -3px; }

/* Listings */
.listing .end { border: none; margin-bottom: 0 !important; }
.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: 25px; }

/* Home Page */
.page-home #flash-panel { width: 100% !important; height: 360px !important; }
.page-home #flash-panel .slide-text { position: absolute; right: 44px; top: 84px; height: auto; padding: 50px; width: 269px; color: #fff; font-size: 2em; background: url(/img/skin/flash-text_bg.png); }
.page-home #flash-panel .slide-text p { margin: 0; }
.ticker { background: url(/img/skin/news_bg.png) no-repeat; height: 48px; margin-top: 1px; }
.ticker li { margin-left: 185px; padding-top: 15px; font-size: 1.1667em; font-weight: bold; }
.ticker li a { color: #fff; }

.welcome-message h2 { padding: 20px 50px 18px; font-size: 2em; line-height: 141%; text-align: center; color: #333; font-weight: bold; }

.feature-news { border-top: 1px solid #c2c2c2; padding-top: 25px; background: url(/img/skin/bg.png) repeat-x; padding-bottom: 20px; }

.featured-pages { float: left; width: 579px; }
.featured-pages .featured-item { float: left; width: 275px; margin-right: 29px; }
.featured-pages .rowend { margin: 0; }
.featured-pages .featured-item .thumbnail { float: left; width: 275px; height: 148px; position: relative; }
.featured-pages .featured-item .thumbnail img { max-width: 100%; }
.featured-pages .featured-item .thumbnail .title { position: absolute; width: 100%; height: 43px; bottom: 0px; left: 0px; font-size: 1.333em; text-align: center; line-height: 43px; margin-bottom: 0px; }
.featured-pages .featured-item .thumbnail .title a { color: #fff; }
.featured-pages .feature-1 .thumbnail .title { background: url(/img/skin/feature-1_bg.png); }
.featured-pages .feature-2 .thumbnail .title { background: url(/img/skin/feature-2_bg.png); }
.featured-pages .feature-3 .thumbnail .title { background: url(/img/skin/feature-3_bg.png); }
.featured-pages .feature-4 .thumbnail .title { background: url(/img/skin/feature-4_bg.png); }
.featured-pages .featured-item .summary { line-height: 150%; margin-bottom: 0px; margin-top: 20px; float: left; color: #333; }
.featured-pages .featured-item .more { float: left; margin-top: 2px; margin-bottom: 30px; }
.featured-pages .featured-item .more a { background: url(/img/buttons/btn-read_more.png) no-repeat -3px 50%; width: 79px; height: 15px; display: block; text-indent: -9999px; }

.featured-news { float: right; width: 334px; background: #E2E2E2 url(/img/skin/featured-news_bg.jpg) no-repeat; }
.featured-news .featured-title { background: #315C3A; height: 44px; line-height: 48px; text-indent: 39px; color: #fff; font-size: 1.333em; }
.featured-news .listing { padding: 25px 32px 60px 40px; font-size: 1.0833em; }
.featured-news .listing .featured-article { float: left; width: 100%; }
.featured-news .listing .date { margin: 0; font-weight: bold; font-style: normal; }
.featured-news .listing .date a { color: #333; }
.featured-news .listing .summary { color: #666666; line-height: 200%; }

/* Article Listing */
.listing { margin-top: 10px; }
.listing .article, .listing .news-article { padding: 10px 10px; background: none; border: 0 none; margin-bottom: 10px; }
.listing .article .title, .listing .news-article .title, .listing .download .title { font-size: 1.667em; font-family: georgia, times, serif; font-style: italic; }
.listing .article .title a, .listing .news-article .title a, .listing .download .title a { color: #173F45; }
.listing .article .summary, .listing .news-article .summary, .listing .download .summary { color: #333; }
.listing .article .summary { margin-bottom: 2px; }
.listing .article .more { font-weight: bold; }

/* News Listing */
.listing .news-article .title { margin-top: -3px; }
.listing .news-article .date { font-style: normal; font-weight: bold; color: #333; margin-bottom: 10px; }
.listing .news-article .title, .listing .news-article .summary, .listing .news-article .date, .listing .news-article .more { padding-left: 125px; }
.listing .news-article .summary { margin-bottom: 2px; }
.listing .news-article .more { font-weight: bold; }
.listing .news-article .more a { color: #850000; }

/* Download Listing */
.listing .download { margin-bottom: 20px; }
.listing .download .fileicon { float: left; width: 100px; height: 100px; margin-right: 25px; }
.listing .download .summary { margin-bottom: 4px; }
.listing .download .button { font-weight: bold; color: #8C0000; }
.listing .download .title, .listing .download .summary, .listing .download .button { padding-left: 125px; }

/* Product Listing */
.products { width: 940px; }
.listing .product { width: 140px; height: 250px; overflow: hidden; float: left; margin-right: 24px; padding: 10px; }
.listing .rowend {margin-right:0px;}
.listing .product .thumbnail { margin:0px;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 .summary,.listing .product .price { padding-left: 0; }
.listing .product h2 a {font-size:16px;}
.listing .product .price {font-size:12px;}
.listing .product .price p {float:left;margin-right:5px;}
.listing .product .wasprice {text-decoration:line-through;}
.listing .product .special {font-weight:bold;}

/* Site Map */
.sitemap ul a { padding-left: 12px; font-size: 1.0667em; background: url(/img/icons/icon-arrow_right.png) 0 50% no-repeat; color: #11373D; }
.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; font-size: 0.987em; color: #333; }

/* Link Archive */
.listing .link { margin-top: 20px; border-bottom: 0 none; padding-bottom: 5px; }
.listing .link .title,.listing .link .summary { font-size: 100%; padding-left: 120px; }
.listing .link .thumbnail { float: left; }
.listing .link .title { font-size: 1.667em; font-family: georgia, times, serif; font-style: italic; }
.listing .link .title a { color: #173F45; }

/* 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:#e1e1e1;padding:10px; }
.sorting legend { display: none; }
.sorting ul {margin:0px auto;width:580px;}
.sorting li { float:left;display: inline; margin-right: 20px; }
.sorting .submit { position: relative; }
.sorting .submit input { position: absolute; left: 0; 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: center; clear: both; margin: 10px 0 !important; background: url(/img/skin/paging-line.png) repeat-x 50%; }
.paging ul { display: inline; margin: 0; padding: 4px 10px; background: #fff; }
.paging li { display: inline;}
.paging li a {color:#000000;font-weight:bold;margin:0px 1px;}
.paging span { background: #000; color: #FFF; padding: 1px 2px; margin: 1px;}
.paging a { font-weight: normal; margin: 2px 3px; }
.paging a span { padding: 0; background: transparent; color: #000; }

/* Product Details */
.product .description { width: 380px; }
.product #add-to-basket ul { background: #D1D1D1; border: 1px solid #B2B2B2; padding: 10px; }
.product #add-to-basket li { display: inline; margin-right: 5px; }
.product #add-to-basket label { display: none; }
.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: -9px; }
.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: #D1D1D1; border: 1px solid #B2B2B2; padding: 10px; width: 300px; float: right; overflow: hidden; }
.product .gallery .featured-image { position: relative; width: 300px; height: 300px; margin: 0 !important; background: #FFF; text-align: center; }
.product .gallery .featured-image li { position: absolute; width: 300px; height: 300px; line-height: 300px; top: 0; left: 0; }
.product .gallery .featured-image li img { vertical-align: middle; }
.product .gallery .thumbs { margin-top: 10px; margin-bottom: 0; width: 315px; }
.product .gallery .thumbs li { float: left; width: 90px; height: 90px; background: #FFF; margin-right: 15px; }
.product .gallery .thumbs img { max-width: 90px; max-height: 90px; }

/* Related Items */
.related-items { clear: both; padding-top: 20px; }
.related-items .listing { float:left; width:100%; }

/* Image Gallery */
.image-gallery .listing { background: none; border: 0 none; }
.image-gallery #image-wrapper { width: 680px; margin:0px auto; }
.image-gallery .image-result { background: #FFF; float: left; width: 125px; height: 125px; overflow: hidden; position: relative; margin: 22px; }
.image-gallery .image-result h2 { display: none; }
.image-gallery .image-result a { display: block; width: 100%; height: 100%; line-height: 125px; text-align: center; }
.image-gallery .image-result img { vertical-align: middle; max-width: 125px; max-height: 125px; }

/* 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-arrow_right.png) 0 50% no-repeat; padding-left: 12px; }
.faqlist dt a { color: #11373D; font-weight: bold; }
.faqlist dt.selected { background-image: url(/img/icons/icon-arrow_bottom_right.png) }
.faqlist dd { clear: left; padding-left: 12px; }
.faqlist .heading { clear: left; padding-left: 0px; margin: 25px 0 10px;}
.faqlist .heading h2 { margin-bottom: 0px; }

/* Contact Form */
.contact-intro { margin-right: 25px; }
.contact-intro .contact { margin-top: 20px; padding-top: 20px; border-top: 1px solid #CCC; }
.contact-intro .contact dt { width: 20%; font-weight: bold; }
.contact-intro .contact dd { width: 80%; }
.contact-form { background: none; border: 0 none; padding: 0px; margin-left: 0px; margin-top: 20px; }
.contact-form .fields .field-summary { font-size: 0.9em; margin-bottom: 5px; }
.contact-form .fields li { margin: 20px 0; }
.contact-form .textarea { width: 100%; }
.contact-form .submit { text-align: left; }
.contact-details { margin-top: 40px; }
.contact-details ul { margin-bottom: 30px; }
.contact-details ul .title { font-weight: bold; } 
.contact-details a { font-weight: bold; }
.contact-details .map iframe { width: 100%; }
.contact-details .map small { display: none; }

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