/* Layout for Main pages*/

div#left
{
	float: left;
	width: 185px;
	margin-right: 10px;
}

div.page div#middle
{
	float: left;
	width: 455px;
	margin-right: 10px;
}

div.page div#middleRight
{
	float: left;
	width: 380px;
}

div.page div#right
{
	float:right;
	width: 220px;
}

/* Contact Form */


body.contact th
{
	text-align:justify;
}

body.contact th.cf
{
	text-align:justify;
	width:200px;
}

body.contact th.cf1
{
	text-align:justify;
	width:400px;
}

body.contact th.cfdetails
{
	text-align:justify;
	padding-left:10px;
	width:200px;
}

body.contact td.cfdetails
{
	text-align:justify;
	padding-left:10px;
	width:120px;
}

body.contact td.subject
{
	width:350px;
}


body.contact td.submit
{
	height:40px;
	vertical-align:bottom;
}

body.contact textarea
{
	height:60px;
	width:345px;
}

body.contact input
{
	text-align:justify;
}


/* Sitemap */
	
body.sitemap div.tablediv 
{
	display: table;
	width:100%;
	background-color: #FFFFFF;/*#eee;*/
	border-spacing:5px;/*cellspacing:poor IE support for  this*/
	border-collapse: separate;		
	text-align: justify;
}

body.sitemap div.rowdiv 
{
	display:table-row;
	width: 100%;
}

body.sitemap div.celldiv 
{
	float: left; /*left;/*fix for  buggy browsers*/
	display: table-cell;
	height:15px;
	width:20%;
	background-color: #FFFFFF;
}	





body.sitemap a.links
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* 10 */
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
}
	

/* Home Page */

body.home div.blueDoubleTitle
{
	margin-top: 10px; /*10  */
	text-align: center;
	height: 40px;
	background-image: url(../img/blue-double-title.gif);
	background-repeat: repeat-x;
}

body.home div.blueDoubleTitle h1
{
	font-size: 16px; /* 16 */
	font-weight: bold;
	color: #FFFFFF;
}

body.home div#supplierLogos
{
	position: relative;
	left: 144px;
	width: 419px;
	text-align: center;
}

body.home div#miniBooking th,
body.home div#miniBooking td,
body.home div#miniBooking select,
body.home div#miniBooking input
{
	color:#000000;
}

body.home div#miniBooking th
{
	font-size: 14px; /* 14 */
}

body.home div#miniBooking select.fixedWidth200
{
	width: 200px;
}

a.oran_ge:link{color:#FF7600;; text-decoration:none;}
a.oran_ge:hover{color: #000088;; text-decoration:none;}
a.oran_ge:visited{color: #FF7600;; text-decoration:none;}
