@charset "UTF-8";
/* CSS Document */

/* ********************************
* RESETS
**********************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	text-shadow: 0 0 none;
}

html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	height:101%;
}

body {
	background:url(../images/body_bg.jpg) top center no-repeat #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #CCC;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	/*text-align: center; centers the margin to center the content for IE6 */
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common elements */
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* remember you should probably still define some focus things for elements later in your CSS */
:focus, a {
	-moz-outline-style: none;
	/* combatting that annoying dotted border box that appears on focus of an element in ff */
	outline: none !important;
	/* and the safari green glow */
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common classes */


.centre-content {
	width:960px;
	margin:auto;
}


.bordertop {
	border-top:1px solid #fff;
}

.borderbot {
	border-bottom:1px solid #fff;
}

.floatLeft {
	float: left;
	text-align: left;
}

img.floatLeft {
margin: 0 10px 10px 10px;
}

.floatRight {
	float: right;
	text-align: right;
}

img.floatRight {
	margin: 0 10px 10px 10px;
}

.clear {
	clear: both;
}

.floatClear, .cleaner {
	clear: both;
}

br.floatClear {
	margin: -1px -1px 0px 0px;
	width: 1px;
	height: 1px;
	clear: both;
}

div.hr {
	clear: both;
	margin: 0;
	padding: 0;
}
div.hr hr {
	display: none;
}

.hide {
	display: none !important;
}


.noBg {
	background: none !important;
}

.error {
	color: #f00;
}

#timepieces_form .required.error, #sunglasses_form .required.error {
	border: 1px solid red !important;
}

.nb {
	border: 0 none !important;
}

.relative {
	position: relative;
}

.padleft20 {
	padding-left: 20px;
}

.padleft10 {
	padding-left: 10px;
}

.padright20 {
	padding-right: 20px;
}

.padtop5 {
	padding-top: 5px;
}

.padtop10 {
	padding-top: 10px;
}

.padtop20 {
	padding-top: 20px;
}

.padtop30 {
	padding-top: 30px;
}
.padtop50 {
	padding-top: 50px;
}

.margintop20 {
	margin-top: 20px;
}

.margintop20 {
	margin-top: 20px;
}

.paddingbottom20 {
	padding-bottom: 20px;
}
.padbot10 {
	padding-bottom: 10px;
}
.padbot5 {
	padding-bottom: 5px;
}

.margintop5 {
	margin-top: 5px;
}

.inline {
	display: inline;
}

.block {
	display:block;
}

.align-right {
	float: right;
}

/* ----------------- FONT STYLES ----------------------- */

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.smaller {
	font-size: 0.6em;
}

.big {
	font-size: 1.1em;
}

.bigger {
	font-size: 1.3em;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

.grey {
	color: #939D9D;
}

a:hover {
	text-decoration: underline;
}

h1.hm {
	background:url(../images/bb_logo.gif) top left no-repeat;
	display:block;
	width:363px;
	height:51px;
	margin:auto;
}

h1.hm a {
	text-indent:-5000px;
	display:block;
	height:51px;
}

h2.hmsub 
{
	font-size:16px;
	padding-top:15px;
}


h2.grey {
	font-size:1.4em;
	color:#CCC;
	line-height:1.4em;
}

h2.white {
	font-size:1.4em;
	color:#FFF;
	line-height:1.4em;
}

h3 {
}

h4 {
}

p {
	margin:0 0 1em;
}

.courier {
	font-family:"Courier New", Courier, monospace;
}


.indent {
	display:block;
	text-indent:-5000px;
}


/* ----------------- CLEAR BLOCK ----------------------- */


/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */


/* ----------------- LAYOUT ----------------------- */


#top-bar {
	/*height:23px;*/
	line-height:23px;
	margin-top:20px;
	background:url(../images/bar_bg_nolines.gif) top left repeat-x;
	border-bottom: 1px solid #565555;
	border-top: 1px solid #565555;
}

#vid-but {
	position:relative;
	right:1px;
	text-align:right;
}


#vid-but a, #vid-but a:hover {
color: #707070;
text-decoration:none;
}

#vid-but a:hover {
color: #FFF;
}

#wrapper {
	width:958px;
	border: 1px solid #565555;
	border-top:none;
	margin:auto;
}

/* ---- nav ---- */

#nav-holder {
	margin: 0 243px;
}

ul#nav {
}

ul#nav li {
	list-style:none;
	float:left;
}

ul#nav li a {
	display:block;
	height:40px;
	line-height:40px;
	border:1px solid #565555;
	border-top:none;
	margin-right:8px;
	text-align:center;
	width:147px;
	background:url(../images/nav_off_bg.gif) top left repeat-x;
	color:#CCC;
}

