/* Site name
   Author:     Jason Paige
   ----------------------------------------------------*/
/* COLORS
   Body Background:       #333
*/
/* GLOBAL
   HEADER
*/

/* =GLOBAL
   ----------------------------------------------------*/
    body {
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 100.1%;
        line-height: 1.1em;
        font-family: verdana;
        height: 100%;
        text-align: center;
        background: #333;
    }

    div#wrapper {
        width: 990px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        background: #fff;
    }

    * {
        outline: 0;
    }

    .clear {
        clear: both;
    }

    .right {
        float: right;
    }

    .left {
        float: left;
    }

    .center {
        text-align: center;
    }

    button {
        background: transparent;
        padding: 0;
        margin: 0;
        display: inline;
        border: 0;
        cursor: pointer;
    }

    input.button {
        border: 0;
        cursor: pointer !important;
    }

    a img {
        border: 0;
    }

    a {
        color: #f60;
    }

    a:hover {
        text-decoration: none;
    }

    .hidden {
        display: none;
    }

    input, textarea, select {
        font-family: verdana;
        padding: 0.1em;
        font-size: 1em;
        border: 1px solid #999;
    }
    
    button {
        font-size: 1em;
    }

    input.error, textarea.error, select.error, .error input {
        border: 1px solid #f00;
    }
    .optIn.error {
        font-weight: bold;
    }
    
    .error .chkHck {
    	border: 2px solid red;
    	padding-top: 4px;
    }

    label.error {
        color: #f00;
    }

    p {
        padding: 0 0 20px 0;
        margin: 0;
    }

    h1,h2,h3 {
        line-height: 1em !important;
        margin-top: 0;
        padding-top: 0;
    }

    h4,h5,h6 {
        margin: 0;
        padding: 0;
        font-size: 1em;
    }

    hr {
        color: #000;
        border: 0;
        background: transparent;
        height: 1px;
        clear: both;
        border-bottom: 1px solid #999;
        padding-top: 20px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    hr.noTop {
        padding-top: 5px;
    }

    hr.noBottom {
        margin-bottom: 5px;
    }

    .compact {        
        padding: 0;
        margin: 0;
    }

    .orange {
        color: #f60;
    }

    .variant {
        font-size: 0.8em;
        margin-top: 10px;
    }

    .variant tr td {
        height: 40px;
        border-bottom: 2px solid #fff;
        line-height: 1em;
    }

    .variant tr td.colourName {
        font-size: 1.1em;
    }

    .variant tr.row1 {
        background: #e0e0e0;
    }

    .variant .grey {
        color: #999;
    }
    .variant .grey td.size a {
        color: #999;        
    }

    .variant td.size a,
    .variant .inStock {
        color: #000;
    }

    .variant td.slim {
        width: 65px;
        text-align: center;
    }

    .variant .addToBasket,
    .orangeBox {
        background: url(../img/add-to-basket-bg.gif) repeat-x #ff9800;
    }
    .variant .addToBasket {
        width: 35px !important;        
    }
    .variant .enquire,
    .greyBox {
         background: url(../img/enquire-bg.gif) repeat-x #959595;
    }

    .variant .addToBasket a,
    .variant .enquire a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }
    .variant .enquire a {
        font-weight: normal;
    }
    .variant .addToBasket a:hover,
    .variant .enquire a:hover {
        text-decoration: underline;
    }

    /* tabs */
    .tabContainer {
        float: left;
        margin-top: 20px;
        width: 100%;
        background: url(../img/product-tab-container-bg.gif) 0 46px repeat-x;
    }
    .tabContainer .tab {
        float: left;
        font-size: 0.7em;
        line-height: 1.1em;
        display: inline;
        font-weight: bold;
        cursor: pointer;
        border: 1px solid #e0e0e0;
        background: #fff;
        margin-right: 2px;
        color: #666;
        padding: 10px;
    }
    .tabContainer .tabs .selected {
        color: #f60;
        background: #e0e0e0;
    }

    .tabContainer .tabs {
        width: 100%;
    }

    .tabContent {
        padding-top: 20px;
        margin: 0 10px;
        font-size: 0.7em;
        min-height: 300px;
    }

    #technicalGuideTab img {
        margin-right: 10px;
    }

    #technicalGuideTab p {
        margin-left: 43px;
    }

    .greyBox,
    .orangeBox {
        display: block;
        padding: 7px 10px;
        text-decoration: none;
        color: #fff;
    }

    a.greyBox,
    a.orangeBox {
        padding: 7px 10px;
    }

    h2.orange {
        font-size: 1.1em;
    }
