/* ie5.5 png fix */
img
	{
	behavior: url(http://www.brideonline.com.au/_iepngfix/iepngfix.htc);
	vertical-align:bottom;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

body
	{
	margin:0;
	padding:0;
	background:#515558 url(../images/gradient.gif) 0 0 repeat-x;
	}

p{
	margin:0;
	padding:0.5em 0 0.5em 0;
	}

a 
	{
	color: #3333cc;
	}

a:hover 
	{
	color: #CC0000;
	}

.wrapper
	{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:76px;
	position:relative;
	text-align:left;
	background:transparent url(../images/page_m.gif) 0 0 repeat-y;
	}
	
.details{
	position:relative;
	height:170px;
	background-image:url(../images/details.jpg);
	}

.details .padding{
	padding:20px 0 0 370px;
	}
	
.left{
	position:relative;
	float:left;
	width:410px;
	}

.left .padding{
	padding:30px 0 20px 40px;
	}
	
.right{
	position:relative;
	float:right;
	width:290px;
	}


li 
	{
	list-style-type: circle;
	list-style-position: outside;
	}

.enquiry 
	{
	padding:0;
	color: #ffffff;
	}

.input 
	{
	color: #ffffff !important;
	border: solid 1px #ffffff !important;
	background-color: #5f686e !important;
	}

.textarea 
	{
	color: #ffffff !important;
	border: solid 1px #ffffff !important;
	background-color: #5f686e !important;
	}
