body {
	margin:0;
	padding:0;
	background:#343437 url(../images/bg.png) repeat-x;
	height:100%; /* needed for main min-height */
}
body .logoimage {
	display:none;
}
#container { /* holder for everything */
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:960px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#content {
/*	padding-bottom:5em;*/
	position:relative;
	margin:0;
}

#twitter{
	position:absolute;
	z-index:10;
	bottom:-7px;
	right:370px;
}
#twitter a{
	display:block;
	background:url(../images/twitter-bird.png);
	width:43px;
	height:39px;
	position:relative;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
}
#twitter a span{
	position:absolute;
	z-index:10;
	background:url(../images/twitter-bubble.png);
	width:298px;
	height:63px;
	top:-60px;
	left:-220px;
	line-height:58px;
	text-align:center;
	display:none;
}
#twitter a:hover span{
	display:block;
}

#header {
	width:960px;
	height:132px;
	position:relative;
}
#header h1 a {
	display:block;
	background: url(../images/logo.png) no-repeat;
	height:96px;
	width:221px;
	position:absolute;
	overflow:hidden;
	left:716px;
	top:27px;
	text-indent:-999px;
}
#search {
	width:960px;
	height:65px;
	background: url(../images/topshadow.png) bottom center;
 	progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=’true’, sizingMethod=’scale’, src=’http://sareen.sanscode.com/s/assets/template/images/topshadow.png’ );
	position:relative;
	margin:0;
	padding:0;
}
#search .searchbox {
	position:absolute;
	left:717px;
	top:14px;
	background:transparent;
	border:0;
	color:white;
	font:11px Verdana, Geneva, sans-serif;
	background-color:#9D9E9F;
	width:195px;
}
#search .gobutton {
	position:absolute;
	left:916px;
	top:12px;
	border:0;
	background:transparent;
	color:#ccc;
	font:12px Verdana, Geneva, sans-serif;
	cursor:pointer;
	margin:0;
	padding:0;
}
#search p{
	position:absolute;
	left:590px;
	top:15px;
	z-index:10;
	color:#ccc;
	font:12px Verdana, Geneva, sans-serif;
}
#shadows-side {
	width:960px;
	background: url(../images/shadow3.png) repeat-y;
}
#bottomshadow {
	width:960px;
	height:30px;
	background: url(../images/bottomshadow.png);
	position:relative;
	margin:0;
	padding:0;
}
ul.dropdown, ul.dropdown li, ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dropdown {
	position: relative;
	z-index: 2;
	float: left;
}
ul.dropdown a {
	font:13px Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#767e26;
	font-weight:normal;
}
ul.dropdown li.selected a {
	font-weight:bolder;
}
/* lot of the control is done here */
ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
	margin-right:22px;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 106px;
	border:1px solid silver;
}
ul.dropdown ul li {
	float: none;
}
ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
ul.dropdown li:hover > ul li {
	background:white;
	width:100px;
	padding:1px;
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;
}
#nav {
	margin-top:102px;
	font:11px verdana;
	color:#669933;
	margin-left:25px;
}
#main {
	width:890px;
	margin:0 auto;
	color:white;/* background: url(../images/twocolbg.png) repeat-y;*/
}
#main.hero {
	width:890px;
	margin:0 auto;
	color:white;
	background: url(http://farm4.static.flickr.com/3411/3180411822_a6e725bf57_o.jpg) repeat-y;
	/*	height:500px;*/
	position:relative;
}
#main.hero #productnav {
	display:none;
}
#main.hero #productcontainer {
	display:none;
}
#productcontainer {
	font:12px Verdana, Geneva, sans-serif;
}
#productcontainer div.cathero {
	height:180px;
	margin-bottom:10px;
	display:block;
}
#productcontainer div.cathero h1 {
	color:white;
	font: 22px Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-left:10px;
	display:block;
}
.cattext {
	margin-bottom:20px;
}
#productcontainer .techspecsleft {
	float:left;
	display:inline;
	width:245px;
}
#productcontainer .techspecsleft .bigtile {
	position:relative;
	height:225px;
	width:225px;
}
.swatchdescription {
	margin-top:10px;
	margin-bottom:10px;
	height:20px;
	font:10px Verdana, Geneva, sans-serif;
}
#productcontainer .techspecsleft .bigtile img {
	height:225px;
	width:225px;
}
.smalltile {
	position:relative;
	height:48px;
	width:48px;
	margin-bottom:10px;
	float:left;
	margin-right:10px;
}
.smalltile img {
	height:48px;
	width:48px;
}
#productcontainer .techspecsleft div.minitiles {
	margin-top:10px;
}
#productcontainer .techspecsleft div.minitiles div {
}
#productcontainer .techspecsleft div.minitiles img {
	float:left;
	width:50px;
	height:50px;
	margin-right:10px;
	margin-bottom:10px;
}
div.minispecs div {
	width:135px;
	float:left;
}
div.minispecs div span {
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}
#productcontainer .techspecsright {
	float:right;
	width:420px;
	display:inline;
}
#productcontainer .blogright {
	float:left;
	width:665px;
	overflow:hidden;
	display:inline;
}
#productcontainer .blogright #components {
	margin-bottom:20px;
}
#productcontainer .blogright #components p {
	margin-bottom:10px;
}
#productcontainer .blogright #components h1.title {
	margin-bottom:10px;
}