/* =HEADER
   ----------------------------------------------------*/
    #header {
        margin-bottom: 5px;
    }
    
    #header ul {
        float: right;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 0.75em;
        margin-right: 245px;
    }

    #header ul li {
        float: left;
        line-height: 28px;
    }

    #header ul li a {
        color: #666;
        text-decoration: none;
    }

    #header ul li a.selected {
        color: #999;
    }

    #header ul li a:hover {
        text-decoration: underline;
    }

    #basket {
        float: right;
        width: 220px;
        background: url(../img/basket-background.gif) bottom;
        font-weight: bold;
        font-size: 0.75em;
        padding: 5px 0;
        cursor: pointer;
        position: absolute;
        margin-left: 750px;
        color: #f60;
    }

    #basket .title a {
        text-decoration: none !important;
    }

    #basket.empty a {
        color: #959595;
    }

    #basket.empty {
        color: #959595;
        background: url(../img/basket-background-empty.gif) bottom;
    }

    #basket .title {
        margin-left: 20px;
    }

    #basketContents {
        font-weight: normal;
        color: #000;
        font-size: 0.9em;
        margin-bottom: 20px;
    }

    #basketContents .product,
    #basketContents .summary{
        margin: 0 auto;
        width: 85%;
        text-align: left;
    }

    #basketContents .right {
        width: 50px;
    }

    #basketContents .product .tabbedIn {
        margin-left: 20px;
    }

    #basketContents hr {
        border: 0;
        border-top: 1px dotted #000;
        background: transparent;
        width: 90%;
        margin: 5px auto;
    }

    #bannerLogo {
        background: url(../img/logo-right.gif) right no-repeat;
        text-align: left;
        width: 968;
        margin: 0 auto;
    }
    #bannerLogo img {
        margin-left:22px;
        padding-top:2px;
    }
    
    #homepageLogos {
    	padding: 0px 10px 5px 10px;
    	background: transparent url('../img/border-orange-fade-ends.gif') no-repeat center bottom;
    	margin-bottom: 5px;
    }
    
    .homepageLogoBox {
    	float: left;
    	background: transparent url('../img/border-orange-seperator.gif') no-repeat left center;
    }

/* =CONTENT
   ----------------------------------------------------*/
    .threeCol,
    .twoCol,
    .twoColContainer {
        margin: 20px;
        text-align: left;
    }

    .content {
        margin: 20px;
        text-align: left;
        font-size: 0.7em;
        line-height: 1.4em;
        color: #333;
    }

    .threeCol,
    .twoColContainer {
        margin-top: 0;
    }

    .twoCol .leftCol,
    .twoCol .rightCol {
        float: right;
        width: 47%;
        line-height: 1.2em;
    }

    .twoCol .leftCol {
        float: left;
    }

    .leftCol h1,
    .leftCol h2,
    .leftCol h3 {
        font-weight: normal;
    }

    #checkoutForm h2 {
        font-weight: bold;
    }
	
    .largeText {
        color: #f60;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1.2em;
    }

    .UnderArmour .largeText {
        color: #d11617;
    }

    #viewBasketButton {
        background: url(../img/view-basket-button.gif) no-repeat;
        width: 220px;
        height: 36px;
        line-height: 36px;
        display: block;
        margin-right: 20px;
        color: #f60;
        font-size: 0.8em;
        font-weight: bold;
        text-decoration: none;
        padding-left: 13px;
    }

    #viewBasketButton.empty {
        background: url(../img/view-basket-button-empty.gif) no-repeat;
        color: #959595;
    }

