/* ------------------------------------------------------------------------------------
--  RESET
------------------------------------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
   width:100%;
   height:100%;
}
ol, ul {

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------------------------------
--  GENERAL
------------------------------------------------------------------------------------ */
html{
	width:100%;
	height:100%;
}
html, body { 
  font-size:1em;
  font-family:Helvetica, Arial, FreeSans, sans-serif;
  font-size:100%;
	background: transparent url(./images/background.png)  fixed;
  color: #555;
}
p{
	line-height:1.5em;
	padding-bottom:0.8em;
}
p:last-child{
	padding-bottom:0;
}
p.last{
	padding-bottom:0;
}
img{
	max-width:100%;
	float:left;
}
a{
	color:#da7d6d;
	text-decoration:none;
}
a:hover{
	color:#f9bcb2;
}
a.external:before {
    padding:0 10px;
    margin: 0 0 0 5px;
    content: "";
    background: url(./images/external.png);
	background-repeat: no-repeat;
	display:inline;
}
::selection{
	background:#f3b4ac;
}
::-moz-selection{
	background:#f3b4ac;
}
img.icon{
	width:50px;
	height:50px;
	margin:-6px 10px 10px 0;
}
.bold{
	font-weight:600;
}
h1{
	font-size:2em;
	text-shadow: 0px 1px 1px #fff;
	text-transform:capitalize;
	margin-bottom:0.5em;
}
h2{
	font-family:'Artifika', serif;
	font-size:1.4em;
	color:#a09f9d;
	margin-bottom:0.5em;
}
h3{
	font-family:'Artifika', serif;
	font-size:1.2em;
	color:#a09f9d;
	margin-bottom:0.5em;
}
.italic{
	font-style:italic;
}
.panel-border{
	float:left;
	width:100%;
	height:8px;
	background:url(./images/panel-border.png) repeat;
}
.bar{
	float:left;
	width:100%;
	background:url(./images/grey-bar.jpg);
	background-repeat:repeat;
	height:38px;
}
/* ------------------------------------------------------------------------------------
--  WRAPPERS
------------------------------------------------------------------------------------ */
/*for index*/
#wrapper{
	float:left;
	padding:0;
	width: 100%;
	min-height:100%;
	/* max-width: 120em; (1920x / 16px) */
	position:relative;
}
/*for inner pages*/
#page-wrapper{
	float:left;
	padding:0;
	width: 100%;
	min-height:100%;
	/* max-width: 120em; (1920x / 16px) */
	background:url(./images/light-pattern.jpg);
	background-repeat:repeat;
}
/* ------------------------------------------------------------------------------------
--  FOOTER
------------------------------------------------------------------------------------ */
footer{
	float:left;
	width:100%;
	height:100%;
}
footer h3{
	font-family:Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	color:#f1eac8;
	font-size:0.9em;
	padding-bottom:1.2em;
}
.top-footer{
	float:left;
	width:100%;
	position:relative;
}
#shadow{
	float:left;
	width:100%;
	height:100px;
	background:url(./images/shadow.png);
	background-repeat:repeat;
	top:48px;
	position:absolute;
}
.footer-bar{
	position:absolute;
	z-index:1;
	top:0;
}
.footer-panel-border{
	position:absolute;
	top:38px;
}
#last-pic{
	margin:0 auto;
	width:1120px;
}
figure.footer-pic{
	float:left;
	position:relative;
	width:1120px;
}
figure.footer-pic img{
	position:absolute;
	top:38px;
	z-index:1;
	height:150px;
}
#footer-inner{
	margin:0 auto;
	width:960px;
}
#footer-inner ul{
	float:left;
	width:960px;
	font-family:'Times New Roman', serif;
	color:#c7c4c4;
	margin:120px 0 0 0;
	font-size:0.9em;
	list-style:none;
}
#footer-inner li{
	float:left;
	margin:40px 40px 0 0;
	height:180px;
}
#footer-inner li.first{
	width:250px;
	padding-right:40px;
}
#footer-inner li.second{
	width:190px;
	padding-right:40px;
}
#footer-inner li.lastlist{
	margin:40px 0 0 0;
	width:360px;
}
#footer-inner li.lastlist figure{
	float:left;
	margin: 0 20px 0 0;
}
#footer-inner li.lastlist p{
	overflow:hidden;
}
#footer-inner a{
	color:#c7c4c4;
	padding-bottom:10px;
	margin-bottom:14px;
	display:inline-block;
	font-size:0.9em;
	width:100%;
	font-family:'Times New Roman', serif;
}
#footer-inner li.first a{
	border-bottom:1px solid rgba(255,255,255,0.2);
}
#footer-inner a:hover{
	color:#fff;
}
/* ------------------------------------------------------------------------------------
--  HOME PAGE GENERAL STRUCTURE
------------------------------------------------------------------------------------ */
.layer{	
	width:100%;
	float:left;
}
.home-base{
	background:url(./images/foto-diksmuide1.jpg) 0 0 fixed;	
	height:1429px;
	background-position:top center;
	background-repeat:no-repeat;
}
.home-content{
	height:901px;
	width:100%;
	background: transparent url(./images/background.png)  fixed;
	background-repeat:repeat;
}
.catalogue-base{
	background:#fbfbfb url(./images/flower1.jpg) fixed;	
	background-position:top center;
	height:720px;	
	background-repeat:no-repeat;
}
.catalogue-content{
	height:100%;
	width:100%;
	background:rgba(255,255,255,0.2); 
}
.layerblank1{
	background:url(./images/photo2.jpg) fixed ;	
	height:800px;
	background-position:top center;
	background-repeat:no-repeat;
}
.story-base{
	background:url(./images/foto-diksmuide4.jpg) fixed ;	
	height:750px;
	background-position:top center;
	background-repeat:no-repeat;
}
.story-content{
	height:100%;
	width:100%;
	background:rgba(255,255,255,0.4); 
}
.location-base{
	background:url(./images/foto-juliette.jpg) fixed ;
	background-position:top center;
	background-repeat:no-repeat;
	height:800px;
}
.location-content{
	height:100%;
	width:100%;
}
.service-base{
	background:#fbfbfb url(./images/foto-diksmuide2.jpg) fixed;	
	background-position:top center;
	background-repeat:no-repeat;
	height:710px;	
}
.service-content{
	height:100%;
	width:100%;
	background:rgba(255,255,255,0.2); 
}
.layerblank2{
	height:900px;
background:url(./images/foto-diksmuide3.jpg) fixed ;	
	width:100%;
	background-position:top center;
	background-repeat:no-repeat;
}
.contact-base{
	background:#fbfbfb url(./images/foto-contact.jpg) fixed;	
	background-position:top center;
	background-repeat:no-repeat;
	height:900px;	
}
.contact-content{
	height:100%;
	width:100%;
	background:rgba(255,255,255,0.2); 
}
.layerblank3{
	height:900px;
background:url(./images/photo1.jpg) 0 0 fixed ;	
	width:100%;
	background-position:top center;
	background-repeat:no-repeat;
}
.bottom{
	background:url(./images/dark-pat.jpg);
	background-repeat:repeat;
	float:left;
	width:100%;
	height:400px;		
}
/* ------------------------------------------------------------------------------------
--  NAVIGATION TOP
------------------------------------------------------------------------------------ */
nav.left{
	position:absolute;
	top:20px;
	margin-left:162px;
	z-index:1;
	float:left;
}
nav.left ul{
	float:left;
	width:100%;
	margin:0;
	list-style:none;
}
nav.left li{
	float:left;
	margin:0 10px 0 0;
}
nav.left li:last-child{
	margin-right:0;
}
nav.left a{
	text-decoration:none;
	color:#555;
	text-transform:uppercase;
    text-shadow: 1px 1px 0px #eee, 1px 1px 0px #919090;
	padding-bottom:4px;
	letter-spacing:0.2em;
	font-family:'Times New Roman', serif;
}
nav.left a:hover{
	color:#040404;
	padding-bottom:4px;
	border-bottom:4px solid #da7d6d;
}
nav.left a.active{
	color:#040404;
}
/* ------------------------------------------------------------------------------------
--  INDIVIDUAL STYLES
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  MAIN PAGE BOX
------------------------------------------------------------------------------------ */
#featured{
	float:left;
	width:100%;
	margin-top:40px;
}
.roses{
	margin:0 auto;
	width:1260px;
	height:673px;
	background:url(./images/bg-flowers2.png);
	background-repeat:no-repeat;
	position:relative;
}
figure#ribbon{
	position:absolute;
	top:60px;
	margin-left:122px;
	z-index:1;
	float:left;
}
figure#ribbon figcaption{
	float:left;
	position:absolute;
	top:20px;
	left:60px;
	z-index:2;
    font-family: 'IM Fell French Canon', serif;
	font-size:1.6em;
	color:#480808;
}
figure#logo{
	position:absolute;
	left:62%;
	z-index:3;
}
/*all these styles will repeat on inner pages as well*/