ul#nav li a:hover {
	color:#FFF;
	text-decoration:none;
	background:url(../images/nav_on_bg.gif) top left repeat-x;
}

ul#nav li.current a {
	color:#FFF;
	text-decoration:none;
	background:url(../images/nav_on_bg.gif) top left repeat-x;
}

/* ---- content ---- */

#content-top {
	width:958px;
	height:580px;
	background:url(../images/home_content4_bg.jpg) top left no-repeat;
	position:relative;
}

h3.payoff {
	display:block;
	bottom:35px;
font-size:1.2em;
position:absolute;
text-align:center;
width:958px;
}

#hm-logo-holder {
	top:65px;
font-size:0.95em;
position:absolute;
text-align:center;
width:958px;
}


#content {
	width:958px;
	background:#000;
	padding-bottom:25px;
}

.col-left {
	float:left;
	background:url(../images/col_bg.jpg) top left repeat-x;
	width:380px;
	margin-left:13px;
	padding:40px;
}
.col-left-tc {
	float:left;
	background:url(../images/col_bg.jpg) top left repeat-x;
	
	margin-left:13px;
	padding:40px;
}

.col-right {
	float:right;
	background:url(../images/col_bg.jpg) top left repeat-x;
	width:380px;
	margin-right:13px;
	padding:40px;
}

.sub-col-left {
	float:left;
	width:190px;
	padding: 1em 0 0 0;
}

.sub-col-left2 {
	float:left;
	width:190px;
}

.more-link-holder {
	padding: 0.5em 0 0 0;
}

.force-height {
	display:block;
	height:50px;
}

/* ---- footer ---- */

#footer {
	width:960px;
	margin:auto;
	padding:5px 0;
	border-bottom: 1px solid #565555;
	margin-bottom:75px;
}

ul#footer-nav {
	float:right;
	display:block;
}

ul#footer-nav li {
	list-style:none;display:inline;
}

ul#footer-nav li a {
	border-left:1px solid #565555;
color:#CCC;
display:inline;
padding-left:15px;
padding-right:10px;
}

ul#footer-nav li a:hover {
	color:#FFF;
	text-decoration:underline;
}


ul#footer-nav li.current a {
	color:#FFF;
	text-decoration:underline;
}


/* ---- products page ---- */



#content-top-nopic {
	width:958px;
	height:125px;
	position:relative;
	background:#000;
}

#logo {
	height:74px;
left:14px;
position:absolute;
top:7px;
width:133px;
	}
	

/* ---- subnav ---- */


#sub-nav-holder {
	position:absolute;
	bottom:0;
	width:958px;
	background:url(../images/bar_bg_nolines.gif) top left repeat-x;
	border-bottom: 1px solid #565555;
	border-top: 1px solid #565555;
	height:23px;
	line-height:23px;
	margin-top:25px;
}



ul#sub-nav {
	display:block;
	margin-left:250px;
}

ul#sub-nav li {
	list-style:none;
	float:left;
}


ul#sub-nav li a {
	color:#CCC;
	display:block;
	padding:0 15px;
	border-right:1px solid #565555;
}

ul#sub-nav li a:hover {
	color:#FFF;
	text-decoration:none;
}

ul#sub-nav li.current a {
	color:#FFF;
	text-decoration:none;
}







/* ---- subnav ---- */





ul#sub-nav2 {
	display:block;
	/*margin-left:250px;*/
}

ul#sub-nav2 li {
	list-style:none;
	float:left;
}


ul#sub-nav2 li a {
	color:#CCC;
	display:block;
	padding:0 15px;
	border-right:1px solid #565555;
}

ul#sub-nav2 li a:hover {
	color:#FFF;
	text-decoration:none;
}

ul#sub-nav2 li.current a {
	color:#FFF;
	text-decoration:none;
}


/* ---- content ---- */


.force-height2 {
	display:block;
	height:75px;
}


.right-text {
	float:right;
	text-align:left;
	padding-left:20px;
	width:190px;
}

.border {
	border:1px solid #333;
}

.padpic {
	margin:auto;
	width:292px;
}

#content-top-nopicnav {
	width:958px;
	height:95px;
	position:relative;
	background:#000;
}


#video {
	background:none repeat scroll 0 0 #000000;
border:1px solid #333333;
height:360px;
margin:auto;
width:640px;
}




/* ---- jquery video show/hide ---- */


.trigger {
	padding: 0;
	margin: 0;
	background: url(../images/trigger_a.gif) no-repeat top right;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	font-weight: normal;
	width:960px;
	margin:auto;
	
}
.trigger a {
	color: #CCC;
	text-decoration: none;
	display: block;
	padding-top:1px;
	text-indent:-5000px;
}
.trigger:hover { background-position:right center; }
.active:hover { background-position:right bottom; }
.active {background-position: right bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0;
	padding: 0;
	border-top: 1px solid #565555;
	/*background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;*/
	overflow: hidden;
	font-size: 14px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	/*background: url(../images/toggle_block_btm.gif) no-repeat left bottom; --Bottom rounded corners--*/
}