/* =PRODUCT SCROLLER
   ----------------------------------------------------*/
    #productScroller #scrollLeft, 
    #productScroller #scrollRight {
        display: block;
        float: left; 
        margin-top: 34px;
    } 
    #productScroller #scrollRight {
        float: right;
    }

    #viewport {
        width: 452px;
        height: 150px;
        margin: 0 7px;
        float: left;
        overflow: hidden;
    }

    #pane {
        position: relative;
    }

    #productScroller .featuredProduct {
        width: 300px;
        float: left;
        border-right: 1px solid #999;
        cursor: pointer;
        margin-right: 7px;
        height: 150px;
    }

    #productScroller .featuredProduct .leftCol {
        text-align: center;
    }

    .cornerIcon {
        float: right;
    }
    
    #productScroller .twoCol {
        margin: 0;
    }
    #productScroller .twoCol .leftCol {
        width: 132px;
        margin-right: 5px;
    }
    #productScroller .twoCol .rightCol {
        width: 157px;
        float: left;
    }

    .savingText,
    .priceText,
    .rrpPrice{
        color: #f60;
    }
    
    .priceText {
        font-size: 1.7em;
        font-weight: bold;
        line-height: 1.2em;
    }

    .productName {
        font-size: 1.2em;
        color: #333;
        line-height: 1.2em;
        font-weight: bold;
        width: 155px;
    }

    .relatedProduct h2.productName {
        font-size: 1.25em;
        font-weight: bold;
    }

    .fitText {
        float: left;
        width: 100px;
        margin-left: 10px;
        font-weight: bold;
        font-size: 0.9em;
        line-height: 1.1em;
    }

    #productScroller a {
        color: #333;
    }

    #productScroller a:hover {
        text-decoration: none;
    }

    #productScroller .productLink {
        float: right;
        margin-right: 7px;
    }

/* =LEFTCOL
   ----------------------------------------------------*/

    #leftCol {
        width: 215px;
        float: left;
        margin-right: 6px;
    }
    
    #categoryNav {
        margin: 0;
        padding: 0;
        font-size: 0.75em;
    }

    #categoryNav li {
        margin: 0;
        padding: 0;
        background: #333;
        border: 1px solid #000;
        margin-bottom: 4px;
        width: 215px;
        list-style: none;
    }

    #categoryNav li a {
        background: url(../img/category-nav-arrow.gif) no-repeat 1px 7px;
        color: #fff;
        font-weight: bold;
        padding-left: 30px;
        display: block;
        text-decoration: none;
        line-height: 34px;
    }

    #categoryNav li a img {
        float: right;
        margin-right: 12px;
        margin-top: 6px;
    }

    #categoryNav li.ieselected a {
        background: url(../img/category-nav-arrow-selected.gif) no-repeat 10px 8px;
    }

    #categoryNav li li.ieselected a {
        background: url(../img/category-nav-arrow-selected.gif) no-repeat 25px 1px;
    }

    #categoryNav li li.ieselected a:hover {
        background: url(../img/category-nav-arrow-selected-over.gif) no-repeat 25px 1px #666 !important;
    }

    #categoryNav li li.ieselected li a {
        background: #333 !important;
    }
    #categoryNav li li.ieselected li a:hover {
        background: #666 !important;
    }

    #categoryNav li ul {
        display: none;
        margin: 0 0 10px 0;
        padding: 0;
    }

    #categoryNav li ul ul {
        margin: 0;
    }

    #categoryNav li li {
        border: 0;
        margin: 0;
        padding: 0;
    }

    #categoryNav li li a {
        font-weight: normal; 
        padding: 2px;
        width: auto;      
        padding-left: 48px; 
        background: transparent;
        line-height: 1.4em;
    }

    #categoryNav li li li a {
        padding-left: 68px;
    }

    #categoryNav li li a:hover {
        background: #666 !important;
    }

    #categoryNav li.ieselected ul,
    #categoryNav li.open ul {
        display: block;
    }

    #categoryNav li.ieselected li a {
        background: transparent;
    }

    #leftNav {
        border: 1px solid #000;
        width: 215px;
        margin-top: 20px;
    }

    #leftNav ul {
        margin: 20px;
        padding: 0;
        font-size: 0.8em;
    }

    #leftNav li {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #333;
    }
    
    #leftNav li a,
    #leftNav li strong {
        color: #333;
        font-weight: normal;
        padding: 2px 0;
        display: block;
        text-decoration: none;
    }

    #leftNav li strong {
        font-weight: bold;
    }
    
    #leftNav li a:hover {
        text-decoration: underline;
    }

    #productSearchForm input,
    #productSearchFormTop input {
        background: transparent;
        border: 1px solid #999;
        color: #ccc;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 2px;
        font-size: 0.9em;
        margin-right: 2px;
    }
    #filterForm .checkbox {
        margin-right: 4px;
        padding: 0;
        border: 0;
    }
    .searchStr {
        width: 165px;
        padding: 3px 2px !important;
    }
    #searchNav form {
        margin: 5px;
    }
    #productSearchFormTop input {
        border: 1px solid #333;
        color: #fff;
    }
    #productSearchFormTop {
        float: right;
        width: 199px;
        font-size: 0.9em;
        margin-top: 5px;
    }
    #productSearchFormTop .searchStr {
        width: 150px;        
    }

