/* Bency.co.uk main stylesheet */

/* layout blocks */
div.exampleContent{
  width: 4200px;
}

div.headerMenuBlock{
  background: #d3d0ff;
}
div.headerMenuBlock#wed{
	background: #b6afff;
}
div.headerMenuBlock#cont{
	background: #6256ff;
}
div.headerMenuBlock#commissions{
	background: #bbbdff;
}
div.headerMenuBlock#pro{
	background: #887fe6;
}
div.headerMenuBlock#blog{
	background: #6256ff;
}
div.headerRectangle{
	background: #1105a5;
}
div.footerBlockExamples{
  background: url(../images/backgroundContemporary.png) repeat;
}
div.footerBlock{
	background: url(../images/backgroundContemporary.png) repeat;
}
/* images */

/* paragraphs and other text*/
div.headerMenuBlock p{
	color: #000000;
}

div.footerLeftBlock#info{
	background: #6f69c9;
}

span.mobile{
	color: #cccccc;
}


div.footerBlock p, div.footerBlockExamples p{
	color: #ffffff;
}
/* links */

div.detailsImageBlock a.addToBag{
	color: #6256ff;
}
div.detailsImageBlock a.addToBag:hover{
	color: #bbbdff;
}

div.footerBlock a, div.footerBlockExamples a{
  color: #cccccc;
}
div.footerBlock a:hover, div.footerBlockExamples a:hover{
  color: #ffffff;
}

ul.collectionsListBlock li#current{
	color: #cccccc;
}
