/*!
 *
 * styles.css | www.wearebloom.co.uk
 *
 * The main styles for the site
 *
 * This CSS file is used to style a site that is copyrighted. Using any of this
 * code in a way that infringes copyright of the site's design is prohibited.
 *
 */
 
 

/* @group Default Element Styles/Resets */
body { margin: 0px; }
img { border: none; }

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section { display: block; }


table {

	border-collapse: collapse;
	border-spacing: 0;
	
}

body,
form { margin: 0; }

button,
input[type="submit"],
input[type="image"],
input[type="text"],
input[type="password"],
textarea  { 

	-webkit-appearance: none;
	border-radius: 0px;
	
}

button,
input[type="submit"],
label { cursor: pointer; }

sup {

	font-size: 0.83em;
	vertical-align: super;
	line-height: 0;
        
}
/* @end */


/* @group Links */
a { color: #616060; }

a:hover { color: #999999 !important; }
/* @end */


/* @group Headings */
h1,
h2 {
	
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	height: 35px;
	padding-top: 25px;
	position: fixed;
	text-align: center;
	background-color: #FFFFFF;
	top: 0;
	
}

h1 { width: 877px; }

h1.home { width: 657px !important; }

h2 { 

	width: 238px;
	margin-left: -27px;
	
}

div#news > h1 { margin-left: 14px; }

div#contact > h1,
div#about > h1 { width: 899px; }
/* @end */


/* @group Core Layout/Interface */
html,
body { 

	height: 100%;
	min-height: 100%;
	
}

body {
	
	background-color: #f3f3f3;
	line-height: 1.4;
	
}

body { overflow: auto; }

div#content {
	
	width: 1100px;
	margin: 0 auto 0 auto;
	background: #FFFFFF url('/img/gui/content.gif') repeat-y center top;
	min-height: 100%;
	
}

div.content-home { background-image: url('/img/gui/content-home.gif') !important; }

div#menu-bar {
	
	position: fixed;
	width: 160px;
	top: 0;
	bottom: 0;
	margin-left: 20px;
	
}

div,
p,
li,
th,
td {
	
	font-family: Helvetica, Arial, sans-serif;
	color: #616060;
	font-size: 13px;
	
}

div#main-menu > a {
	
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	text-align: center;
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #E5E5E5;
	font-size: 10px;
	font-weight: bold;
	
}

div#menu-about {
	
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #E5E5E5;
	text-align: center;
	
}

div#menu-about > h1,
div#menu-about > p {

	font-family: Helvetica, Arial, sans-serif;
	color: #616060;
	font-size: 13px;
	margin: 0;
	display: inline;
	padding: 0;
	height: auto;
	position: static;
	text-transform: none;
	letter-spacing: 0;
	
}

div#menu-contact {
	
	position: absolute;
	bottom: 0px;
	padding-bottom: 20px;
	text-align: center;
	width: 161px;
	background-color: #FFFFFF;
	
}

div#menu-contact > a,
div#menu-contact > div > a {
	
	color: #616060;
	text-decoration: none;
	
}

div#menu-contact > div { 

	padding-top: 10px;
	font-size: 11px;
	
}

div#menu-contact > div > a { color: #868686; }

div#home-news {
	
	margin-left: 218px;
	width: 180px;
	
}

div.home-news-item {
	
	padding: 60px 0 15px 0;
	border-bottom: 1px solid #E5E5E5;
	
}

div.home-news-item > div { text-align: center; }

div#brands-home-slideshow a,
div.home-news-item a,
div.brand a,
div.news-item a {

	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 15px;

}

div.home-news-item > div.date,
div.news-item > div.date {
	
	font-size: 11px;
	padding-top: 20px;
	
}

div#home-brands {
	
	margin-left: 433px;
	position: fixed;
	top: 0;
	width: 658px;
	
}

div#h1-spacer { height: 60px; }

div#brands-home-slideshow {
	
	width: 596px;
	margin: 0 auto 0 auto;
	
}

div#brands-home-slideshow div.slide div,
div#brands-home-slideshow div.slide p,
div.brand div,
div.brand p { text-align: center; }

div.cycle-slideshow { position: relative; }

div.cycle-prev,
div.cycle-next { cursor: pointer; }

div#brands-home-slideshow div.cycle-prev,
div#brands-home-slideshow div.cycle-next { 

	cursor: pointer;
	position: absolute;
	z-index: 500;
	
}

div#brands-home-slideshow div.cycle-prev,
div#brands-home-slideshow div.cycle-next { top: 440px; }

div#brands-home-slideshow div.cycle-prev { right: 25px; }
div#brands-home-slideshow div.cycle-next { right: 5px; }

div#brands-home-slideshow img { margin-bottom: 38px; }

