/* Screen Stylesheet */

/* Text */
h1 { font-size: 2em; }
h2,legend { font-size: 18px; color: #E4DC9B; margin-bottom: 15px; padding-bottom: 10px; }
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%; }

/* 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 { text-align: center; background: #000; color: #fff; font-size: 12px; }
body a { color: #fff;  }
.wrapper { width: 900px; margin: 0 auto; text-align: left; }
#container { width: 900px; margin: 0 auto;  }

/* Header */
#header { background: url(/img/skin/header-bg.png) no-repeat; height: 116px; }
#header .wrapper { position: relative; }
#header .jump { display: none; }
#header .logo { position: absolute; top: 10px; left: 20px; width: 340px; height: 68px; overflow: hidden; }
#header .strapline { position: absolute; top: 33px; left: 415px; width: auto; height: auto; color:#D4CD95;}

#header .searchsite { position: absolute; top: 72px; right: 20px; }
#header .searchtext { position: absolute; top: 74px; left: 605px; width: auto; height: auto; color:#D4CD95;}
#header .searchsite legend, #header .searchsite label { display: none; }
#header .searchsite ul { margin: 0; }
#header .searchsite li { position: absolute; margin: 0; }
#header .searchsite .input { right: 65px; }
#header .searchsite .input .text { width: 140px; height: 14px; padding: 2px; border: 1px solid #CCC; padding-top: 2px; font-size: 11px; font-family: palatino; }
#header .searchsite .submit { right: 35px; top: 5px; border: none; background: none; font-size: 14px; color: #D4CD95; font-family: palatino; }

/* Newsletter Signup */
#header .newsletter { position: absolute; right: 10px; top: 10px; padding: 10px; background: none; border: none; }
#header .newsletter legend { display: none; }
#header .newsletter label { font-size: 12px; color: #D4CD95;}
#header .newsletter ul { position: absolute; margin-bottom: 0; right: 10px; }
#header .newsletter li { position: absolute; margin: 0; }
#header .newsletter label { line-height: 100%; }
#header .newsletter .email { right: 65px; }
#header .newsletter .fullname { right: 220px; }
#header .newsletter .text { width: 141px; height: 14px; font-size: 11px; font-family: palatino; }
#header .newsletter .block { width: 141px; }
#header .newsletter .subscribe { right: 0px; top: 15px; }
#header .newsletter .submit { border: none; background: none; font-family: palatino; font-size: 15px; color: #D4CD95; margin-left: 5px; }

