/* COLOUR PALLETT 

blue: #bbffe0
red: #ff5b3f
yellow: #ffd85f

light gray: #f1f1f1
mid gray: #c7c7c7
dark gray: #373737

*/


#custom-doc {
     margin: auto;text-align: left; /* leave unchanged */
     width: 73.84em; /* non-IE – divide the pixel width by 13 */
     *width: 72.00em; /* IE – divide the pixel width by 13.3333 */
     min-width: 960px; /* optional but recommended */
  }
  
 /* GRID BUTTON STYLES */

a#grid_overlay {
	color: #252525;
	text-decoration: none;
	position: absolute;
	padding: 5px;
	top: 0px;
	left: 0px;
}

a#grid_overlay:hover{
	background-color: #33ffcc;
	color: #fff;
}

body{
	font: 62.5%/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #d1d1d1;
	background: transparent url(/images/pattern.jpg);
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia-italic, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

h1 {
	font-size: 4em;
	color: #373737;
}

h2 {
	font-size: 2.0em;
	margin: 0em 0em .3em 0em;
	color: #4b3242;
}

h3 {
	font-size: 1.6em;
	color: #aeaeae;
}

h4 {
	font-size: 1.3em;
	color: #4b3242;
}



a {
	text-decoration: none;
	color: #4b3242;
}

a:hover {
	text-decoration: none;
	color:  #98b23c;
}

a:focus, a:hover, a:active { outline:none }  

p {
	color: #4b3242;
	margin: 1em 0em;
	font-size: 1.5em;
	line-height: 1.5em;
}

object {
	margin: 2em 0em;
}

#top_line {
	background: #f1f1f1;
	height: 2em;
	width: 100%;
}

/* HEADER STYLES */


#hd {
	height: 34em;
	padding: 0px 10px;
	position: relative;
}



#header_logo{
	background: transparent url(/images/bb_logo-trans.png) no-repeat 4.4em top;
	background-position: center;
	padding: 14.6em;
	text-indent: -5000px;
}

ul.nav {
	position: absolute;
	top: 33em;
}

ul.nav li{
	display: inline;
	float: left;
	margin: 0px 60px 0px 0px;
	font-size: 1.3em;
}

ul.nav li#coming_soon a h4{
	background-color: #98b23c;
	color: #fff;
	padding: .5em 8em .5em 1em;
	margin: -.5em;
	text-align: left;
}



div #contact-box {
	position: absolute;
	right: 1em;
	top: 10.6em;
	color: #373737;
	line-height: 2em;
}

div #dots {
	position: absolute;
	right: 1em;
	top: 13em;
}

/* BODY STYLES */

#bd {
	margin: 4em 0em;
	padding: 0em 1em;
}

#slideshow_wrapper {
	margin: -2em 0em;
}

div.yellow-highlight {
	background-color: #ffd85f;
	height: .5em;
	width: 100%;
}

div.red-highlight {
	background-color: #ff5b3f;
	height: .5em;
	width: 100%;
	line-height: 0em;
	margin: 0px;
}

img {
	line-height: 0em;
	padding: 0px;
}

/* @group WHO PAGE */

div#bd div.two-col-row {
	margin: 2em 0em 2em;
}

div.two-col-row a div.red-highlight {
	width: 100%;
	background-color: #fff;
	line-height: 0em;
}

div.two-col-row a:hover div.red-highlight {
	background-color: #ff5b3f;
}

div#aesthetic-short-desc a:hover h2 {
	color: #ff5b3f;
}


ul.grid-gallery li{
	margin: 0em 1em 1em 0em;
	float: left;
	display: inline;
}

ul.grid-gallery{
	margin: 0em 0em 2em 0em;
	position: relative;
}

/* @end */

/* @group AESTHETIC PAGE */

div#bd div.four-col-row {
	margin: 2em 0em 2em;
}

div.four-col-row a div.red-highlight {
	width: 220px;
	background-color: #fff;
}

div.four-col-row a:hover div.red-highlight {
	width: 220px;
	background-color: #ff5b3f;
}

div.four-col-row div#rightColumn {
	padding-left: 1.6em;
}

hr {
	color: #dddddd;
	background-color: #dddddd;
	border-style: none;
	margin: 0em 4em;
	height: 1px;
}

div.four-col-row div#aesthetic-short-desc p{
	padding-right: 0em;
}

div#aesthetic-short-desc p a{
	color: #565656;
}

div#aesthetic-short-desc p a:hover{
	color: #ff5b3f;
}

div.four-col-row div#aesthetic-short-desc a:hover h2 {
	color: #ff5b3f;
}

ul.grid-gallery#aesthetic-gallery li{
	margin: 0em 2em 2em 0em;
	float: left;
	display: inline;
}

ul.grid-gallery#aesthetic-gallery{
	margin: 2em 0em 2em 0em;
	position: relative;
}


/* @end */

/* @group BEFORE+AFTER HORZ */

div#bef-aft-horz{
	text-align: right;
	width: 590px;
	margin-left: 4.9em;
}

div.before-image {
	margin-bottom: 2em;
}

div#bef-aft-horz h3{
	margin-top: .5em;
}
/* @end */






/* FOOTER STYLES */

#ft {
	text-align: center;	
	color: #999999;
	margin: 1em 0em 1em;
	font-family: Georgia-italic, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#ft a {
	color: #999999;
	text-decoration: underline;
}

#ft a:hover {
	color: #ff5b3f;
}