/* ------------------------------------------------------------------------------------
--  PHOTO SHOWCASE
------------------------------------------------------------------------------------ */
.photos-wrap{
	float:left;
	width:100%;
	margin-top:90px;
}
.photos{
	width:960px;
	margin:0 auto;
}
#gallery{
	/* The main container div these styles will repeat on testimonials*/
	position:relative;
	float:left;
	width:100%;
	margin-bottom:20px;
}
ul#holder{
	/* The unordered list that is to be split into pages */
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
	list-style:none;
}
.swControls{
	position:absolute;
}
a.swShowPage{
/* The links that initiate the page slide */
	background-color:#555;
	float:left;
	height:12px;
	margin:4px 3px;
	text-indent:-9999px;
	width:12px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
a.swShowPage:hover{
	background:#f9bcb2;
}
a.swShowPage.active{
	background-color:#e49a8c;
}
#holder li{
	float:left;
	width:100%;
}
.clear{
	clear:both;
}
.button-wrap{
	float:left;
	width:100%;
	margin:20px 0;
}
.common{
	float:left;
	margin:0 0 40px 150px;
	width:960px;
}
.common p{
	font-size:1.4em;
	text-align:justify;
	font-family:'Times new Roman', serif;
}
/*ideal drop cap*/
.firstLetter{
    display: block;
    float: left;
    margin-top : -0.63em; /* use -0.205em for two lines */
    margin-left: -0em;
    margin-right: 0.5em;
    height: 4.5em;
}
.firstLetter span{
    font-size: 5.6em;   /* use 3.33em for two lines */
    line-height: 1.0em;
    text-shadow: 5px 5px 0px #eee, 7px 7px 0px #707070;
}
.firstLetter + span{
    margin-left: -0em;
}
figure#thebutton{
	margin:0 auto;
	width:216px;
}
figure.frame{
	padding:20px;
	background: transparant;
	float:left;
	width:960px;
}
#newsletter{
	margin:0 auto;
	width:960px;
}
#newsletter figure{
	float:right;
	margin:-6px -20px 0 0;
}
/* ------------------------------------------------------------------------------------
-- CATALOGUE BOX
------------------------------------------------------------------------------------ */
.mid{
	margin:0 auto;
	width:960px;
}
figure.ribbon2{
	float:left;
	margin-top:40px;
	position:relative;
}
figure.ribbon2 figcaption{
	float:left;
	width:900px;
	position:absolute;
	top:16px;
	left:60px;
	z-index:2;
    font-family: 'Artifika', serif;
	font-size:1.6em;
	color:#480808;
	text-shadow: 0px 1px 1px #edbdb3;
	text-transform:capitalize;
}
figure.ribbon2 figcaption img{
	position:absolute;
	top:-32px;
	right:60px;
	float:left;
}
/*these styles will repeat on other pages*/

