@charset "UTF-8";
/* CSS Document */

/* Eric Meyers Reset CSS rules */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
}

body {
	background: url(../images/splash.gif) top left no-repeat #fff;
	background-position: 0px -110px;
	font-family: Arial, Helvetica, sans-serif;
	}

p, ul, ol {
	font-size: 13px;
	margin-bottom: 1em;
	color: #464749;
	line-height: 1.5em;
	}

ul, ol {
	margin-left: 15px;
	}
	
a, a:visited {
	color: #ff0076;
	}
	
a:hover {
	color: #464749;
	}
	
#top-bar {
	width: 100%;
	background: url(../images/bg_square_rim.gif) bottom left repeat-x #fff;
	height: 24px;
	text-align: right;
	}
	
#top-bar a {
	color: #636568;
	}

#top-bar p {
	font-size: 10px;
	line-height: 24px;
	padding-right: 20px;
	}
	
	
#navbar {
	width: 195px;
	float: left;
	margin-left: 50px;
	line-height: 1.5em;
	margin-top: 180px;
	}
		
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	}
		
#navbar ul li ul {
	margin-left: 10px;
	}
	
#navbar ul li a {
	display: block;
	padding: 4px;
	line-height: 20px;
	color: #636568;
	text-decoration: none;
	border-top: 1px #999999 solid;
	}
	
#navbar ul li ul {
	margin-top: -5px;
	margin-bottom: 7px;
	}
	
#navbar ul li ul {
	display: none;
	margin-top: -5px;
	margin-bottom: 7px;
	}

#navbar ul li ul li a {
	display: block;
	padding: 2px 2px 0px 2px;
	color: #636568;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-top: 0px;
	margin: 0;
	line-height: 18px;
	text-transform: capitalize;
	}
	
#navbar ul li a:hover {
color: #ff0076;
	background: #f3f4f4;
	}
	
body.welcome #navbar ul li.welcome a,
body.styler #navbar ul li.styler a,
body.product #navbar ul li.product a,
body.delivery #navbar ul li.delivery a,
body.terms #navbar ul li.terms a,
body.contact #navbar ul li.contact a
 {
	color: #ff0076;
	}
	
body.welcome #navbar ul li.welcome ul li a,
body.styler #navbar ul li.styler ul li a,
body.product #navbar ul li.product ul li a,
body.delivery #navbar ul li.delivery ul li a,
body.terms #navbar ul li.terms ul li a,
body.contact #navbar ul li.contact ul li a
	{
	color: #636568;
	}

body.product #navbar ul li.product ul {
display: block;
}

body.styler #navbar ul li.styler ul {
display: block;
}



.header {
	width: 459px;
	height: 70px;
	position: absolute;
	top: 90px;
	left: 50px;
	}
	
.header h1 a {
	display: block;
	background: url(../images/logo_brand-id.png) top left no-repeat;
	text-indent: -3456px;
	width: 194px;
	height: 65px;
	}

.header h4 {
	text-indent: -3456px;
	display: block;
	width: 194px;
	height: 1px;
	}

.content, .footer {
	position: relative;
	top: 35px;
	margin-left: 283px;
	padding-left: 30px;
	padding-right: 30px;
	width: 630px;
	}

.content {
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding-bottom: 20px;
	
	}

.content .cols2_col1 {
	width: 300px;
	margin-right: 30px;
	float: left;
	}

.content .cols2_col2 {
	width: 300px;
	margin-left: 330px;
	}

.footer p {
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #636568;
	}
	
h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #ff0076;
	font-size: 20px;
	margin-bottom: .5em;
	margin-top: 0em;
	}
	
h4 {
	font-size: 18px;
	color: #464749;
	margin-bottom: 0.5em;
	font-weight: bold;
	}
	
span.grey {
	color: #464749;
	}
	
#master0 {
	margin-bottom: 0px;
	}
	
.image-holder {
	height: 150px;
	}
	
.clear-both {
clear: both;
}

body.styler #navbar.packaging ul li.styler ul li.packaging a,
body.styler #navbar.specifications ul li.styler ul li.specifications a,
body.product #navbar.templates ul li.product ul li.templates a,
body.product #navbar.customisation ul li.product ul li.customisation a,
body.product #navbar.supporting ul li.product ul li.supporting a,
body.product #navbar.bespoke ul li.product ul li.bespoke a {
color: #ff0076;
}

.block {
	padding: 10px;
	border: 1px solid #ff0076;
	}
	
.block p {
	margin-bottom: 0;
	}
	
.arrow {
	background: url(../images/arrow_bottom.gif) top center no-repeat;
	height: 10px;
	}
	