@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
img{
	border:none;
	display:block;
}
img.left{
	float:left;
	margin-right:20px;
	margin-top:20px;
}
img.right{
	float:right;
	margin-left:20px;
}
img.border{
	border:1px solid #999999;
	padding:5px;
}
p{
	text-align:justify;
	line-height:20px;
	margin-bottom:20px;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background:url(images/bg_body.jpg) no-repeat center top;
}
#wrapper{
	width:1000px;
	text-align:left;
	margin:0 auto;
	background:url(images/bg_wrapper.gif) repeat-y left top;
	padding-top:20px;
}
#header{
	width:1000px;
	height:100px;
	background-color:#FFFFFF;
	position:relative;
}
#header img.logo{
	position:absolute;
	left:20px;
	top:20px;
}
#header img.iso{
	position:absolute;
	right:0px;
	top:0px;
}

#flash{
	width:1000px;
	height:300px;
	background-color:#FFFFFF;
}

#main_nav{
	width:1000px;
	height:30px;
	background-color:#201e1e;
}
#main_nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#main_nav ul li{
	float:left;
}
#main_nav ul li a{
	display:block;
	float:left;
	padding:0px 39px;
	line-height:30px;
	text-decoration:none;
	text-decoration:none;
	color:#f26836;
	text-transform:uppercase;
	font-weight:bold;
}
#main_nav ul li a:hover{
	background-color:#f26836;
	color:#201e1e;
}
#main_nav ul li a.currentpage{
	background-color:#f26836;
	color:#201e1e;
}

/* ------------------------------- Content Part ------------------------------- */
#content{
	width:1000px;
	float:left;
	padding:30px 0px;
	background-color:#FFFFFF;
}
#separator_content{
	float:left;
	width:1000px;
	margin-top:20px;
	display:inline;
}
#heading_box{
	height:20px;
	background:url(images/bg_heading.gif) repeat-x left top;
	margin-bottom:20px;
}
h1.welcome{
	height:20px;
	text-indent:-1000em;
	background:url(images/die_crafts_02.gif) no-repeat left top;
}
h1.facility{
	height:26px;
	text-indent:-1000em;
	background:url(images/die_crafts_facility.gif) no-repeat left top;
}
h1.products{
	height:20px;
	text-indent:-1000em;
	background:url(images/die_crafts_products.gif) no-repeat left top;
}
h1.enquiry{
	height:25px;
	text-indent:-1000em;
	background:url(images/die_crafts_enquiry.gif) no-repeat left top;
}
h1.brochure{
	height:20px;
	text-indent:-1000em;
	background:url(images/die_crafts_brochure.gif) no-repeat left top;
}
h1.contact{
	height:20px;
	text-indent:-1000em;
	background:url(images/die_crafts_contact.gif) no-repeat left top;
}
ul.products{
	margin-left:30px;
	line-height:30px;
	list-style:square;
}

h3{
	float:left;
	padding:0px 15px;
	line-height:25px;
	font-size:15px;
	font-weight:bold;
	background-color:#f26836;
	color:#FFFFFF;
	text-transform:inherit;
	margin-bottom:10px;
	
}
#contactus p{
	margin-bottom:10px;
	margin-left:130px;
}
#footer{
	width:1000px;
	height:40px;
	padding-top:10px;
	background:url(images/bg_wrapper.gif) repeat-y left top;
	float:left;
}
#footer_left{
	float:left;
	height:30px;
}
#footer_left img{
	margin-left:50px;
}
#footer_right{
	float:left;
	height:30px;
}
#bottom_nav{
	float:left;
	height:10px;
	line-height:10px;
	font-size:9px;
	color:#4d4b4b;
}
#bottom_nav a{
	display:block;
	float:left;
	font-size:9px;
	padding:0px 10px;
	border-right:1px solid #4d4b4b;
	color:#4d4b4b;
	text-decoration:none;
}
#bottom_nav a:hover{
	color:#f26836;
}
#copyright{
	height:10px;
	line-height:10px;
	float:right;
	margin-left:130px;
	margin-right:10px;
	display:inline;
}
#disclaimer{
	float:left;
	width:779px;
	margin-top:5px;
	margin-left:10px;
	display:inline;
	height:10px;
	font-size:11px;
	line-height:10px;
	background:url(images/bg_disclaimer.gif) repeat-x left top;
	padding-top:5px;
	color:#4d4b4b;
	font-family:Arial, Helvetica, sans-serif;
}
#download{
	float:right;
	text-align:right;
}
#download a{
	text-decoration:none;
}

#brochure img{
	display:block;
	float:left;
}

/* ------------------------------ Contact Us --------------------------- */
#enquiry{
	width:850px;
	float:left;
}

#enquiry h2{
	height:105px;
	text-indent:-1000em;
	background:url(images/make_an_enquiry.gif) no-repeat left top;
}
#enquiry_left{
	float:left;
	width:235px;
}
#enquiry_right{
	width:600px;
	float:right;
}
#field_separator{
	float:left;
	width:600px;
	margin-bottom:20px;
}
#field_name{
	float:left;
	width:140px;
	line-height:24px;
	font-size:12px;
	text-align:right;
	margin-right:10px;
}
#field_box{
	float:left;
	width:450px;
}
.error{
	color:red;
}