#mcs_container{
	width:896px;
	height:400px;  
	background:#f2f1f1 url(./images/grey-pat.jpg);
	background-repeat:repeat;
	border:2px solid #fff;
	float:left;
	padding:40px 20px 40px 40px;
	margin:40px 0 0 0;
}
#mcs_container .customScrollBox, #mcs2_container .customScrollBox{
	position:relative; 
	height:100%; 
	overflow:hidden;
}
#mcs_container .customScrollBox .container{
	position:relative; 
	width:866px; 
	top:0; 
	float:left;
}
#mcs_container .customScrollBox .content, #mcs2_container .customScrollBox .content{
	float:left;
}
#mcs_container .dragger_container, #mcs2_container .dragger_container{
	position:relative; 
	height:50%; 
	float:left; 
	margin:0 0 0 20px; 
	cursor:pointer;
	width:9px;
	background:#fbfbfb;
}
#mcs_container .dragger, #mcs2_container .dragger{
	position:absolute; 
	width:9px; 
	height:60px; 
	background:#555; 
	overflow:hidden; 
	cursor:pointer; 
}
#mcs_container .dragger_pressed, #mcs2_container .dragger_pressed{
	position:absolute; 
	width:9px; 
	height:60px; 
	background:#da7d6d; 
	overflow:hidden; 
	cursor:pointer; 
}
.content p{
	font-size:1.4em;
	float:left;
}
article.text{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
article.last{
	margin-bottom:0;
}
a.view{
	background:url(./images/small-button.png);
	background-repeat:no-repeat;
	width:168px;
	height:40px;
	display:inline-block;
	float:right;
	margin-bottom:10px;
}
figure.photo{
	float:left;
	margin:20px 0;
}
figure.divider{
	float:left;
}
/* ------------------------------------------------------------------------------------
--  STORY BOX
------------------------------------------------------------------------------------ */
section#story{
	margin: 0 auto;
	width:960px;
}
.story-wrap{
	position:relative;
	margin:40px 0 0 0;	
	float:left;
	background:transparent;
}
figure.story-pic{
	position:absolute;
	top:60px;
	left:0;
	padding:20px;
	background:#fbfbfb;
    width:300px;
	float:left;
	z-index:1;
}
.story-box{
	float:left;
	background:transparent;
	margin:0 0 0 160px;
}
#mcs2_container{
	width:736px;
	height:430px;  
	background:#f2f1f1  url(./images/grey-pat.jpg);
	background-repeat:repeat;
	border:2px solid #fff;
	float:left;
	padding:40px 20px 40px 40px;
}
#mcs2_container .customScrollBox .container{
	position:relative; 
	width:706px; 
	top:0; 
	float:left;
}
.story-box article{
	float:left;
	margin-left:180px;
}
.story-box article{
	float:left;
	margin-bottom:20px;
}
.story-box article p{
	display:block;
	font-size:1em;
}

