﻿/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #111 url("img/furniture/bg.jpg") repeat-y center top;  
	color: #BBB;   
	font: normal 70% "Lucida Sans Unicode",sans-serif;
	margin: 0; padding: 0;
}

ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}
p {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

img {border: none; caption-side:bottom}

div.imageright img {
	display: inline; float:right;
	border: 1px solid #888888; margin-left:10px;
}

div.imageleft img {
	display: inline; float:left;
	border: 1px solid #888888; margin-right:10px;
}


ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url("img/furniture/stripe.gif");
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 110px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
/*	background: #303030;  */
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content {
	padding: 16px;
}

/* form elements */

form {
	font-size: small; margin-top:40px;
}

form .text {
	background-color: #EAEAEA;
}

fieldset {  
float: left;  
clear: left;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0; 
}
 
legend {  
margin-left: 2em;  
color: #ffffff;  
font-weight: bold; 
} 

fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none; 
} 

fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 0.5em; 
} 

fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 12em; 
}

label {  
display: block; 
}

label {  
float: left;  
width: 10em;  
margin-right: 1em;  
text-align: right; 
}


/* content elements */
.content h1 {
	background: url("img/furniture/bgh1.gif") repeat-x left bottom;
	color: #eee;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

.content h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

.content h3 {
	background: url("img/furniture/bgh1.gif") repeat-x left bottom;
	color: #cccccc;
	margin-bottom: 20px;
	padding: 6px 0 4px;
	font-size: large;
	font-weight: bolder;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.content h4 {
	background: url("img/furniture/bgh1.gif") repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	text-align:center;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:2.25em;
}




.content a {
	color: #999;
	text-decoration: underline;
}

.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

.content .spacer img	{
	border: 0px; 
		}


.content img	{
	border: 1px solid #777; 
		}

.content .theme img	{
	border: none; 
		}


.content .question {font-size: 1.2em; font-weight:bold; margin-bottom:1em;}

.content .answer {font-size: 1.2em; margin-left:60px; margin-bottom:2.4em;}

.content .address {margin-left: 235px;font-variant: small-caps; margin-bottom: 10px; font-size: medium;}

.content .address1 {margin-left: 235px; margin-bottom:35px; font-size:medium; }

.content .back a {
    display:block;
    width:60%;
    height: 26px;
    color:#fff;
    text-decoration:none;
    background:url("img/furniture/back.gif") no-repeat;
    padding:8px 10px 8px 10px;
}
.content .back a:hover { 
    background-position:0 -49px;
    color: #1e5ebd;
}

.content .forward a {
	text-align:right;
	display: block;
	width: 60%;
	height: 26px;
	color: #fff;
	text-decoration: none;
	background: url("img/furniture/forward.gif") no-repeat;
	padding: 8px 0px 8px 10px;
}
.content .forward a:hover { 
    background-position:0 -49px;
    color: #1e5ebd;
}



/* links */

.links h2{
	margin-top:0px;
	font-size:small;
}

.links h3{
	background: url("img/furniture/bgh1.gif") repeat-x left bottom;
	color: #cccccc;
	margin-top:15px;
	margin-bottom: 20px;
	padding: 6px 0 4px;
	font-size: large;
	font-weight: bolder;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.col2right {
	float: right;
	width: 48%;
	text-align: left;
}


.col2left {
	float: left;
	width: 48%;
	text-align: left;
}





 
/* gallery */

.thumbnail .port	{
	width: 130px;
	float: left;
	margin: 0 10px 10px 0;
}

.thumbnail .land	{
	width: 180px;
	float: left;
	margin: 0 10px 10px 0;
}

	.thumbnail img	{
	border: 1px solid #777;  
	margin: 10px 0 0 10px;
}

	
	
.thumbnail p	{
	margin: 0;
	padding: 0 20px 30px 20px; text-align:center;
}

.thumbnail .gallery	{
	width: 380px;
	float: left;
	margin: 0 10px 10px 0;
}

.clear { clear: left; }


/* shop */


.shop .collection {
	background: #000;
	padding: 8px 10px;
	border: 1px solid #888888;
	height:500px 
	
}

.shop .collection img {
	margin-right:0px;
	border: 1px solid #000000;
}
.shop .item {
	background: #444;
	padding: 8px 10px;
}

.shop .category {
	background: #444;
	padding: 8px 10px;
	height: 155px;
}

.shop .categorylong {
	background: #444;
	padding: 8px 10px;
	height: 560px;
}

.shop .categorylinks {
	background: #444;
	padding: 8px 10px;
	height: 205px;
}


.shop .category .price {
	font: bold 2em Verdana,sans-serif;
}

.shop .categorylinks .price {
	font: bold 2em Verdana,sans-serif;
}

.shop .category .name {
	font: bold 1.15em Verdana,sans-serif; margin-bottom:10px;
}


.shop img {
	display: inline; float:left;
	border: 1px solid #888888; margin-right:10px;
}

.shop .thumb img {
	display: inline; float:left;
	border: 1px solid #888888; margin-left:0px; margin-right:1px;
}



.shop .item .price {
	float:right;
}

.shop .category a {
	font: bold 1.25em Verdana,sans-serif;
	padding-bottom: 4px;
}

.shop .categorylinks a {
	font: bold 1.25em Verdana,sans-serif;
	padding-bottom: 4px;
}


/* products */
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
    
/* image zoom in shop */   


#menu {position:relative; top:10px; left:10px; width:75px; background-color:#fff; z-index:100;}
#menu a.p1:visited {display:block; width:75px; height:75px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#menu a.p1 {display:block; width:75px; height:75px; text-decoration:none; background:#fff; top:0; left:0; border:0;}
#menu a img {border:1;}
#menu a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#menu a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#menu a.p1:hover .large {display:block; position:absolute; top:-65px; left:150px; width:350px; height:525px; border:2px solid #ccc;}




/* navigation */
.nav {background: #191919 url("img/furniture/nav.gif");}
.nav a {
	background: #191919 url("img/furniture/nav.gif");
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1.25em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 8px;
}
.nav a:hover {
	background: #191919 url("img/furniture/nav_hover.gif");
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px; padding-bottom:5px;}
.subnav h3 {font-size: 1.6em; padding-top: 28px; padding-bottom:10px;}
.subnav h5 {padding-top: 28px; padding-bottom:10px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url("img/furniture/li.gif") no-repeat left bottom;
	list-style: none;
	padding-left: 18px;
	margin: 0;
}
.subnav a {
	color: #777;
	line-height: 2.4em;
	text-decoration: none;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3center {
	float: left;
	width: 77%;
	text-align: center;
}


.col3right {
	float: right;
	height: 700px;
	width: 8%;
	text-align: right;
}


.col3left {
	float: left;
	width: 8%;
	text-align: left;
}
.col3center {margin: 0% 3%;}

/*arrow back*/


/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("img/furniture/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("img/furniture/nextlabel.gif") right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/*#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA);  display: block; }
display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("img/furniture/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("img/furniture/nextlabel.gif") right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }*/




