﻿/* ------- Clulite Outdoors v1 2007-06-13 -------*/

* {margin: 0px; padding: 0px;} /* Removes Browser Defaults */

/* ------- audio only content ------- */
.audio
{
    display: none;
}
@media aural  
{
    body 
    {  
        voice-family: female;
    }
    .audio
    {
        display: inline;
        voice-family: male;
    }
}

/* ------- layout & typo ------- */

body
{
	font: 75% verdana, sans-serif;
	background: url(background.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #533F02;
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.3em; color: #533F02; }
h3 { font-size: 1.2em; color: #533F02; }

a {color: #B00000; outline: none;}
a:hover {color: #000;}


#wrapper
{
	
	width: 760px;
	left: 50%;
	margin-left: -380px;
	position: absolute;
	float: left;
	background-image: url(wrapper-bg.gif);
	background-repeat: repeat-y;
}
a img 
{
    border: 0;
}

dl
{
    margin: 1em auto 3em;
}
dt
{
    font-weight: bold;
    margin: 1em auto;
}
dd
{
    margin: auto 3em;
}

/* ------- Header ------- */

#header
{
	background-image: url(main-logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 111px;
}

/* -- main nav -- */

#main-nav
{
	width: 551px;
	height: 30px;
	float: right;
	background-color: #FFE21F;
}

#main-nav ol 
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
    float: left;
}
#main-nav ol li 
{
    float: left;
    display: inline;
    list-style: none;
}
#main-nav ol li a 
{
    height: 30px;
    text-indent: -6000px;
    font-size: 1.1em;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    float: left;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 12px;
}
.nav-home a            { background-image: url(home-up.gif); width: 51px; margin-left: 12px; }
.nav-home a:hover,
.nav-home strong a     { background-image: url(home-ov.gif); }

.nav-products a        { background-image: url(our-products-up.gif); width: 124px; }
.nav-products a:hover,
.nav-products strong a { background-image: url(our-products-ov.gif); }

.nav-support a        { background-image: url(support-up.gif); width: 71px; }
.nav-support a:hover,
.nav-support strong a { background-image: url(support-ov.gif); }

.nav-about a          { background-image: url(about-up.gif); width: 81px; }
.nav-about a:hover,
.nav-about strong a
    { background-image: url(about-ov.gif); }

.nav-contact a        { background-image: url(contact-up.gif); width: 102px; }
.nav-contact a:hover,
.nav-contact strong a
  { background-image: url(contact-ov.gif); }


/* -- utility nav -- */

#utility-nav
{
	float: right;
	display: inline;
	clear: both;
	width: 557px;
	height: 38px;
	text-align: right;
	padding-top: 15px;
	background-color: #fff;
}
#utility-nav ol
{
	list-style: none;
	display: inline;
	float: right;
}
#utility-nav ol li
{
	list-style: none;
	display: inline;
	font-size: .8em;
	padding-left: 5px;
}
#utility-nav a
{
	color: #333;
}
#utility-nav a:hover
{
	color: #B00000;
}
#utility-nav p
{
	padding-top: 3px;
	color: #333;
}
	
/* -- crumbline -- */

#crumbline
{
	float: right;
	width: 551px;
}
#crumbline h1
{
	float: right;
	background-image: url(uk-manufactured.gif);
	background-repeat: no-repeat;
	width: 197px;
	text-indent: -3000px;
	height: 28px
}
.crumbs
{
	float: left;
	clear: both;
	padding: 5px 0 0 5px;
	font-size: 0.80em;
	text-transform: lowercase;
}

/* ------- Center Content ------- */

#centre-main
{
	width: 393px;
	margin-left: 194px;
	float: left;
	display: inline;
	padding: 0 10px 10px 10px;
}

#centre-main h1
{
	text-indent: -3000px;
	margin-bottom: 12px;
	float: left;
	display: inline;
	width: 393px;
	height: 187px;
	background-image: url(main-home-image.jpg);
	background-repeat: no-repeat;
}

#centre-main h2
{
	text-indent: -3000px;
	margin-bottom: 12px;
	float: left;
	display: inline;
	width: 224px;
	height: 12px;
	margin-right: 169px;
	background-image: url(welcome-h1.gif);
	background-repeat: no-repeat;
}

#centre-main-copy
{
	float: left;
	display: inline;
	margin-bottom: 10px;
}

.product-pod
{
    background-image: url(product-pod.gif);
    background-repeat: no-repeat;
    width: 191px;
    height: 169px;
    float: left;
    display: inline;
    margin: 0 5px 10px 0;
}

.product-pod h4
{
  color: #fff;
  font-size: 0.95em;
  margin: 10px;     
}
.product-pod h5
{
  color: #7D0000;
  font-size: 1em;
  margin-bottom: 12px;    
}

.product-pod img {border: 0px;}

.product-pod a 
{
    font-size: 1em;
}
.product-pod p
{
    margin: 5px 10px 10px 10px;  font-size: 0.95em;
}
.product-thumb
{
  border: 1px solid #B00000;
  float: left;
  display: inline;
  margin: 3px 10px 0 10px;   
}
/* ------- Left Col ------- */

#left-col
{
	width: 194px;
	float: left;
	display: inline;
	margin-left: -607px;
	background-image: url(product-nav-bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}

#left-col h2
{
    background-image: url(main-logo-base.gif);
    background-repeat: no-repeat;
    height: 61px;
    width: 194px;
    text-indent: -3000px;
    float: left;
    margin-bottom: 10px;
}

#left-col ul
{
	width: 175px;
	list-style: none;
	display: inline;
	float: left;
	margin: 0 0 0 12px;
	border-bottom: 1px dotted #FFE21F;
}

#left-col ul li
{
	width: 175px;
	/*list-style: none;*/
	display: block;
	font-size: .8em;
	padding: 10px 0;
	clear: both;
	float: left;
	border-top: 1px dotted #FFE21F;
}
#left-col ul li img
{
    float: left;
    border: 1px solid #7B5E04;
    margin: 3px 5px 15px 0
}
#left-col ul li a
{
    color: #FFE21F;
    text-decoration: none;
    font-weight: bold;
}
#left-col ul li a:hover
{
    color: #B00000;
}
#left-col ul li p
{
    color: #fff;
}
#thawte
{
    width: 194px;
    text-align: center;
    margin-top: 20px;
    float: left;
}
#thawte img
{
    border: 0px;
}
#products
{
    float: left;
}

/* ------- Right Col ------- */

#right-col
{
	width: 153px;
	float: right;
	display: inline;
	background-color: #fff;
}
#shopping-basket
{
    width: 151px;
    float: left;
    display: inline;
    clear: both;
    background-color: #FEF7E3;
    border: 1px solid #FFE21F;
    margin-bottom: 10px;
    background-image: url(shopping-basket-header.gif);
    background-repeat: no-repeat;
    background-position: top center;
}
#shopping-basket p
{
    margin: 17px 10px 12px 10px;
    text-align: right;
    font-weight: bold;
    font-size: 0.95em;
}
#shopping-basket a
{
    font-weight: normal;
}


/* listing: is for data presentation */
.tiny {
	margin: 1em 0;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px 0 0 1px;
	empty-cells: show;
	border-collapse: collapse;
}
.tiny td, .tiny th {
	border-color: #FFF;
	border-style: solid;
	border-width: 0 1px 1px 0;
	font-size: smaller;
	padding: 3px;
}
.tiny {
	width: 100%;
}
.tiny th {
	background: #EFF0F1;
	padding: 4px 3px;
}
.tiny td {
	background: #FEF7E3;
}
.postage
{
    background-color: #FEF1A9 !important;
}
.vat
{
    background-color: #FEED81 !important;
}
.total
{
    background-color: #FFE85A !important;
    font-weight: bold;
}



#special-offers
{
   float: left;
   display: inline;
   margin-bottom: 10px;     
}
#special-offers img
{
   border: 0px;   
}
#my-account
{
    width: 151px;
    float: left;
    display: inline;
    clear: both;
    background-color: #FEF7E3;
    border: 1px solid #FFE21F;
    margin-bottom: 10px;
    background-image: url(account-header.gif);
    background-repeat: no-repeat;
    background-position: top center;
}
#my-account p
{
    margin: 17px 10px 12px 10px;
    font-size: 0.95em;
    font-size: 0.80em;
}
#my-account a
{
    font-weight: normal;
}
#my-account input
{
    margin-bottom: 7px;
}
#latest-news
{
    width: 151px;
    float: left;
    display: inline;
    clear: both;
    background-color: #FEF7E3;
    border: 1px solid #FFE21F;
    margin-bottom: 10px;
    background-image: url(latest-news-header.gif);
    background-repeat: no-repeat;
    background-position: top center;
}

#latest-news p
{
    margin: 17px 10px 12px 10px;
    text-align: left;
    font-size: 0.95em;
}
.news-date
{
   font-size: 0.8em;
   color: #B00000;
   margin-bottom: 20px;
}
#accessories
{
    width: 151px;
    float: left;
    display: inline;
    clear: both;
    background-color: #FEF7E3;
    border: 1px solid #FFE21F;
    background-image: url(support-header.gif);
    background-repeat: no-repeat;
    background-position: top center;
}
#support
{
    width: 151px;
    float: left;
    display: inline;
    clear: both;
    background-color: #FEF7E3;
    border: 1px solid #FFE21F;
    background-image: url(support-header.gif);
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 10px;
}
#support p,
#accessories p
{
    margin: 7px 10px 12px 10px;
    text-align: left;
    font-size: 0.95em;
}
#support img,
#accessories img
{
    margin-top: 23px;
}
#accessories
{
    background-image: url(accessories-header.gif);
}
/* ------- Footer ------- */

#footer
{
    
    width: 733px;
    float: left;
    display: inline;
	clear: both; 
	background: #7D0000;
	margin-left: 7px;
	border-top: 1px solid #fff;
	padding: 10px;
	 
}
#footer h5
{
    color: #FEF7E3;
    font-weight: normal;
    font-size: 0.95em;
    margin-bottom: 3px;
}

#footer a
{
    color: #FCE9B2;
    font-size: 0.95em;
}
#footer a:hover
{
    color: #fff;
}
#footer ul
{
    float: left;
	clear: both;
	list-style: none;
	display: inline;
	margin-bottom: 3px;
}
#footer ul li
{
	float: left;
	width: 116px;
	list-style: none;
	display: inline;
	padding: 0 7px;
	border-right: 1px dotted #000;
}
#footer p
{
    color: #FEF7E3;
    font-size: 0.95em;
}
.footer-telephone
{
    color: #FCE9B2;
    text-decoration: underline;
}
#footer-contact
{
    float: left;
    display: inline;
    clear: right;
    padding-left: 7px;
}
#dhaus
{
    float: left;
    display: inline;
    clear: both;
    width: 755px;
	background: #fff;
	margin-left: 7px;
	padding: 10px 0;
	text-align: right;
}
#dhaus img
{
    border: 0px;
}

/* ------ PRODUCT PAGES ------ */

#prod-main
{
	width: 393px;
	margin-left: 194px;
	float: left;
	display: inline;
	padding: 0 10px 10px 10px;
}
#prod-left
{
    clear: both;
    width: 220px;
    float: left;
    display: inline;
    background-color: #FEF7E3;  
}
#prod-left h1
{
	background-repeat: no-repeat;
	width: 220px;
	text-indent: -3000px;
	height: 200px
}
#prod-left h2
{
	width: 200px;
	background-color: #800000;
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 1px;
	padding: 3px 10px 4px 10px;
	
}
#prod-left-cont
{
    padding: 10px;
    border: 1px solid #800000;
}
#prod-left-cont p
{
    font-size: 0.95em;
}
#prod-right
{
    width: 164px;
    float: left;
    display: inline;
    margin-left: 9px; 
}
#prod-right ul
{
	width: 164px;
	list-style: none;
	display: inline;
	float: left;
	border-bottom: 1px dotted #607C29;
}
#prod-right ul li
{
	width: 164px;
	list-style: none;
	display: block;
	font-size: .8em;
	padding: 10px 0;
	clear: both;
	float: left;
	border-top: 1px dotted #607C29;
}
#prod-right ul li img
{
	border: 0px;
}
#prod-right p
{
    margin-left: 54px;
    line-height: 14px;
}
.range-thumb
{
    float: left;
    border: 1px solid #7B5E04;
    margin: 3px 7px 0px 0;
}
.range-add
{
    margin-left: 54px;
}
.range-price
{
    font-size: 1.2em;
}

/* Product List Page */

.prod-range-main
{
    float: left;
    display: inline;
    background-image: url(prod-range-bg.gif); 
    /*background-color: #FEF7E3;*/
    border: 1px #800000 solid;  
}
.prod-range-main p
{
    font-size: 0.95em;
    padding: 5px;
    width: 204px;
    float: left;
    display: inline;
}
.prod-range-main h2
{
    float: left;
    display: inline;
    width: 372px;
    color: #fff;
    background-color: #800000;
    font-size: 1.1em;
	padding: 3px 10px 4px 10px;
}
.prod-range-float
{
    float: left;
    display: inline;
    border-right: 1px #800000 solid;  
}
.prod-range-options
{
    float: left;
    display: inline; 
    width: 100%;
    padding: 3px 0 7px 0; 
}
.prod-range-options a
{
    font-size: 0.8em;
}
.prod-range-options ul
{
	width: 164px;
	list-style: none;
	display: inline;
	float: left;
	border-bottom: 1px dotted #607C29;
}
.prod-range-options ul li
{
	width: 164px;
	list-style: none;
	display: block;
	font-size: .8em;
	padding: 10px 0;
	clear: both;
	float: left;
	border-top: 1px dotted #607C29;
}
.prod-range-options ul li img
{
	border: 0px;
}
.prod-range-options p
{
    margin-left: 54px;
    line-height: 14px;
}

/* Product Main Page */

#prod-img-lrg
{
    width: 392px;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px #800000 solid;
}
#prod-details
{
    float: left;
    display: inline; 
    background-color: #FEF7E3;
    border: 1px #800000 solid;
    margin-bottom: 10px;  
}
#prod-details h2
{
    float: left;
    display: inline;
    width: 372px;
    color: #fff;
    background-color: #800000;
    font-size: 1.1em;
	padding: 3px 10px 4px 10px;
}
#prod-details h3
{
    color: #B00000;
    font-size: 1em;
    padding: 10px 0 0 10px;     
}
#prod-details h4
{
    color: #B00000;
    font-size: 1em;
    padding: 5px 0 0 10px;
    font-size: 0.8em;
    font-weight: normal;     
}
#prod-details h5
{
    padding: 5px 0 10px 10px;
    font-size: 1.1em;
    font-weight: bold;     
}
#prod-details p
{
    padding: 0 10px 10px 10px;
    font-size: 0.95em;
}
.prod-details-add
{
    float: right;
    display: inline;
    margin: 10px 150px 0 0;
}
#prod-base-options
{
    float: left;
    display: inline; 
    width: 100%;
    background-image: url(options-bg.gif);
    background-repeat: repeat-y;
}
#prod-base-options ul
{
	width: 392px;
	list-style: none;
	display: inline;
	float: left;
}
#prod-base-options ul li
{
	width: 176px;
	display: inline;
	font-size: .8em;
	padding: 0 10px;
	float: left;
}
#prod-base-options ul li img
{
	border: 0px;
}
#prod-base-options p
{
    margin-left: 54px;
    line-height: 14px;
}
/* New Products */

#new-prod
{
	width: 393px;
	margin-left: 194px;
	float: left;
	display: inline;
	padding: 0 10px 10px 10px;
}
#new-prod h2
{
	background-image: url(new-products-head-h1.gif);
	background-repeat: no-repeat;
	width: 102px;
	height: 12px;
	text-indent: -3000px;
}
#number-new
{
    float: right;
    display: inline;
}
#new-prod ul
{
	width: 392px;
	list-style: none;
	display: inline;
	float: left;
}
#new-prod ul li
{
	width: 176px;
	display: inline;
	font-size: .8em;
	padding: 10px;
	margin-top: 10px;
	float: left;
	background-color: #fefbf1;
}
#new-prod ul li img
{
	border: 0px;
}
#new-prod p
{
    margin-left: 54px;
    line-height: 14px;
    color: #533F02;
}

/* Special offers */

#spec-offers
{
	width: 393px;
	margin-left: 194px;
	float: left;
	display: inline;
	padding: 0 10px 10px 10px;
}
#spec-offers h2
{
	background-image: url(spec-offers-h1.gif);
	background-repeat: no-repeat;
	width: 107px;
	height: 16px;
	text-indent: -3000px;
}
#spec-offers ul
{
	width: 392px;
	list-style: none;
	display: inline;
	float: left;
}
#spec-offers ul li
{
	width: 176px;
	display: inline;
	font-size: .8em;
	padding: 10px;
	margin-top: 10px;
	float: left;
	background-color: #fefbf1;
}
#spec-offers ul li img
{
	border: 0px;
}
#spec-offers p
{
    margin-left: 54px;
    line-height: 14px;
    color: #533F02;
}

/* My Account */

#login-account
{
	width: 393px;
	margin-left: 194px;
	float: left;
	display: inline;
	padding: 0 10px 10px 10px;
}
#login-account h2
{
	background-image: url(my-account-h1.gif);
	background-repeat: no-repeat;
	width: 134px;
	height: 16px;
	text-indent: -3000px;
	margin-bottom: 10px;
}
#login-box
{
    width: 362px;
    background-color: #FEF7E3;
    border: 1px #800000 solid;
    margin-top: 15px;
    padding: 15px;     
}
#login-box p
{
    width: 175px;
    float: right;
    display: inline;
    padding-top: 4px;
}
#login-box input
{
    margin-bottom: 7px;
}
#faq-shorts
{
    width: 151px;
    float: left;
    display: inline;
    clear: both;
    background-color: #FEF7E3;
    border: 1px solid #FFE21F;
    margin-bottom: 10px;
    background-image: url(faq-header.gif);
    background-repeat: no-repeat;
    background-position: top center;
}

#faq-shorts p
{
    margin: 17px 10px 12px 10px;
    text-align: left;
    font-size: 0.95em;
}
/* Privacy Policy */

#privacy-policy
{
	width: 393px;
	margin-left: 194px;
	float: left;
	display: inline;
	padding: 0 10px 10px 10px;
}
#privacy-policy h2
{
	background-image: url(privacy-header.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 16px;
	text-indent: -3000px;
	margin-bottom: 10px;
}
/* Terms */

#terms
{
	width: 393px;
	margin-left: 194px;
	float: left;
	display: inline;
	padding: 0 10px 10px 10px;
}
#terms h2
{
	background-image: url(terms-header-h1.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 12px;
	text-indent: -3000px;
	margin-bottom: 10px;
}

/* FAQ */

#faq
{
	width: 393px;
	margin-left: 194px;
	float: left;
	display: inline;
	padding: 0 10px 10px 10px;
}
#faq h2
{
	background-image: url(faq-head-h1.gif);
	background-repeat: no-repeat;
	width: 38px;
	height: 12px;
	text-indent: -3000px;
	margin-bottom: 10px;
}


/* Support */

#clulite-support, #clulite-partner, #clulite-news, #clulite-sitemap
{
	width: 393px;
	margin-left: 194px;
	float: left;
	display: inline;
	padding: 0 10px 10px 10px;
}
#clulite-support h2, #clulite-partner h2, #clulite-news h2, #clulite-sitemap h2
{
	background-image: url(support-header-h1.gif);
	background-repeat: no-repeat;
	width: 59px;
	height: 15px;
	text-indent: -3000px;
	margin-bottom: 10px;
}
#clulite-support ul
{
	margin-left: 20px;
}
#clulite-support li
{
	margin-bottom: 5px;
}


/* partner sites */

#clulite-partner h2
{
	background-image: url(partner-sites.gif);
	width: 132px;
	height: 12px;
}


/* news */

#clulite-news h2
{
	background-image: url(latest-news.gif);
	width: 93px;
	height: 12px;	
}
#clulite-news #latest-news
{
    border: 0;
    background: transparent;
    width: 100%;
    font-size: 1.05em;
}
#clulite-news #latest-news strong
{
    margin: .5em 0 1em;
    float: left;
    width: 100%;
}
#clulite-news #latest-news p
{
    margin-bottom: 2em;
}

#clulite-sitemap h2
{
    width: 100%;
    background-image: url(site-map-header.gif);
}

/* About */

#clulite-about
{
	width: 393px;
	margin-left: 194px;
	float: left;
	display: inline;
	padding: 0 10px 10px 10px;
}
#clulite-about h2
{
	background-image: url(about-header-h1.gif);
	background-repeat: no-repeat;
	width: 69px;
	height: 15px;
	text-indent: -3000px;
	margin-bottom: 10px;
}

.imgFloat-right 
{
    float: right;
}
.imgFloat-left
{
    float: left;
    margin: 3px 7px 0 0;
}

/* Contact Us */

#contact-us
{
	width: 393px;
	margin-left: 194px;
	float: left;
	display: inline;
	padding: 0 10px 10px 10px;
}
#contact-us h2
{
	background-image: url(contact-us.gif);
	background-repeat: no-repeat;
	width: 83px;
	height: 12px;
	text-indent: -3000px;
	margin-bottom: 10px;
}
#location-map
{
    width: 151px;
    float: left;
    display: inline;
    clear: both;
    background-color: #FEF7E3;
    border: 1px solid #FFE21F;
    margin-bottom: 10px;
    background-image: url(map-header.gif);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 23px;
}
.map
{
    padding-top: 17px;
}


/* new styles from dominic added during build */
.salePriceOld
{
    font-weight: normal;
    text-decoration: line-through;
    font-size: .9em;
}
.salePriceNew
{
    font-weight: bold;
    color: Red;
    font-size: .9em;
}
.price
{
    
}
/* form styles added 2007-08-15 */
fieldset
{
	padding: 10px 0 10px 20px;
}
fieldset p
{
	padding: 5px;
}
legend
{
	font-weight: bold;
	color: #533F02;
}
radiobutton {border: 1px solid #000;}




/* sitemap */
ul.sitemap
{
    margin: 2em;
    padding: 0;
}
ul.sitemap>li 
{
    font-weight: bold;
}

ul.sitemap>li>ul
{
    margin: .5em 3em !important;
    font-weight: normal !important;
}

ul.sitemap>li>ul>li>ul
{
     margin: .5em 3em !important;
    font-size: smaller !important;
}
