@charset "UTF-8";
/* CSS Document */

.emaillink {
	display: block;
	width: 390px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
        background: #a0505e;
        color: #fff;
        padding: 10px 5px;
        margin-top: 10px;
        margin-bottom: 20px;
        border: 1px solid #660000; 
		text-align: center;
		line-height: 1.6em
 
}
.emaillink a,.emaillink a:visited {
	    color: #fff;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.8em
        
 
}
.emaillink a:hover {
	 text-decoration: underline;
        
 
}

#header h1, h2 {
	text-align: center;
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: -0.05em;
	font-weight: normal;
}
#header h1 {
	margin-top: 20px;
}
.house {
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: block;
}
#welcome {
	width: 725px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: justify;
	display: block;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}
#welcome h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	letter-spacing: -0.05em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}
#welcome p {
	line-height: 120%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#tip {
	display: block;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	text-align: center;
	border-top-color: #E6AB71;
	border-bottom-color: #E6AB71;
	width: 725px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}
#tip p {
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
#insurance {
	margin: 0px;
	padding: 0.5em;
	text-align: center;
}
.pdfInfo {
	padding: 0px;
	border: 1px solid #E6AB71;
	width: 500px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.blockContainer {
	display: block;
	padding: 0px;
	width: 580px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.block {
	display: block;
	padding: 0px;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.block p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
	display: block;
	line-height: 140%;
}
.block img {
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.block h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	letter-spacing: -0.05em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6AB71;
}
.block h4 {
	font-size: 1.6em;
	letter-spacing: -0.05em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6AB71;
	font-family: "Times New Roman", Times, serif;
}
.block address {
	font-size: 1.1em;
	font-style: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.block h5 {
	font-size: 1.1em;
	letter-spacing: -0.05em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.column  {
	display: block;
	width: 240px;
	margin: 0px;
	padding: 0px;
}
#messageContainer {
	margin-bottom: 150px;
	margin-top: 100px;
}
#messageContainer p {
	text-align: center;
}
#addressContainer {
}
#addressContainer p {
	text-align: center;
	border-top-width: 4px;
	border-top-style: double;
	border-top-color: #E6AB71;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: .5em;
}
form {
	display: block;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
}
form label {
	font-weight: bold;
	margin-top: 5px;
	display: block;
	margin-bottom: 2px;
}
form .textbox, form textarea{
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	outline:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
form textarea {
	height: 100px;
}
form .inputContainer {
	display: block;
	padding: 4px;
	border: 1px solid #E6AB71;
	background-color: #FFF;
}
form #submit {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.attention
{
	background: #F0B881;
	border: 1px solid #721D26;
	width: 478px;
	margin: 0 auto 10px auto;
	padding: 10px 8px 10px 8px;
}

.attention h1	
{
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: -0.05em;
	font-weight: normal;
	margin: 0 0 12px 0;
}

.attention.household
{
	background-image: url(images/bg-connoisseur-household.jpg);
	background-position: 240px 48px;
	background-repeat: no-repeat;
}

.usp
{
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

.usp li
{
	padding: 0 0 5px 20px;
	line-height: 16px;
	background: url(images/tick.png) 0 0 no-repeat;
}

.utilities
{
	border-top: 1px solid #721D26;
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
	position: relative;
	overflow: hidden;
}

.utilities li 
{
	float: left;
	line-height: 16px;
	margin: 0 15px 0 0;
	padding: 0 0 0 20px;
}

.pdf_doc
{
	background: url(images/document-pdf-text.png) 0 0 no-repeat;
}

.dialog
{
	border: 1px solid #721D26;
	text-align: left;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	padding: 15px 10px 15px 90px;
	width: 400px;
	margin: 0 auto;
}

.dialog.phone
{
	background: url(images/icon-phone.png) 15px 50% no-repeat;
}

