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

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	color: #666666;
	line-height: 20px;
}

#strip1 {
	height: 54px;
	display: block;
	background-color: #0ecfec;
}

#titleimage {
	display: block;
	padding: 20px 0;
	clear: both;
}

a {
	color: #89a516;
	text-decoration: none;
}

a:hover {
	color: #0ecfec;
}

.text-green {
	color: #89a516;
}

.text-blue {
	color: #0ecfec;
}

.text-quote {
	font-style: italic;
}

.subhead-italic {
	color: #0ecfec;
	font-size: 20px;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 1px;
}

h2 {
	color: #0ecfec;
	font-size: 28px;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 1px;
	line-height: 30px;
}

#strip2 {
	display: block;
}

#strip3 {
	margin: 50px 0 20px 0;
	height: 54px;
	display: block;
	background-color: #0ecfec;
}

#footer {
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	margin-bottom: 40px;
}

.containter {
	display: block;
	width: 924px;
	margin: 0 auto;
}

.containter-table {
	display: block;
	width: 924px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #DADADA;	
}

.containter-line {
	display: block;
	width: 924px;
	margin: 0 auto;
	border-bottom: 1px solid #DADADA;
}

.line {
	display: block;
	width: 924px;
	margin: 0 auto;
	border-bottom: 1px solid #DADADA;
}

img#logo {
	margin: 30px 0 20px 0;
	float: left;
	display: inline;
}

img#telephone {
	margin: 30px 0 20px 0;
	float: right;
}

.containter-intro-text {
	display: block;
	width: 924px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}

.container-form {
	display: block;
	width: 924px;
	margin: 0 auto;
	border-bottom: 1px solid #DADADA;
	padding-bottom: 20px;
}

.taster {
	display: inline;
	width: 290px;
	margin-right: 22px;
}

.taster-right {
	display: inline;
	width: 290px;

}

.containter-table td {
	background-color: #f1f1f1;
	height: 40px;
	background-image: url(../images/tick.gif);
	background-repeat: no-repeat;
	text-indent: 40px;
}

label {
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	float: left;
	color: #999999;
}

input.textField {
	display: inline-block;
	width: 170px;
	font-size: 13px;
	background-color: #DADADA;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.alert {
	display: block;
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 6px;
}

.image-right {
	display: block;
	float: right;
	margin: 0 0 20px 20px;
}