body {
 background-color: #ffffff;
 font-family: Verdana, sans-serif;
 font-size: 12pt;
 color: #000000;
}

div.clear {
 clear: both;
 height: 0;
 line-height: 0;
}

.highlight {
 font-weight: 300;
 font-size: 180%;
}

a {
 color: #000000;
 text-decoration: underline;
}

.left {
 float: left;
 margin-right: 10px;
 margin-bottom: 5px;
}

.right {
 float: right;
 margin-left: 10px;
 margin-bottom: 5px;
}

/*********/
/* Boxes */
/*********/
div.box {
 border-top: 1px solid #cccccc;
 padding: 1px 10px;
 clear: both;
}

div.box h3 {
 margin: 7px 0;
 padding: 0;
}

/**********/
/* Header */
/**********/
div#header {
 position: relative;
 height: 130px;
}

div#header img#logo {
 position: absolute;
 top: 5px;
 left: 0;
 border: 0;
 z-index: 5;
}

div#header h1 {
 display: none;
}

div#header div#contact {
 position: absolute;
 top: 5px;
 right: 5px;
 color: #000000;
 font-size: 9pt;
 text-align: right;
}

/*************/
/* Nav Strip */
/*************/
div#navstrip {
 display: none;
}

/*************/
/* Nav Panel */
/*************/
div#navpanel {
 display: none;
}

/***********/
/* Content */
/***********/
div#content {
 font-size: 10pt;
}

div#content h2 {
 font-size: 12pt;
 font-weight: 750;
 margin-top: 0;
 padding-top: 10px;
}

div#content h3 {
 font-size: 11pt;
}

div#content div#contentbox {
 border-top: 1px solid #cccccc;
 clear: both;
 line-height: 150%;
}

/*************/
/* Home Page */
/*************/
body#pageHome div#content h2#beattheclocks {
 margin-top: 20px;
}

body#pageHome div#content img#britebox {
 margin-left: 25px;
 margin-right: 25px;
}

body#pageHome div#content img#lady {
 border-left: 1px solid #cccccc;
}

body#pageHome div#content a#productslink {
 float: right;
 height: 43px;
 padding-top: 13px;
 width: 300px;
 text-align: right;
}

body#pageHome div#content div#reasons {
 background-color: #eeeef8;
 float: right;
 width: 250px;
 margin-left: 15px;
}

body#pageHome div#content div#reasons h3 {
 text-align: center;
 font-size: 130%;
}

body#pageHome div#content div#reasons h3 span {
 font-size: 55%;
}

body#pageHome div#content div#reasons ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}

body#pageHome div#content div#reasons ul li {
 margin-bottom: 5px;
}

/*****************/
/* Products Page */
/*****************/
body#pageProducts div#content > div.box:first-child {
 border-top: 0;
}

body#pageProducts div#content div.box {
 border-bottom: 1px solid #cccccc;
}

body#pageProducts div.product {
 border: 1px solid #cccccc;
 margin: 5px;
 padding: 5px;
 width: 45%;
 float: left;
 font-size: 9pt;
}

body#pageProducts div.product img {
 float: left;
 margin-right: 5px;
 margin-bottom: 5px;
}

body#pageProducts div.product span.price {
 font-weight: 500;
 color: #000000;
 font-size: 125%;
}

body#pageProducts div.product h2 {
 margin: 0;
}

body#pageProducts div.product p {
 line-height: 1.5em;
 margin: 0;
}

/**************/
/* Study Page */
/**************/
body#pageStudy div#content div#topbox ul.left {
 width: 45%;
 margin-left: 0;
 padding-left: 15px;
}

/*********************/
/* Testimonials Page */
/*********************/
body#pageTestimonials div#content p.hello {
 font-weight: bold;
}

body#pageTestimonials div#content p.author {
 font-weight: bold;
 font-style: italic;
}

body#pageTestimonials div#content div#contentbox {
 padding: 0;
}

body#pageTestimonials div#content div.testimonial {
 border-bottom: 1px solid #cccccc;
 padding: 10px;
}

/*****************/
/* Products Page */
/*****************/
body#pageProduct div#content {
}

body#pageProduct div#content div#product {
 border: 1px solid #cccccc;
 margin: 10px;
 margin-left: 0;
 margin-top: 60px;
 padding: 10px;
 position: relative;
 clear: right;
}

body#pageProduct div#content div#product ul#tabs {
 display: none;
}

body#pageProduct div#content div#product form {
 float: right;
 clear: both;
}

body#pageProduct div#content div#product form p {
 display: inline;
 margin-right: 5px;
 color: #666666;
 font-size: 180%;
}

body#pageProduct div#content div#product div#features
,body#pageProduct div#content div#product div#specification
,body#pageProduct div#content div#product div#gallery
,body#pageProduct div#content div#product div#accesories {
 display: block;
}

body#pageProduct div#content div#product div.clear {
 display: block;
}

body#pageProduct div#content div#product div#galleryimages {
 float: left;
 margin-left: 25px;
 width: 400px;
}

body#pageProduct div#content div#product div#galleryimages img {
 border: 1px solid #ffffff;
}

body#pageProduct div#content div#product div#accessories form {
 float: left;
 width: 350px;
 border-bottom: 1px solid #cccccc;
 padding: 10px 0;
 clear: none;
}

body#pageProduct div#content div#product div#accessories form h4 {
 margin: 3px 0;
 font-size: 1.1em;
}

body#pageProduct div#content div#product div#accessories form p {
 font-size: 100%;
}

/************************/
/* Product Detail Pages */
/************************/
body#pageProduct div#content img#detail {
 border-left: 1px solid #cccccc;
}

/****************/
/* Contact Page */
/****************/
body#pageContact div#content address {
 font-style: normal;
}

/***************/
/* Basket Page */
/***************/
body#pageBasket div#content div#contentbox {
 height: auto;
 overflow: auto;
 border: 0;
}

/**********/
/* Footer */
/**********/
div#footer {
 clear: both;
 border-top: 1px solid #cccccc;
 text-align: right;
 padding: 10px;
 font-size: 0.7em;
}

div#footer p {
 margin: 3px 0;
 padding: 0;
}