body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #333333;
}

.margin {
	margin: 10px auto;
	width: 800px;
	height: 670px;
}

.banner {
	width: 800px;
	height: 150px;
	float: left;
	background: url(images/banner.jpg) no-repeat;
	border-bottom: 1px solid white;
}

.banner p {
	width: 780px;
	padding: 10px 10px;
	line-height: 15px;
	text-align: right;
	color: white;
	font-weight: bold;
	margin: 0px;
}

.menuContainer {
	border-bottom: 1px solid #C2272E;
	float: left;
	width: 800px;
	height: 29px;
}

.menu {
	float: left;
	width: 460px;
	font-size: 12px;
	height: 27px;
	background: #C2272E;
}

.menu ul{
	float: left;
	color: white;
	padding: 5px 0px;
	margin: 0px;
}

.menu li{
	margin: 0px;
	padding: 5px 3px;
	display: inline;
	list-style-type: none;
	border-right: 1px solid white;
}

.menu li a{
	color: white;
	text-decoration: none;
}

.menu li a:hover {
	color: #FBC029;
}


.contactNumbers {
	float: right;
	text-align: right;
	font-size: 13px;
	padding: 5px 10px 0px 0px;
	width: 330px;
	height: 22px;
	background: #C2272E;
}

.yellow {
	color: #FBC029;
	padding-left: 20px;
}

.boldWhite {
	font-weight: bold;
	color: white;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #C2272E;
	border-bottom: 1px solid #C2272E;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #C2272E;
	padding: 5px 0px;
	margin: 0px;
}

h3 {
	font-size: 11px;
	color: #C2272E;
	padding-bottom: 10px;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 5px 0px;
}

ol {
	margin: 0px;
	padding: 10px 0px 0px 15px;
}

ol li {
	padding: 5px 0px;
}

.red {
	color: #C2272E;
}

.textContainer {
	float: left;
	padding: 15px 20px;
	width: 760px;
	height: 405px;
	background: url(images/rose-bg.jpg) bottom left no-repeat;
	border-bottom: 2px solid #FBC029;
}

.textContainer ul {
	padding: 0px 10px;
	margin: 0px;
}

.textContainer li {
	list-style-type: none;
	padding: 5px 0px;
}

.footer {
	float: left;
	width: 800px;
	height: 30px;
	background: #C2272E;
	border-top: 2px solid white;
}

.vat {
	float: left;
	color: white;
	font-size: 10px;
	padding: 10px 0px 0px 10px;
}

.email {
	float: right;
	text-align: right;
	font-size: 14px;
	color: white;
	padding: 5px 10px 0px 0px;
}

.email a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.email a:hover{
	color: #FBC029;
}

.dpi21 {
	float: right;
	text-align: right;
	width: 400px;
	font-size: 10px;
	padding-top:  10px;
}

.dpi21 a{
	color: #333333;
	text-decoration: none;
}

.dpi21 a:hover{
	color: #C2272E;
}

.text {
	float: left;
	width: 400px;
	line-height: 18px;
	padding: 15px 0px 0px 10px;
	margin: 0px;
}

#textBox {
	float: left;
	width: 425px;
	padding: 10px 10px 0px 0px;
}

#textBox p {
	line-height: 16px;
}

#textBox p a, .textContainer a {
	text-decoration: none;
	color: #333333;
}

#textBox p a:hover, .textContainer a:hover {
	text-decoration: underline;
	color: #C2272E;
}

#indexImage {
	float: left;
	width: 315px;
	padding: 170px 10px 0px 0px;
}


#images {
	float: left;
	width: 315px;
	padding: 15px 0px
}

#contactForm {
	float: left;
	width: 270px;
	height: 345px;
	margin: 15px 0px 0px 25px;
	padding: 10px;
	border-left: 1px solid #C1C1C1;
}

#contactForm a {
	text-decoration: none;
	color: #333333;
}

#contactForm a:hover {
	text-decoration: underline;
	color: #C2272E;
}


.yellowForm {
	color: #FBC029;
	font-size: 10px;
}

.mandatory {
	font-size: 10px;
}

input {
	margin: 5px 0px;
}

textarea {
	margin: 5px 0px;
	padding: 2px;
}