@charset "utf-8";
/* Tony Trinh @ VDP WEBSITES 26.06.2008 / HAIR BLING BY TRISH / NORMAL VERSION
--------------------------------------------------------------------------- */
/*
-- ID = "#blah", CLASS = ".blah"
-- Font: Arial, Helvetica, sans-serif;
-- Colors:
	#000000 = black
	#ffffff = white
	#fa5f67 = red
	#ffd800 = yellow
	#61d45b = green
	#6bd5cb = blue
	#fb8e17 = orange
	#fbd4a8 = orange-light
*/
/* GENERAL
--------------------------------------------------------------------------- */
body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	margin: 10px;
	text-align: center;
}
#wrap {
	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
	width: 950px;
}
h1 {
	background-image: url(../img/header.gif);
	text-indent: -9999px;
	width: 950px;
	height: 165px;
	margin: 0;
	padding: 0;
}
#miniwrap {
	width: 950px;
	padding-bottom: 15px;
	background-image: url(../img/contentbg.gif);
	background-repeat: repeat-y;
}
/* NAVIGATION
--------------------------------------------------------------------------- */
#navigation {
	margin: 0 0 0 65px;
	float: left;
	width: 114px;
	height: 525px;
}
.current {
	background-position: 0 -65px;
}
#home {
	display: block;
	width: 114px;
	height: 65px;
	background-image: url(../img/home.gif);
}
#home:hover { 
	background-position: 0 -65px;
}
#home span {
	display: none;
}
#products {
	display: block;
	width: 114px;
	height: 65px;
	background-image: url(../img/products.gif);
}
#products:hover { 
	background-position: 0 -65px;
}
#products span {
	display: none;
}
#buyonline {
	display: block;
	width: 114px;
	height: 65px;
	background-image: url(../img/buyonline.gif);
}
#buyonline:hover { 
	background-position: 0 -65px;
}
#buyonline span {
	display: none;
}
#stockists {
	display: block;
	width: 114px;
	height: 65px;
	background-image: url(../img/stockists.gif);
}
#stockists:hover { 
	background-position: 0 -65px;
}
#stockists span {
	display: none;
}
#aboutme {
	display: block;
	width: 114px;
	height: 65px;
	background-image: url(../img/aboutme.gif);
}
#aboutme:hover { 
	background-position: 0 -65px;
}
#aboutme span {
	display: none;
}
#gallery {
	display: block;
	width: 114px;
	height: 65px;
	background-image: url(../img/gallery.gif);
}
#gallery:hover { 
	background-position: 0 -65px;
}
#gallery span {
	display: none;
}
#newsletter {
	display: block;
	width: 114px;
	height: 65px;
	background-image: url(../img/newsletter.gif);
}
#newsletter:hover { 
	background-position: 0 -65px;
}
#newsletter span {
	display: none;
}
#contact {
	display: block;
	width: 114px;
	height: 65px;
	background-image: url(../img/contact.gif);
}
#contact:hover { 
	background-position: 0 -65px;
}
#contact span {
	display: none;
}
/* CONTENT
--------------------------------------------------------------------------- */
#fcontent {
	float: left;
	background-image: url(../img/contentImage.jpg);
	width: 756px;
	height: 507px;
}
#flash {
	background-color: black;
	width: 706px;
	height: 464px;
	margin-left: 7px;
	margin-top: 36px;
}
#divider {
	float: left;
	background-image: url(../img/contentdiv.gif);
	width: 756px;
	height: 62px;
}
#content {
	margin: 0 0 0 179px;
	padding-right: 20px;
	width: 720px;
	text-align: left;
}
/* CONTENT-FORMATTING
--------------------------------------------------------------------------- */
.imageright {
	float: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px dashed #fa5f67;
}

.imageleft {
	float: left;
	padding: 7px;
	background-color: #ffffff;
	border: 1px dashed #fa5f67;
	margin-right: 10px;
}
.imagecenter {
	padding: 7px;
	background-color: #ffffff;
	border: 1px dashed #fa5f67;
	margin: 20px auto 20px;
	display: block;
}
#content p {
	font: 14px/18px  Lucida Bright, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
}
#content h2 {
	font: bold 24px/26px Lucida Handwriting, Arial, Helvetica, sans-serif;
	color: #fb8e17;
	width: 720px;
	padding: 0;
	margin: 0;
}
#content h3 {
	font: 18px/20px Lucida Handwriting, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #fa5f67;
	width: 720px;
	padding: 0;
	margin: 0;
}
#content a:link, #content a:visited, #content a:active {
	font: 14px/18px  Lucida Bright, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fb8e17;
}
#content a:hover {
	color: #fa5f67;
	text-decoration: none;
}
/* FOOTER
--------------------------------------------------------------------------- */
#footer {
	background-color: #000000;
	text-align: center;
	width: 950px;
	height: 15px;
	overflow: hidden;
	margin: 0 auto;
}

.colour {
	float: left;
	width: 15px;
	height: 60px;
	margin: 7px 7px 15px 7px;
}
