* {
	margin: 0;
	padding: 0;
}

body {
	font: 1.0em Verdana, Arial, sans-serif;
	background: #fff;
}

p {
	margin-bottom: 20px;
}

form {
	  width: 90%;
	  margin: 10px auto;
	  padding: 15px;
	  border: 1px solid #ccc;
	}
	
	label {
	  float: left;
	  margin: 10px 5px;
	  width: 25%;
	}
	
	legend {
		font-size: 0.8em;
	}
	
	input, textarea, select, button {
	  margin: 10px 5px;
	  width: 70%;
	}
	
	textarea {
	  height: 100px;
	}
	
	input.checkbox {
	  margin: 15px 5px;
	  width: auto;
	}
	
	input.button, button {
	  width: auto;
	}
	
	fieldset {
	  border: 1px solid #ccc;
	  padding: 2px 10px;
	}
	
	fieldset input {
	  float: left;
	  width: auto;
	}

#container {
	background: #dcf2fc url('../assets/Image/layoutimg/container-bg.gif') bottom left repeat-y;
	width: 981px;
	margin: 0 auto;
	border-right: 1px solid #006fb2;
}

#header {
	height: 148px;
	background: url('../assets/Image/layoutimg/header-bg.jpg') top left no-repeat;
	position: relative;
}

#header img {
	position: absolute;
	top: 28px;
	left: 15px;
}

#header object {
	margin-left: 15px;
	background-color: #fff;
}

#header h1 {
	display: none;
}

#nav {
	background: #006fb2 url('../assets/Image/layoutimg/nav-bg.gif') top left no-repeat;
	height: 38px;
	text-align: center;
	padding-left: 241px;
	width: 740px;
	position: relative;
}

#nav ul {
	height: 38px;
	position: absolute;
	right: 20px;
}

#nav li {
	list-style-type: none;
	float: left;
	margin: 10px 2.5em;
	font-size: 0.8em;
	font-weight: bold;
	color: #ddd;
}

#nav a, #nav a:link {
	color: #fff;
	text-decoration: none;
}

#nav a:visited {
	color: #cceffd;
}

#nav a:hover {
	color: #fff;
}

#nav a:active {
	color: #fff;
}

#wrap {
	width: 981px;
	background: url('../assets/Image/layoutimg/wrap-bg_home.jpg') top left no-repeat;
	position: relative;
	padding-top: 47px;
	padding-bottom: 126px;
	min-height: 380px;
}

#images {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 126px;
	width: 818px;
	overflow: hidden;
	padding: 0 10px 0 130px;
}

body#home #images {background: url('../assets/Image/layoutimg/circle-1.gif') left 50% no-repeat;}

body#products #images {background: url('../assets/Image/layoutimg/circle-2.gif') left 50% no-repeat;}

body#contact #images {background: url('../assets/Image/layoutimg/circle-3.gif') left 50% no-repeat;}

body#enquiry #images {background: url('../assets/Image/layoutimg/circle-4.gif') left 50% no-repeat;}

body#aboutus #images {background: url('../assets/Image/layoutimg/circle-5.gif') left 50% no-repeat;}

body#fourofour #images {padding-left: 10px; width: 950px;}

#images img {
	float: right;
	margin: 10px;
	border: 1px solid #006fb2;
	height: 106px;
}

#images h2 {
	margin-top: 43px;
	color: #006fb2;
	text-transform: uppercase;
	font: normal 1.8em verdana, sans-serif;
}

body#products #images h2, body#fourofour #images h2 {margin-top: 30px;}

#content {
	border: 1px dotted #006fb2;
	border-width: 1px 0;
	margin-left: 397px;
	margin-right: 20px;
	min-height: 368px;
	padding: 10px 0;
	font-size: 0.8em;
	color: #003f65;
}

#products #content div img {
	width: 300px;
	height: 250px;
	margin: 3px auto;
}

#footer {
	background: #006fb2;
	width: 949px;
	padding: 10px 10px 10px 22px;
	color: #fff;
	text-align: center;
}

#footer address {
	font: normal bold 0.75em Arial, sans-serif;
}

#footer a {
	color: #fff;
}

#footer hr {
	margin: 6px;
	border: 1px solid #fff;
}

#footer p {
	font-weight: bold;
	font-size: 0.65em;
	margin-bottom: 1px;
}

.nobreak {
	white-space: nowrap;
}



.float_left {
float: left;
}

.float_right {
float: right;
}

.float_left_padding_left {
float: left;
padding-right: 20px;
}