#components a{
	color:white;
	text-decoration:underline;
}
#components a:hover{
	color:white;
	text-decoration:none;
}

h1.title {
	font:22px Arial, Helvetica, sans-serif;
}
div.description p {
	margin-top:10px;
	margin-bottom:10px;
}
div.description a{
	color:white;
}
#productcontainer .techspecsright h3 {
	margin-top:20px;
}
#productcontainer .techspecsright div.gallery_swatches {
	margin-bottom:20px;
	width:419px;
	margin-top:10px;
	float:right;
	display:inline;
}
#productcontainer .techspecsright div.gallery_swatches a {
	margin-top:6px;
	margin-right:6px;
	float:left;
	display:inline;
}
#productcontainer .techspecsright div.gallery_swatches a img {
	border:1px solid silver;
}
#productcontainer .techspecsfooter {
	background:#82817d;
	margin-bottom:20px;
	color:white;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:2px;
}
#productcontainer .techspecsfooter div.footertiles {
	width:210px;
	margin-right:8px;
	float:left;
	display:inline;
}
#productcontainer .techspecsfooter div.footertiles ul li {
	font:10px Verdana, Geneva, sans-serif;
	margin-bottom:2px;
}
#productcontainer .techspecsfooter div.footertiles ul li.bold {
	margin-bottom:4px;
	margin-top:8px;
	font:bold 11px Verdana, Geneva, sans-serif;
}
#productcontainer .techspecsfooter div.footertiles ul li a img {
	float:left;
	margin-right:10px;
	margin-top:10px;
	/*height:30px;
	width:30px;*/
	border:1px solid white
}
#productcontainer .techspecsfooter div.footertiles ul li a {
	font:10px verdana;
	color:white;
	text-decoration:none
}
#productcontainer .techspecsfooter div.footertiles ul li a:hover {
	text-decoration:underline;
}
#productcontainer div.printnow {
	float:right;
	margin-bottom:20px;
}
#productcontainer div.printnow a {
	color:white;
	text-decoration:none;
	font:10px Verdana, Geneva, sans-serif;
}
#productcontainer div.printnow a:hover {
	text-decoration:underline;
}
table.specs tr td {
	vertical-align:top;
	border-bottom:5px solid #393a3c;
	font:10px Verdana, Geneva, sans-serif;
}
table.specs tr td.header {
	font-weight:bold;
}
table.specs tr td ul li {
	width:90px;
	float:left;
	margin-left:10px;
	display:inline;
}
#transparent-title {
	float:right;
	/*	position:absolute;*/

	bottom:0;
	/*	background: rgba(125, 125, 125, 0.5);*/
	color: rgba(255, 255, 255, 0.9);
	width:840px;
	margin-right:3px;
	height:60px;
	font:italic 40px verdana;
	text-align:right;
	padding-right:50px;
}
#transparent-title div {
	right:0;
	top:0;
	margin-top:15px;
	margin-right:15px;
	position:absolute;
}
#main.hero #transparent-title {
	display:block;
}
#productnav {
	width:175px;
	float:left;
	display:inline;
}
#productnav h1 {
	display:block;
	height:24px;
	background:#8e8d89;
	color:#fbfbfa;
	font:bold 16px Verdana, Geneva, sans-serif;
	margin-bottom:10px;
	overflow:hidden;
	padding-top:40px;
	padding-left:6px;
}
#productnav h2 {
	display:block;
	height:18px;
	background:#dad8cc;
	color:#6c6c6b;
	font:bold 13px Verdana, Geneva, sans-serif;
	padding-left:3px;
	padding-top:2px;
	margin-bottom:6px;
	overflow:hidden;
}
#productnav ul {
	font:11px Arial, Helvetica, sans-serif;
}
#productnav ul li {
	margin-bottom:6px;
}
#productnav ul li a {
	display:block;
	text-decoration:none;
	color:#dedede;
	padding-left:10px;
}
#productnav ul li a:hover {
	color:white;
	font-weight:bolder;
	background:url(../images/arrow.png) no-repeat 0px 5px;
}
#productnav ul li.indent {
	/*	margin-left:32px;*/
	padding-left:10px;
}
#productnav li.selected a {
	background:url(../images/arrow.png) no-repeat 0px 5px;
	font-weight:bolder;
	color:white;
}
#productnav li.activel1 {
	background:#58585a;
	font-weight:bolder;
	color:white;
}
#productnav li.activel1 ul {
	margin-top:6px;
	background:#58585a;
}
#productcontainer {
	width:665px;
	float:left;
	display:inline;
	margin-left:34px;
	margin-top:10px;
}
.breadcrumb {
	margin-bottom:10px;
}
.breadcrumb a {
	font:9px Verdana, Geneva, sans-serif;
	color:silver;
	margin-bottom:5px;
	text-decoration:none
}
.breadcrumb a:hover {
	text-decoration:underline;
}
div#footer {
	position:absolute;
	width:100%;
	border-top:1px solid white;
	bottom:0; /* stick to bottom */
	display:none;
}
div#footer p {
	/*		width:892px;*/
		margin:0 auto;
	padding:1em;
	margin:0 auto;
	background:#dad8cc;
	color:gray;
	font: 12px Arial, Helvetica, sans-serif;
}
#slices {
	margin-top:10px;
}
#slices div.slice {
	width:175px;
	float:left;
	display:inline;
	text-align:center;
	/*height:225px;*/
	font:bold 15px Arial, Helvetica, sans-serif;
	margin-right:30px;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}