/* =MIDDLECOL
   ----------------------------------------------------*/

    #middleCol {
        width: 489px;
        float: left;
        margin-right: 5px;
        font-size: 0.7em;
        line-height: 1.1em;
        overflow: hidden;
    }
    #middleCol p {
        line-height: 1.5em;
    }

    .brandsStrip {
        height: 40px;
        background: url(../img/brand-strip-bg.gif) repeat-y;
    }

    .brandsStrip .brandImage {
        float: right;
        padding-right: 20px;
        margin-bottom: 5px;
    }

    .brandsStrip a {
        text-decoration: none;
    }

    .brandsStrip .img {
        margin-right: 20px;
        float: right;
        width: 170px;
        height: 35px;
        background-position: center right;
        background-repeat: no-repeat;
    }

    .homepage .brandsStrip {
        text-align: center;
    }

    .homepage .brandsStrip img {
        margin-left: 0;
    }

    .brandsStrip a {
        margin: 0 15px;
    }

    .slideShow {
        height: 270px;
    }

    .slideShow img {
        position: absolute;
    }

    #productScroller {
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        margin-top: 5px;
        padding: 20px 0;
    }

/* =RIGHTCOL
   ----------------------------------------------------*/
    
    #rightCol {
        width: 235px;
        float: left;
    }

    #rightCol .feature {
        cursor: pointer;
        width: 235px;
        margin-bottom: 5px;
    }

    #rightCol .feature img {
        float: left;
    }

    #rightCol .feature .caption .arrow {
        color: #333;
    }

    #rightCol .feature .caption {
        clear: both;
        display: block;
        color: #fff;
        background: #999;
        background: url(../img/caption-bg.gif) repeat-y #999;
        padding: 8px 5px 10px 10px;
        text-decoration: none;
        font-size: 0.75em;
        font-weight: bold;
    }

    .usefulDetailsBox {
        background: url(../img/useful-info-bg.gif);
        width: 235px;
        color: #333;
    }

    .usefulDetailsBox h2 {
        background: url(../img/useful-info-header-bg.gif) no-repeat;
        height: 40px;
        display: block;
        font-size: 0.85em;
        text-align: center;
        padding-top: 10px;
    }

    .usefulDetailsBox .item {
        margin: 10px;
        font-size: 0.7em;
        line-height: 1em;
    }

    .usefulDetailsBox .item p {
        margin-top:5px;
    }

    .usefulDetailsBox .item .itemText {
        float: right;
        width: 150px;
    }

    .usefulDetailsBox .item a {
        color: #333;
    }

    .usefulDetailsBox .item a.title {
        text-decoration: none;
    }

    .usefulDetailsBox .item a.title:hover {
        text-decoration: underline;
    }

    .usefulDetailsBox .item a:hover {
        text-decoration: none;
    }

    .usefulDetailsBox .item img {
        float: left;
        margin-right: 5px;
    }

