body
{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper
{
	width:980px;
	margin:0 auto;
	display:table;
}
table
{
	border-collapse:collapse;
	border:1px solid #ccc;
	margin:0 0 0 10px;
	
}
table td
{
	border:1px solid #ccc;
	font-size:13px;
	padding:5px;
}
.img-container
{
	float:left;
	width:280px;
	height:350px;
	background-color:#eee;
}
.img-container img
{
	width:280px;
	height:350px;
}
.container
{
	width:680px;
	height:auto;
	float:left;
	border:1px solid #eee;
	margin:0 0 0 10px;
}
.container p
{
	font-size:13px;
	margin:5px 0 0 10px;
	padding:4px;
	color:#333;
}
.heading
{
	width:100%;
	height:25px;
	background-color:#0F75BD;
	float:left;
}
.heading h4
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	text-indent:10px;
	border:none;
	margin:0;
	padding:0;
	line-height:25px;
	
}
.container h3
{
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #666;
	padding:5px;
		color:#333;
	
}
.container ul
{
	margin:0 0 0 5px;
	padding:6px;
}
.container ul li
{
/*	list-style-type:none;*/
	margin:10px 0 0 0;
	font-size:12px;
	list-style-position:inside;
	text-align:justify;
		color:#333;
}
.spacer
{
	float:left;
	height:10px;
}
.sendenquiry
{
	width:980px;
	float:left;
	margin-top:10px;
}
.sendenquiry .button
{
	padding:10px;
	float:right;
	
}
.button a
{
	text-decoration:none;
	color:#FFFFFF;
}
.small-wrapper
{
	width:700px;
	margin:0 auto;
}
.small-wrapper .small-img-container
{
	width:250px;
	height:300px;
	float:left;
}
.small-container-right
{
	float:left;
	width:410px;
	margin:0 0 0 10px;
}
.small-container-right p
{
	color:#333;
	font-size:13px;
	margin-top:5px;
	text-align:justify;
}
.small-img-container img
{
	width:250px;
	height:300px;
	border:1px solid #eee;
}
.send-enquiry
{
	width:110px;
	background-color:#0F75BD;
	color:#FFF;
	height:25px;
	float:right;
	border-radius:3px;
}
.send-enquiry:hover
{
	background-color:#084A77;
}
.send-enquiry h6
{
	margin:0;
	color:#FFF;
	text-indent:10px;
	font-size:13px;
	line-height:25px;
}