/* CSS Global */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 0;
	margin: 0;
	text-align: center;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 6px 0;
}

a { 
	text-decoration: underline;
	color: #666;
}
a:hover { 
	text-decoration: underline;
	color: #97c1c6;
}

#wrapper {
	width: 804px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 804px;
	height: 108px;
	background-image: url(../images/img-logo.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#glowmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#border-left {
	float: left;
	width: 9px;
	height: 507px;
	background: url(../images/bg-leftborder.gif) top no-repeat;
}

#border-right {
	float: right;
	width: 13px;
	height: 507px;
	background: url(../images/bg-rightborder.gif) top no-repeat;
}

#flash{
	float: right;
	width: 473px;
	height: 507px;
	background: url(../images/bg-flash.gif) top no-repeat;
}

#approach-images {
	float: right;
	padding-top: 12px;
	width: 250px;
}

#approach-text {
	float: left;
	width: 475px;
	text-align: justify;
	padding-top: 12px;
}

#approach-container {
	width: 735px;
}

#content {
	float: left;
	width: 322px;
	height: 507px;
	background: url(../images/bg-tagline.gif) bottom no-repeat;
}

#content-full {
	float: left;
	width: 782px;
	height: 507px;
	background: url(../images/bg-base.gif) left bottom no-repeat;
}

#copy {
	padding: 16px;
	text-align: left;
}

#bf-nav { 
	vertical-align: bottom;
	position: relative; top: 425px;
	padding: 0 0 0 16px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 3px 10px 3px 10px;
}

#left {float:left}
#right {float:right}
#clearer {clear:both}

.grey {color:#999999;}
.grey a {color:#999999; text-decoration:none}
.grey a:hover {color:#97c1c6; text-decoration:underline}


/* -- iframe  -- */

.jewellery-iframe { 
width: 750px;
height: 280px;
border: none;
padding: 0;
margin: 0;
}


/* -- Scrollbars -- */

#approach-scroll {
/* Typical fixed height and fixed width example */
width: 745px;
height: 385px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 5px 10px 5px 0;
float: left;
}

#jewellery-scroll {
/* Typical fixed height and fixed width example */
width: 750px;
height: 100px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 5px 10px 5px 0;
}

/* -- Form -- */

form {
	padding: 0;
	margin: 0;
	display: inline;
	line-height: 16px;
}

form p {
	padding: 0;
	margin: 6px 0;
}

input.contact {
	border: 1px #b2cbd0 solid;
	background-color: #FFFFFF;
	width: 220px;
	font-size: 12px;
	padding-left: 3px;
}

textarea.message {
	border: 1px #b2cbd0 solid;
	background-color: #FFFFFF;
	width: 220px;
	height: 80px;
	font-size: 12px;
	padding-left: 3px;
}

.button {
    border: 1px solid #b2cbd0;
    background: #eaf1f2;
	margin-right: 65px;
}

.button:hover {
    border: 1px solid #8aacb4;
    background: #b2cbd0;
}

.red {color:#FF0000}

.green {color:#336666}