/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 55%;
		margin-left: -300px;
		width: 381px;
		background: #FFF url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 3px 21px 5px 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		border:3px solid #e3e3e3;
		
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
		
.enquiry_form{
	width:354px;
	float:left;
	padding-right: 17px;
   margin-bottom: 15px;
   margin-left:20px;
   margin-top:4px;
}
.enquiry_form h2{
	font-size:18px;
	color:#444444;
	font-family: 'phagspa';
	padding-top:8px;
	margin-bottom:5px;
	text-transform:uppercase;
	margin-top:6px;
	font-weight:lighter;
}

.enquiry_form table tr td{
	color:#4f5253;
	font-family:arial;
	font-size:12px;
}
.enquiry_form table tr td input{
	width:339px;
	height:34px;
	float:left;
	border:1px solid #cfcfcf;
	color:#666666;
	font-size:14px;
	font-family: 'phagspa';
	padding:2px 0 0 6px;
	margin-top: 5px;
	background-color:#fdfdfd;
}
.enquiry_form table tr td textarea{
	width:339px;
	height:94px;
	float:left;
	border:1px solid #cfcfcf;
	resize:none;
	overflow:hidden;
	padding:2px 0 0 6px;
	color:#666666;
	font-family: 'phagspa';
	font-size:14px;
	margin-top: 6px;
	background-color:#fdfdfd;
}
.enquiry_form .button2{
    color: #FFF !important;
    float: right !important;
   font-family: 'phagspa';
    font-size: 16px !important;
    height: 32px !important;
    margin-top: 11px !important;
    width: 101px !important;
	background-color:#ca2d32 !important;
	cursor:pointer;
	text-transform:uppercase;
	border:1px solid #f58345;
}


#google_map{
	width:250px;
	height:269px;
	float:left;
	
}
#google_map h2{
	font-size:18px;
	color:#444444;
	padding-top:10px;
	font-family: 'robotoregular';
	margin-bottom:20px;
	text-transform:uppercase;
	margin-top:20px;
	font-weight:lighter;
}
.prod_title{
	width:1000px;
	height:auto;
	margin:0 auto;
}
.prod_h2{
	width:auto;
	float:left;
}
.enq_button{
	width:172px;
	height:37px;
	float:right;
	background-image:url(../img/enq_bg.jpg);
	background-repeat:no-repeat;
	padding:7px 4px 3px 1px;
	text-align:center;
	font-family: 'robotolight';
	color:#fff;
	font-size:18px;
	cursor:pointer;
}
	/*
		
	NOTES
	
	Close button entity is &#215;
	
	Example markup
	
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/
