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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(../images/BEE3EDFFFFFF_106.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.newsimages {
	margin-top: 10px;
	margin-bottom: 10px;
}
.breakline {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #567280;

}
blockquote {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #567280;
}
.imageexcerpt {
	float: left;
	margin-right: 5px;
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ECF8FB;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/header-back.jpg);
	background-repeat: repeat-x;
	height: 61px;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
} 
.tagline {
	position: relative;
	left: 275px;
}


.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	border-right-width: 0.5px;
	border-right-style: solid;
	border-right-color: #BEE3ED;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent .productdiv a {
	color: #1F5A7C;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent {
	width: 759px;
	margin-left: 230px;
	padding-right: 7px;
	padding-bottom: 20px;
	margin-bottom: 20px;
} 
.twoColFixLtHdr #container #mainContent .homeimages {
	border: medium solid #C9D4D6;
	height: 574px;
	width: 750px;
	background-color: #BEE3ED;
}

.twoColFixLtHdr #container #footer #getintouch {
	float: left;
	width: 400px;
	margin-left: 30px;
}
.twoColFixLtHdr #container #footer .copyright {
	background-position: center;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.twoColFixLtHdr #container #footer .copyright a {
	color: #333333;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer .copyright a:hover {
	text-decoration: underline;	
}


.twoColFixLtHdr #container #footer #getintouch h3 {
	font-size: 1.4em;
	line-height: 140%;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.twoColFixLtHdr #container #footer #getintouch p {
	font-size: 100%;
	color: #333333;
	margin-left: 10px;
}

.twoColFixLtHdr #footer {
	background-color: #dde1e4;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 20px;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/Euphoria_box.png);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.twoColFixLtHdr #container #footer #latestnews-footer {
	float: left;
	width: 550px;
	margin-right: 20px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.twoColFixLtHdr #container #footer #latestnews-footer h3 {
	font-size: 1.0em;
	line-height: 140%;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 10px;
}
.twoColFixLtHdr #container #footer #latestnews-footer p {
	font-size: 85%;
	color: #333333;
	margin-left: 10px;
	line-height: 130%;
}
.twoColFixLtHdr #container #footer #latestnews-footer a {
	color: #657C8A;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #subhead {
	height: 43px;
	padding-top: 7px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	position: relative;
	height: 50px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	left: 610px;
}

#navlist li a {
	font-size: small;
	color: #333333;
	text-decoration: none;
	background-position: right;
}
#navlist li a:hover {
	font-size: small;
	color: #666666;
	text-decoration: underline;
	background-position: right;
}
.twoColFixLtHdr #container #subhead2 {
	height: 73px;
	padding-top: 7px;
}

#navlist2 li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	left: 610px;
}

#navlist2 li a {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	background-position: right;
	background-color: #567280;
	padding: 4px;
	border: thin dotted #333333;
}
#navlist2 li a:hover {
	font-size: small;
	color: #333333;
	background-position: right;
	background-color: #99B0BB;
}

.twoColFixLtHdr #container #mainnav {
	padding-left: 10px;
}

#mainnav li {
	list-style-type: none;
}

#mainnav li a {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 140%;
}
#mainnav li a:hover {
		color: #666666;
	text-decoration: underline;
	
}
#mainnav #mainnav .nolink {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 140%;
}
#mainnav #mainnav .nolink a {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 140%;
}
#mainnav #mainnav .nolink a:hover {
		color: #666666;
	text-decoration: underline;
	
}
.productdiv img {
	margin-right: 15px;
	margin-bottom: 15px;
	border: medium solid #DCF0F6;
	float: left;
}
.productdiv p {
	line-height: 130%;
	margin-bottom: 10px;
}
.productdiv h1 {
	font-size: 1.3em;
	font-weight: normal;
	color: #36738f;
	margin-bottom: 15px;
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
}
.headline {
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 8px;
}
p {
	font-size: 100%;
	line-height: 130%;
	padding-bottom: 10px;
}
.date {
	font-size: 80%;
	color: #567280;
	padding-bottom: 8px;
}
.permalink {
	font-size: 80%;
}
a {
	color: #567280;
	text-decoration: none;
}
a:link {
	color: #567280;
}
a:hover {
	color: #33444D;
	text-decoration: underline;
}
a:visited {
	color: #567280;
}

p.testimonial:first-letter {
	font-size : 300%;
	font-weight : normal;
	float : left;
	width : 1em;
	color : #567280;
 }
 
 .bqstart {
     float: left;
    height: 45px;
     margin-top: -30px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 500%;
     color: #567280;
 }

 .bqend {
     float: right;
     font-size: 500%;
	 height: 25px;
     margin-top: 0px;
     padding-top: 45px;
     color: #567280;
 }
 .testimonial-top {
	background-image: url(../images/scallop-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	width: 715px;
 }
 
 .testimonial-bottom {
	background-image: url(../images/scallop-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	width: 715px;
 }
 
 .testimonial {
	background-color: #cfdee5;
	width: 665px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 100%;
	line-height: 130%;
 }.mugshot {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.jewellerybox {
	float: left;
	width: 175px;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #567280;
}
.jewellerybox img{
	padding-bottom: 7px;
}

.caption {
	height: 200px;
	width: 157px;
	float: left;
	text-align: center;
	vertical-align: top;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 8px;
	background-color: #DFE7EA;
	border: .5px dotted #AABDC6;
	font-size: 60%;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.caption img{
	height: 150px;
	width: 150px;
	}
.caption a:link{
	color: #567280;
	text-align: center;
	vertical-align: top;
}
.caption a:visited{
	color: #567280;
	text-align: center;
	vertical-align: top;	
}
.caption a:hover{
	color: #333333;
	text-align: center;
	vertical-align: top;
	text-decoration: underline;
}
.popup {
	background-image: url(../images/BEE3EDFFFFFF_106.png);
	padding-left: 15px;
}
.animback {
	background-image: url(../images/1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}