/* =PRODUCT
   ----------------------------------------------------*/

    .twoColContainer #rightCol {
        width: 729px;
    }

    .twoColContainer .brandsStrip {
        background: url(../img/wide-brand-strip-bg.gif) repeat-y;
        height: auto;
    }

    .twoColContainer .brandsStrip img {
        float: right;
    }

    .twoColContainer .brandsStrip h1 {
        display: block;
        float: left;
        width: 500px;
        color: #fff;
        padding: 0;
        margin: 5px;
        font-size: 1.1em;
        padding: 4px 0px 4px 20px;
        font-weight: normal;
    }

    .productInfo {
        margin: 20px;
    }

    .productInfo .details {
        float: right;
        width: 340px;
    }

    .productInfo .description {
        font-size: 0.7em;
        line-height: 1.2em;
    }

    #colourSelect {
        margin-top: 5px;
        border: 2px solid #f60;
        font-weight: bold;
        font-family: verdana !important;
    }

    .productInfo .description p {
        padding-bottom: 10px;
        line-height: 1.7em;
    }

    .productInfo .description li {
        line-height: 1.7em;
    }

    .productIcons {
        margin-bottom: 15px;
    }

    .productIcons img {
        margin-right: 10px;
    }

    .productInfo .details .pricing {
        text-align: left;
        float: right;
        margin-right: 10px;
        margin-bottom: 20px;
        font-size: 0.7em;
        line-height: 1.1em;
    }

    .productInfo .details .pricing .priceText {
        font-size: 2.6em;
    }

    h1.productName,
    h2.productName {
        clear: both;
        color: #333;
        font-size: 1.1em;
        font-family: arial;
        margin: 0;
        padding: 0;
        width: auto;
        margin-bottom: 5px;
    }
    h2.productName {
        font-size: 0.7em;
    }

    .smallProductImage {
        margin-bottom: 10px;
    }

    .productInfo .productImage {
        float: left;
        width: 340px;
    }

    .productInfo .productImage .otherColours {
        text-align: left;
        font-size: 0.7em;
    }

    /*.productInfo .productImage .otherColours img {
        margin: 2px;
        border: 2px solid #fff;
        cursor: pointer;
    }

    .productInfo .productImage .otherColours img.selected {
        border: 2px solid #666;
    }*/

    .relatedProduct .otherColours a,
    .productInfo .otherColours a.alternativeColour {
        width: 34px;
        height: 34px;
        border: 1px solid #fff;
        display: block;
        float: left;
        text-align: center;
    }
    .productInfo .otherColours a.alternativeColour {
        border: 2px solid #fff;
        width: 64px;
        height: 64px;
    }
    .relatedProduct .otherColours a.selected {
        border: 1px solid #666;        
    }
    .productInfo .otherColours a.selected {
        border: 2px solid #666;
    }
    .relatedProduct .otherColours a img,
    .productInfo .otherColours a.alternativeColour img {
        margin: 2px;
    }

/* =CATEGORY
   ----------------------------------------------------*/

    #categoryDetails {
        margin: 20px;
        font-size: 0.7em;
        line-height: 1.3em;
        color: #333;
    }

    #categoryDetails .categoryImage {
        float: left;
        margin-right: 10px;
    }

    #filter {
        margin-top: 10px;
        background: url(../img/useful-info-bg.gif);
        padding: 10px;
        font-size: 0.9em;
    }

    #filter strong {
        color: #333;
        float: left;
    }

    #filter label {
        display: block;
        float: left;
        width: 180px;
        margin: 0;
        text-align: left;
    }

    #filter div.left {
        width: 540px;
        margin-left: 30px;
    }

    #categoryProducts {
        margin-top: 10px;
    }

    .relatedProducts {
        background: #e0e0e0;
        color: #f60;
        padding: 10px
    }

    #categoryProducts hr.divider {
        color: #999;
        background: #999;
        margin: 10px 0;
        padding: 0;
    }

    .pagination {
        float: right;
        font-weight: bold;
    }

    .pagination a {
        color: #000;
    }

    .pagination a.selected {
        color: #f60;
        text-decoration: none;
    }

    .relatedProductContainer,
    .relatedProductContainerRight {
        float: left;
        width: 343px;
    }

    .relatedProduct {
        float: left;
        margin: 10px 10px 10px 0;
    }

    .relatedProductContainerRight .relatedProduct {
        margin: 10px 0 10px 10px;
    }

    .relatedProduct .twoCol {
        margin: 0;
    }

    .relatedProduct .leftCol {
        width: 170px;
    }

    .relatedProduct .rightCol {
        width: 163px;
    }

    .relatedProduct .productSmallDescription {
        font-size: 0.8em;
        margin-top: 5px;
        line-height: 1.4em;
    }
    .relatedProduct .productSmallDescription ul {
        margin: 0;
        margin-left: 12px;
        padding: 0;
    }
    .relatedProduct span.largeImageCaption {
        font-weight: bold;
    }

    .otherColours {
        text-align: left;
    }

    .otherColours .largeImageCaption {
        font-size: 0.9em;
        color: #000;
    }

    .otherColours .alternativeColour {
        margin: 3px 6px 3px 0;
    }

    .relatedProduct .moreButton {        
        background: url(../img/add-to-basket-bg.gif) repeat-x #ff9800;
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 10px 9px;
        overflow: hidden;
        float: right;
        margin-top: 3px;
    }
    .relatedProduct .moreButton:hover {   
        text-decoration: underline;
    }

    .productRow {
        background: url(../img/center-divider.gif) center repeat-y ;
    }

