/*	-------------------------------------------------------------
	Background images
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#head {
		background: url(../../images/bgs/touchTop.jpg);
		}
	
	#bottom {
		background: url(../../images/bgs/touchBottom.jpg);
		}

/*	-------------------------------------------------------------
	Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	li#touch a {
		background: none !important;
		}
		
/*	-------------------------------------------------------------
	Top
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#right {
		width: 390px;
		height: 207px;
		padding: 0;
		margin: 204px 0 0;
		overflow: auto;
		}
		
	#right p {
		padding: 10px;
		}
		
	#right a {
		color: #FFFFFF;
		text-decoration: none;
		}
		
/*	-------------------------------------------------------------
	Contact form
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#contactBox {
		width: 390px;
		height: 318px;
		float: right;
		background-color: #FFFFFF;
		}
		
	form {
		padding: 10px;
		}
		
	label { 
		color: #362F2D;
		display: block;
		margin: 10px 0 5px;
		}
		
	input {
		border: 0;
		width: 279px;
		height: 18px;
		color: #FFFFFF;
		padding: 3px;
		background-color: #73B4CC;
		}
		
	#subscribe {
		width: 123px;
		height: 56px;
		border: 0;
		margin: 20px 0 0;
		text-indent: -9999em;
		background: url(../../images/buttons/subscribe.gif);
		}