/* auto corners */
div.corner {
	z-index:1;
	background: url(../images/c.gif) no-repeat;
	display:block;
	width:5px;
	height:5px;
	position:absolute;
	overflow:visible;
}
div.tl {
	background-position:top left;
}
div.tr {
	background-position:top right;
}
div.bl {
	background-position:bottom left;
}
div.br {
	background-position:bottom right;
}
#slices div.slice img {
	display:block;
	margin-bottom:5px;
	width:175px;
	height:174px;
}
#slices div.slice a {
	color:white;
	text-decoration:none;
}
#slices div.slice a:hover {
	text-decoration:underline;
}
#outside {
	margin:0 auto;
	width:914px;
	color:white;
	line-height:20px;
	font:12px Arial, Helvetica, sans-serif;
}
#outside div.blurb {
	line-height:18px;
	margin-bottom:15px;
}
.twotile {
	background: url(../images/twocolbg.png) repeat-y;
}
#twotile {
	background: url(../images/twotile.gif) repeat-y;
}
#twotile a {
	color:white;
}
#outside #twotile div {
	width:324px;
	padding-left:110px;
	margin:10px;
	line-height:18px;
}
#outside #twotile div.tile1 {
	float:left;
	display:inline;
}
#outside #twotile div.tile2 {
	float:right;
	display:inline;
}
/* #regularleft { display:none; } /*
/* #regularright { display:none; } */

