
/*//////////////////////////////////  
		MAIN CONTACT COLOURS 

		LIGHT         #f4f8fd
		DRK           #81b3e5	
/////////////////////////////////*/



/*////////////////////////////
	PORTFOLIO SIDE MENU
////////////////////////////*/

#topsidemenuwrapper{
	font-family: arial, helvetica, sans-serif;
	border: 3px solid #81b3e5;/* drk */
	background-color: #f4f8fd;/* light  */
}


.sidemenutitle{
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #81b3e5;/* drk */
}


/*////////////////////////////
	FOOTER COLOURED STRIP
////////////////////////////*/

#footercolouredbar{

	background-image:   url(images/footerbar_contact.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

/*////////////////////////////
	HEADER COLOURED STRIP
////////////////////////////*/

#topcolouredbar{
	background-image:   url(images/bar_contact.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


/*////////////////////////////
		CONTACT FORM
////////////////////////////*/


.btn
{

	color: #fff;
	background-color: #81b3e5;
	border: solid 1px #81b3e5;
	font-weight: bold;
}

.txt
{
	background-color: #f4f8fd;
	color: #333;
	border: solid 1px #81b3e5;
}

label.enquiry
{
	width: 160px;
	float: left;
}
