@font-face {
    font-family: 'nexa_lightregular';
    src: url('fonts/nexa_light-webfont.eot');
    src: url('fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nexa_light-webfont.woff') format('woff'),
         url('fonts/nexa_light-webfont.ttf') format('truetype'),
         url('fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.machine-head{
	font-family: nexa_lightregular;
	font-size: 30px;
	color: #937d4c;
	}


.menu-top{
	position: relative;	
	width: 600px;
	height: auto;
	float: left;
	margin: 75px 0px 0px 73px;
	padding: 0px;
	border: 0px solid white;
	overflow: visible;
	}
.menu-top-inner{
	position: relative;	
	width: auto;
	height: auto;
	float: left;
	margin: 0px;
	padding: 16px 1.25em;
	border: px solid yellow;
	color: #bababa;
	font-size: 14px;
	cursor: pointer;
	}	

.index-machine{
	font-size: 30px;
	color: #a58f5c;
	padding: 0px 20px 0px 0px;
	}
.menu-bar{
	width: 100%;
	height: 57px;
	background-image:url(../myImages/menu-bg.gif);
	color: white;
	font-size: 22px;
	line-height: 250%;
	}
.machine-container{
	width: 165px;
	height: 230px;
	background-color: rgba(255,255,255,0.1);
	border: 0.1em solid #999;
	border-radius: 10px;
	margin: 10px 0px 10px 24px;
	padding: 0px;
	float: left;
	font-size: 16px;
	color: white;
	}
.machine-container-images{
	width: 165px;
	height: 120px;
	background-color: black;
	border: 0em solid #999;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0px auto 5px auto;
	padding: 10px 0px 0px 0px;
	float: left;
	}	
.footer-container{
	position: relative;
	float: left;
	width:220px;
	height:270px;
	border-left: 0px solid #333;
	}
.footer-container-head{
	position: relative;
	float: left;
	width:95%;
	height:50px;
	border: 0px solid yellow;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	color: #b59f6b;
	font-size: 14px;
	}
	
	
	


.footer-container-text a:link {color: #8f8f8f;text-decoration: none;}
.footer-container-text a:visited {text-decoration: none;color: #8f8f8f;}
.footer-container-text a:hover {text-decoration: none;color: #8f8f8f;}
.footer-container-text a:active {text-decoration: none;color: #8f8f8f;}	
	
	
.footer-container-text{
	position: relative;
	float: left;
	width: 196px;
	border-left: 0px solid #333;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	color: #8f8f8f;
	font-size: 12px;
	background-image: url(../myImages/dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
.div-container
{
	position: relative;
	width: 150px;
	height: 200px;
	margin: 20px 0px 0px 40px;
	position: relative;
	float: left;
	border: 0px solid black;
	border: 0px solid red;
	}
.div-machines
{
	position: relative;
	width: 99%;
	height: 148px;
	margin: 0px auto;
	position: relative;
	border: 0px solid white;
	display: table-cell;
	vertical-align: bottom;
	}
.div-detail
{
	width: 99%;
	height: 30px;
	position: absolute;
	padding: 10px 0px 2px 0px;;
	margin: 0px auto;
	color: #FFF;
	line-height: 130%;
	border-bottom: 1px solid yellow;
	display: table-cell;
	vertical-align: bottom;

	}
	
	
	
a:link{color: #FFF; text-decoration: none;}
a:visited{color: #FFF; text-decoration: none;}
a:hover{color: #FFF; text-decoration: none;}
a:active{color: #FFF; text-decoration: none;}


.text-white
{
	color: #FFF;
	line-height: 190%;
	font-size:12px;
	}
#enquiry-form{
	position: absolute;
	width: 370px;
	height: 430px;
	background-color: rgba(100, 80, 30, 0.9);
	margin: 50px 0px 0px 160px;
	padding: 20px;
	border: 0.1em solid #333;
	border-radius: 7px;
	box-shadow: 3px 3px 5px black;
	color: white;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	