#main.regular {
/* background:none;*/
}
#main.regular #regularleft {
	font: 11px Verdana, Geneva, sans-serif;
	line-height:13px;
	width:400px;
	padding-bottom:40px;
	/*background:url(http://farm4.static.flickr.com/3159/2510270228_b3a86224ca_b.jpg) 400px 0px no-repeat;*/
	background-position:400px  0;
	background-repeat:no-repeat;
	padding-right:480px;
}
#main.regular #regularleft a {
	text-decoration:none;
	color:white;
}
#main.regular #regularleft a:hover {
	text-decoration:underline;
}
#main.regular #regularleft .body {
	margin-left:10px;
	margin-right:20px;
	text-align:justify;
	border-bottom:1px solid #8e8d89;
}
#main.regular #regularleft .body p {
	margin-bottom:15px;
}
#main.regular #regularleft h1 {
	display:block;
	height:24px;
	background:#8e8d89;
	color:#fbfbfa;
	font:bold 16px Verdana, Geneva, sans-serif;
	margin-bottom:10px;
	overflow:hidden;
	padding-top:40px;
	padding-left:6px;
}
div.stockist {
	margin-bottom:10px;/*
padding-bottom:10px;
border-bottom:1px solid silver;
*/
}
div.stockist .retailer {
	font:14px Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}
div.stockist .googlemap {
	margin-top:5px;
}
div.stockist div.googlemap small {
	display:none;
}
#productcontainer .blogright .blogpostwrapper {
	float:left;
	display:inline;
	width:210px;
	height:325px;
	margin-right:10px;
	margin-bottom:10px;
}
.blogpost {
	width:200px;
	height:270px;
	/*	border:1px solid silver;*/
	float:left;
	display:inline;
	margin-bottom:10px;
	font:bold 15px Arial, Helvetica, sans-serif;
	font-style:italic;
	color:white;
	overflow:hidden;
	text-decoration:none;
}
.blogindex {
	font: 12px Arial, Helvetica, sans-serif;
	color:silver;
}
.blogpost:hover {
/*border:1px solid white;*/
}
.blogindex ul li a {
	font: 11px Arial, Helvetica, sans-serif;
}
.blogindex a {
	color:white;
	text-decoration:none;
}
.blogindex a:hover {
	text-decoration:underline;
}
.blogindex ul li {
	float:left;
	display:inline;
	margin-right:10px;
}
.blogindex .bloglatest {
	margin-top:10px;
}
.fotoimage img {
	cursor:pointer;
}
.bigcreative {
	float:left;
	margin-top:20px;
	width:300px;
}
.bigcreative a {
	color:#404043;
	text-decoration:none;
	font:10px Arial, Helvetica, sans-serif;
}
.print-frenchpattern{
	display:none;
}

.form{
	margin:0;
	padding:0;
}
.form dt{
	margin:0 0 5px 0;
	padding:0;
}
.form dd{
	margin:0 0 10px 0;
	padding:0;
}
.form .field{
	width:97%;
	padding:3px;
	border:1px solid #ccc;
}
.form input.submit{
	padding:3px 5px;
	background:black;
	border:1px solid #ccc;
	color:white;	
}
.error{
	color:#FF6633;
	padding:0 0 5px 0;
	margin:0;
}
.f-right{
	float:right;
}
