body  {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #2e2e2e;
	text-align: center;
	background-color: #fff;
}

#content {
	margin-top: 80px;
}


a {
	color: #535353;
	text-decoration: underline;
}


a:hover {
	color: #000;
}

#homeheader {
	margin-bottom: 30px;
}

#homeheader img, #collections li img {
	margin-right: 20px;
	margin-left: 20px;
	border: 3px solid white;
	-webkit-box-shadow:2px 2px 6px rgba(0,0,0, 0.4);
	-moz-box-shadow:2px 2px 6px rgba(0,0,0, 0.4);
	box-shadow:2px 2px 6px rgba(0,0,0, 0.4);
}

#collections li img:hover {
-webkit-box-shadow:1px 1px 4px rgba(0,0,0, 0.4);
	-moz-box-shadow:2px 2px 6px rgba(0,0,0, 0.4);
	box-shadow:2px 2px 6px rgba(0,0,0, 0.4);
}

#introtext {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	font-size: 14px;
	line-height: 20px;
	text-shadow: #fff 0 1px 0;
}

#introtext p {
	margin-bottom: 8px;
	margin-top: 0;
}

#introtext h1 {
	font-size: 18px;
	color: #494949;
	font-weight: normal;
	font-style: normal;
}

#homebuttons {
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

#homebuttons li {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
 	width: 150px;
	background-color: #ddd;
	padding: 8px 12px;
	text-align: center;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
	border: 1px solid #9b9b9b;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0, 0.4);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0, 0.4);
	box-shadow:0px 1px 3px rgba(0,0,0, 0.4);
	background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, rgb(221,221,221)),
    color-stop(0.63, rgb(221,221,221)),
    color-stop(0.82, rgb(240,240,240))
);
background-image:-moz-linear-gradient(
    center bottom,
    rgb(221,221,221) 25%,
    rgb(221,221,221) 63%,
    rgb(240,240,240) 82%
);
}
#homebuttons li:hover {
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0, 0.3);
	-moz-box-shadow:0px 0px 2px rgba(0,0,0, 0.3);
	box-shadow:0px 0px 2px rgba(0,0,0, 0.3);
	background-color: #ebebeb;
	background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, rgb(235,235,235)),
    color-stop(0.63, rgb(235,235,235)),
    color-stop(0.82, rgb(224,224,224))
);
background-image:-moz-linear-gradient(
    center bottom,
    rgb(235,235,235) 25%,
    rgb(235,235,235) 63%,
    rgb(224,224,224) 82%
);
	border: 1px solid #c4c4c4;
}

#homebuttons li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #575757;
	text-shadow: #fff 0 1px 0;
}

#homebuttons li a:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: #282828;
	text-shadow: #fff 0 -1px 0;
}

#innercontent {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	}


#collimage {
	margin-right: 30px;
	float: left;
}


#rightcoll {
	float: left;
	width: 420px;
	text-shadow: #fff 0 1px 0;
}


#rightcoll h1, #rightsingle h1, #innercontent h1 {
	margin: 0 0 10px;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	color: #535353;
}

#collections {
	list-style-type: none;
	padding: 0;
	margin: 0 55px;
}

#collections li {
	margin-bottom: 20px;
	font-size: 16px;
	float: left;
}

#imagessingle {
	float: left;
	width: 350px;
}

#imagessingle img,  img#collimage {
	margin-right: 15px;
	margin-left: 0px;
	border: 3px solid white;
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0, 0.4);
	-moz-box-shadow:1px 1px 3px rgba(0,0,0, 0.4);
	box-shadow:1px 1px 3px rgba(0,0,0, 0.4);
	float: left;
	margin-bottom: 15px;
}


#rightsingle {
	float: right;
	width: 320px;
	text-shadow: #fff 0 1px 0;
}

#rightsingle p, #innercontent p {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin: 0 0 8px;
	padding: 0;
}

#innercontent p#stockists {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}

#back {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: #ddd;
	padding: 6px 10px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #9b9b9b;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0, 0.4);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0, 0.4);
	box-shadow:0px 1px 3px rgba(0,0,0, 0.4);
	background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, rgb(221,221,221)),
    color-stop(0.63, rgb(221,221,221)),
    color-stop(0.82, rgb(240,240,240))
);
background-image:-moz-linear-gradient(
    center bottom,
    rgb(221,221,221) 25%,
    rgb(221,221,221) 63%,
    rgb(240,240,240) 82%
);
	font-size: 12px;
	margin-top: 20px;
	display: inline-block;
}
#back:hover {
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0, 0.3);
	-moz-box-shadow:0px 0px 2px rgba(0,0,0, 0.3);
	box-shadow:0px 0px 2px rgba(0,0,0, 0.3);
	background-color: #ebebeb;
	background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.25, rgb(235,235,235)),
    color-stop(0.63, rgb(235,235,235)),
    color-stop(0.82, rgb(224,224,224))
);
background-image:-moz-linear-gradient(
    center bottom,
    rgb(235,235,235) 25%,
    rgb(235,235,235) 63%,
    rgb(224,224,224) 82%
);
	border: 1px solid #c4c4c4;
}

a#back {
	text-transform: uppercase;
	text-decoration: none;
	color: #575757;
	text-shadow: #fff 0 1px 0;
}

a#back:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: #282828;
	text-shadow: #fff 0 -1px 0;
}


#footer, #footer a {
	color: #656565;
	font-size: 10px;
	margin-top: 100px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	}



a#blendhome {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
 	width: 100px;
	background-color: #3f6570;
	padding: 6px 10px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #132f38;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0, 0.4);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0, 0.4);
	box-shadow:0px 1px 3px rgba(0,0,0, 0.4);
	background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.32, rgb(40,74,84)),
    color-stop(0.7, rgb(61,104,117))
);
background-image:-moz-linear-gradient(
    center bottom,
    rgb(40,74,84) 32%,
    rgb(61,104,117) 70%
);
	margin-bottom: 30px;
	text-decoration: none;
	color: white;
	text-shadow: #001015 0 1px 0;
}
a#blendhome:hover {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
 	width: 100px;
	background-color: #3f6570;
	padding: 6px 10px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #3d6875;
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0, 0.3);
	-moz-box-shadow:0px 0px 2px rgba(0,0,0, 0.3);
	box-shadow:0px 0px 2px rgba(0,0,0, 0.3);

	background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.32, rgb(63,101,112)),
    color-stop(0.7, rgb(34,77,89))
);
background-image:-moz-linear-gradient(
    center bottom,
    rgb(63,101,112) 32%,
    rgb(34,77,89) 70%
);
	margin-bottom: 30px;
	text-decoration: none;
	color: #cadfe5;
	text-shadow: #001015 0 -1px 0;
}
