html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
}                  
article, aside, figure, footer, header, hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
body, select, input, textarea {  }
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }
a, a:active, a:visited {  }
a:hover {  }
ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }

::-moz-selection{  }
::selection {  } 

a:link { } 


html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; } 
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* 
 * print styles
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

/* Grade-A Mobile Browsers */
@media screen and (max-device-width: 480px) {
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}


html, body{
  font-family: Century Gothic,Arial,helvetica,"Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans","Bitstream Vera Sans","Trebuchet MS",Verdana,"Verdana Ref",sans-serif;
  background: #43192F url(../images/bg.jpg) 50% 30px no-repeat;
  color:white;
}

::selection{
  color:black;
  background:white;
}

::-moz-selection{
  color:black;
  background:white;
}

#container{
  width:950px;
  padding-top:20px;
  padding-bottom:20px;
  margin:0px auto;
}

#header h1 a{
  display:block;
  background:url(../images/logo.png) top left no-repeat;
  text-indent:-999em;
  width:182px;
  height:60px;
}

#search-box{
  float:right;
  margin:0;
  padding:0;
  width:250px;
}

#search-box input{
  display:block;
  float:right;
}

#search-box input{
  border:1px solid #12010e;
  background:#460F38;
  border-radius:10px;
  width:80px;
  box-shadow:inset 0px 0px 6px #12010e;
  padding:2px 10px;
  color:#aaa;
  font-style:italic;
  margin-right:4px;
}

#search-box input[type=submit]{
  padding:1px 10px;
  width:auto;
  box-shadow:inset 0px 0px 10px #12010e;
  color:white;
  font-style:none;
  border:1px solid #12010e;
}

#search-box input:hover{
  color:white;
}

#search-box input[type=submit]:hover{
  background:black;
}

.navigation{
  margin: 16px 0 38px;
  background:#460f38;
  height:28px;
  padding:0 10px;
}

.navigation a{
  color:white;
  line-height:26px;
  text-decoration:none;
  font-size:15px;
}

#breadcrumbs{
  float:left;
}

#topmenu{
  float:right;
  list-style:none;
  width:540px;
}

#bottommenu{
  list-style:none;
  margin:0;
}

#footer{
  margin-top:38px;
}

#footer .navigation{
  margin-top:0;
  margin-bottom:20px;
}

#topmenu li{
  float:left;
  padding-left:60px;
  text-align:right;
}

#bottommenu li{
  float:left;
  margin-left:50px;
}

#topmenu li.active a, #bottommenu li.active a{
  font-weight:bold;
}

#bottommenu li.specification{
  margin-left:0;
}

li.contact{
  padding-right:25px;
  background:url(../images/phone.png) right 50% no-repeat;
}

#topmenu ul, #bottommenu ul{
  display:none;
}

#main{
  height:396px;
  position:relative;
}

#background{
  height:396px;
  background:url(../images/main-bg1.jpg) top right no-repeat;
}

#slideshow{
  width:950px;
  height:396px;
  z-index:10;
  position:absolute;
  background-position: top right;
  background-repeat: no-repeat;
}

#slideshow img{
  z-index:10;
} 

div.col1{
  width:843px !important;
}

div.col2{
  width:734px !important;
}

div.col1 #cats{
  width:96px;
}

div.col2 #cats{
  width:204px;
}

#cats{
  position:absolute;
  right:0;
  top:0;
}

#cats ul{
  margin:0;
  padding:0;
  list-style:none;
}

#cats li{
  float:left;
  margin:0;
  padding:0;
  display:block;
  width:96px;
  margin-bottom:8px;
}

#cats li.col1{
  clear:left;
}

#cats li.col2{
  margin-left:10px;
}

#cats a{
  color:white;
  font-size:13px;
  text-decoration:none;
  display:block;
}

#cats span{
  display:block;
  width:96px;
}

#cats img{
  width:96px;
  display:block;
}

#cats span.title{
  width:90px;
  padding:0 3px;
  height:22px;
  overflow:hidden;
  line-height:22px;
  background:#460F38;
}

#pages ul, #Gpages ul{
  display:none;
}

#next, #Gnext{
  float:right;
  margin:0;
}

#prev, #Gprev{
  float:left;
  margin:0;
}

.content{
  position:absolute;
  background:url(../images/trans.png) top left repeat;
  height:376px;
  width:218px;
  padding:10px 20px;
  margin-left:54px;
  z-index:50;
  overflow-y:auto;
}

.content2{
  position:absolute;
  background:url(../images/trans2.png) top left repeat;
  height:386px;
  width:328px;
  padding:10px 20px;
  padding-bottom:0;
  top:0;
  left:312px;
  z-index:50;
  overflow-y:auto;
}

