@font-face {
	font-family: "Diavlo Light";
	src: url(DiavloLight-Regular.eot); /* Hello, IE */
	src: local("Diavlo Light"), url(Diavlo_LIGHT_II_37.otf) format("opentype");
}
#header {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 1em;
	right: 0;
	width:99%;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	padding:35px 40px 0 40px;
}
strong, .current {
	color:#333333;
}
body {
	font-family: "Diavlo Light", Helvetica Neue, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom center;
	background-image: url(images/b.jpg);
	color:#999999;
}
a {
	color:#999999;
}
a:hover {
	color:#000000;
}
#parent {
	width: 10050px;   /* <-- this makes the grandparent have a horz scroll */
	margin-top:70px;
	padding:40px 40px 0 40px;
	height:540px;
}

#parentabout {
	width: 1000px;   /* <-- this makes the grandparent have a horz scroll */
	margin-top:70px;
	padding:40px 40px 0 40px;
	height:540px;
	font-size:24px;
	line-height: 26px;
}
.portfolio {
	float:left;
	margin-right:80px;
	text-align:left;
}

.portfolio img {
	border: solid 1px #CCCCCC;
	margin-bottom:10px;
}
#parentenquiry {
	width: 1000px;   /* <-- this makes the grandparent have a horz scroll */
	margin-top:70px;
	padding:40px 40px 0 40px;
	height:540px;
	font-size:16px;
	
}
#form {
padding:20px 10px 20px 30px;
width:650px;
background-color: #ECECEC;
	-webkit-border-radius: 13px; 
	-moz-border-radius: 13px; }
	

#parentenquiry input.inp {
	font-size:14px;
	width:340px;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
	padding:3px;
}

#parentenquiry textarea {
	font-size:14px;
	width:600px;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif;
	padding:3px;
}
#parentenquiry select {
	font-size:14px;
	width:250px;
}
.MailErrorHighLight {
	color:#000000;
}

#enquiry {
text-align:center;
	background:#333333;
	padding:20px 20px 18px 20px;
	width:610px;
	font-size:24px;
	line-height:24px;
	-webkit-border-radius: 13px; 
	-moz-border-radius: 13px;
	cursor: pointer;
	}

#enquiry:hover {
	background-color: #ECECEC;
	color:#000000;
}

#enquiry:hover a {
	color:#000000;
}
