body {
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color: #333;
	text-decoration: none;
}
div.clearFloat {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
.container {
	margin-top: 50px;
}
#social {
	background-color: #fff;
	text-align: right;
	width: 100%;
}
#social img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#logo {
	margin-left: 0px;
	padding-top: 8px;
	display: block;
	float: none;
	margin-bottom: 0;
	background-color: #FFF;
	text-align: center;
	width: 100%;
	clear: both;
	padding-bottom: 54px;
}
#menu-wrapper {
	margin-right: -24px;
	margin-left: -24px;
	height: 69px;
	background-color: #FFF;
}
#left-menu {
	float: left;
	width: 24px;
	height: 69px;
}
#right-menu {
	float: left;
	width: 24px;
	height: 69px;
}
#menu {
	display: block;
	background-color: #D50A35;
	text-align: right;
	height: 43px;
	float: left;
	width: calc(100% - 48px);
}
#menu a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
#menu li {
	padding: 9px;
	float: left;
	text-align: center;
}
#menu li:hover {
	background-color: #000;
}
.content {
	background-color: #FFF;
	padding-bottom: 35px;
	padding-left: 2%;
	min-height: 365px;
}
.tal{
	text-align: left;
}
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}
.brands {
	height: 205px;
	width: 268px;
	max-width: 100%;
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 35px;
	text-transform: uppercase;
}
#pinkkimberley {
	background-image: url(../images/pinkkimberley.gif);
}
#pinkkimberley:hover {
	background-image: url(../images/pinkkimberley-c.gif);
}
#blushpink {
	background-image: url(../images/blushpink.gif);
}
#blushpink:hover {
	background-image: url(../images/blushpink-c.gif);
}
#rmwilliams {
	background-image: url(../images/rmwilliams.gif);
}
#rmwilliams:hover {
	background-image: url(../images/rmwilliams-c.gif);
}
#classiquewatches {
	background-image: url(../images/classiquewatches.gif);
}
#classiquewatches:hover {
	background-image: url(../images/classiquewatches-c.gif);
}
#tresor-paris {
	background-image: url(../images/tresor-paris.gif);
}
#tresor-paris:hover {
	background-image: url(../images/tresor-paris-c.gif);
}
#facebook {
	background-image: url(../images/facebook-bw.jpg);
	background-position: center center;
	background-size:50%
}
#facebook:hover {
	background-image: url(../images/facebook.jpg);
}

#footmenu {
	width: 100%;
	border-top: 7px solid #D50A35;
	text-align: center;
	font-size: 60%;
	color: #FFF;
	letter-spacing: 0.1em;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footmenu a {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;

}
#powered {
	width: calc(100% - 50px);
	text-align: center;
	font-size: 60%;
	color: #D50A35;
	padding: 0px;
	letter-spacing: 0.1em;
}
#powered a {
	color: #D50A35;
	text-decoration: none;

}
/* iphone6 */
@media (max-width: 550px) {
.brands{
	margin-right: auto;
	margin-left: auto;
}
.tal {
	text-align: center;
}
.tar {
	text-align: center;
}
	
	}