/* ------------------------------------------------------------------------------------
--  MAP BOX
------------------------------------------------------------------------------------ */
#panel {
	background: #ddd;
	height: 600px;
	width:100%;
}
.slide {
	margin: 0;
	padding: 0;
	background: url(./images/btn-slide.png) no-repeat center top;
}
.btn-slide {
	text-align: center;
	width: 180px;
	height: 90px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	display: block;
    font-family: 'Artifika', serif;
	color:#480808;
	text-shadow: 0px 1px 1px #edbdb3;
	text-transform:capitalize;
	text-decoration: none;
}
#map_canvas{
   height:600px;
   width:100%;
}
/* ------------------------------------------------------------------------------------
--   SERVICE BOX
------------------------------------------------------------------------------------ */
section.service{
	width:876px;
	height:400px;  
	background:#f2f1f1  url(./images/grey-pat.jpg);
	background-repeat:repeat;
	border:2px solid #fff;
	float:left;
	padding:40px;
	margin:40px 0 0 0;
}
#timeline{
	width: 876px;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background: url(./images/dot.png) left 45px repeat-x;
}
ul#dates{
	width: 876px;
	height: 60px;
	overflow: hidden;
	list-style:none;
}
ul#dates li{
	list-style: none;
	float: left;
	width: 160px;
	height: 50px;
	font-size: 1.2em;
	text-align: center;
	background: url(./images/biggerdot.png) center bottom no-repeat;
}
ul#dates a{
	line-height: 1.2em;
	padding-bottom: 20px;
	text-decoration:none;
	font-family:'Times New Roman', serif;
	text-transform:uppercase;
	color:#555;
	text-transform:uppercase;
    text-shadow: 1px 1px 0px #eee, 1px 1px 0px #919090;
	letter-spacing:0.1em;
}
ul#dates a:hover{
	color:#040404;
}
ul#dates .selected {
    font-size: 1.3em;
	line-height:1.2em;
}
ul#issues{
	width: 876px;
	height: 340px;
	overflow: hidden;
	margin-top:10px;
	float:left;
	list-style:none;
}	
ul#issues li{
	width: 876px;
	height: 340px;
	float: left;
}
ul#issues li img {
	float: left;
	margin: 0 40px 0 -20px;
}
ul#issues article{
	float:left;
	margin:0 80px;
	width:716px;
}
ul#issues figure.divider{
	float:left;
	background:url(./images/divider3.jpg);
	background-repeat:no-repeat;
	width:716px;
	height:33px;
}
ul#issues article p{
	overflow:hidden;
}
#next,
#prev{
	position: absolute;
	font-size: 70px;
	top: 50%;
	width: 40px;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next{
	right: 0;
	background-image: url(./images/right-arrow.png);
	margin-left:40px;
	float:left;
}
#prev{
	left: 0;
	background-image: url(./images/left-arrow.png);
	margin-right:40px;
	float:left;
}
#next.disabled,
#prev.disabled{
	opacity: 0.2;
}
a.view2{
	background:url(./images/guide-button.jpg);
	background-repeat:no-repeat;
	width:126px;
	height:30px;
	display:inline-block;
	float:right;
	margin-bottom:10px;
}
/* ------------------------------------------------------------------------------------
--  CONTACT BOX
------------------------------------------------------------------------------------ */
section.contact{
	width:876px;
	height:400px;  
	background:#f2f1f1  url(./images/grey-pat.jpg);
	background-repeat:repeat;
	border:2px solid #fff;
	float:left;
	padding:40px;
	margin:40px 0 0 0;
}
section.contact ul{
	float:left;
	width:100%;
	list-style:none;
}
section.contact li{
	float:left;
}
li#subscription{
	width:476px;
	margin-right:40px;	
}
form#subscribe{
	float:left;
	width:476px;
	background:transparent;
}
form#subscribe fieldset{
	width:100%;
	float:left;
}
form#subscribe label{
	float:left;
	width:476px;
    font-family:'Times New Roman', serif;
	font-size:0.8em;
	letter-spacing:0.2em;
	text-transform:uppercase;
	color:#555;
	margin:0 0 20px 0;
}
form#subscribe input{
	float:left;
	width:456px;
	background:#f2f1f1;
	border-bottom:1px solid #555;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:0 0 20px 0;
	color:#555;
	padding:10px 0;
}
form#subscribe  input:hover{
	background:#eee;
}
form#subscribe  input::-webkit-input-placeholder{
	color:#555;
}
form#subscribe  input:-moz-placeholder{
	color:#555;
}
form#subscribe button#buttonsubmit{
    width:126px;
	height:58px;
	background:url(./images/but-submit.png);
	background-repeat:no-repeat;
    border:none;
    cursor:pointer;
	margin:0 0 40px 0;
}
li#contacts{
	width:360px;
}
section#vcard{
	float:left;
	padding-bottom:20px;
	border-bottom:1px solid #555;
	width:360px;
}
section#vcard p{
	letter-spacing:0.1em;	
}
section#social{
	float:left;
	margin:20px 0;
}
section#social a{
	display:inline-block;
}