/* Body Area */
#body { padding: 0px 0; background: url(/img/skin/body-bg.png) repeat-y 3px; border: none;  }
#body .wrapper { width: 894px; position: relative; border: 3px solid #282C5B; }
#body .body { float: none; }
#content { background: url(/img/icons/icon-kw4.png) no-repeat 98% 0px; }
.type-94 #content, .newsletter #content { background: none; }
.newsletter legend { color: #E4DC9B; }

#content .visual { float: right; margin: 0 0 20px 20px; }
#sidebar { width: 181px; float: left; font-size: 15px; height: 100%; }
#content-area { padding: 15px; width: 683px; float: right; overflow: hidden; }
.content-wrapper { padding: 13px; }
.content-wrapper .page-title { background: url(/img/skin/title-bg.png) repeat-x 0% 100%; }
.type-116 #body .body { float: left; }

/* Pri Nav */
#prinav li { width: 162px; float: left; padding: 0px 0px; background: url(/img/skin/navbar-title-bg.png) no-repeat 45% 0%; }
#prinav .first { background: none; }
#prinav a { background: none; display: block; border: none; color: #E3DB9D; font-family: Palatino; font-weight: 500; text-decoration: none; padding: 2px 0; padding-left: 20px; }
#prinav a:hover,#prinav .selected a { background: none; border: none; text-decoration: none; background: url(/img/skin/navbar-highlight.png) no-repeat 5% 50%; }
#prinav { margin-bottom: 0; padding: 8px; background: url(/img/skin/navbar-bg.png); height: 100%; }
#prinav li li { background: none; width: 130px; }
#prinav li .last { margin-bottom: 5px; }
#prinav li li a { background: none; border: none; }
#prinav li li a:hover,#prinav li .selected a { background: url(/img/skin/navbar-highlight.png) no-repeat 5% 45%; border: none; }
#prinav .subnav { margin-left: 15px; font-size: 12px; background: none; }

/* Secnav */
#secnav { display: block; margin-bottom: 10px; font-weight: 200; }
#secnav li { list-style: none; margin-right: 20px; display: inline; }
#secnav a { color: #fff; text-decoration: none;}
#secnav a:hover, #secnav .selected { text-decoration: underline }

/* Footer */
#footer { font-size: 12px; color: #E4DC9B; }
#footer a { color: #E4DC9B; text-decoration: none; }
#footer a:hover { color: #fff; }
#footer .wrapper { text-align: center; padding-top: 10px; border-top: 1px solid #272B5A; }
#footer ul { display: inline-block; float: left;}
#footer p { float: right; }
#footer li { display: inline; padding: 0 5px 0 6px; }
#footer img { position: relative; top: 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 { width: 100px; height: 100px; overflow: hidden; }
.listing .title,.listing .summary,.listing .description,.listing .links,.listing .date,.listing .url,.listing .more { padding-left: 0px; }

/* Article Listing */
.listing .article { padding: 10px; background: #000; border: 1px solid #E4DC9B; margin-bottom: 10px; }
.listing .article .thumbnail { display: inline; float: left; margin-right: 10px; }
.listing .article .title { float: left; }
.listing .article a { text-decoration: none; }
.listing .article a:hover { text-decoration: underline; }

/* News Article Listing */
.listing .news-article { padding: 10px; background: #D1D1D1; border: 1px solid #B2B2B2; }

/* Product Listing */
.products { width: 820px; }
.listing .product { width: 160px; height: 350px; overflow: hidden; float: left; margin-right: 22px; margin-bottom: 22px; 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; }
.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; }

/* Send To Friend */
#sendtofriend { padding: 20px; }

/* 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 { list-style: none; display: 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: 450px; }
.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 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 { 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: none; border: none; padding: 13px; }
.image-gallery .image-result { background: #000; float: left; width: 131px; height: 127px; overflow: hidden; position: relative; margin: 5px 0px; }
.image-gallery .image-result h2 { display: none; }
.image-gallery .image-result a { display: block; width: 100%; height: 100%; line-height: 127px; text-align: center; }
.image-gallery .image-result .thumbnail { float: none; height: 100%; overflow: visible; width: 100%; }
.image-gallery .image-result img { vertical-align: middle; max-width: 110px; max-height: 110px; border: 1px solid #E4DC9B; }
.image-gallery .image-result img:hover { border: 1px solid #fff; }

/* 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 .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 .contact { margin-top: 20px; padding-top: 20px; border-top: none; background: url(/img/skin/title-bg.png) repeat-x; }
.contact-intro .contact dt { width: 20%; font-weight: bold; }
.contact-intro .contact dd { width: 80%; }
.contact-form { background: none; border: none; padding: 10px; margin-left: 20px; float: left; }
.contact-form li { float: left; width: 300px; }
.contact-form label { float: left; width: 45%; display: inline; }
.contact-form .text, .contact-form .textarea { float: left; width: 50%; }
.contact-form .textarea { width: 155px; }
.contact-form .date { width: 125px; float: left; margin-right: 6px; }
.contact-form img { float: left; display: inline; }
.contact-form .submit input { float: left; margin-left: 135px; margin-top: 7px; }
.contact .email a { color: #fff; }
.googlemap iframe { font-size: 12px !important ; width: 100%; }
.googlemap a { color: #fff !important; font-family: palatino; }


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


/* Home Page */
.page-home #content-area { padding: 0px; width: 713px; overflow: visible; }
.page-home #sidebar { height: 290px; }
.page-home #body .wrapper { background: url(/img/skin/home-baseline.png) repeat-x 0% 100%;  border-bottom: 0px solid !important; height: 320px; }
.page-home #body { background: url(/img/skin/home-body-bg.png);  }
.home .flash-panel { width: 713px; height: 310px; margin-bottom: 13px; background: url(/img/skin/home-body-bg.png); }
.home .flash-panel .text { position:absolute; width: 250px; height: 90px; top: 10px; left: 10px; padding: 15px; background: url(/img/skin/flash-panel-text-bg.png); color: #E4DC9B; font-size: 11px; }
.home .flash-panel .title { font-size: 15px; background: url(/img/skin/title-bg.png) repeat-x 0% 95%; margin-bottom: 5px; padding-bottom: 5px; }

.welcome-message { display: none; }

.featured-pages { position: relative; bottom: -10px; left: -184px; width: 900px; }
.featured-pages .featured-title { display: none; }
.featured-pages .featured-item { float: left; width: 276px; height: 135px; padding: 10px; margin-right: 6px; background: url(/img/skin/feature-bg.png); }

.featured-item .header { float: left; width: 100%; padding-bottom: 9px; margin-bottom: 9px; color: #E3DB9D; background: url(/img/skin/title-bg.png) repeat-x 0% 95%; }
.featured-item a { color: #E3DB9D; text-decoration: none; }
.featured-item .title, .featured-item .more { width: 50%; margin: 0px; padding: 0px; }
.featured-item .thumbnail { float: right; width: 186px;}
.featured-item .thumbnail img { max-width: 186px; }
.featured-item .title { float: left; }
.featured-item .more { float: right; margin-top: 0px; margin-top: 5px; }
.featured-item .more a { float: right; background: url(/img/buttons/btn-find_out_more.png) no-repeat; width: 35px; height: 10px; overflow: hidden; text-indent: -999px; }
.featured-item .summary { float: left; width: 80px; }
.page-home #footer { margin-top: 180px; }

/* Promo Panel */
.promo-panel { position: relative; float: right; width: 276px; height: 135px; padding: 10px; background: url(/img/skin/feature-bg.png) repeat-x 0% 100%; border: none; }
.promo-container { height: auto !important; }
.jFlowSlideContainer { width: 276px; height: auto !important; }
#jFlowSlide-promo_panel { height: 100px; margin-top: 38px; }

/* Inline-block fix */
.promo-controller li, .promo-controller .buttons { display:-moz-inline-box; -moz-box-orient:vertical;display:inline-block; word-wrap:break-word; }
* html .promo-controller li { display:inline; }
* + html .promo-controller li { display:inline; }
.promo-controller li > * { display:table; table-layout:fixed; overflow:hidden; }

.promo-title { background: none; font-size: 12px; padding: 0px; text-transform: none; font-weight: normal; text-align: left; }
.promo-title a { color: #E3DB9D; background: none; text-decoration: none; }
.promo-title a:hover { text-decoration: underline; }
.promo-visual { float: left; width: 186px; height: 97px; overflow: hidden; text-align: center; margin-right: 10px; background: none; }
.promo-visual img { width: 186px; }
.promo-price { text-align: left; margin: 0 15px; font-size: 14px; font-weight: bold;  }
.promo-more { margin: 0; }
.promo-more a { float: right; background: url(/js/jFlow/img/btn-more.png) no-repeat; width: 35px; height: 9px; text-indent: -999px; overflow: hidden; padding-right: 5px; }

.promo-controller { position: absolute; top: 10px; padding: 0px 0px 12px 10px; height: 25px; width: 266px; text-align: left; background: url(/img/skin/title-bg.png) repeat-x 0% 26px; margin: 0px; text-transform: uppercase; font-weight: bold; font-size: 10px;}
.promo-controller li { display: inline-block; margin: 0 1px 0 0; }
.promo-controller a { display: none; padding: 0; height: 25px; overflow: hidden; }
.promo-controller .jFlowControl-promo_panel { margin: 0px 1px; }
.promo-controller .promo_panel-title { float: left; width: 160px; text-align: center; color: #E3DB9D; text-transform: none; font-size: 16px; font-weight: normal; margin-top: 0px; }
.promo-controller .prev a, .promo-controller li.next a { display: block !important; margin-left: 0px; margin-top: 2px !important; width: 43px; height: 11px; text-indent: -999px; }
.promo-controller .prev { float: left; }
.promo-controller .next { float: right; }
.promo-controller .prev a { background-image: url(/js/jFlow/img/btn-prev.png); }
.promo-controller .next a { background-image: url(/js/jFlow/img/btn-next.png); }

/* 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%; }
.jobs-apply .file { 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; }