﻿
*
{
    font-family: arial,helvetica, Sans-Serif;
}

html 
{
    background-image: url(/images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

body 
{
    background-color: transparent !IMPORTANT;
}

a:hover
{
    text-decoration: none !IMPORTANT;
}

input[type="submit"].button,
a.button
{
    background-color: #CE181E;
    border: medium none;
    color: #FFFFFF;
    font-size: 14px;
    padding: 7px 8px;
}

input.aspNetDisabled.button[type="submit"]
{
    color: #DDDDDD;
}

#enclosure
{
    /*background-image: url(images/page-top-background.jpg);
    background-repeat: repeat-x;
    background-position: top left;*/
    /*background-color: #FFFFFF;*/
}

#header 
{
    /*position: relative;*/
	height:120px;
    border-top: 15px solid #CE181E;
}

#header .logo
{
    float: left;
    margin: 5px 0 0 5px;
}

#header .phoneNumber
{
    /*position: absolute;*/
    right: 0px;
    top: 41px;
    font-size: 20px;
    color: #0051a0;
    font-weight: bold;
}

    #header .contact
    {
        float: right;
        margin: 5px 0px;
        text-align: right;
		height:70px;
		clear:both;
    }


#header .contact .phone
{
    color: #1B307E;
    font-size: 26px;
}

#header .contact .email a
{
    color: #474747;
    font-weight: normal;
}

.pageContentOuter
{
    background: url("images/site-page-background.png") repeat-x scroll left top #F0F0F0;
    margin: auto;
    position: relative;
    width: 960px;
}

#pageContent
{
    margin: auto;
    padding:20px;
}

.site-wrapper-left-shadow
{
    /*background: url("images/site-page-edge-left.png") no-repeat scroll left top transparent;*/
    height: 600px;
    left: -6px;
    position: absolute;
    top: 0;
    width: 6px;
}

.site-wrapper-right-shadow
{
    /*background: url("images/site-page-edge-right.png") no-repeat scroll left top transparent;*/
    height: 600px;
    position: absolute;
    right: -6px;
    top: 0;
    width: 6px;
}

.checkoutEnclosureInner
{
    width: 910px;
    height:45px;
    margin: auto;
    /*position:relative;*/
}

.checkoutHeader
{
    /*position:absolute;
    top:7px;
    right:0;*/
	float:right;
}

.checkoutHeader a
{
    color:#023F78 !important;
}

.checkoutHeaderItems, .checkoutHeaderlink, .checkoutHeaderMyAccount
{
    float:left;
    margin-left:25px;
    color:#023F78;
}

.checkoutHeaderItems, .checkoutHeaderlink
{
    padding-top:9px;
}


/*	top menu	*/

.main-navigation {
    clear:both;
	height:60px;
	position:relative;
	z-index:99;
}

.main-navigation ul li {
    display: block;
    float: left;
	position:relative;
}

.main-navigation ul
{
    list-style-type: none;
	display:inline;
	float:right;	
}
.main-navigation ul li a {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    font-size: 16px;
    margin-left: 2px;
    padding: 10px 10px 20px;
    text-decoration: none;
}

.main-navigation li a:hover 
{
    background: url("images/menu-hover.gif") repeat-x scroll center bottom #CE181E;
    color: #FFFFFF;
}
.main-navigation li a.current 
{
    background: url("images/menu-active.gif") repeat-x scroll center bottom #CE181E;
    color: #FFFFFF;
}


/*	category menu	*/

.main-navigation ul li.products:hover ul.category-menu 
{
	display: block;
	background-color: #FFFFFF;     
    color: #CE181E;	
}

.main-navigation ul li ul.category-menu
{	    
    display: none;
    top: 41px;
	width:auto !important; 
	position: absolute;
	z-index:999;
	border-top: 1px solid #CE181E;
	padding-right:22px;
}

.main-navigation ul.category-menu li:hover,
.main-navigation ul.category-menu li a:hover 
{
    background:transparent !important;
	background-color:#CE181E !important;
    color: #FFFFFF;
	display:block;
}

.main-navigation ul.category-menu li 
{	    
    float: none;
    font-size: 14px;     
	display:block;
	background-color:#CE181E;
	margin:0 !important;
}

.main-navigation ul.category-menu li a
{
	/*border-top: 1px solid #CE181E;*/
	border-left: 1px solid #CE181E;
	border-right: 1px solid #CE181E;
	border-bottom: 1px solid #CE181E;
	display:block;
	white-space: nowrap; 
	width:100%;
	padding: 10px !important;
	margin:0 !important;	
}



/*	Product menu	*/

.main-navigation ul.category-menu .product-menu {
    border: 1px solid #AAAAAA;
	background-color:#FFFFFF;
    display: none;
	z-index:9999;
	position:absolute;
	top:-1px;
	right:170px;
	padding-right:20px;
	margin:0 !important;
}
.main-navigation ul.category-menu li:hover .product-menu 
{
    display: block;
	
}
.main-navigation ul.category-menu .product-menu li {
    border-top: 1px solid #FFFFFF;
    float: none;
    font-size: 14px;
    height: auto;
    padding: 0;	
	width:100%;	 	
}
.main-navigation ul.category-menu .product-menu li a {
    border-bottom: 1px solid #CCCCCC;
    color: #888888;
    float: none;
    font-size: 1.1em;
    margin: 0;
	padding:15px 10px;

}
.main-navigation ul.category-menu .product-menu li a.current {
    background-color: #FFFFFF;
    background-image: none;
    border-bottom: 1px solid #CCCCCC;
    color: #888888;
}
.main-navigation ul.category-menu .product-menu li a:hover {
    background-color: #FFFFFF !important;
    color: #CE181E !important;
}




.about ul.subNav, .services ul.subNav, .about ul.category-menu, .topnavUL>li>ul.subNav
{
    display: none;
}

.about:hover ul.subNav, .services:hover ul.subNav, .about:hover ul.category-menu, .topnavUL>li:hover>ul.subNav
{
    display: block;
}



#mainblock, #maincontent, #contentdiv, #mainBannerHolder, #mainBannerSlider
{
    z-index:10;
}

/* News Section */

#contentdiv .news-items
{
    float: left;
}

#contentdiv .newsdiv .imgNews
{
    float: left;
    width: 145px;
    margin-right: 5px;
}

#contentdiv .newsdiv .newsInfo
{
    float: right;
    width: 300px;
}

#contentdiv .newsdiv ul
{
    float: left;
    width: 100%;
    margin-left: 3px !important;
}

#contentdiv .newsdiv ul li
{
    list-style: none;
    float: left;
    margin-left: 0px !important;
    padding-bottom: 15px;
}

#contentdiv .newsdiv h3
{
    float: left;   
}

#contentdiv .newsdiv p
{
    float: left;   
}

#contentdiv .newsdiv a
{
    float: left;   
}

#maincontent
{
    margin-top: 0px;
}

#breadCrumb
{
    margin: 3px 0px;
    background: #efefef;
    position: relative;
    left: 00px;
    width: 910px;
    font-size: 12px;
    line-height: 33px;
    text-indent: 8px;
}

#breadCrumb span.breadSep
{
    font-size: 9px;
    vertical-align: middle;
}

#breadCrumb a
{
    line-height: 2em;
    margin: 0px 5px;
}

.footerLinks
{
    clear: right;
    float: right;
    font-size: 10px;
    margin-top: 5px;
}

.headernavUL
{
    float: right;
}

.headernavUL li
{
    float:left;
    margin: 0px 10px;
    line-height: 27px;
}

.headernavUL li a
{
    color: #166aba;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
}

ul.footnavUL li
{
    float: left;
    margin: 0px 10px;
}

#footerblock
{
    padding: 15px 0 70px;
    font-size: 1.25em;
    margin-top: 30px;
    margin-left: 1px;
    margin-bottom: 20px;
    width: 958px;
    background-color: #CE181E;
    color: white;
}

#footerblock .footer-right
{
    float: right;
    width: 300px;
    margin-right: 11px;
    text-align: right;
}

#footerblock .footer-left
{
    float: left;
    width: 300px;
    margin-left: 11px;
}

.required
{
    background: #d9e5ff;
}

#homePageCMSContent
{
    float: left;
    padding: 10px;
    width: 555px;
}

.home-side-widgets
{
    float: right;
    width:329px;
}

.enquireNow
{
    background-image: url("/images/PPC-Enquire-Now-Background.jpg");
    float: left;
    height: 297px;
    margin-top: 17px;
    padding: 9px;
    width: 315px;
}

.enquireNow h3
{
    background-color: #CE181E;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 10px 0 10px 15px;
    width: 296px;
}

.txtBox, .wmWatermark, .txtMulti, .multiMark
{
    border: 1px solid #DADADA !important;
    width: 280px;
}

.txtBox, .wmWatermark
{
    height: 29px !important;
    margin-bottom: 10px;
    margin-left: 8px;
    padding-left: 10px;
}

.txtMulti, .multiMark
{
    font-family: Arial,Sans-Serif;
    font-size: 14px;
    height: 88px !important;
    padding-top: 7px;
    width: 277px !important;
}

.enquireNow .msgValid
{
    margin-left: -10px;
}

.enquireNow .btnSubmit
{
    margin-left: 9px;
}

.enquireNow .msgValid
{
    background: none repeat scroll 0 0 red;
    border-radius: 30px 30px 30px 30px;
    color: red;
    display: block;
    position: relative;
    top: -5px;
    width: 5px;
}

#contentdiv .contactUs
{
    float: left;
    width: 450px;
}

    #contentdiv .contactUs th
    {
        padding-top: 8px;
        text-align: right;
        vertical-align: top;
    }

    #contentdiv .contactUs .msgValid
    {
        background: none repeat scroll 0 0 red;
        border-radius: 30px 30px 30px 30px;
        color: red;
        display: block;
        position: relative;
        text-indent: -999px;
        top: -5px;
        width: 5px;
    }

    .msgValidation
    {
        background: none repeat scroll 0 0 red;
        border-radius: 30px 30px 30px 30px;
        color: red;
        display: block;
        position: relative;
        text-indent: -999px;
        width: 5px;
    }

    #contentdiv .contactUs td input[type="image"]
    {
        margin-left: 8px;
    }

#contentdiv .contactDetails h2
{
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

#contentdiv .contactDetails ul
{
    float: left;
    margin-top: 20px;
    width: 210px;
    margin-left: 0;
}

    #contentdiv .contactDetails ul.contact
    {
        margin-top: 48px;
        width: 220px;
    }

    #contentdiv .contactDetails ul li
    {
        font-weight: bold;
        line-height: 1.5em;
        list-style: none outside none;
        background:none;
        margin:0;
        padding:0 !important;
        min-height:initial;
    }

#mainButtons
{
    margin-bottom: 10px;
}

#contentdiv p
{
    margin: 5px 0px;
}

#contentdiv #HTMLContent ul li,
#contentdiv #homePageCMSContent ul li
{
    background: url("/images/bullet_icon.png") no-repeat scroll 0 4px transparent;
    list-style-type: none;
    margin: 0 0 5px;
    min-height: 25px;
    padding: 5px 0 0 30px !important;
    vertical-align: middle;
}

.productListImage
{
    /*margin: 5px;*/
    float: left;
}

.categoryHeader
{
    position: relative;
    background-repeat: no-repeat;
    width: 910px;
    height: 161px;
}

.categoryHeader .content
{
    position: absolute;
    /*top: 22px;
    left: 20px;*/
    width: 500px;
    height: 160px;
}

.categoryHeader img
{
    position: absolute;
    top: 26px;
    left: 31px;
    width: 125px;
    height: 125px;
    overflow: hidden;
}


.productGridItemLeft .productIconMainDiv, .productGridItemRight .productIconMainDiv
{
    background-color: #FFFFFF;
    background-image: url(images/productGridBackground.gif);
    background-repeat: no-repeat;
    width:  438px;
    height: 125px;
    overflow:hidden;    
}

.productGridItemLeft .productIconMainDiv
{
    margin-left: 0;
    margin-top: 18px;
    margin-bottom: 0;
    margin-right: 32px;
}
 .productGridItemRight .productIconMainDiv
{
    margin-left: 0;
    margin-top: 18px;
    margin-bottom: 0;
    margin-right: 0;
}

.productIconMainDivContent
{
    margin: 12px 11px;
    overflow: hidden;
    width: 416px;
    height: 102px;
}

.productIconMainDivContent .imageHolder
{
    width: 100px;
    height: 83px;
    overflow: hidden;
    float: left;
    margin-right: 12px;
    background: #FFFFFF;
}

.productIconMainDivContent .description
{
    display: block;
    height: 46px;
    overflow: hidden;
    line-height: 1.2em !IMPORTANT;
    margin:0px !IMPORTANT;
    margin-bottom: 11px !IMPORTANT;    
}

.productIconMainDivContent .imageHolder img
{
    margin: auto;
}


.productIconMainDivContent h2
{
    margin-top: 0px !IMPORTANT;
    font-size: 13px !IMPORTANT;
    color: #0d4989;
    height: 1.3em;
    overflow:hidden;
}

.productGrid
{
    margin-bottom: 20px;
}


.rightArrowLink
{
    padding-right: 10px;
    background-image: url(images/rightArrow.gif);
    background-repeat: no-repeat;
    background-position: center right;
    text-decoration: none !IMPORTANT;
}

.rightArrowCircleLink
{
    padding-right: 10px;
    background-image: url(images/rightArrowCircle.gif);
    background-repeat: no-repeat;
    background-position: center right;
    text-decoration: none !IMPORTANT;
    padding-right: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: normal !IMPORTANT;
    color: #1e599f !IMPORTANT;
}

.rightArrowLink:hover
{
    text-decoration: underline !IMPORTANT;
}

.productCategoryItem
{
    height: 100px;
    padding-top: 5px;
}


.categoryListImage
{
    margin: 20px;
    float: left;
}

.textbox, input[type=text], input[type=password], textarea
{
    border: 1px solid #333333;
    font-size: 1.1em;
    height: 1.2em; 
    line-height: 1.2em; 
}

.specifierButton
{
    background: #22dc22;
    border: none;
    color: #FFFFFF;
    padding: 3px 10px;
    font-size: 1.1em;
    background-image: url(images/specifyButtonBack.gif);
    background-repeat: repeat-x;
    background-position: top left;
}

.smallprint
{
    font-size: 0.8em;
}

.error
{
    color: Red;
}


#mainButtons
{
    height: 195px;
}

#mainButtons a
{
    display: block;
    height: 195px;
    overflow: hidden;
}

#mainButtons a img
{
    position: relative;
    top: -195px;
}

.mainBanner0, .mainBanner1, .mainBanner2, .mainBanner3, .mainBanner4, .mainBanner5, .mainBanner6, .mainBanner7, .mainBanner8, .mainBanner9, .mainBanner10, .mainBanner11, .mainBanner12
{
    position: relative;
    width: 942px;
    height: 414px;
    float:left;
    white-space: normal;
    background-color: white;
}

.bannerTitle, #enclosure .categoryHeader h1
{
    display: block;
    font-size: 32px !IMPORTANT;
    font-weight: normal;
    margin-top: 21px;
    margin-left: 33px;
    color: #CE181E;
}

.bannerTitle a, .bannerTitle a:hover, .bannerTitle a:active, .bannerTitle a:visited, .bannerTitle a:link
{
    color: #CE181E;
}

.bannerText
{
    display: block;
    color: #444444;
    margin-left: 35px !IMPORTANT;
    width: 415px;
    height:55px;
    overflow: hidden;
}

.bannerLink
{
    position: absolute;
    bottom: 10px;
    left: 33px;
    display: block;
    font-size: 15px;
    color: #CE181E;
    font-weight: normal;
}

.mainBanner0
{
    background-image: url(/uploads/image/Banner1.png);
}
.mainBanner1
{
    background-image: url(/uploads/image/Banner2.png);
}
.mainBanner2
{
    background-image: url(/uploads/image/Banner3.jpg);
}
/*.mainBanner3
{
    background-image: url(/uploads/image/Banner4.jpg);
}*/
.mainBanner4
{
    background-image: url(/uploads/image/Banner5.jpg);
}
.mainBanner5
{
    background-image: url(/uploads/image/Banner6.jpg);
}
.mainBanner6
{
    background-image: url(/uploads/image/Banner7.jpg);
}
.mainBanner7
{
    background-image: url(/uploads/image/Banner8.jpg);
}
.mainBanner8
{
    background-image: url(/uploads/image/Banner9.jpg);
}
.mainBanner9
{
    background-image: url(/uploads/image/Banner10.jpg);
}
.mainBanner10
{
    background-image: url(/uploads/image/Banner11.jpg);
}
.mainBanner11
{
    background-image: url(/uploads/image/Banner12.jpg);
}
.mainBanner12
{
    background-image: url(/uploads/image/Banner13.jpg);
}

.innovationBanner
{
    background-image: url(images/Banner-Innovation.jpg);
}

.handsBanner
{
    background-image: url(images/Banner-Links.jpg);
}

.bespokeDesignBanner
{
    background-image: url(images/Banner-Bespoke.jpg);
}

.aftercareBanner
{
    background-image: url(images/Banner-Aftercare.jpg);
}

.add
{
    margin: 3px;
}

.newsdiv
{
    margin-bottom: 20px;
}

.newsThumbnailImage img
{
    width: 137px;
    height: 117px;
    border: 1px solid #084A96 !IMPORTANT;
    margin: 8px;
    margin-left: 0px;
    margin-top: 0px;
}

.withSubNav
{
    position: relative;
    float: right;
    width: 660px
}

.subNav2
{
    float: left;
}


table.form th, table.form td
{
    text-align: left;
    height: 2.5em;
    vertical-align:top;
    padding-left: 5px;
}

.numberTypeChar
{
    color: #0d4a8a;
    font-weight: bold;
}

address, .ls150
{
    line-height: 1.5em;
}

#homePageCMSContent *
{
    line-height: 1.5em;
}


/* Home Page Buttons */

.hospitalButton a
{
    background-image: url(images/hospital.jpg);
    display: block;
}

.hospitalButton span
{
    background-image: url(images/hospital.jpg);
    background-position: bottom left;
    width: 223px;
    height: 195px;
    display: block;
}

.ambulanceButton a
{
    background-image: url(images/ambulance.jpg);
    display: block;
}

.ambulanceButton span
{
    background-image: url(images/ambulance.jpg);
    background-position: bottom left;
    width: 238px;
    height: 195px;
    display: block;
}

.aeromedicalButton a
{
    background-image: url(images/aeromedical.jpg);
    display: block;
}

.aeromedicalButton span
{
    background-image: url(images/aeromedical.jpg);
    background-position: bottom left;
    width: 230px;
    height: 195px;
    display: block;
}

.specialistButton a
{
    background-image: url(images/specialist.jpg);
    display: block;
}

.specialistButton span
{
    background-image: url(images/specialist.jpg);
    background-position: bottom left;
    width: 219px;
    height: 195px;
    display: block;
}

.productImagePanel
{
    float: left;
    background-image: url(images/productImageBorder.gif);
    width: 526px;
    height: 465px;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
}

.productImagePanel .mainImage
{
    position: absolute;
    top: 19px;
    left: 36px;
    width: 450px;
    height: 320px;
    text-align: center;
}

.productImagePanel .imageScroller
{
    position: absolute;
    bottom: 12px;
    left: 1px;
    width: 524px;
    height: 101px;
}

.imageScroller .viewPort
{
    width: 452px;
    height: 101px;
    margin: auto;
}

.productLogoAndBulletList
{
    float: right;
    position: relative;
    width: 364px;
    overflow: hidden;
}

.productLogoAndBulletList .productAddToBasket
{
    margin: 5px 5px 10px;
    width: 352px;
    overflow: hidden;
    font-size: 14px;
}

    .productLogoAndBulletList .productAddToBasket .addToBasket
    {
        float: left;
        margin-top: 10px;
    }

.productLogoAndBulletList .productLogo
{
    margin: 5px;
    width: 352px;
    /*height: 88px;*/
    overflow: hidden;
}

.productLogoAndBulletList .productBullets
{
    width: 352px;
    overflow: hidden;
}

#contentdiv .productLogoAndBulletList .productBullets ul
{
    margin-left: 20px !IMPORTANT;
}

#contentdiv .productLogoAndBulletList .productBullets ul li
{
    margin-left: 5px !IMPORTANT;
    margin-top: 4px;
    margin-bottom: 3px;
}


.productTopSection
{
    height: 390px;
}

#contentdiv .productTopSection ul li,
#contentdiv .productButtons ul li
{
    padding: 1px 0 0 !important;
    min-height: initial;
    background: none;
    list-style-type: disc;
}

.productSectionBox 
{
    float: left;
    margin: 20px 0px 0px;
    width: 525px;
}

.productSectionBox .top
{
    width: 525px;
    height: 6px;
    background-image: url(images/productSectionBoxTop.gif);
}

.productSectionBox .content
{
    width: 499px;
    padding: 6px 12px;
    background-color: #FFFFFF;
    border-left: 1px solid #B9CADC;
    border-right: 1px solid #B9CADC;
}

.productSectionBox .bottom, .productSectionBox-bottom
{
    width: 525px;
    height: 6px;
    background-image: url(images/productSectionBoxBottom.gif);
}

.productSectionBox h2
{
    background: #CE181E;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 33px;
    text-indent: 14px;
    margin-bottom: 2px !IMPORTANT;
}

.productSectionBox .content p
{
    margin: 5px 10px !IMPORTANT;
}

table.dimentionTable 
{
    border-collapse: collapse;
    width: 501px;
    margin: 1px;
}

table.dimentionTable th
{
    color: #FFFFFF;
    background-color: #e64349;
    padding: 8px;
    border: 1px solid #e64349;
}

table.dimentionTable td
{
    border: 1px solid #b9ccdf;
    padding: 8px;
    text-align: center;
}

.productAwards
{
    margin-top: 20px;
    float: right;
    width: 365px;
    height: 190px;
}

.backbutton
{
    margin-top: 20px;
    float: right;
    width: 365px;
    clear: right;
    line-height: 36px;
}

.backbutton a
{
    margin-right: 10px;
    margin-left: 15px;
}

.backbutton img
{
    vertical-align: middle;
    margin-right: 5px;
}

.productButtons
{
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.news
{
    list-style-type: none !IMPORTANT;
    margin-left: 0 !IMPORTANT;
}

ul.news li.news
{
    margin-left: 0 !IMPORTANT;
}

ul.horizontalButtonArray
{
    list-style-type: none !IMPORTANT;
    margin: 0px !IMPORTANT;
}

ul.horizontalButtonArray li
{
    display:inline !IMPORTANT;
    margin: 0px !IMPORTANT;
    margin-right: 5px !IMPORTANT;
}

ul.verticalButtonArray
{
    list-style-type: none !IMPORTANT;
    margin: 0px !IMPORTANT;
}

ul.verticalButtonArray li
{
    display:block;
    margin: 0px !IMPORTANT;
    margin-bottom: 5px !IMPORTANT;
}

.advicePanel
{
    background-image: url(images/SalesTeam.jpg);
    width: 365px;
    height: 58px;
    overflow: hidden;
    margin: 0px 0px 5px 0px;
}

.aftercarePanel
{
    background-image: url(images/AftercareWarranty.jpg);
    width: 365px;
    height: 58px;
    overflow: hidden;
    margin: 0px 0px 5px 0px;
}

.accreditedPanel
{
    background-image: url(images/AccreditedEngineering.jpg);
    width: 365px;
    height: 58px;
    overflow: hidden;
    margin: 0px 0px 5px 0px;
}


.advicePanel div, .aftercarePanel div, .accreditedPanel div
{
    margin: 9px;
    line-height: 1.5em;
    margin-left: 70px;
}

.advicePanel div
{
    margin:2px 9px 9px 70px;
}

.newsdiv a
{
    color: #CE181E !IMPORTANT;
    font-weight: bold;
}

#contentdiv a
{
    color: #CE181E;
}

#contentdiv a:hover
{
    color: #333333;
}


/***********************************************/
/**** tabs ******/
body .ajax__tab_xp .ajax__tab_body
{
    border-style: none solid none;
    border-color: #abbfd7;
    background-position: left bottom;
    background-repeat: no-repeat;
}

body .ajax__tab_xp .ajax__tab_header
{
    background-image: url(images/productSectionBoxTop.gif);
    padding: 0 12px 5px;    
}

body .ajax__tab_xp .ajax__tab_outer
{
    background-image: url(images/TabRight.jpg);
    height: 39px;
    /*width: 5px;*/
    margin-left: 5px;
}

body .ajax__tab_xp .ajax__tab_inner
{
    background-image: url(images/TabLeft.jpg);
    /*width: 5px;*/
}

body .ajax__tab_xp .ajax__tab_tab
{
    height: 39px;
    background-color: #e64349;
    background-image: none;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 39px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

body .ajax__tab_xp .ajax__tab_active .ajax__tab_outer, body .ajax__tab_xp .ajax__tab_hover .ajax__tab_outer
{
    background-image: url(images/activeTabRight.jpg);
}

body .ajax__tab_xp .ajax__tab_active .ajax__tab_inner, body .ajax__tab_xp .ajax__tab_hover .ajax__tab_inner
{
    background-image: url(images/activeTabLeft.jpg);
}

body .ajax__tab_xp .ajax__tab_active .ajax__tab_tab, body .ajax__tab_xp .ajax__tab_hover .ajax__tab_tab
{
    background-image: none;
    background-color: #CE181E;
}

.checks label
{
    display:block;
    float: left;
    width: 343px !IMPORTANT;
}

.checks td
{
    border-bottom: 1px solid #DDDDDD;
}

.specifier
{
    background-color: #FFFFFF;
    background-image: url(images/specifierBackground.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

.specifier .listHolder
{
    float: right; 
    /*margin-left: 3px; */
    position: relative; 
    height: 379px;
    width: 369px;
}

.specifier .listHolder p
{
    margin: 4px;
}

.specifier h2
{
    background-color: #82b835;
    background-image: url(images/specifier-h2-back.gif);
    background-position: top left;
    background-repeat: no-repeat;
    display:block;
    height: 40px;
    width: 368px;
    padding: 0px;
    color: #FFFFFF;
    font-size: 18px;
    text-indent: 10px;
    line-height: 40px;
    
}

.specifier h3
{
    background-color: #82b835;
    background-image: url(images/specifier-h3-back.gif);
    background-position: top left;
    background-repeat: no-repeat;
    display:block;
    height: 33px;
    width: 368px;
    padding: 0px;
    color: #FFFFFF;
    font-size: 15px;
    text-indent: 10px;
    line-height: 33px;
    margin: 4px 0;
    
}

.specifier .note
{
    background-color: #f0f0f0;
    background-image: url(images/specifier-note-back.gif);
    background-position: top left;
    background-repeat: no-repeat;
    display:block;
    height: 137px;
    width: 367px;
}

.specifier .note h2
{
   background-image: url(images/specifier-note-h2-back.gif);
   width: 367px;
   height: 49px;
   line-height: 49px;
   font-size: 16px;
   text-indent: 20px;
   margin: 0 auto !IMPORTANT;
}

.specifier .note p
{
    margin: 0px 20px 8px !IMPORTANT;
}

.specifier ul.main
{
    display: block;
    width: 367px;
    height: 187px;
    background-image: url(images/specifier-ul-back.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #f0f0f0;
    margin: 8px 0 14px !IMPORTANT;
}

.specifier ul.main li
{
    position: relative;
    display: block;
    float: left;
    width: 342px;
    height: 39px;
    background-image: url(images/specifier-li-back.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #7a7b7b;
    border: none;
    margin: 11px 12px !IMPORTANT;
    line-height: 39px;
    color: #FFFFFF;
    text-indent: 30px;
    font-size: 14px;
    font-weight: bold;
}

.specifier .full
{ 
    position: relative;
    width: 369px;
    height: 307px;
    background-image: url(images/specifier-full-back.gif);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #f2f2f2;
}

.specifier .specifierButtons
{
    margin-left: 4px;
}

.specifier .full p
{
    padding: 10px 15px 0px;
}

.specifier table.form
{
    margin: 0 10px;
}

.specifier table.form td, .specifier table.form th
{
    height: 1.8em;
}

.specifier table.form th
{
    text-align: left;
    vertical-align: text-top;
    padding-top: 4px;
}

.specifier .textbox
{
    width: 245px;
    border-color: #888888;
    padding: 3px 0;
}

/* jQuery dots */

.homeNews #nav
{
    /*float: left;
    margin-top: 300px;*/
    position: absolute;
    top:366px;
    left:0;
}

.homeNews #nav li
{
    background-image: url('../../images/off.jpg');
    display: inline;
    float: left;
    height: 9px;
    list-style: none outside none;
    margin-right: 8px;
    width: 9px;
}

.homeNews #nav li.activeSlide
{
    background-image: url('../../images/on.jpg');
}




/* Basket */


table.basket
{
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #cbcbcb;
}

table.basket th 
{
    font-weight: normal;
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
}

table.basket tr.sep td
{
    font-size: 1px;
    padding: 0 !IMPORTANT;
}

    table.basket th.image
    {
        text-align: left;
    }

table.basket td
{
    vertical-align: top;  
    padding: 15px 5px;    
    text-align: center; 
    font-size: 1.2em;
}
   
table.basket td.remove
{
    text-align: center;
}

table.basket td.image
{
    width: 110px;
    padding: 10px 0;
    text-align: left;
}

table.basket td.product
{
    text-align: left;    
}

    table.basket td.product .product-name
    {
        text-transform: uppercase;   
        margin-bottom: 2px;
    }

    table.basket td.product .product-additional-details
    {
        font-size: 0.8em;
        color: #747474;
        line-height: 1.5em;
    }
    
    table.basket td.product .product-additional-details .product-code
    {
        margin-top: 3px;
    }

table.basket td.quantity
{
    text-align: center;
}

    table.basket td.quantity input.quantity
    {
        border:  1px solid #747474;
    }

table.basket td.product-price
{
    text-align: right;
}

input.quantity
{
    width: 40px;
    text-align: center;
}




/* Form validation */

.row
{
    margin: 5px 0;
    float: left;
    clear: left;
}

    .row .form-label
    {
        float: left;
        width: 150px;
        padding-top: 3px;
    }

    .row .form-input
    {
        float: left;
        width: 325px;
    }

    .row .form-info
    {
        float:  left;
        width: 100px;
        height: 24px;
        padding-left:  30px;
    }

    .row .form-info .callout
    {
        display: none;
        position: relative;
        width: 150px;
        padding-left: 6px;
        background: #FFF;
        background: rgba(255,255,255,0.8);
        border: 2px solid #FFF;
        border-color: rgba(255,255,255,0.8);
    }

    .row .form-info .callout .callout-image
    {
        background: url("images/validation-callout.png") no-repeat scroll 0 3px transparent;
        position: absolute;
        height: 20px;
        left: 0px;
        width: 10px;
        top: 3px;
    }

    .active .form-info .callout {display: block;}
    .row .form-info .validation-message {display: none;}


.active .form-info .help-message
{
    display: block;
    padding: 5px;
    border-bottom: 1px dotted #747474;
    border:  1px solid #051d68;
}

.active.invalid .form-info .validation-message
{
    display: block;
    padding: 5px;
    background: #f7dede;
    border:  1px solid #051d68;
    border-top:  none;
}
    
.invalid .form-info
{
    background: url(images/invalid.gif) center left no-repeat;    
}

.valid .form-info
{
    background: url(images/valid.gif) center left no-repeat;    
}

.row.new-group
{
    margin-top: 10px;
    height:auto;
}

.row label, label
{
    display: block;
    float: left;
    width: 150px;
    margin-bottom: 3px;
}

.row input[type=text], .row input[type=password], .row select, .dropdownlist, textarea
{
    width: 300px;
    padding: 3px 3px;
    margin: 0px 5px;
    border: 1px solid #666;
}


.checkout-item-title img
{
    float: left;
    vertical-align: middle;
}

.checkout-item-title  .checkout-item-details
{
    float: left;
    padding-top: 10px;
}

.checkout-item-title .product-name
{
    font-size: 16px;
}

.admin-box
{
    width: 320px;
    background: #EEE;
    border: 1px solid #888;
    padding: 5px;
}

.table {width: 100%; border-collapse: collapse;}
.table th, .table td {padding: 5px;}
.table thead th {background: #000; color: #FFF;}


fieldset {padding: 10px; margin: 5px 0;}




/*	product category pages list boxes	*/

#contentdiv #HTMLContent ul.catProducts 
{
	list-style-type:none !important;
	background:none;
	margin:0px;
	padding:0 !important;
}

#contentdiv #HTMLContent ul.catProducts li.prodListBox 
{
	background:none;
	list-style-type:none !important;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #000000;
	width:294px;
	padding:0 !important;
}

#contentdiv #HTMLContent ul.catProducts li.prodListBox .productIconMainDivContent 
{
	width:250px;
}



.main-navigation ul li:hover ul.subNav 
{
	display: block;
	background-color: #FFFFFF;     
    color: #CE181E;	
}

.main-navigation ul li ul.subNav
{	    
    display: none;
    top: 41px;
	width:auto !important; 
	position: absolute;
	z-index:999;
	border-top: 1px solid #CE181E;
	padding-right:22px;
}

.main-navigation ul.subNav li:hover,
.main-navigation ul.subNav li a:hover 
{
    background:transparent !important;
	background-color:#CE181E !important;
    color: #FFFFFF;
	display:block;
}

.main-navigation ul.subNav li 
{	    
    float: none;
    font-size: 14px;     
	display:block;
	background-color:#CE181E;
	margin:0 !important;
}

.main-navigation ul.subNav li a
{
	/*border-top: 1px solid #CE181E;*/
	border-left: 1px solid #CE181E;
	border-right: 1px solid #CE181E;
	border-bottom: 1px solid #CE181E;
	display:block;
	white-space: nowrap; 
	width:100%;
	padding: 10px !important;
	margin:0 !important;	
}
.exhibitions {
    float:left;
}
.exhibitions h2 {
    font-size: 1.6em !important;
    font-weight: normal;
    color: #CE181E;
    margin-bottom: 0.2em;
}

.exhibitions  h3 {
    font-size: 1.5em !important;
    font-weight: normal;
    margin-bottom: 0.2em;
}

.exhibitions h4 a {
    font-size: 1.5em !important;
    color: #CE181E !important;
    font-weight: normal;
}

.exhibitions td {
    padding: 10px;
}

.linkbutton {
    font-size: 1.3em !important;
    color: #CE181E;
    background-color: lightgray;
    padding: 0.3em;
}

.heading {
    font-size: 1.7em !important;
    color: #CE181E;
}

.newexhibition h2 {
    font-size: 1.5em !important;
}

.newexhibition {
    border: 1px solid #CE181E;
    width: 500px;
    padding: 0.3em 0.3em 1.3em 0.8em
}

    .newexhibition input {
        width: 300px;
    }
    
.pressreleases {
    float:left;
    width: 550px;
}
.newsimage {
    float:left;
    margin: 1em;
}

.pressreleases h2 {
    font-size: 1.6em !important;
    font-weight: normal;
    color: #CE181E;
    margin-bottom: 0.2em;
}

.pressreleases  h3 {
    font-size: 1.5em !important;
    font-weight: normal;
    margin-bottom: 0.2em;
}

.pressreleases h4 a {
    font-size: 1.5em !important;
    color: #CE181E !important;
    font-weight: normal;
}

.newpressrelease h2 {
    font-size: 1.5em !important;
}

.newpressrelease {
    border: 1px solid #CE181E;
    width: 500px;
    padding: 0.3em 0.3em 1.3em 0.8em
}

    .newpressrelease input, textarea {
        width: 300px;
    }

.read-more a {
    display: block;
    color: #CE181E;
    font-size: 1.5em !important;
    text-align: right;
}

.read-less a {
    display: block;
    color: #CE181E;
    font-size: 1.5em !important;
    text-align: right;
}

.productLeftColumn {
    width: 525px;
    float: left;
}
.productRightColumn {
    margin-left: 525px;
}

.productYouTubeLinks
{
    margin-top: 20px;
    float: right;
    width: 345px;
    clear: right;
    line-height: 36px;
}

    .productYouTubeLinks img {
        margin-top: 5px;
    }
    
.homeYouTubeLinks
{
    float: right;
    width: 300px;
    clear: right;
    line-height: 36px;
}

    .homeYouTubeLinks img {
        margin-top: 5px;
        float: right;
    }
    
.RBL label
{
    display: block;
}

.RBL td
{
    text-align: center;
    width: 50px;
}
    .RBL td input
    {
        display:inline;
        float: left;
        width: 10px;
    }
    .RBL td label {
        display: inline;
        float: left;
        width: 15px;
        margin-top: 3px;
    }
.floatright {
    float: right;
    margin-right:10px;
}

#popoutform {
    display: none;
}

.mainBannerSlider a {
    display: block;
}

div.social a img {
	margin: 0.1em 0 0 0.5em;
}