/* ---- contact ---- */


.fbbut {
	height:50px;
}

.fbbut a {
	display:block;
	height:45px;
	width:350px;
	background:url(../images/social_but_fb_grey.gif) top left no-repeat;
	line-height:57px;
	padding:0 15px;
	cursor:pointer;
	text-decoration:none;
	color:#CCC;
}



.fbbut a:hover {
	background:url(../images/social_but_fb.gif) top left no-repeat;
	text-decoration:underline;
	color:#FFF;
}


.ytbut {
	height:50px;
	margin-top:15px;
}

.ytbut a {
	display:block;
	height:45px;
	width:350px;
	background:url(../images/social_but_yt_grey.gif) top left no-repeat;
	line-height:57px;
	padding:0 15px;
	cursor:pointer;
	text-decoration:none;
	color:#CCC;
}



.ytbut a:hover {
	background:url(../images/social_but_yt.gif) top left no-repeat;
	text-decoration:underline;
	color:#FFF;
}



.twbut {
	height:50px;
	margin-top:15px;
}

.twbut a {
	display:block;
	height:45px;
	width:350px;
	background:url(../images/social_but_tw_grey.gif) top left no-repeat;
	line-height:57px;
	padding:0 15px;
	cursor:pointer;
	text-decoration:none;
	color:#CCC;
}



.twbut a:hover {
	background:url(../images/social_but_tw.gif) top left no-repeat;
	text-decoration:underline;
	color:#FFF;
}




.embut {
	height:50px;
	margin-top:15px;
}

.embut a {
	display:block;
	height:45px;
	width:350px;
	background:url(../images/social_but_em_grey.gif) top left no-repeat;
	line-height:57px;
	padding:0 15px;
	cursor:pointer;
	text-decoration:none;
	color:#CCC;
}



.embut a:hover {
	background:url(../images/social_but_em.gif) top left no-repeat;
	text-decoration:underline;
	color:#FFF;
}




.twaxbut {
	height:50px;
	margin-top:15px;
}

.twaxbut a {
	display:block;
	height:45px;
	width:350px;
	background:url(../images/social_but_twax_grey.gif) top left no-repeat;
	line-height:57px;
	padding:0 15px;
	cursor:pointer;
	text-decoration:none;
	color:#CCC;
}



.twaxbut a:hover {
	background:url(../images/social_but_twax.gif) top left no-repeat;
	text-decoration:underline;
	color:#FFF;
}



.pukkabut {
	height:50px;
	margin-top:15px;
}

.pukkabut a {
	display:block;
	height:45px;
	width:350px;
	background:url(../images/pukka_but2_grey.gif) top left no-repeat;
	line-height:57px;
	padding:0 15px;
	cursor:pointer;
	text-decoration:none;
	color:#CCC;
}



.pukkabut a:hover {
	background:url(../images/pukka_but2.gif) top left no-repeat;
	text-decoration:underline;
	color:#FFF;
}





.dlbut {
	height:50px;
	margin-top:15px;
}

.dlbut a {
	display:block;
	height:45px;
	width:350px;
	background:url(../images/dl_but_grey.gif) top left no-repeat;
	line-height:57px;
	padding:0 15px;
	cursor:pointer;
	text-decoration:none;
	color:#CCC;
}



.dlbut a:hover {
	background:url(../images/dl_but.gif) top left no-repeat;
	text-decoration:underline;
	color:#FFF;
}




ul.list {
	padding-left:15px;
}


ul.list  li {
	padding:0.6em;
}




ol.list {
	padding-left:15px;
}


ol.list  li {
	padding:0.6em;
}

#packshottop {
	width:360px;
	height:320px;
	background:url(../images/pack_shot.png) bottom left no-repeat;
}

#packshot {
	width:360px;
	height:320px;
	background:url(../images/pack_shot.png) bottom left no-repeat;
}

#mediaspace {
	text-align:center;
}



.ipadright {
	float:right;
	width:170px;
	height:230px;
	background:url(../images/ipad.png) top right no-repeat;
}

#fullwidth {
	margin:0 13px 0 13px;
	padding:40px;
	background:url(../images/col_bg.jpg) top left repeat-x;
}



.cableft {
	float:right;
	width:230px;
	height:250px;
	background:url("../images/taxi_home_small2.png") no-repeat scroll right top transparent;
}

.more-link-holder2 {
	padding: 0.5em 0 0 0;
	width:165px;
	float:right;
}
