/*
-------------------------------------------------
URL: http://www.gravitycue.com
Created by Forte Trinity
-------------------------------------------------

CONTENTS

1: SITE MASTER SETUP (including reset from Tripoli)

2: TYPOGRAPHY/DESIGN 

3: LAYOUT
	3.1 main form
	3.2 container
	3.3 header
	3.4 content
	3.5 primary content
	3.6 secondary content
	3.7 tertiary content
	3.8 footer
	
4: GLOBAL ELEMENTS / CONTROLS
	4.1 accessibility
	
5: TEMPLATE / PAGE SPECIFIC
	
6: USEFUL CLASSES

/* -----------------------------------------------
1. SITE MASTER SETUP
----------------------------------------------- */

/* Imported mostly from Tripoli reset.css - http://www.monc.se/tripoli/css/reset.css */
* { margin:0; padding:0; text-decoration:none; outline:none } code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font:inherit } a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border:none } table { border-collapse:collapse; border-spacing:0 } caption, th, td, center { text-align:left; vertical-align:top } q { quotes:"" "" } font { color:inherit !important; font:inherit !important; color:inherit !important } marquee { overflow:inherit !important; -moz-binding:none } blink { text-decoration:none } nobr { white-space:normal }
/* end of import */
body { height:100%; text-align:center; min-width:775px; background:#959494 url("../images/backgrounds/site-bg.jpg") repeat-x }
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:62.5%; font-family: Arial, Verdana, "Verdana Ref", sans-serif; line-height:1.4em; color:#000 }
code, kbd, samp, pre, tt, var, input[type="text"], input[type="password"], textarea { font-size:1.1em; font-family:monaco, "Lucida Console", courier, mono-space }
h1 { font-size:1.6em; color:#fff; margin:0 0 12px 0 }
h2 { font-size:1.5em; color:#fff; margin:0 0 12px 0 }
h3 { font-size:1.4em; color:#fff; margin:0 0 12px 0 }
h4 { font-size:1.3em; color:#fff; margin:0 0 12px 0 }
h5 { font-size:1.2em; color:#000; margin:0 0 12px 0 }
h6 { font-size:1.1em; color:#fff; margin:0 0 12px 0 }
p {  font-size:1.2em; color:#fff; margin:0 0 12px 0; line-height:1.4em }
a { color:#da2630 }
a:hover { color:#da2630; text-decoration:underline }
a:visited {  }
a:active {  }
ul { margin:0 0 12px 0; font-size:1.1em }
ol { margin:0 0 12px 0; font-size:1.1em }
dl { margin:0 0 12px 0; font-size:1.1em }
hr { display:block; background:#aaa; color:#aaa; width:100%; height:1px; border:none }
address { font-size:1.1em; color:#000 }
blockqoute {  }
table { border:none }
th, td { border:none }
fieldset { border:0 }
legend { background:#fff }
label { font-size:1.1em }
textarea, input[type="text"], select { border:1px solid #000; background:#fff; font-size:11px; color:#000 }

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { width:962px; margin:0 auto; position:relative; text-align:left }

/* 3.3 - header */
div#header { position:relative }
div#navigation { height:34px; background:url("../images/backgrounds/header.gif") bottom no-repeat }
	
/* 3.4 - content */
div#content { width:962px }
body#products div#content { background:#040404 url("../images/backgrounds/products.jpg") no-repeat top left }
body#sub-page div#content { background:#565656 url("../images/backgrounds/sub-page.jpg") no-repeat top }

/* 3.5 - primary content */
body#index div#primary-content { background:#565656 url("../images/backgrounds/primary.gif") no-repeat top; padding:0 5px }
body#products div#primary-content { min-height:452px; height:auto!important; height:452px; padding:45px 0 0 20px }
body#sub-page div#primary-content { width:685px; float:left; padding:40px 0 0 20px }

/* 3.6 - secondary content */
body#index div#secondary-content { background:#565656; padding:0 5px 0 5px }
body#products div#secondary-content { background:url("../images/backgrounds/products-secondary.png") no-repeat top; padding:60px 5px 0 5px }
body#sub-page div#secondary-content { width:222px; float:right; padding:40px 20px 0 0 }

/* 3.7 - tertiary content */
body#index div#tertiary-content { background:url("../images/backgrounds/tertiary.png") no-repeat top; padding:28px 0 0 0 }
body#products div#tertiary-content { background:url("../images/backgrounds/tertiary.png") no-repeat top; padding:28px 0 0 0 }
body#sub-page div#tertiary-content { background:url("../images/backgrounds/tertiary.png") no-repeat top; padding:28px 0 0 0 }
div#offers { background:url(../images/backgrounds/tertiary.png) bottom left no-repeat; padding:0 0 28px 0; }
div#offers div#free-delivery a { background:url("../images/calls-to-action/free-delivery.jpg") no-repeat; width:485px; height:109px; text-indent:-9000px; float:left }
div#offers div#money-back-guarantee a { background:url("../images/calls-to-action/money-back-guarantee.jpg"); text-indent:-9000px; width:477px; height:109px; float:right }

/* 3.8 - footer */
div#footer { margin:30px 0  }

/* 3.9 - wrapper */
div#wrapper {  }

/* -----------------------------------------------
4. GLOBAL ELEMENTS / CONTROLS
----------------------------------------------- */

/* 4.1 - accessibility */
ul#skiplinks { display:none }
ul#skiplinks a, ul#skiplinks a:hover, ul#skiplinks a:visited { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden } 
ul#skiplinks a:active, ul#skiplinks a:focus { position:static; width:auto; height:auto }

/* 4.2 - site navigation */
/* primary navigation */
ul#primary-navigation { width:730px; height:34px; float:left; margin-bottom:-10px }
ul#primary-navigation li { float:left; padding:0; margin:0 14px; list-style:none }
ul#primary-navigation li a { background-position:0% 0% }
ul#primary-navigation li a:hover { background-position:0% 100% }

#nav-home { width:37px; text-indent:-3000px }
#nav-home a { width:37px; height:34px; background:url("../images/buttons/primary-nav/home.gif") top left no-repeat; display:block }
#nav-forum { width:40px; text-indent:-3000px }
#nav-forum a { width:40px; height:34px; background:url("../images/buttons/primary-nav/forum.gif") top left no-repeat; display:block }
#nav-blog { width:28px; text-indent:-3000px }
#nav-blog a { width:28px; height:34px; background:url("../images/buttons/primary-nav/blog.gif") top left no-repeat; display:block }
#nav-product-registration { width:129px; text-indent:-3000px }
#nav-product-registration a { width:129px; height:34px; background:url("../images/buttons/primary-nav/product-registration.gif") top left no-repeat; display:block }
#nav-faq { width:27px; text-indent:-3000px }
#nav-faq a { width:27px; height:34px; background:url("../images/buttons/primary-nav/faq.gif") top left no-repeat; display:block }
#nav-contact { width:49px; text-indent:-3000px }
#nav-contact a { width:49px; height:34px; background:url("../images/buttons/primary-nav/contact.gif") top left no-repeat; display:block }
#nav-tech-specs { width:83px; text-indent:-3000px }
#nav-tech-specs a { width:83px; height:34px; background:url("../images/buttons/primary-nav/tech-specs.gif") top left no-repeat; display:block }
#nav-about-us { width:59px; text-indent:-3000px }
#nav-about-us a { width:59px; height:34px; background:url("../images/buttons/primary-nav/about-us.gif") top left no-repeat; display:block }

/* footer links */
div#footer ul { margin:0; padding:0; float:right } 
div#footer ul li { margin:0; padding:0 8px 0 10px; border-left:1px solid #565656; list-style:none; font-size:0.9em; display:inline; float:left }
div#footer ul li.first-link { margin-left:0; border-left:none; list-style:none; display:inline }
div#footer ul li a { color:#565656 }
div#footer ul li a:hover { color:#da2630; text-decoration:underline }

div#footer span { color:#565656; float:left; font-size:1em }
div#footer span a { color:#da2630 }
div#footer span a:hover { color:#da2630; text-decoration:underline }

/* 4.3 - buttons */
a.btn-buy-now { display:block; width:92px; height:42px; text-decoration:none; background:url("../images/buttons/buy-now.gif") no-repeat top left; text-indent:-3000px }
a.btn-buy-now:hover { background-position:50% -42px }
a.btn-buy-now { display:block; width:86px; height:40px; text-decoration:none; background:url("../images/buttons/buy-now.png") no-repeat top left; text-indent:-3000px }
a.btn-buy-now:hover { background-position:50% -40px }
a.btn-contact-us { display:block; width:92px; height:42px; text-decoration:none; background:url("../images/buttons/contact-us.gif") no-repeat top left; text-indent:-3000px }
a.btn-contact-us:hover { background-position:50% -42px }
a.btn-contact-us { display:block; width:86px; height:40px; text-decoration:none; background:url("../images/buttons/contact-us.png") no-repeat top left; text-indent:-3000px }
a.btn-contact-us:hover { background-position:50% -40px }
a.btn-checkout { display:block; width:71px; height:19px; text-decoration:none; background:url("../images/buttons/checkout.gif") no-repeat top left; text-indent:-3000px }
a.btn-checkout:hover { background-position:50% -19px }
a.btn-continue-to-payment { display:block; width:147px; height:40px; text-decoration:none; background:url("../images/buttons/continue-to-payment.png") no-repeat top left; text-indent:-3000px }
a.btn-continue-to-payment:hover { background-position:50% -40px }
a.btn-view-this-cue { display:block; width:113px; height:44px; text-decoration:none; background:url("../images/buttons/view-this-cue.png") no-repeat top left; text-indent:-3000px }
a.btn-view-this-cue:hover { background-position:50% -44px }
a.tag { background:url("../images/global/tag.png") no-repeat; width:171px; height:134px; position:absolute!important; top:0; left:540px; display:block; z-index:2; cursor:pointer }

/* 4.4 - titles */
h1.ttl-my-basket { height:14px; width:57px; margin:0 0 20px 0; background:url("../images/titles/my-basket.gif") no-repeat top left; text-indent:-3000px }
h1.ttl-checkout { height:14px; width:52px; margin:0 0 10px 0; background:url("../images/titles/checkout.gif") no-repeat top left; text-indent:-3000px }
h1.ttl-about-us { height:14px; width:43px; margin:0 0 15px 0; background:url("../images/titles/about-us.gif") no-repeat top left; text-indent:-3000px }
h2.ttl-about-director { height:14px; width:207px; margin:0 0 15px 0; background:url("../images/titles/about-director.gif") no-repeat top left; text-indent:-3000px }
h1.ttl-faq { height:16px; width:228px; margin:0 0 15px 0; background:url("../images/titles/faq.gif") no-repeat top left; text-indent:-3000px }
h2.ttl-faq2 { height:16px; width:320px; margin:0 0 15px 0; background:url("../images/titles/faq2.gif") no-repeat top left; text-indent:-3000px }
h1.ttl-how-it-works { height:16px; width:67px; margin:0 0 15px 0; background:url("../images/titles/how-it-works.gif") no-repeat top left; text-indent:-3000px }
h1.ttl-product-registration { height:14px; width:150px; background:url("../images/titles/product-registration.gif") no-repeat top left; text-indent:-3000px; margin:10px 0 20px 0 }
h1.ttl-contact { height:14px; width:150px; background:url("../images/titles/contact.gif") no-repeat top left; text-indent:-3000px; margin:10px 0 20px 0 }
h1.ttl-terms { height:14px; width:123px; background:url("../images/titles/terms.gif") no-repeat top left; text-indent:-3000px; margin:0 0 20px 0 }
h1.ttl-success { height:14px; width:150px; background:url("../images/titles/success.gif") no-repeat top left; text-indent:-3000px; margin:0 0 20px 0 }
h1.ttl-failure { height:14px; width:250px; background:url("../images/titles/failure.gif") no-repeat top left; text-indent:-3000px; margin:0 0 20px 0 }
h1.ttl-coming-soon { height:14px; width:120px; background:url("../images/titles/coming-soon.gif") no-repeat top left; text-indent:-3000px; margin:0 0 20px 0; margin:0 auto }

h2.ttl-other-products { height:18px; width:104px; background:url("../images/titles/other-products.gif") no-repeat top left; text-indent:-3000px; margin:10px 0 20px 0 }
h2.ttl-enter-your-details { height:14px; width:92px; background:url("../images/titles/enter-your-details.gif") no-repeat top left; text-indent:-3000px; margin:10px 0 20px 0 }
h2.ttl-awards { height:14px; width:45px; margin:0 0 15px 0; background:url("../images/titles/awards.gif") no-repeat top left; text-indent:-3000px }
h2.ttl-what-they-say-about-us { height:14px; width:135px; margin:40px 0 15px 0; background:url("../images/titles/what-they-say-about-us.gif") no-repeat top left; text-indent:-3000px }
h2.ttl-try-before-you-buy { height:14px; width:109px; margin:25px 0 15px 0; background:url("../images/titles/try-before-you-buy.gif") no-repeat top left; text-indent:-3000px }
h2.ttl-demo-centres { height:14px; width:200px; margin:40px 0 15px 0; background:url("../images/titles/demo-centres.gif") no-repeat top left; text-indent:-3000px }
h2.ttl-the-gravity-cue { height:14px; width:200px; margin:0 0 15px 0; background:url("../images/titles/the-gravity-cue.gif") no-repeat top left; text-indent:-3000px }
h2.ttl-the-purecue { height:14px; width:200px; margin:0 0 15px 0; background:url("../images/titles/the-360-purecue.gif") no-repeat top left; text-indent:-3000px }
h2.ttl-what-is-the-gravity-cue { height:14px; width:250px; margin:0 0 15px 0; background:url("../images/titles/what-is-the-gravity-cue.gif") no-repeat top left; text-indent:-3000px }
h2.ttl-why-is-it-so-effective { height:14px; width:250px; margin:0 0 15px 0; background:url("../images/titles/why-is-it-so-effective.gif") no-repeat top left; text-indent:-3000px }
h2.ttl-standard-cue-gravity-cue { height:14px; width:250px; margin:0 0 15px 0; background:url("../images/titles/standard-cue-gravity-cue.gif") no-repeat top left; text-indent:-3000px }
h2.ttl-effect-on-the-player { height:14px; width:250px; margin:0 0 15px 0; background:url("../images/titles/effect-on-the-player.gif") no-repeat top left; text-indent:-3000px }
h2.ttl-what-is-the-pure-cue { height:14px; width:250px; margin:0 0 15px 0; background:url("../images/titles/what-is-the-pure-cue.gif") no-repeat top left; text-indent:-3000px }

h3.ttl-testimonials { height:14px; width:72px; margin:0 0 -5px 0; background:url("../images/titles/testimonials.gif") no-repeat top left; text-indent:-3000px }

h4.ttl-cue-manufacturers { height:14px; width:110px; margin:0 0 15px 0; background:url("../images/titles/cue-manufacturers.gif") no-repeat top left; text-indent:-3000px }
h4.ttl-trader-accounts { height:14px; width:95px; margin:0 0 15px 0; background:url("../images/titles/trader-accounts.gif") no-repeat top left; text-indent:-3000px }

/* 4.5 - text */


/* 4.6 - lists */
ul.tick-list { list-style:none }
ul.tick-list li { padding-left:25px; margin-bottom:2px; font-size:1.1em; line-height:18px; color:#aaa; background:transparent url("../images/global/tick.gif") top left no-repeat }

ul.awards-list { list-style:none }
ul.awards-list li { padding:0 0 10px 0; font-size:1em; line-height:1.4em }
ul.awards-list li.zebra { color:#fff }

ul.demo-centre { list-style:none }
ul.demo-centre li { font-size:1.1em; padding:0 0 3px 0 }

dl.faq {  }
dl.faq dt { color:#fff; font-size:1.4em; line-height:1.4em; font-weight:bold; margin:0 0 0.2em 0 }
dl.faq dd { color:#aabbb8; font-size:1.2em; line-height:1.4em; margin:0 0 1.6em 0 }
dl.faq dd dl { background:#1e1e1e; padding:5px 20px 20px 20px }
dl.faq dd dl dt { font-size:0.9em; margin-top:15px }
dl.faq dd dl dd { font-size:0.8em; margin:0 0 0.2em 0 }

ol.tech-features li { font-size:1.2em; padding:2px 0; line-height:1.4em ;margin-left:20px}

ul#refunds li,ul#money li { color:#AABBB8; font-size:1.2em; margin-left:30px }
ul#social-networking { width:120px; float:left; padding-left:20px}
ul#social-networking li { display:block; margin:0 20px 0 0!important }

/* 4.7 - forms */
/* simple site search */
/*
div#site-search form { margin-top:-7px }
div#site-search form ol { list-style:none; padding-left:8px }
div#site-search form ol li { float:left }
div#site-search form label { text-indent:-3000px  } 
div#site-search form input.search-box { width:185px; font-family: Arial, Verdana, "Verdana Ref", sans-serif; font-size:1.2em; padding:4px; background:none; border:none; color:#999 }
div#site-search form .search-button {  }
*/
div#site-search form { margin-top:-7px }
div#site-search form ol { list-style:none; padding-left:8px }
div#site-search form ol li { float:left }
div#site-search form ol li.search-box { width:193px; }
div#site-search form label { text-indent:-3000px  } 
div#site-search form input.search-box { width:185px; font-family: Arial, Verdana, "Verdana Ref", sans-serif; font-size:1.2em; padding:4px; background:none; border:none; color:#999 }
div#site-search form input.search-button {  }


/* product more info view */
div.product-description dl dd form fieldset { border:0; margin:0; padding:0 }
div.product-description dl dd form ol li { list-style:none; float:left }
div.product-description dl dd form ol li.btn-buy-now { margin:-3px 0 0 10px }
div.product-description dl dd form ol li input.quantity-box { float:left; width:30px; padding:5px; font-size:1.6em; font-family: Arial, Verdana, "Verdana Ref", sans-serif }
div.product-description dl dd form label { font-size:1.8em; line-height:100%; font-weight:bold; color:#fff; padding-right:10px; display:block; cursor:pointer; float:left; margin-top:5px }

/* checkout section */
div#checkout form { width:925px }
div#checkout form fieldset { border:0 }
div#checkout form fieldset.your-details { width:293px; margin-right:20px; float:left }
div#checkout form fieldset span.free-delivery-notice { display:block;padding-left: 100px; }
div#checkout form fieldset.your-details h3 { height:14px; width:293px; background:url("../images/titles/your-details.gif") no-repeat top left; text-indent:-3000px; border-bottom:1px solid #565656; padding-bottom:5px }
div#checkout form fieldset.delivery-address { width:293px; margin-right:20px; float:left }
div#checkout form fieldset.delivery-address textarea, input[type="text"], select { float:right; width:195px;}
div#checkout form fieldset.delivery-address h3 { height:14px; width:293px; background:url("../images/titles/delivery-address.gif") no-repeat top left; text-indent:-3000px; border-bottom:1px solid #565656; padding-bottom:5px }


div#checkout form fieldset.billing-address { width:293px; float:left }
div#checkout form fieldset.billing-address textarea, input[type="text"], select { float:right; width:195px; padding:5px 0}
div#checkout form fieldset.billing-address h3 { height:14px; width:293px; background:url("../images/titles/billing-address.gif") no-repeat top left; text-indent:-3000px; border-bottom:1px solid #565656; padding-bottom:5px; margin-bottom:10px }



div#checkout form fieldset.extra-details { width:293px; float:right }
div#checkout form fieldset.extra-details textarea, input[type="text"], select { float:right; width:195px; padding:5px 0}
div#checkout form fieldset.extra-details h3 { height:14px; width:293px; background:url("../images/titles/additional-details.gif") no-repeat top left; text-indent:-3000px; border-bottom:1px solid #565656; padding-bottom:5px; margin-bottom:10px }

div#checkout form fieldset.extra-address { width:293px; float:left }
div#checkout form fieldset.extra-address textarea, input[type="text"], select { float:right; width:195px; padding:5px 0}
div#checkout form fieldset.extra-address h3 { height:14px; width:293px; background:url("../images/titles/additional-details.gif") no-repeat top left; text-indent:-3000px; border-bottom:1px solid #565656; padding-bottom:5px; margin-bottom:10px }




div#checkout form ol { list-style:none }
div#checkout form ol li { list-style:none; padding:10px 0 10px 0; margin:0;  color:#FFFFFF  }
div#checkout form label { width:100px; color:#dedede; display:block; cursor:pointer }
div#checkout form input { width:185px; float:right; margin-top:-19px; font-family: Arial, Verdana, "Verdana Ref", sans-serif; font-size:1.2em; padding:4px }
div#checkout form select.countries { width:195px; float:right; margin-top:-19px; font-family: Arial, Verdana, "Verdana Ref", sans-serif; font-size:1.2em; padding:4px }
div#checkout form input[type=checkbox] { width:20px }
div#checkout form li.chk label { float:none; padding:0; display:inline }
div#checkout form li.chk input { float:none; margin:0; border:0 none }

div.go-to-payment form h3 {  }
div.go-to-payment form fieldset ol{ list-style:none }
div.go-to-payment form fieldset ol li{  color:#FFFFFF; padding:5px 0 }
div.go-to-payment form fieldset ol li input[type="submit"]{ background:#DA2630; color:#FFFFFF; border:0; padding:5px }


/* registration section */
div#registration form { width:925px }
div#registration form fieldset { border:0 }
div#registration form fieldset.your-details { width:293px; margin-right:20px; float:left }
div#registration form fieldset.your-details h3 { height:14px; width:293px; background:url("../images/titles/your-details.gif") no-repeat top left; text-indent:-3000px; border-bottom:1px solid #565656; padding-bottom:5px }
div#registration form fieldset.your-product { width:293px; margin-right:20px; float:left }
div#registration form fieldset.your-product h3 { height:14px; width:293px; background:url("../images/titles/your-product.gif") no-repeat top left; text-indent:-3000px; border-bottom:1px solid #565656; padding-bottom:5px }
div#registration form fieldset.submit { width:605px; margin-right:20px; margin-top:60px; float:left }
div#registration form ol { list-style:none }
div#registration form ol li { list-style:none; padding:10px 0 10px 0; margin:0;}
div#registration form label { width:100px; color:#dedede; display:block; cursor:pointer }
div#registration form input { width:185px; float:right; margin-top:-19px; font-family: Arial, Verdana, "Verdana Ref", sans-serif; font-size:1.2em; padding:4px }
div#registration form input[type=checkbox] { width:20px }
div#registration form li.chk label { float:none; padding:0; display:inline }
div#registration form li.chk input { float:none; margin:0; border:0 none }

div#registration2 form { width:925px }
div#registration2 form fieldset { border:0 }
div#registration2 form fieldset.your-details { width:293px; margin-right:20px; float:left }
div#registration2 form fieldset.your-details h3 { height:14px; width:293px; background:url("../images/titles/your-details.gif") no-repeat top left; text-indent:-3000px; border-bottom:1px solid #565656; padding-bottom:5px }

div#registration2 form fieldset.your-product { width:400px; margin-right:20px; float:left }
div#registration2 form fieldset.your-product h3 { height:14px; width:400px; background:url("../images/titles/your-product.gif") no-repeat top left; text-indent:-3000px; border-bottom:1px solid #565656; padding-bottom:5px }
div#registration2 form fieldset.submit {  margin-right:20px;  float:left; margin-top:-217px; width:726px }
div#registration2 form ol { list-style:none }
div#registration2 form ol li { list-style:none; padding:10px 0 10px 0; margin:0 }
div#registration2 form label { width:200px; color:#dedede; display:block; cursor:pointer }
div#registration2 form input { width:185px; float:right; margin-top:-19px; font-family: Arial, Verdana, "Verdana Ref", sans-serif; font-size:1.2em; padding:4px }
div#registration2 form input[type=checkbox] { width:20px }
div#registration2 form li.chk label { float:none; padding:0; display:inline }
div#registration2 form li.chk input { float:none; margin:0; border:0 none }

/* contact section */
div#contact {float:left; width:635px;}
div#contact form { width:635px }
div#contact form fieldset { border:0 }
div#contact form fieldset.your-details { width:293px; margin-right:20px; float:left }
div#contact form fieldset.your-details h3 { height:14px; width:293px; background:url("../images/titles/your-details.gif") no-repeat top left; text-indent:-3000px; border-bottom:1px solid #565656; padding-bottom:5px }

div#contact form fieldset.submit { width:605px; margin-right:20px; margin-top:60px; float:left }
div#contact form fieldset.nature { width:293px; margin-right:20px; float:left }
div#contact form fieldset.nature h3 { height:14px; width:293px; background:url("../images/titles/nature-of-enquiry.gif") no-repeat top left; text-indent:-3000px; border-bottom:1px solid #565656; padding-bottom:5px }
div#contact form ol { list-style:none }
div#contact form ol li { list-style:none; padding:10px 0 10px 0; margin:0 }
div#contact form label { width:100px; color:#dedede; display:block; cursor:pointer }
div#contact form input { width:185px; float:right; margin-top:-19px; font-family: Arial, Verdana, "Verdana Ref", sans-serif; font-size:1.2em; padding:4px }
div#contact form textarea {width:185px; margin:-12px 0 0 98px; font-family: Arial, Verdana, "Verdana Ref", sans-serif; font-size:1.2em; padding:4px }

div#contact form input[type=checkbox] { width:20px }
div#contact form li.chk label { float:none; padding:0; display:inline }
div#contact form li.chk input { float:none; margin:0; border:0 none }

/* 4.8 - tables */
table#basket-view { border:0; font-size:1.6em; width:922px; margin:0 0 30px 0 }
table#basket-view thead { border-bottom:1px solid #565656; margin-bottom:-5px }
table#basket-view th { color:#fff; font-size:1em; font-weight:bold; padding:13px 0 0 0 }
table#basket-view th.products { height:14px; width:549px; margin:0; background:url("../images/titles/products.gif") no-repeat top left; text-indent:-3000px }
table#basket-view th.quantity { height:14px; width:154px; margin:0; background:url("../images/titles/quantity.gif") no-repeat top left; text-indent:-3000px }
table#basket-view th.price { height:14px; width:154px; margin:0; background:url("../images/titles/price.gif") no-repeat top left; text-indent:-3000px }
table#basket-view th.delivery { height:14px; width:154px; margin:0; background:url("../images/titles/delivery.gif") no-repeat top left; text-indent:-3000px }
table#basket-view th.remove { height:14px; width:65px; margin:0; background:url("../images/titles/remove.gif") no-repeat top left; text-indent:-3000px }
table#basket-view tr.border { border-bottom:1px solid #565656 }
table#basket-view td { color:#dedede; padding:13px 0 8px 0 }
table#basket-view td input.quantity-box { width:30px; padding:5px; margin:-10px 0 0 4px; font-size:0.8em; font-family: Arial, Verdana, "Verdana Ref", sans-serif; float:none }
table#basket-view td input[type=checkbox] { margin-left:15px }

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* 5.1 - Index page */
/* header section */
div#branding { width:730px; float:left }

div#quick-basket { width:232px; float:right; background:url("../images/backgrounds/quick-basket.gif") no-repeat }
div#quick-basket ul { list-style:none; padding:15px 5px 0 0; float:right }
div#quick-basket ul li { text-align:right; padding:0 0 2px 0 }

.currency-option{ padding:0!important; width:50px; float:right }

div#site-search { width:232px; float:right }

/* video section */
div#promos { background:url("../images/gravity-cue-promo.jpg") no-repeat; width:952px; height:410px }
div#gravity-cue-promo { float:left; padding:16px 0px 16px 13px; width:464px;}
div#pure-cue-promo {float:left; padding:16px 0px 16px 1px; width:464px; }
.laptop{background:url(../images/laptop-border.png) top right no-repeat; width:373px; height:231px; display:block; padding-left:0px; float:left}
.laptop span{display:block; padding:13px 55px;}
div#gravity-cue-promo .buy-now{float:left; width:80px;}
div#pure-cue-promo .buy-now{float:left; width:80px;}

div#gravity-cue-promo .buy-now #gravitycue-ttl{ background:url(../images/titles/gravitycue-ttl.gif) no-repeat top left ; width:75px; display:block; text-indent:-3000em; height:60px; margin-top:40px}
div#pure-cue-promo .buy-now #trainer-ttl{ background:url(../images/titles/360actiontrainer-ttl.gif) no-repeat top left; width:75px; display:block; text-indent:-3000em; height:60px; margin-top:40px}

/* products section */
div#latest-products {  }
div#latest-products ul { width:952px; list-style:none; margin:0 }
div#latest-products ul li { width:185px; margin:0 5px 0 0; float:left; background:url("../images/backgrounds/latest-products-top.gif") no-repeat; padding-top:10px }
div#latest-products ul li.last-product { margin:0 0 0 -1px }
div#latest-products ul li ul { background:url("../images/backgrounds/latest-product-bottom.gif") bottom no-repeat; width:185px; padding-bottom:30px }
div#latest-products ul li ul li { float:none; background:none; margin:0; padding:0 }
div#latest-products ul li ul li.buy-now { padding:0 0 0 50px }

/* coming soon and blog section */
div#coming-soon { width:472px; float:left }
div#latest-blog-posts { width:472px; float:right }

/* site map */
div#site-map { background:url("../images/backgrounds/site-map.png") bottom no-repeat; float:left; width:962px; padding:15px 0 }
div#site-map ul { list-style:none }
div#site-map ul li { float:left; margin-left:25px }
div#site-map ul li ul li { padding-left:15px; font-size:1em; line-height:22px; color:#aaa; background:transparent url("../images/global/arrow.gif") center left no-repeat; float:none }
div#site-map ul li ul li a { color:#aaa }
div#site-map ul li ul li a:hover { color:#da2630; text-decoration:underline }

/* 5.2 - Product pages */
/* product details */
div.product-branding { width:472px; float:left }
div.product-branding dl {  }
div.product-branding dl dt { margin:0 0 10px 0 }
div.product-branding dl dd { width:458px; margin:0 0 0 20px }
div.product-branding dl dd img { }
div.product-branding div.imagecontainer { margin-right: 10px;float: left; margin-bottom: 10px;width: 210px;  }
div.product-description { width:452px; float:right }
div.product-description dl { margin:10px 0 0 0 }
div.product-description dl dt { margin:0 0 10px 20px; font-size:1.6em; color:#fff; font-weight:bold }
div.product-description dl dt.price { float:left }
div.product-description dl dd { margin:0 50px 20px 20px; font-size:0.9em; color:#808d8b }
div.product-description dl dd p { color:#808d8b }
div.product-description dl dd.price { float:left; font-size:1.6em }
div.product-description dl dd.quantity { clear:left }

/* 5.3 - About us section */
/* layout */
div.sub-content { background:#000; padding:15px; color:#808d8b; margin-bottom:20px; clear:both }
div.sub-content p { color:#aabbb8; font-size:1.2em }
div.sub-content a { color:#da2630 }
div.sub-content a:hover { color:#da2630; text-decoration:underline }
div.sub-content blockquote p { font-style:italic; font-size:1.5em; color:#fff; line-height:1.1em; margin-bottom:4px }
div.sub-content blockquote cite { display:inline-block; text-align:right; margin-bottom:15px; font-size:0.6em; line-height:1.3em; color:#aabbb8 }

div.sub-content-column { width:302px; padding:15px; background:#000; margin-bottom:20px }
div.sub-content-column  p { color:#aabbb8; font-size:1.2em }

/* testimonials */
div.testie { float:left; width:260px }
div.testie dl { margin-top:20px }
div.testie dl dt { font-weight:bold; font-size:1em; padding-bottom:3px }
div.testie dl dd { padding:3px 0; font-size:1em }

div.testimonial { float:right; width:375px }
div.testimonial blockquote p { font-size:1.3em; line-height:1.4em; margin-top:20px }

/* 5.4 - Contact us section */
.compliance { width:270px; float:left }
.compliance h4 { background:url("../images/titles/compliance.gif") no-repeat top left;border-bottom:1px solid #565656; height:14px; padding-bottom:5px; text-indent:-3000px; width:270px }
.compliance p { color:#fff; font-size:11px }
.compliance address { color:#fff; font-style:normal; margin:0 0 12px 0 }
.compliance a { color:#fff }
.compliance dl dd,dt { color:#fff; font-size:11px }

/* 5.5 - How it works section */
div.comparison-box { width:310px; margin-bottom:20px }
div.comparison-box p { font-size:1.2em }

/*Cart success and failure*/
p.success{ color:#FFFFFF }
p.success a{ color:#DA2630 }
p.failure{ color:#FFFFFF }
p.failure a{ color:#DA2630 }

ul#basewords { list-style:none }
ul#basewords li { display:inline; margin-right:6px; color:#565656; font-size:0.9em }
ul#basewords strong { font-weight:normal }


/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clr { overflow:hidden; clear:both; height:1px; margin-top:-1px }
.la { text-align:left }
.ra { text-align:right }
.ca { text-align:center }
.fl { float:left }
.fr { float:right }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }
.clear-both { clear:both }
input.remote { float:none !important;clear:left}
span.remote {  }