/* =FOOTER
   ----------------------------------------------------*/
    
    #footer {
        font-size: 0.7em;
        text-align: left;
        margin: 10px auto;
        width: 940px;
        color: #666;
    }    

    #footer ul {
        float: right;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #footer ul li {
        float: left;
    }

    #footer a {
        color: #666;
        text-decoration: none;
    }

    #footer a.selected {
        color: #999;
    }

    #footer a:hover {
        text-decoration: underline;
    }

/* =VIEW BASKET
   ----------------------------------------------------*/
    #basketTable thead tr {
        background: url(../img/thead-bg.gif) repeat-x;
    }

    #basketTable colgroup {
        border-right: 1px solid #999;
        border-left: 1px solid #999;
    }
    #basketTable colgroup.first {
        border-left: 0;
    }

    #basketTable td.image {
        text-align: center;
    }

    #basketTable tbody td,
    #basketTable tfoot tr.delivery td,    
    #basketTable tfoot tr.vat td {
        border-bottom: 1px solid #999;
    }
    #basketTable tfoot tr.delivery td {
        border-top: 1px solid #999;
    }

    #basketTable .textRight {
        text-align: right;
    }

    #basketTable .qty {
        width: 20px;
    }

    #basketForm button, #basketForm input {
        margin-left: 20px;
    }

    #basketTable .price {
        text-align: right;
    }

    form {
        font-size: 1.1em;
    }

    #productSearchForm {
        font-size: 1em;
    }
    
    form label {
        display: block;
        float: left;
        width: 120px;
        margin-bottom: 10px;
        text-align: right;
        margin-right: 5px;
        padding-top: 0;
        color: #000;
    }

    form label.cardHolder {
        display: block;
        float: none;
        width: auto;
        margin: 10px 0;
        text-align: left;
        padding: 0;
    }

    form .optIn {
        display: block;
        float: none;
        width: auto;
        padding: 0;
        text-align: right;
        margin-right: 0;
    }

    label input,
    .optIn input {
        border: 0 !important;
    }

    form input,
    form select,
    form textarea {
        border: 1px solid #000;
    }

	#country, #deliverycountry {
		width: 143px;
	}
	
    form div.error {
        float: left;
        width: 150px;
        font-style: italic;
        margin-bottom: 10px;
        font-size: 0.8em;
    }
    form span.error {
        color: #f00;
    }

    form div.optInerror {
        font-style: italic;
        font-size: 0.8em;
        text-align: right;
        margin-top: 5px;
        padding-bottom: 20px;
    }

/* =CONTACT
   ----------------------------------------------------*/
    #infoBox {
        float: right;
        width: 400px;
        background: url(../img/useful-info-bg.gif);
        margin-left: 20px;
    }

    #infoBox .content {
        margin: 20px;
        font-size: 1em;
    }

    #infoBox .content .topRightCorner {
        float: right;
        position: relative;
        top: -25px;
        right: -25px;
    }

    #enquiryForm fieldset {
        border: 0;
        padding: 0;
        margin: 20px auto 0 auto;
        width: 375px;
    }

    #enquiryForm label {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    #enquiryForm input,
    #enquiryForm textarea {
        width: 200px;
    }

    .textareaError {
        margin-left: 145px;
    }

/* =Tooltip
   ----------------------------------------------------*/
    #tooltip{
        position: absolute;
        background: #333;
        display: none;
        border: 1px solid #999;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        max-width: 200px;
        font-size: 0.85em;
	}
    #tooltip .content{
        margin: 5px;
        color: #ccc !important;
	}
    #tooltip p{
        margin: 0;
        padding: 0;
	}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}