div.home{
  position:absolute;
  background:url(../images/trans.png) top left repeat;
  height:376px;
  width:218px;
  padding:10px 20px;
  margin-left:54px;
  z-index:50;
  overflow:visible;
}

.content h1, .content2 h1{
  font-weight:bold;
  font-size:17px;
  padding-bottom:6px;
  border-bottom:1px solid white;
  margin-bottom:6px;
}

.content2 h1{
  padding-bottom:0;
  border-bottom:none;
}

.content h2, .content2 h2{
  font-weight:bold;
  font-size:16px;
  margin-bottom:6px;
}

.content p, .content2 p{
  margin-bottom:6px;
}

.content a, .content2 a{
  font-weight:bold;
  color:white;
  text-decoration:none;
}

.content ul{
  margin-left:10px;
}

.content li{
  font-size:0.9em;
  margin-bottom:4px;
  line-height:1.1em;
}

div.feedback{
  width:420px;
  padding-left:80px;
  padding-right:80px;
}

div.feedback p{
  margin-bottom:15px;
}

.specs{
  float:right;
  margin:0;
}

.size{
  margin-top:10px;
  padding-top:6px;
  border-top:1px solid white;
}

.colour{
  margin-bottom:10px;
  padding-bottom:6px;
  border-bottom:1px solid white;
}

.prices{
  margin-top:20px;
  margin-bottom:20px;
  width:100%;
  background:rgb(70,15,56);
}

.prices td{
  padding:6px;
  text-align:center;
}

.prices th{
  padding:6px;
  text-align:
}

.prices tbody th{
  border-right:1px solid white;
}

.prices thead th{
  border-bottom:1px solid white;
}

.prices thead th:first-child{
  border-right:1px solid white;
}            

.prices tr:nth-child(2n){
  background:rgb(60,10,46);
}

.code{
  position:absolute;
  left:520px;
  top:375px;
  width:200px;
  text-align:right;
  font-weight:bold;
  text-shadow:2px 2px 5px #000;
  z-index:10000;
}

.finish_swatches{
  margin:0;
  padding:0;
  margin-top:20px;
}

.finish_swatches li{
  margin:0;
  padding:0;
  list-style:none;
  float:left;
  width:80px;
  height:130px;
  overflow:hidden;
  margin-right:10px;
  margin-bottom:10px;
  text-align:center;
}

.finish_swatches li a{
  color:#555;
  text-decoration:none;
}

#gallery{
  margin:0;
  padding:0;
  list-style:none;
}

#gallery li{
  margin:0;
  margin-right:12px;
  margin-bottom:12px;
  padding:0;
  float:left;
  text-align:center;
}

#gallery a{
  display:block;
}

#gallery img{
  display:block;
  width:96px;
  height:104px;
}

#splash{
  position:absolute;
  right:216px;
  bottom:0px;
  width:200px;
  height:200px;
  background:url(/images/flash.png) bottom right no-repeat;
  z-index:49;
}

#splash a{
  display:block;
  width:150px;
  height:150px;
}

#contact{
  
}


#contact p{
  clear:left;
  min-height:28px;
  margin-bottom:5px;
}

#contact label{
  display:block;
  float:left;
  width:80px;
  height:30px;
}

#contact input{
  background:#460F38;
  border:1px solid #7b2867;
  color:white;
  padding:3px;
  border-radius:3px;
}

#contact textarea{
  width:200px;
  height:60px;
  background:#460F38;
  border:1px solid #7b2867;
  color:white;
  padding:3px;
  border-radius:3px;
}

#contact .checkbox{
  width:auto;
  padding-left:80px;
}

#socialmedia{
  float:right;
}

#socialmedia ul{
  padding:0;
  margin:0;
  list-style:none;
  width:200px;
}

#socialmedia li{
  display:block;
  float:left;
  line-height:30px;
  margin-right:8px;
}

#socialmedia a{
  display:block;
  width:31px;
  height:30px;
  color:white;
  text-decoration:none;
  background:url(/images/social.png) top left no-repeat;
  text-indent:-999em;
}

#socialmedia .twitter a{
  background:url(/images/social.png) 0 0 no-repeat;
}

#socialmedia .twitter a:hover{
  background:url(/images/social.png) 0 -30px no-repeat;
}

#socialmedia .facebook a{
  background:url(/images/social.png) -31px 0 no-repeat;
}

#socialmedia .facebook a:hover{
  background:url(/images/social.png) -31px -30px no-repeat;
}

#socialmedia .blog a{
  background:url(/images/social.png) -62px 0 no-repeat;
}

#socialmedia .blog a:hover{
  background:url(/images/social.png) -62px -30px no-repeat;
}











/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.2 (20/10/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
	background:white;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding-left: 15px;
	background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding-bottom: 3px;
	background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding-left: 15px;
	background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