/* ------------------------------------------------------------------------------------
--  ITEM PAGE
------------------------------------------------------------------------------------ */
.items-wrap{
	float:left;
	width:100%;
	margin:100px 0 40px 0;
}
.items{
	width:960px;
	float:left;
	background:#f2f1f1  url(./images/grey-pat.jpg);
	background-repeat:repeat;
	border:2px solid #fff;
}
.border{
	margin:0 auto;
	background-transparent;
	width:960px;
	border:2px solid #fff;
}
.items-inner{
	float:left;
	padding:38px;
	margin:40px 0 0 0;
}
nav#secondary, nav#secondary ul, section.catalogue ul{
	float:left;
	width:100%;
}
nav#secondary ul{
	margin:0 0 20px 0;
	list-style:none;
}
nav#secondary li, section.catalogue li{
	float:left;
	margin-right:20px;
}
nav#secondary ul a{
	text-transform:uppercase;
}
nav#secondary a{
	text-decoration:none;
	color:#555;
	text-transform:uppercase;
    text-shadow: 1px 1px 0px #eee, 1px 1px 0px #919090;
	padding-bottom:4px;
	letter-spacing:0.2em;
	font-family:'Times New Roman', serif;
	font-size:0.8em;
}
nav#secondary a:hover{
	color:#040404;
	padding-bottom:4px;
	border-bottom:2px solid #da7d6d;
}
nav#secondary a.active{
	color:#040404;
}
nav#secondary a.pdf{
	color:#da7d6d;
}
a.pdf img{
	float:right;
    margin: -20px 0 0 5px;
}
nav#secondary a.pdf:hover{
	color:#f9bcb2;
}
.catalogue{
	float:left;
	background:url(./images/ornam.png);
	background-repeat:no-repeat;
	background-position:top center;
	clear:both;
}
.catalogue h1{
	text-align:center;
	padding:20px 0;
	border-bottom:1px solid #ddd;
}
.catalogue ul{
	margin: 0 0 20px 0;
	list-style:none;
}
/*if you will need a list without margin-bottom add class last to ul*/
.catalogue ul.last{
	margin-bottom:0;
}
.catalogue li{
	width:280px;
	margin:0 20px 0 0;
	position:relative;
}
.catalogue li.last{
	margin-right:0;
}
.catalogue aside{
	float:right;
	width:340px;
	height:474px;
	margin:20px 0;
	background:url(./images/flower-bg2.png);
	background-repeat:no-repeat;
}
.catalogue .list-aside{
	float:left;
	margin-top:20px;
	border:1px solid #ddd;
	padding:5px;
	background:rgba(255,255,255,0.6);
}
.catalogue .list-aside-inner{
	float:left;
	background:#fbfbfb;
	padding:20px;
	font-family:'Times New Roman', serif;
}
.catalogue article{
	margin:20px 40px 40px 0;
	float:left;
	width:500px;
}
.catalogue article h2{
	background:url(./images/thebest.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border:2px solid #fff;
	display:block;
	padding:20px 20px 20px 152px;
	font-family:'Times New Roman', serif;
}
table#resultTable{
     background-color: #fbfbfb;
     width: 500px;
	 border:2px solid #fff;
	 margin:20px 0;
}
thead{
    text-align: left;
}
th.sortable{
	color:#555;
	text-transform:uppercase;
    text-shadow: 1px 1px 0px #eee, 1px 1px 0px #919090;
	letter-spacing:0.2em;
	font-family:'Times New Roman', serif;
	font-size:0.9em;
    cursor: pointer;
    width:80px;
	padding:10px;
}
th.sortable:hover{ 
	color:#040404;
}
th.sorted-asc, th.sorted-desc { 
      color: #5e5d5d;
}
td{
    background-color: #ccc;
    width:80px;
    vertical-align: middle;
    color: #555;
	padding:10px;
	text-transform:capitalize;
}
td a:hover{
    color: #040404;
}
td.odd {
   background-color: #ddd;
   color: #555;
}
td.hovered {
   background-color: #f9bcb2;
   color: #555;
}
.catalogue figure{
	float:right;
}
figure.pic-base{
	float:left;
	background:url(./images/pic-base.png);
	background-repeat:no-repeat;
	width:280px;
	height:231px;
}
figure.pic-base img{
	margin:20px;
}
.boxgrid{
	width: 240px;
	height:191px;
	float:left;
	padding:20px;
	background:transparent;
	overflow: hidden;
	position: relative;
}
.boxgrid img.cover{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	cursor:pointer;
}
.boxgrid p{
	display:block;
	font-size:0.8em;
}
.boxgrid h1{
	font-size:1.1em;
	padding-bottom:10px;
}
.glass{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	margin:-10px -10px 0 0;
}
.glass img{
	cursor:pointer;
}
.order{
	float:left;
	width:880px;
}
h3.trigger {
	padding: 0;
	margin: 0;
	background: url(./images/order-button.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 210px;
	float: right;
	cursor:pointer;
}
h3.active{
	background-position: left bottom;
}
.toggle_container {
    float:left;
	width:100%;
	clear:both;
	margin-top:20px;
}
section.order-form{
	width:880px;  
	float:left;
	margin:0;
}
aside#instructions{
	float:right;
	width:340px;
	margin:0 0 20px 0;
}
.catalogue .list-aside2{
	float:left;
	margin-top:60px;
	border:1px solid #ddd;
	padding:5px;
	background:rgba(255,255,255,0.6);
}
.catalogue .list-aside-inner2{
	float:left;
	background:#fbfbfb;
	padding:20px;
	font-family:'Times New Roman', serif;
}
figure.divider-aside{
  margin-bottom:10px;
  float:left;
}
/*form styles*/
form#order-request{
	float:left;
	width:500px;
	background:transparent;
	margin-right:40px;
}
form#order-request fieldset{
	width:100%;
	float:left;
}
form#order-request label{
	float:left;
	width:500px;
    font-family:'Times New Roman', serif;
	font-size:0.8em;
	letter-spacing:0.2em;
	text-transform:uppercase;
	color:#555;
	margin:0 0 20px 0;
}
form#order-request input{
	float:left;
	width:500px;
	background:#f2f1f1;
	border-bottom:1px solid #555;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:0 0 20px 0;
	color:#555;
	padding:10px 0;
}
form#order-request  input:hover{
	background:#eee;
}
form#order-request  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	color:#555;
}
form#order-request  input:-moz-placeholder, textarea:-moz-placeholder{
	color:#555;
}
form#order-request textarea{
	float:left;
	width:500px;
	background:#f2f1f1;
	border-bottom:1px solid #555;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:0 0 20px 0;
	color:#555;
	padding:10px 0;
}
form#order-request textarea:hover{
	background:#eee;
}
form#order-request button#buttonsubmit2{
    width:126px;
	height:58px;
	background:url(./images/but-submit.png);
	background-repeat:no-repeat;
    border:none;
    cursor:pointer;
	margin:0;
}
/***SELECT STYLES***/
.sbHolder{
	height: 30px;
	position: relative;
	width: 500px;
	float:left;
	margin:0 0 20px 0;
	background:#f2f1f1;
	border-bottom:1px solid #555;
	border-top:none;
	border-left:none;
	border-right:none;
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 500px;
}
.sbSelector:link, .sbSelector:visited{
	color: #555;
	outline: none;
	text-decoration: none;
	text-transform:uppercase;
	font-size:0.8em;
}
.sbSelector:hover{
	color:#040404;
}
.sbToggle{
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbHolderDisabled{
	background-color: #eee;
	border: solid 1px #555;
}
.sbOptions{
	background-color: #eee;
	border-bottom: solid 1px #555;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 500px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions a{
	border-bottom: solid 1px #555;
	display: block;
	outline: none;
	padding:20px 10px;
	width:480px;
	color: #555;
	text-decoration: none;
	font-size:0.8em;
}
.sbOptions a:hover{
	color: #040404;
}
.sbOptions li.last a{
	border-bottom: none;
}
/* styles for testimonials please view above in photo showcase */
.testimonials-wrap{
	float:left;
	width:100%;
	margin:20px 0 40px 0;
}
.testimonials-inside{
	float:left;
	padding:5px;
	border:1px solid #ddd;
}
.testimonial{
	float:left;
	padding:40px;
	background:#fbfbfb;
}
.testimonial blockquote{
	font-family:'Times New Roman', serif;
	font-style:italic;
	font-size:1.6em;
	text-indent:40px;
	background:url(./images/quotes.png);
	background-repeat:no-repeat;
}
.testimonial cite{
	font-size:0.9em;
	float:right;
}
/* ------------------------------------------------------------------------------------
--  THANK YOU PAGE
------------------------------------------------------------------------------------ */
section.thankyou{
	float:left;
	clear:both;
	width:100%;;
}
section.thankyou h1{
	display:block;
	float:left;
	width:100%;
}
section.thankyou article{
	margin:0 40px 0 0;
	width:500px; 
	float:left;
}
section.thankyou aside{
	float:right;
	width:340px;
	/*if your text is much shorter please set the height here*/
	background:url(./images/flower-bg.png)no-repeat;
	margin-top:20px;
}
.message-aside{
	float:left;
	margin-top:100px;
	border:1px solid #ddd;
	padding:5px;
	background:rgba(255,255,255,0.6);
}
.message-aside-inner{
	float:left;
	background:#fbfbfb;
	padding:20px;
	font-family:'Times New Roman', serif;
}