div#brands-home-slideshow hr,
div.brand hr {
	
	border: none;
	width: 180px;
	margin: 0 auto 0 auto;
	height: 0;
	border-bottom: 1px solid #E5E5E5;
	padding-top: 10px;
	
}

div#brands { margin-left: 200px; }

div.brand {
	
	float: left;
	width: 408px;
	height: 475px;
	padding-left: 21px;
	
}

div.brand img { padding-bottom: 15px; }

div.brand div.intro { padding-top: 15px; }

a.more {
	
	color: #616060 !important;
	font-size: 13px !important;
	text-transform: none !important;
	font-weight: normal !important;
	letter-spacing: 0 !important;
	
}

div#news { margin-left: 177px; }

div#news > div { text-align: center; }

div.news-item {
	
	margin-left: 41px;
	float: left;
	width: 180px;
	height: 320px;
	margin-bottom: 79px;
	border-bottom: 1px solid #E5E5E5;
	
}

div.news-item div.intro { padding-top: 5px; }

div#splash {
	
	z-index: 750;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000000 url('/img/gui/splash.jpg') no-repeat center top;
	cursor: pointer;
	
}

div#contact,
div#about { 

	margin-left: 181px;
	padding-left: 10px;
	margin-right: 10px;
	
}

div#contact p,
div#about p { 

	text-align: center;
	padding-top: 30px;

}

div#about p { 

	width: 390px;
	margin: 0 auto 0 auto;
	
}

div#about img {
	
	display: block;
	margin: 0 auto 0 auto;
	
}

div#map-canvas {
	
	width: 596px;
	height: 430px;
	margin: 0 auto 0 auto;
	
}

div#about h3,
div.single-news-item h3 {
	
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding-top: 30px;
	
}

div#about hr {
	
	height: 0;
	width: 180px;
	margin: 0 auto 0 auto;
	border: none;
	border-bottom: 1px solid #E5E5E5;
	padding-top: 15px;
	
}

div#about h3 + p { padding-top: 5px !important; }

div#about img.team { padding-top: 35px; }

div.team + h3 { padding-top: 20px !important; }

div.single-news-item { 

	position: relative;
	padding: 0 10px 0 12px;
	
}

div.single-news-item img {
	
	display: block;
	max-width: 480px;
	margin: 0 auto 0 auto;
	
}

a#prev-news,
a#next-news {
	
	display: block;
	text-decoration: none;
	color: #616060;
	position: absolute;
	width: 60px;
	text-align: center;
	top: 170px;
	
}

a#prev-news { left: 45px; }

a#next-news { right: 45px; }

div.single-news-item h3 { padding-top: 0px; }

div.single-news-item div.date { 

	padding-top: 20px;
	font-size: 11px;
	
}

div.single-news-item div.date,
div.single-news-item h3,
div.single-news-item ul,
div.single-news-item ol,
div.single-news-item p { 

	width: 485px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

div#news-nav-start {
	
	clear: both;
	height: 0;
	
}

div#news-nav {
	
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 20px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: -59px;
	position: relative;
	
}

div#news-nav a { color: #616060; }

a#news-nav-next {

	position: absolute;
	right: 0px;
	
}

div#brand-item-slideshow { 

	width: 596px;
	margin: 0 auto 0 auto;
	
}

div#brand-item-slideshow img { 

	width: 596px !important;
	max-width: 596px !important;
	
}

div#spacer {
	
	clear: both;
	height: 0px;
	
}	

div#brand-item-slideshow div.cycle-prev, 
div#brand-item-slideshow div.cycle-next { 

	float: right;
	padding-right: 10px;
	padding-top: 5px;
	
}

div.single-brand-item ul,
div.single-brand-item ol,
div.single-brand-item p { width: 385px !important; }

a.brand-prev-next { top: 250px !important; }

div.end {

	clear: both;
	height: 0;
	
}

div#news p > img { padding-top: 30px; }

@font-face {
    font-family: 'oliverbold';
    src: url('/fonts/oliver_bold-webfont.eot');
    src: url('/fonts/oliver_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/oliver_bold-webfont.woff') format('woff'),
         url('/fonts/oliver_bold-webfont.ttf') format('truetype'),
         url('/fonts/oliver_bold-webfont.svg#oliverbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1,
h2,
div#main-menu > a,
div#about h3,
div.single-news-item h3,
div#brands-home-slideshow a,
div.home-news-item a,
div.brand a,
div.news-item a {
	
	font-family: 'oliverbold', Helvetica, Arial, sans-serif;
	font-weight: normal !important;
	font-style: normal !important;

	
}

a.more {
	
	font-weight: normal !important;
	font-family: Helvetica, Arial, sans-serif !important;
	
}
/* @end */

/* @group Media Queries */
@media only screen and (max-device-width: 1024px) {

	div#menu-bar,
	div#home-brands,
	div#splash,
	h1,
	h2 { position: absolute; }
}
/* @end */