﻿/* Form layout */
div.enquiry
{
	margin:10px 10px 0px 10px;
	font-size:12pt;
	text-align:justify;
}
table.form
{
	margin:0px auto;
}
td.left
{
	vertical-align:top;
	font-size:8pt;
	width:150px;
	font-weight:bold;
}
td.right
{
	width:350px;
}
textarea.right
{
	width:350px;
	color:Black;
}
input.right
{
	width:350px;
	color:Black;
}
td.button
{
	color:Black;
	width:350px;
	height:50px;
	text-align:right;
}
input.button
{
	width:100px;
	height:30px;
	color:Black;
}

/* Cards */
div.cards
{
	text-align:center;
	margin 0px auto;
}

/* Contacts area */
div.contacts
{
	width:300px;
	float:left;
	font-size:12pt;
	line-height:20px;
	margin:10px 10px 10px 10px;
}
img.contacttype
{
	margin-right:10px;
}
a.contacttype
{
	font-size:12pt;
	line-height:20px;
}
a.contacttype2
{
	color:red;
	font-size:12pt;
	line-height:20px;
}

/* Slideshow Layout */
img.slideshow
{
	float:left;
	clear:left;
	width:300px;
	margin:10px 10px 10px 10px;
}
